diff --git a/packages/adapters/subgraph/.graphclient/index.ts b/packages/adapters/subgraph/.graphclient/index.ts index 4a399ee9ab..a9c194fa6d 100644 --- a/packages/adapters/subgraph/.graphclient/index.ts +++ b/packages/adapters/subgraph/.graphclient/index.ts @@ -18,113 +18,113 @@ 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 { ConnextZkSyncTypes } from './sources/Connext_ZkSync/types'; -import type { StableSwapMetisTypes } from './sources/StableSwap_Metis/types'; -import type { StableSwapMantleTypes } from './sources/StableSwap_Mantle/types'; import type { ConnextArbitrumOneTypes } from './sources/Connext_ArbitrumOne/types'; -import type { ConnextStagingScrollTypes } from './sources/Connext_Staging_Scroll/types'; -import type { ConnextOptimismSepoliaTypes } from './sources/Connext_OptimismSepolia/types'; -import type { StableSwapModeTypes } from './sources/StableSwap_Mode/types'; -import type { ConnextStagingModeTypes } from './sources/Connext_Staging_Mode/types'; -import type { ConnextStagingBaseTypes } from './sources/Connext_Staging_Base/types'; -import type { ConnextMantleTypes } from './sources/Connext_Mantle/types'; -import type { StableSwapLineaTypes } from './sources/StableSwap_Linea/types'; -import type { StableSwapPolygonZkEvmTypes } from './sources/StableSwap_PolygonZkEvm/types'; +import type { StableSwapMetisTypes } from './sources/StableSwap_Metis/types'; import type { ConnextOptimismTypes } from './sources/Connext_Optimism/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 { ConnextStagingPolygonZkEvmTypes } from './sources/Connext_Staging_PolygonZkEVM/types'; +import type { StableSwapModeTypes } from './sources/StableSwap_Mode/types'; import type { ConnextPolygonTypes } from './sources/Connext_Polygon/types'; -import type { HubStagingMainnetTypes } from './sources/Hub_Staging_Mainnet/types'; -import type { ConnextStagingOptimismTypes } from './sources/Connext_Staging_Optimism/types'; -import type { StableSwapBaseTypes } from './sources/StableSwap_Base/types'; -import type { ConnextBaseTypes } from './sources/Connext_Base/types'; -import type { ConnextAvalancheTypes } from './sources/Connext_Avalanche/types'; -import type { ConnextPolygonZkEvmTypes } from './sources/Connext_PolygonZkEVM/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 { ConnextStagingXdaiTypes } from './sources/Connext_Staging_Xdai/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 { ConnextStagingLineaTypes } from './sources/Connext_Staging_Linea/types'; -import type { ConnextStagingMainnetTypes } from './sources/Connext_Staging_Mainnet/types'; +import type { HubStagingMainnetTypes } from './sources/Hub_Staging_Mainnet/types'; +import type { StableSwapMantleTypes } from './sources/StableSwap_Mantle/types'; import type { ConnextStagingPolygonTypes } from './sources/Connext_Staging_Polygon/types'; -import type { ConnextStagingArbitrumOneTypes } from './sources/Connext_Staging_ArbitrumOne/types'; -import type { StableSwapXlayerTypes } from './sources/StableSwap_Xlayer/types'; -import type { HubMainnetTypes } from './sources/Hub_Mainnet/types'; -import type { ConnextStagingBnbTypes } from './sources/Connext_Staging_Bnb/types'; -import type { ConnextStagingXlayerTypes } from './sources/Connext_Staging_Xlayer/types'; -import type { ConnextXdaiTypes } from './sources/Connext_Xdai/types'; -import type { ConnextStagingZkSyncTypes } from './sources/Connext_Staging_zkSync/types'; -import type { ConnextModeTypes } from './sources/Connext_Mode/types'; import type { ConnextBnbTypes } from './sources/Connext_Bnb/types'; -import type { ConnextStagingMantleTypes } from './sources/Connext_Staging_Mantle/types'; +import type { ConnextAvalancheTypes } from './sources/Connext_Avalanche/types'; +import type { ConnextModeTypes } from './sources/Connext_Mode/types'; +import type { ConnextStagingMainnetTypes } from './sources/Connext_Staging_Mainnet/types'; import type { ConnextStagingMetisTypes } from './sources/Connext_Staging_Metis/types'; -import type { StableSwapBnbTypes } from './sources/StableSwap_Bnb/types'; +import type { ConnextZkSyncTypes } from './sources/Connext_ZkSync/types'; +import type { ConnextXlayerTypes } from './sources/Connext_Xlayer/types'; +import type { StableSwapPolygonZkEvmTypes } from './sources/StableSwap_PolygonZkEvm/types'; import type { ConnextMetisTypes } from './sources/Connext_Metis/types'; -import type { StableSwapPolygonTypes } from './sources/StableSwap_Polygon/types'; +import type { ConnextMainnetTypes } from './sources/Connext_Mainnet/types'; +import type { ConnextStagingBaseTypes } from './sources/Connext_Staging_Base/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 { 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 { ConnextXlayerTypes } from './sources/Connext_Xlayer/types'; -import type { StableSwapArbitrumOneTypes } from './sources/StableSwap_ArbitrumOne/types'; -import type { StableSwapXdaiTypes } from './sources/StableSwap_Xdai/types'; -import type { StableSwapAvalancheTypes } from './sources/StableSwap_Avalanche/types'; -import type { StableSwapArbitrumSepoliaTypes } from './sources/StableSwap_ArbitrumSepolia/types'; -import type { HubSepoliaTypes } from './sources/Hub_Sepolia/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 * as importedModule$0 from "./sources/StableSwap_Mantle/introspectionSchema"; -import * as importedModule$1 from "./sources/StableSwap_Metis/introspectionSchema"; -import * as importedModule$2 from "./sources/StableSwap_ZkSyncEra/introspectionSchema"; +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 * as importedModule$2 from "./sources/Hub_Sepolia/introspectionSchema"; import * as importedModule$3 from "./sources/StableSwap_ArbitrumSepolia/introspectionSchema"; -import * as importedModule$4 from "./sources/StableSwap_OptimismSepolia/introspectionSchema"; -import * as importedModule$5 from "./sources/Hub_Sepolia/introspectionSchema"; -import * as importedModule$6 from "./sources/Connext_Staging_Mode/introspectionSchema"; -import * as importedModule$7 from "./sources/Connext_ZkSync/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$8 from "./sources/Connext_ArbitrumOne/introspectionSchema"; -import * as importedModule$9 from "./sources/Connext_Staging_Scroll/introspectionSchema"; -import * as importedModule$10 from "./sources/Connext_OptimismSepolia/introspectionSchema"; -import * as importedModule$11 from "./sources/Connext_Mantle/introspectionSchema"; -import * as importedModule$12 from "./sources/StableSwap_PolygonZkEvm/introspectionSchema"; -import * as importedModule$13 from "./sources/StableSwap_Mode/introspectionSchema"; -import * as importedModule$14 from "./sources/Connext_Staging_Base/introspectionSchema"; -import * as importedModule$15 from "./sources/Connext_Optimism/introspectionSchema"; -import * as importedModule$16 from "./sources/Connext_Mainnet/introspectionSchema"; -import * as importedModule$17 from "./sources/StableSwap_Linea/introspectionSchema"; -import * as importedModule$18 from "./sources/Connext_ArbitrumSepolia/introspectionSchema"; -import * as importedModule$19 from "./sources/Connext_Staging_Optimism/introspectionSchema"; -import * as importedModule$20 from "./sources/StableSwap_Sepolia/introspectionSchema"; -import * as importedModule$21 from "./sources/Connext_Base/introspectionSchema"; -import * as importedModule$22 from "./sources/Connext_Staging_PolygonZkEVM/introspectionSchema"; -import * as importedModule$23 from "./sources/Connext_Polygon/introspectionSchema"; -import * as importedModule$24 from "./sources/Hub_Staging_Mainnet/introspectionSchema"; -import * as importedModule$25 from "./sources/StableSwap_Base/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_PolygonZkEVM/introspectionSchema"; -import * as importedModule$28 from "./sources/Connext_Staging_Xdai/introspectionSchema"; -import * as importedModule$29 from "./sources/Connext_Staging_Avalanche/introspectionSchema"; -import * as importedModule$30 from "./sources/Connext_Sepolia/introspectionSchema"; -import * as importedModule$31 from "./sources/Connext_Staging_Linea/introspectionSchema"; -import * as importedModule$32 from "./sources/Connext_Linea/introspectionSchema"; -import * as importedModule$33 from "./sources/Connext_Staging_Mainnet/introspectionSchema"; -import * as importedModule$34 from "./sources/Connext_Staging_Polygon/introspectionSchema"; -import * as importedModule$35 from "./sources/Connext_Staging_Bnb/introspectionSchema"; -import * as importedModule$36 from "./sources/Connext_Staging_ArbitrumOne/introspectionSchema"; -import * as importedModule$37 from "./sources/Connext_Staging_zkSync/introspectionSchema"; -import * as importedModule$38 from "./sources/Hub_Mainnet/introspectionSchema"; -import * as importedModule$39 from "./sources/StableSwap_Xlayer/introspectionSchema"; -import * as importedModule$40 from "./sources/Connext_Staging_Xlayer/introspectionSchema"; -import * as importedModule$41 from "./sources/Connext_Xdai/introspectionSchema"; -import * as importedModule$42 from "./sources/Connext_Mode/introspectionSchema"; -import * as importedModule$43 from "./sources/Connext_Staging_Mantle/introspectionSchema"; -import * as importedModule$44 from "./sources/Connext_Staging_Metis/introspectionSchema"; -import * as importedModule$45 from "./sources/Connext_Metis/introspectionSchema"; -import * as importedModule$46 from "./sources/Connext_Bnb/introspectionSchema"; -import * as importedModule$47 from "./sources/Connext_Xlayer/introspectionSchema"; +import * as importedModule$27 from "./sources/Connext_Staging_Mainnet/introspectionSchema"; +import * as importedModule$28 from "./sources/Connext_ZkSync/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$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$49 from "./sources/StableSwap_Polygon/introspectionSchema"; -import * as importedModule$50 from "./sources/StableSwap_Optimism/introspectionSchema"; -import * as importedModule$51 from "./sources/StableSwap_ArbitrumOne/introspectionSchema"; -import * as importedModule$52 from "./sources/StableSwap_Xdai/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"; export type Maybe = T | null; export type InputMaybe = Maybe; @@ -142,146 +142,143 @@ export type Scalars = { Boolean: boolean; Int: number; Float: number; - mantle_swap_BigDecimal: any; + sepolia_swap_BigDecimal: any; BigInt: any; - mantle_swap_Bytes: any; - mantle_swap_Int8: any; + sepolia_swap_Bytes: any; + sepolia_swap_Int8: any; Timestamp: any; - metis_swap_BigDecimal: any; - metis_swap_Bytes: any; - metis_swap_Int8: any; - zksync_swap_BigDecimal: any; - zksync_swap_Bytes: any; - zksync_swap_Int8: any; - arbitrumsepolia_swap_BigDecimal: any; - arbitrumsepolia_swap_Bytes: any; - arbitrumsepolia_swap_Int8: any; optimismsepolia_swap_BigDecimal: any; optimismsepolia_swap_Bytes: any; optimismsepolia_swap_Int8: any; sepolia_BigDecimal: any; sepolia_Bytes: any; sepolia_Int8: any; - stagingmode_BigDecimal: any; - stagingmode_Bytes: any; - stagingmode_Int8: any; - zksync_BigDecimal: any; - zksync_Bytes: any; - zksync_Int8: any; - arbitrumone_BigDecimal: any; - arbitrumone_Bytes: any; - arbitrumone_Int8: any; - stagingscroll_BigDecimal: any; - stagingscroll_Bytes: any; - stagingscroll_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; - mantle_BigDecimal: any; - mantle_Bytes: any; - mantle_Int8: any; - polygonzkevm_swap_BigDecimal: any; - polygonzkevm_swap_Bytes: any; - polygonzkevm_swap_Int8: any; - mode_swap_BigDecimal: any; - mode_swap_Bytes: any; - mode_swap_Int8: any; - stagingbase_BigDecimal: any; - stagingbase_Bytes: any; - stagingbase_Int8: any; - optimism_BigDecimal: any; - optimism_Bytes: any; - optimism_Int8: any; mainnet_BigDecimal: any; mainnet_Bytes: any; mainnet_Int8: any; - linea_swap_BigDecimal: any; - linea_swap_Bytes: any; - arbitrumsepolia_BigDecimal: any; - arbitrumsepolia_Bytes: any; - arbitrumsepolia_Int8: any; - stagingoptimism_BigDecimal: any; - stagingoptimism_Bytes: any; - stagingoptimism_Int8: any; - sepolia_swap_BigDecimal: any; - sepolia_swap_Bytes: any; - sepolia_swap_Int8: any; - base_BigDecimal: any; - base_Bytes: any; - base_Int8: any; - stagingpolygonzkevm_BigDecimal: any; - stagingpolygonzkevm_Bytes: any; - stagingpolygonzkevm_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; stagingmainnet_BigDecimal: any; stagingmainnet_Bytes: any; stagingmainnet_Int8: any; - base_swap_BigDecimal: any; - base_swap_Bytes: any; - base_swap_Int8: any; + stagingavalanche_BigDecimal: any; + stagingavalanche_Bytes: any; + stagingavalanche_Int8: any; + mantle_BigDecimal: any; + mantle_Bytes: any; + mantle_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; + 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; + 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; - stagingavalanche_BigDecimal: any; - stagingavalanche_Bytes: any; - stagingavalanche_Int8: any; - staginglinea_BigDecimal: any; - staginglinea_Bytes: any; - linea_BigDecimal: any; - linea_Bytes: any; - stagingpolygon_BigDecimal: any; - stagingpolygon_Bytes: any; - stagingpolygon_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; - 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; stagingxlayer_BigDecimal: any; stagingxlayer_Bytes: any; stagingxlayer_Int8: any; - xdai_BigDecimal: any; - xdai_Bytes: any; - xdai_Int8: any; - mode_BigDecimal: any; - mode_Bytes: any; - mode_Int8: any; - stagingmantle_BigDecimal: any; - stagingmantle_Bytes: any; - stagingmantle_Int8: any; - stagingmetis_BigDecimal: any; - stagingmetis_Bytes: any; - stagingmetis_Int8: any; - metis_BigDecimal: any; - metis_Bytes: any; - metis_Int8: any; - bnb_BigDecimal: any; - bnb_Bytes: any; - bnb_Int8: any; - xlayer_BigDecimal: any; - xlayer_Bytes: any; - xlayer_Int8: any; + staginglinea_BigDecimal: any; + staginglinea_Bytes: any; bnb_swap_BigDecimal: any; bnb_swap_Bytes: any; bnb_swap_Int8: any; - polygon_swap_BigDecimal: any; - polygon_swap_Bytes: any; - polygon_swap_Int8: any; optimism_swap_BigDecimal: any; optimism_swap_Bytes: any; optimism_swap_Int8: any; @@ -291,148 +288,49 @@ export type Scalars = { 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 = { - 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 */ - mantle_swap__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; - 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; - 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; + sepolia_swap__meta?: Maybe; optimismsepolia_swap_systemInfo?: Maybe; optimismsepolia_swap_systemInfos: Array; optimismsepolia_swap_pooledToken?: Maybe; @@ -521,198 +419,88 @@ export type Query = { sepolia_hubDomains: Array; /** Access to subgraph metadata */ sepolia__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 */ - stagingmode__meta?: Maybe; - zksync_asset?: Maybe; - zksync_assets: Array; - zksync_assetStatus?: Maybe; - zksync_assetStatuses: Array; - zksync_assetBalance?: Maybe; - zksync_assetBalances: Array; - zksync_router?: Maybe; - zksync_routers: Array; - zksync_routerDailyTVL?: Maybe; - zksync_routerDailyTVLs: Array; - zksync_routerLiquidityEvent?: Maybe; - zksync_routerLiquidityEvents: Array; - zksync_setting?: Maybe; - zksync_settings: Array; - zksync_relayer?: Maybe; - zksync_relayers: Array; - zksync_sequencer?: Maybe; - zksync_sequencers: Array; - zksync_relayerFee?: Maybe; - zksync_relayerFees: Array; - zksync_originTransfer?: Maybe; - zksync_originTransfers: Array; - zksync_destinationTransfer?: Maybe; - zksync_destinationTransfers: Array; - zksync_originMessage?: Maybe; - zksync_originMessages: Array; - zksync_aggregateRoot?: Maybe; - zksync_aggregateRoots: Array; - zksync_connectorMeta?: Maybe; - zksync_connectorMetas: Array; - zksync_rootCount?: Maybe; - zksync_rootCounts: Array; - zksync_rootMessageSent?: Maybe; - zksync_rootMessageSents: Array; - zksync_relayerFeesIncrease?: Maybe; - zksync_relayerFeesIncreases: Array; - zksync_slippageUpdate?: Maybe; - zksync_slippageUpdates: Array; - zksync_snapshotRoot?: Maybe; - zksync_snapshotRoots: Array; - zksync_spokeConnectorMode?: Maybe; - zksync_spokeConnectorModes: Array; - zksync_aggregateRootProposed?: Maybe; - zksync_aggregateRootProposeds: Array; - zksync_optimisticRootFinalized?: Maybe; - zksync_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - zksync__meta?: Maybe; - arbitrumone_asset?: Maybe; - arbitrumone_assets: Array; - arbitrumone_assetStatus?: Maybe; - arbitrumone_assetStatuses: Array; - arbitrumone_assetBalance?: Maybe; - arbitrumone_assetBalances: Array; - arbitrumone_router?: Maybe; - arbitrumone_routers: Array; - arbitrumone_routerDailyTVL?: Maybe; - arbitrumone_routerDailyTVLs: Array; - arbitrumone_routerLiquidityEvent?: Maybe; - arbitrumone_routerLiquidityEvents: Array; - arbitrumone_setting?: Maybe; - arbitrumone_settings: Array; - arbitrumone_relayer?: Maybe; - arbitrumone_relayers: Array; - arbitrumone_sequencer?: Maybe; - arbitrumone_sequencers: Array; - arbitrumone_relayerFee?: Maybe; - arbitrumone_relayerFees: Array; - arbitrumone_originTransfer?: Maybe; - arbitrumone_originTransfers: Array; - arbitrumone_destinationTransfer?: Maybe; - arbitrumone_destinationTransfers: Array; - arbitrumone_originMessage?: Maybe; - arbitrumone_originMessages: Array; - arbitrumone_aggregateRoot?: Maybe; - arbitrumone_aggregateRoots: Array; - arbitrumone_connectorMeta?: Maybe; - arbitrumone_connectorMetas: Array; - arbitrumone_rootCount?: Maybe; - arbitrumone_rootCounts: Array; - arbitrumone_rootMessageSent?: Maybe; - arbitrumone_rootMessageSents: Array; - arbitrumone_relayerFeesIncrease?: Maybe; - arbitrumone_relayerFeesIncreases: Array; - arbitrumone_slippageUpdate?: Maybe; - arbitrumone_slippageUpdates: Array; - arbitrumone_snapshotRoot?: Maybe; - arbitrumone_snapshotRoots: Array; - arbitrumone_spokeConnectorMode?: Maybe; - arbitrumone_spokeConnectorModes: Array; - arbitrumone_aggregateRootProposed?: Maybe; - arbitrumone_aggregateRootProposeds: Array; - arbitrumone_optimisticRootFinalized?: Maybe; - arbitrumone_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 */ - arbitrumone__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; + 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; /** Access to subgraph metadata */ - stagingscroll__meta?: Maybe; + arbitrumsepolia__meta?: Maybe; optimismsepolia_asset?: Maybe; optimismsepolia_assets: Array; optimismsepolia_assetStatus?: Maybe; @@ -761,184 +549,218 @@ export type Query = { optimismsepolia_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ optimismsepolia__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; + 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 */ - mantle__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; + 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; + arbitrumone_asset?: Maybe; + arbitrumone_assets: Array; + arbitrumone_assetStatus?: Maybe; + arbitrumone_assetStatuses: Array; + arbitrumone_assetBalance?: Maybe; + arbitrumone_assetBalances: Array; + arbitrumone_router?: Maybe; + arbitrumone_routers: Array; + arbitrumone_routerDailyTVL?: Maybe; + arbitrumone_routerDailyTVLs: Array; + arbitrumone_routerLiquidityEvent?: Maybe; + arbitrumone_routerLiquidityEvents: Array; + arbitrumone_setting?: Maybe; + arbitrumone_settings: Array; + arbitrumone_relayer?: Maybe; + arbitrumone_relayers: Array; + arbitrumone_sequencer?: Maybe; + arbitrumone_sequencers: Array; + arbitrumone_relayerFee?: Maybe; + arbitrumone_relayerFees: Array; + arbitrumone_originTransfer?: Maybe; + arbitrumone_originTransfers: Array; + arbitrumone_destinationTransfer?: Maybe; + arbitrumone_destinationTransfers: Array; + arbitrumone_originMessage?: Maybe; + arbitrumone_originMessages: Array; + arbitrumone_aggregateRoot?: Maybe; + arbitrumone_aggregateRoots: Array; + arbitrumone_connectorMeta?: Maybe; + arbitrumone_connectorMetas: Array; + arbitrumone_rootCount?: Maybe; + arbitrumone_rootCounts: Array; + arbitrumone_rootMessageSent?: Maybe; + arbitrumone_rootMessageSents: Array; + arbitrumone_relayerFeesIncrease?: Maybe; + arbitrumone_relayerFeesIncreases: Array; + arbitrumone_slippageUpdate?: Maybe; + arbitrumone_slippageUpdates: Array; + arbitrumone_snapshotRoot?: Maybe; + arbitrumone_snapshotRoots: Array; + arbitrumone_spokeConnectorMode?: Maybe; + arbitrumone_spokeConnectorModes: Array; + arbitrumone_aggregateRootProposed?: Maybe; + arbitrumone_aggregateRootProposeds: Array; + arbitrumone_optimisticRootFinalized?: Maybe; + arbitrumone_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - polygonzkevm_swap__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; + 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 */ - mode_swap__meta?: Maybe; - 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; + 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 */ - stagingbase__meta?: Maybe; + base_swap__meta?: Maybe; optimism_asset?: Maybe; optimism_assets: Array; optimism_assetStatus?: Maybe; @@ -987,314 +809,40 @@ export type Query = { optimism_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ optimism__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; - /** Access to subgraph metadata */ - mainnet__meta?: Maybe; - linea_swap_systemInfo?: Maybe; - linea_swap_systemInfos: Array; - linea_swap_pooledToken?: Maybe; - linea_swap_pooledTokens: Array; - linea_swap_stableSwap?: Maybe; - linea_swap_stableSwaps: Array; - linea_swap_stableSwapAddLiquidityEvent?: Maybe; - linea_swap_stableSwapAddLiquidityEvents: Array; - linea_swap_stableSwapRemoveLiquidityEvent?: Maybe; - linea_swap_stableSwapRemoveLiquidityEvents: Array; - linea_swap_stableSwapExchange?: Maybe; - linea_swap_stableSwapExchanges: Array; - linea_swap_swapDailyVolume?: Maybe; - linea_swap_swapDailyVolumes: Array; - linea_swap_swapHourlyVolume?: Maybe; - linea_swap_swapHourlyVolumes: Array; - linea_swap_swapWeeklyVolume?: Maybe; - linea_swap_swapWeeklyVolumes: Array; - linea_swap_lpAccount?: Maybe; - linea_swap_lpAccounts: Array; - linea_swap_lpAccountBalance?: Maybe; - linea_swap_lpAccountBalances: Array; - linea_swap_lpToken?: Maybe; - linea_swap_lpTokens: Array; - linea_swap_lpTransferEvent?: Maybe; - linea_swap_lpTransferEvents: Array; - linea_swap_stableSwapEvent?: Maybe; - linea_swap_stableSwapEvents: Array; - linea_swap_swapTradeVolume?: Maybe; - linea_swap_swapTradeVolumes: Array; - linea_swap_lpTokenEvent?: Maybe; - linea_swap_lpTokenEvents: Array; - /** Access to subgraph metadata */ - linea_swap__meta?: Maybe; - 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 */ - arbitrumsepolia__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 */ - stagingoptimism__meta?: Maybe; - 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 */ - sepolia_swap__meta?: Maybe; - base_asset?: Maybe; - base_assets: Array; - base_assetStatus?: Maybe; - base_assetStatuses: Array; - base_assetBalance?: Maybe; - base_assetBalances: Array; - base_router?: Maybe; - base_routers: Array; - base_routerDailyTVL?: Maybe; - base_routerDailyTVLs: Array; - base_routerLiquidityEvent?: Maybe; - base_routerLiquidityEvents: Array; - base_setting?: Maybe; - base_settings: Array; - base_relayer?: Maybe; - base_relayers: Array; - base_sequencer?: Maybe; - base_sequencers: Array; - base_relayerFee?: Maybe; - base_relayerFees: Array; - base_originTransfer?: Maybe; - base_originTransfers: Array; - base_destinationTransfer?: Maybe; - base_destinationTransfers: Array; - base_originMessage?: Maybe; - base_originMessages: Array; - base_aggregateRoot?: Maybe; - base_aggregateRoots: Array; - base_connectorMeta?: Maybe; - base_connectorMetas: Array; - base_rootCount?: Maybe; - base_rootCounts: Array; - base_rootMessageSent?: Maybe; - base_rootMessageSents: Array; - base_relayerFeesIncrease?: Maybe; - base_relayerFeesIncreases: Array; - base_slippageUpdate?: Maybe; - base_slippageUpdates: Array; - base_snapshotRoot?: Maybe; - base_snapshotRoots: Array; - base_spokeConnectorMode?: Maybe; - base_spokeConnectorModes: Array; - base_aggregateRootProposed?: Maybe; - base_aggregateRootProposeds: Array; - base_optimisticRootFinalized?: Maybe; - base_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - base__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; + 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 */ - stagingpolygonzkevm__meta?: Maybe; + metis_swap__meta?: Maybe; polygon_asset?: Maybe; polygon_assets: Array; polygon_assetStatus?: Maybe; @@ -1343,6 +891,156 @@ 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; + /** 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; + /** 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; + /** 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; + /** Access to subgraph metadata */ + xlayer_swap__meta?: Maybe; stagingmainnet_rootAggregated?: Maybe; stagingmainnet_rootAggregateds: Array; stagingmainnet_rootPropagated?: Maybe; @@ -1397,184 +1095,6 @@ export type Query = { stagingmainnet_hubDomains: Array; /** Access to subgraph metadata */ stagingmainnet__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; - 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 */ - avalanche__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 */ - polygonzkevm__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; stagingavalanche_asset?: Maybe; stagingavalanche_assets: Array; stagingavalanche_assetStatus?: Maybe; @@ -1623,194 +1143,54 @@ export type Query = { stagingavalanche_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingavalanche__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; - 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; - 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; + 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 */ - linea__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; + mantle__meta?: Maybe; stagingpolygon_asset?: Maybe; stagingpolygon_assets: Array; stagingpolygon_assetStatus?: Maybe; @@ -1859,328 +1239,88 @@ export type Query = { stagingpolygon_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingpolygon__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; - 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; - 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; - 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; - 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; + 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 */ - stagingxlayer__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; + 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; /** Access to subgraph metadata */ - xdai__meta?: Maybe; + mantle_swap__meta?: Maybe; mode_asset?: Maybe; mode_assets: Array; mode_assetStatus?: Maybe; @@ -2229,54 +1369,6 @@ export type Query = { mode_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ mode__meta?: Maybe; - 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; stagingmetis_asset?: Maybe; stagingmetis_assets: Array; stagingmetis_assetStatus?: Maybe; @@ -2325,102 +1417,196 @@ export type Query = { stagingmetis_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingmetis__meta?: Maybe; - metis_asset?: Maybe; - metis_assets: Array; - metis_assetStatus?: Maybe; - metis_assetStatuses: Array; - metis_assetBalance?: Maybe; - metis_assetBalances: Array; - metis_router?: Maybe; - metis_routers: Array; - metis_routerDailyTVL?: Maybe; - metis_routerDailyTVLs: Array; - metis_routerLiquidityEvent?: Maybe; - metis_routerLiquidityEvents: Array; - metis_setting?: Maybe; - metis_settings: Array; - metis_relayer?: Maybe; - metis_relayers: Array; - metis_sequencer?: Maybe; - metis_sequencers: Array; - metis_relayerFee?: Maybe; - metis_relayerFees: Array; - metis_originTransfer?: Maybe; - metis_originTransfers: Array; - metis_destinationTransfer?: Maybe; - metis_destinationTransfers: Array; - metis_originMessage?: Maybe; - metis_originMessages: Array; - metis_aggregateRoot?: Maybe; - metis_aggregateRoots: Array; - metis_connectorMeta?: Maybe; - metis_connectorMetas: Array; - metis_rootCount?: Maybe; - metis_rootCounts: Array; - metis_rootMessageSent?: Maybe; - metis_rootMessageSents: Array; - metis_relayerFeesIncrease?: Maybe; - metis_relayerFeesIncreases: Array; - metis_slippageUpdate?: Maybe; - metis_slippageUpdates: Array; - metis_snapshotRoot?: Maybe; - metis_snapshotRoots: Array; - metis_spokeConnectorMode?: Maybe; - metis_spokeConnectorModes: Array; - metis_aggregateRootProposed?: Maybe; - metis_aggregateRootProposeds: Array; - metis_optimisticRootFinalized?: Maybe; - metis_optimisticRootFinalizeds: Array; + 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 */ - metis__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; + 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; + zksync_asset?: Maybe; + zksync_assets: Array; + zksync_assetStatus?: Maybe; + zksync_assetStatuses: Array; + zksync_assetBalance?: Maybe; + zksync_assetBalances: Array; + zksync_router?: Maybe; + zksync_routers: Array; + zksync_routerDailyTVL?: Maybe; + zksync_routerDailyTVLs: Array; + zksync_routerLiquidityEvent?: Maybe; + zksync_routerLiquidityEvents: Array; + zksync_setting?: Maybe; + zksync_settings: Array; + zksync_relayer?: Maybe; + zksync_relayers: Array; + zksync_sequencer?: Maybe; + zksync_sequencers: Array; + zksync_relayerFee?: Maybe; + zksync_relayerFees: Array; + zksync_originTransfer?: Maybe; + zksync_originTransfers: Array; + zksync_destinationTransfer?: Maybe; + zksync_destinationTransfers: Array; + zksync_originMessage?: Maybe; + zksync_originMessages: Array; + zksync_aggregateRoot?: Maybe; + zksync_aggregateRoots: Array; + zksync_connectorMeta?: Maybe; + zksync_connectorMetas: Array; + zksync_rootCount?: Maybe; + zksync_rootCounts: Array; + zksync_rootMessageSent?: Maybe; + zksync_rootMessageSents: Array; + zksync_relayerFeesIncrease?: Maybe; + zksync_relayerFeesIncreases: Array; + zksync_slippageUpdate?: Maybe; + zksync_slippageUpdates: Array; + zksync_snapshotRoot?: Maybe; + zksync_snapshotRoots: Array; + zksync_spokeConnectorMode?: Maybe; + zksync_spokeConnectorModes: Array; + zksync_aggregateRootProposed?: Maybe; + zksync_aggregateRootProposeds: Array; + zksync_optimisticRootFinalized?: Maybe; + zksync_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - bnb__meta?: Maybe; + 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; + /** Access to subgraph metadata */ + polygonzkevm_swap__meta?: Maybe; xlayer_asset?: Maybe; xlayer_assets: Array; xlayer_assetStatus?: Maybe; @@ -2469,163 +1655,943 @@ export type Query = { xlayer_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ xlayer__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; - polygon_swap_systemInfo?: Maybe; - polygon_swap_systemInfos: Array; - polygon_swap_pooledToken?: Maybe; - polygon_swap_pooledTokens: Array; - polygon_swap_stableSwap?: Maybe; - polygon_swap_stableSwaps: Array; - polygon_swap_stableSwapAddLiquidityEvent?: Maybe; - polygon_swap_stableSwapAddLiquidityEvents: Array; - polygon_swap_stableSwapRemoveLiquidityEvent?: Maybe; - polygon_swap_stableSwapRemoveLiquidityEvents: Array; - polygon_swap_stableSwapExchange?: Maybe; - polygon_swap_stableSwapExchanges: Array; - polygon_swap_swapDailyVolume?: Maybe; - polygon_swap_swapDailyVolumes: Array; - polygon_swap_swapHourlyVolume?: Maybe; - polygon_swap_swapHourlyVolumes: Array; - polygon_swap_swapWeeklyVolume?: Maybe; - polygon_swap_swapWeeklyVolumes: Array; - polygon_swap_lpAccount?: Maybe; - polygon_swap_lpAccounts: Array; - polygon_swap_lpAccountBalance?: Maybe; - polygon_swap_lpAccountBalances: Array; - polygon_swap_lpToken?: Maybe; - polygon_swap_lpTokens: Array; - polygon_swap_lpTransferEvent?: Maybe; - polygon_swap_lpTransferEvents: Array; - polygon_swap_stableSwapEvent?: Maybe; - polygon_swap_stableSwapEvents: Array; - polygon_swap_swapTradeVolume?: Maybe; - polygon_swap_swapTradeVolumes: Array; - polygon_swap_lpTokenEvent?: Maybe; - polygon_swap_lpTokenEvents: Array; + 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; + 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 */ - polygon_swap__meta?: Maybe; - optimism_swap_systemInfo?: Maybe; - optimism_swap_systemInfos: Array; - optimism_swap_pooledToken?: Maybe; - optimism_swap_pooledTokens: Array; - optimism_swap_stableSwap?: Maybe; - optimism_swap_stableSwaps: Array; - optimism_swap_stableSwapAddLiquidityEvent?: Maybe; - optimism_swap_stableSwapAddLiquidityEvents: Array; - optimism_swap_stableSwapRemoveLiquidityEvent?: Maybe; - optimism_swap_stableSwapRemoveLiquidityEvents: Array; - optimism_swap_stableSwapExchange?: Maybe; - optimism_swap_stableSwapExchanges: Array; - optimism_swap_swapDailyVolume?: Maybe; - optimism_swap_swapDailyVolumes: Array; - optimism_swap_swapHourlyVolume?: Maybe; - optimism_swap_swapHourlyVolumes: Array; - optimism_swap_swapWeeklyVolume?: Maybe; - optimism_swap_swapWeeklyVolumes: Array; - optimism_swap_lpAccount?: Maybe; - optimism_swap_lpAccounts: Array; - optimism_swap_lpAccountBalance?: Maybe; - optimism_swap_lpAccountBalances: Array; - optimism_swap_lpToken?: Maybe; - optimism_swap_lpTokens: Array; - optimism_swap_lpTransferEvent?: Maybe; - optimism_swap_lpTransferEvents: Array; - optimism_swap_stableSwapEvent?: Maybe; - optimism_swap_stableSwapEvents: Array; - optimism_swap_swapTradeVolume?: Maybe; - optimism_swap_swapTradeVolumes: Array; - optimism_swap_lpTokenEvent?: Maybe; - optimism_swap_lpTokenEvents: Array; + stagingbase__meta?: Maybe; + metis_asset?: Maybe; + metis_assets: Array; + metis_assetStatus?: Maybe; + metis_assetStatuses: Array; + metis_assetBalance?: Maybe; + metis_assetBalances: Array; + metis_router?: Maybe; + metis_routers: Array; + metis_routerDailyTVL?: Maybe; + metis_routerDailyTVLs: Array; + metis_routerLiquidityEvent?: Maybe; + metis_routerLiquidityEvents: Array; + metis_setting?: Maybe; + metis_settings: Array; + metis_relayer?: Maybe; + metis_relayers: Array; + metis_sequencer?: Maybe; + metis_sequencers: Array; + metis_relayerFee?: Maybe; + metis_relayerFees: Array; + metis_originTransfer?: Maybe; + metis_originTransfers: Array; + metis_destinationTransfer?: Maybe; + metis_destinationTransfers: Array; + metis_originMessage?: Maybe; + metis_originMessages: Array; + metis_aggregateRoot?: Maybe; + metis_aggregateRoots: Array; + metis_connectorMeta?: Maybe; + metis_connectorMetas: Array; + metis_rootCount?: Maybe; + metis_rootCounts: Array; + metis_rootMessageSent?: Maybe; + metis_rootMessageSents: Array; + metis_relayerFeesIncrease?: Maybe; + metis_relayerFeesIncreases: Array; + metis_slippageUpdate?: Maybe; + metis_slippageUpdates: Array; + metis_snapshotRoot?: Maybe; + metis_snapshotRoots: Array; + metis_spokeConnectorMode?: Maybe; + metis_spokeConnectorModes: Array; + metis_aggregateRootProposed?: Maybe; + metis_aggregateRootProposeds: Array; + metis_optimisticRootFinalized?: Maybe; + metis_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - optimism_swap__meta?: Maybe; - arbitrumone_swap_systemInfo?: Maybe; - arbitrumone_swap_systemInfos: Array; - arbitrumone_swap_pooledToken?: Maybe; - arbitrumone_swap_pooledTokens: Array; - arbitrumone_swap_stableSwap?: Maybe; - arbitrumone_swap_stableSwaps: Array; - arbitrumone_swap_stableSwapAddLiquidityEvent?: Maybe; - arbitrumone_swap_stableSwapAddLiquidityEvents: Array; - arbitrumone_swap_stableSwapRemoveLiquidityEvent?: Maybe; - arbitrumone_swap_stableSwapRemoveLiquidityEvents: Array; - arbitrumone_swap_stableSwapExchange?: Maybe; - arbitrumone_swap_stableSwapExchanges: Array; - arbitrumone_swap_swapDailyVolume?: Maybe; - arbitrumone_swap_swapDailyVolumes: Array; - arbitrumone_swap_swapHourlyVolume?: Maybe; - arbitrumone_swap_swapHourlyVolumes: Array; - arbitrumone_swap_swapWeeklyVolume?: Maybe; - arbitrumone_swap_swapWeeklyVolumes: Array; - arbitrumone_swap_lpAccount?: Maybe; - arbitrumone_swap_lpAccounts: Array; - arbitrumone_swap_lpAccountBalance?: Maybe; - arbitrumone_swap_lpAccountBalances: Array; - arbitrumone_swap_lpToken?: Maybe; - arbitrumone_swap_lpTokens: Array; - arbitrumone_swap_lpTransferEvent?: Maybe; - arbitrumone_swap_lpTransferEvents: Array; - arbitrumone_swap_stableSwapEvent?: Maybe; - arbitrumone_swap_stableSwapEvents: Array; - arbitrumone_swap_swapTradeVolume?: Maybe; - arbitrumone_swap_swapTradeVolumes: Array; - arbitrumone_swap_lpTokenEvent?: Maybe; - arbitrumone_swap_lpTokenEvents: Array; + 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; /** Access to subgraph metadata */ - arbitrumone_swap__meta?: Maybe; - xdai_swap_systemInfo?: Maybe; - xdai_swap_systemInfos: Array; - xdai_swap_pooledToken?: Maybe; - xdai_swap_pooledTokens: Array; - xdai_swap_stableSwap?: Maybe; - xdai_swap_stableSwaps: Array; - xdai_swap_stableSwapAddLiquidityEvent?: Maybe; - xdai_swap_stableSwapAddLiquidityEvents: Array; - xdai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - xdai_swap_stableSwapRemoveLiquidityEvents: Array; - xdai_swap_stableSwapExchange?: Maybe; - xdai_swap_stableSwapExchanges: Array; - xdai_swap_swapDailyVolume?: Maybe; - xdai_swap_swapDailyVolumes: Array; - xdai_swap_swapHourlyVolume?: Maybe; - xdai_swap_swapHourlyVolumes: Array; - xdai_swap_swapWeeklyVolume?: Maybe; - xdai_swap_swapWeeklyVolumes: Array; - xdai_swap_lpAccount?: Maybe; - xdai_swap_lpAccounts: Array; - xdai_swap_lpAccountBalance?: Maybe; + stagingoptimism__meta?: Maybe; + 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; + 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 */ + 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; + /** Access to subgraph metadata */ + stagingmode__meta?: Maybe; + base_asset?: Maybe; + base_assets: Array; + base_assetStatus?: Maybe; + base_assetStatuses: Array; + base_assetBalance?: Maybe; + base_assetBalances: Array; + base_router?: Maybe; + base_routers: Array; + base_routerDailyTVL?: Maybe; + base_routerDailyTVLs: Array; + base_routerLiquidityEvent?: Maybe; + base_routerLiquidityEvents: Array; + base_setting?: Maybe; + base_settings: Array; + base_relayer?: Maybe; + base_relayers: Array; + base_sequencer?: Maybe; + base_sequencers: Array; + base_relayerFee?: Maybe; + base_relayerFees: Array; + base_originTransfer?: Maybe; + base_originTransfers: Array; + base_destinationTransfer?: Maybe; + base_destinationTransfers: Array; + base_originMessage?: Maybe; + base_originMessages: Array; + base_aggregateRoot?: Maybe; + base_aggregateRoots: Array; + base_connectorMeta?: Maybe; + base_connectorMetas: Array; + base_rootCount?: Maybe; + base_rootCounts: Array; + base_rootMessageSent?: Maybe; + base_rootMessageSents: Array; + base_relayerFeesIncrease?: Maybe; + base_relayerFeesIncreases: Array; + base_slippageUpdate?: Maybe; + base_slippageUpdates: Array; + base_snapshotRoot?: Maybe; + base_snapshotRoots: Array; + base_spokeConnectorMode?: Maybe; + base_spokeConnectorModes: Array; + base_aggregateRootProposed?: Maybe; + base_aggregateRootProposeds: Array; + base_optimisticRootFinalized?: Maybe; + 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; + /** 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; + /** 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; + /** Access to subgraph metadata */ + bnb_swap__meta?: Maybe; + optimism_swap_systemInfo?: Maybe; + optimism_swap_systemInfos: Array; + optimism_swap_pooledToken?: Maybe; + optimism_swap_pooledTokens: Array; + optimism_swap_stableSwap?: Maybe; + optimism_swap_stableSwaps: Array; + optimism_swap_stableSwapAddLiquidityEvent?: Maybe; + optimism_swap_stableSwapAddLiquidityEvents: Array; + optimism_swap_stableSwapRemoveLiquidityEvent?: Maybe; + optimism_swap_stableSwapRemoveLiquidityEvents: Array; + optimism_swap_stableSwapExchange?: Maybe; + optimism_swap_stableSwapExchanges: Array; + optimism_swap_swapDailyVolume?: Maybe; + optimism_swap_swapDailyVolumes: Array; + optimism_swap_swapHourlyVolume?: Maybe; + optimism_swap_swapHourlyVolumes: Array; + optimism_swap_swapWeeklyVolume?: Maybe; + optimism_swap_swapWeeklyVolumes: Array; + optimism_swap_lpAccount?: Maybe; + optimism_swap_lpAccounts: Array; + optimism_swap_lpAccountBalance?: Maybe; + optimism_swap_lpAccountBalances: Array; + optimism_swap_lpToken?: Maybe; + optimism_swap_lpTokens: Array; + optimism_swap_lpTransferEvent?: Maybe; + optimism_swap_lpTransferEvents: Array; + optimism_swap_stableSwapEvent?: Maybe; + optimism_swap_stableSwapEvents: Array; + optimism_swap_swapTradeVolume?: Maybe; + optimism_swap_swapTradeVolumes: Array; + optimism_swap_lpTokenEvent?: Maybe; + optimism_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + optimism_swap__meta?: Maybe; + arbitrumone_swap_systemInfo?: Maybe; + arbitrumone_swap_systemInfos: Array; + arbitrumone_swap_pooledToken?: Maybe; + arbitrumone_swap_pooledTokens: Array; + arbitrumone_swap_stableSwap?: Maybe; + arbitrumone_swap_stableSwaps: Array; + arbitrumone_swap_stableSwapAddLiquidityEvent?: Maybe; + arbitrumone_swap_stableSwapAddLiquidityEvents: Array; + arbitrumone_swap_stableSwapRemoveLiquidityEvent?: Maybe; + arbitrumone_swap_stableSwapRemoveLiquidityEvents: Array; + arbitrumone_swap_stableSwapExchange?: Maybe; + arbitrumone_swap_stableSwapExchanges: Array; + arbitrumone_swap_swapDailyVolume?: Maybe; + arbitrumone_swap_swapDailyVolumes: Array; + arbitrumone_swap_swapHourlyVolume?: Maybe; + arbitrumone_swap_swapHourlyVolumes: Array; + arbitrumone_swap_swapWeeklyVolume?: Maybe; + arbitrumone_swap_swapWeeklyVolumes: Array; + arbitrumone_swap_lpAccount?: Maybe; + arbitrumone_swap_lpAccounts: Array; + arbitrumone_swap_lpAccountBalance?: Maybe; + arbitrumone_swap_lpAccountBalances: Array; + arbitrumone_swap_lpToken?: Maybe; + arbitrumone_swap_lpTokens: Array; + arbitrumone_swap_lpTransferEvent?: Maybe; + arbitrumone_swap_lpTransferEvents: Array; + arbitrumone_swap_stableSwapEvent?: Maybe; + arbitrumone_swap_stableSwapEvents: Array; + arbitrumone_swap_swapTradeVolume?: Maybe; + arbitrumone_swap_swapTradeVolumes: Array; + arbitrumone_swap_lpTokenEvent?: Maybe; + arbitrumone_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + arbitrumone_swap__meta?: Maybe; + xdai_swap_systemInfo?: Maybe; + xdai_swap_systemInfos: Array; + xdai_swap_pooledToken?: Maybe; + xdai_swap_pooledTokens: Array; + xdai_swap_stableSwap?: Maybe; + xdai_swap_stableSwaps: Array; + xdai_swap_stableSwapAddLiquidityEvent?: Maybe; + xdai_swap_stableSwapAddLiquidityEvents: Array; + xdai_swap_stableSwapRemoveLiquidityEvent?: Maybe; + xdai_swap_stableSwapRemoveLiquidityEvents: Array; + xdai_swap_stableSwapExchange?: Maybe; + xdai_swap_stableSwapExchanges: Array; + xdai_swap_swapDailyVolume?: Maybe; + xdai_swap_swapDailyVolumes: Array; + xdai_swap_swapHourlyVolume?: Maybe; + xdai_swap_swapHourlyVolumes: Array; + xdai_swap_swapWeeklyVolume?: Maybe; + xdai_swap_swapWeeklyVolumes: Array; + xdai_swap_lpAccount?: Maybe; + xdai_swap_lpAccounts: Array; + xdai_swap_lpAccountBalance?: Maybe; xdai_swap_lpAccountBalances: Array; xdai_swap_lpToken?: Maybe; xdai_swap_lpTokens: Array; @@ -2639,6 +2605,40 @@ export type Query = { xdai_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ xdai_swap__meta?: Maybe; + polygon_swap_systemInfo?: Maybe; + polygon_swap_systemInfos: Array; + polygon_swap_pooledToken?: Maybe; + polygon_swap_pooledTokens: Array; + polygon_swap_stableSwap?: Maybe; + polygon_swap_stableSwaps: Array; + polygon_swap_stableSwapAddLiquidityEvent?: Maybe; + polygon_swap_stableSwapAddLiquidityEvents: Array; + polygon_swap_stableSwapRemoveLiquidityEvent?: Maybe; + polygon_swap_stableSwapRemoveLiquidityEvents: Array; + polygon_swap_stableSwapExchange?: Maybe; + polygon_swap_stableSwapExchanges: Array; + polygon_swap_swapDailyVolume?: Maybe; + polygon_swap_swapDailyVolumes: Array; + polygon_swap_swapHourlyVolume?: Maybe; + polygon_swap_swapHourlyVolumes: Array; + polygon_swap_swapWeeklyVolume?: Maybe; + polygon_swap_swapWeeklyVolumes: Array; + polygon_swap_lpAccount?: Maybe; + polygon_swap_lpAccounts: Array; + polygon_swap_lpAccountBalance?: Maybe; + polygon_swap_lpAccountBalances: Array; + polygon_swap_lpToken?: Maybe; + polygon_swap_lpTokens: Array; + polygon_swap_lpTransferEvent?: Maybe; + polygon_swap_lpTransferEvents: Array; + polygon_swap_stableSwapEvent?: Maybe; + polygon_swap_stableSwapEvents: Array; + polygon_swap_swapTradeVolume?: Maybe; + polygon_swap_swapTradeVolumes: Array; + polygon_swap_lpTokenEvent?: Maybe; + polygon_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + polygon_swap__meta?: Maybe; avalanche_swap_systemInfo?: Maybe; avalanche_swap_systemInfos: Array; avalanche_swap_pooledToken?: Maybe; @@ -2676,882 +2676,1062 @@ export type Query = { }; -export type Querymantle_swap_systemInfoArgs = { +export type Querysepolia_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_swap_pooledTokenArgs = { +export type Querysepolia_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_swap_stableSwapArgs = { +export type Querysepolia_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_swap_stableSwapAddLiquidityEventArgs = { +export type Querysepolia_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querysepolia_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_swap_stableSwapExchangeArgs = { +export type Querysepolia_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_swap_swapDailyVolumeArgs = { +export type Querysepolia_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_swap_swapHourlyVolumeArgs = { +export type Querysepolia_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_swap_swapWeeklyVolumeArgs = { +export type Querysepolia_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_swap_lpAccountArgs = { +export type Querysepolia_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_swap_lpAccountBalanceArgs = { +export type Querysepolia_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_swap_lpTokenArgs = { +export type Querysepolia_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_swap_lpTransferEventArgs = { +export type Querysepolia_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_swap_stableSwapEventArgs = { +export type Querysepolia_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_swap_swapTradeVolumeArgs = { +export type Querysepolia_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_swap_lpTokenEventArgs = { +export type Querysepolia_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_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 Querymantle_swap__metaArgs = { - block?: InputMaybe; +export type Querysepolia_swap__metaArgs = { + block?: InputMaybe; }; -export type Querymetis_swap_systemInfoArgs = { +export type Queryoptimismsepolia_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_systemInfosArgs = { +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 Querymetis_swap_pooledTokenArgs = { +export type Queryoptimismsepolia_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_pooledTokensArgs = { +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 Querymetis_swap_stableSwapArgs = { +export type Queryoptimismsepolia_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_stableSwapsArgs = { +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 Querymetis_swap_stableSwapAddLiquidityEventArgs = { +export type Queryoptimismsepolia_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_stableSwapAddLiquidityEventsArgs = { +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 Querymetis_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryoptimismsepolia_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querymetis_swap_stableSwapExchangeArgs = { +export type Queryoptimismsepolia_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_stableSwapExchangesArgs = { +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 Querymetis_swap_swapDailyVolumeArgs = { +export type Queryoptimismsepolia_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_swapDailyVolumesArgs = { +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 Querymetis_swap_swapHourlyVolumeArgs = { +export type Queryoptimismsepolia_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_swapHourlyVolumesArgs = { +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 Querymetis_swap_swapWeeklyVolumeArgs = { +export type Queryoptimismsepolia_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_swapWeeklyVolumesArgs = { +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 Querymetis_swap_lpAccountArgs = { +export type Queryoptimismsepolia_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_lpAccountsArgs = { +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 Querymetis_swap_lpAccountBalanceArgs = { +export type Queryoptimismsepolia_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_lpAccountBalancesArgs = { +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 Querymetis_swap_lpTokenArgs = { +export type Queryoptimismsepolia_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_lpTokensArgs = { +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 Querymetis_swap_lpTransferEventArgs = { +export type Queryoptimismsepolia_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_lpTransferEventsArgs = { +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 Querymetis_swap_stableSwapEventArgs = { +export type Queryoptimismsepolia_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_stableSwapEventsArgs = { +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 Querymetis_swap_swapTradeVolumeArgs = { +export type Queryoptimismsepolia_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_swapTradeVolumesArgs = { +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 Querymetis_swap_lpTokenEventArgs = { +export type Queryoptimismsepolia_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_swap_lpTokenEventsArgs = { +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 Querymetis_swap__metaArgs = { - block?: InputMaybe; +export type Queryoptimismsepolia_swap__metaArgs = { + block?: InputMaybe; }; -export type Queryzksync_swap_systemInfoArgs = { +export type Querysepolia_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_systemInfosArgs = { +export type Querysepolia_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 Queryzksync_swap_pooledTokenArgs = { +export type Querysepolia_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_pooledTokensArgs = { +export type Querysepolia_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 Queryzksync_swap_stableSwapArgs = { +export type Querysepolia_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapsArgs = { +export type Querysepolia_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 Queryzksync_swap_stableSwapAddLiquidityEventArgs = { +export type Querysepolia_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapAddLiquidityEventsArgs = { +export type Querysepolia_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 Queryzksync_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querysepolia_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Querysepolia_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 Queryzksync_swap_stableSwapExchangeArgs = { +export type Querysepolia_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapExchangesArgs = { +export type Querysepolia_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 Queryzksync_swap_swapDailyVolumeArgs = { +export type Querysepolia_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapDailyVolumesArgs = { +export type Querysepolia_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 Queryzksync_swap_swapHourlyVolumeArgs = { +export type Querysepolia_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapHourlyVolumesArgs = { +export type Querysepolia_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 Queryzksync_swap_swapWeeklyVolumeArgs = { +export type Querysepolia_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapWeeklyVolumesArgs = { +export type Querysepolia_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 Queryzksync_swap_lpAccountArgs = { +export type Querysepolia_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpAccountsArgs = { +export type Querysepolia_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 Queryzksync_swap_lpAccountBalanceArgs = { +export type Querysepolia_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpAccountBalancesArgs = { +export type Querysepolia_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 Queryzksync_swap_lpTokenArgs = { +export type Querysepolia_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpTokensArgs = { +export type Querysepolia_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 Queryzksync_swap_lpTransferEventArgs = { +export type Querysepolia_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpTransferEventsArgs = { +export type Querysepolia_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 Queryzksync_swap_stableSwapEventArgs = { +export type Querysepolia_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_stableSwapEventsArgs = { +export type Querysepolia_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 Queryzksync_swap_swapTradeVolumeArgs = { +export type Querysepolia_metisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_swapTradeVolumesArgs = { +export type Querysepolia_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 Queryzksync_swap_lpTokenEventArgs = { +export type Querysepolia_mantleConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_swap_lpTokenEventsArgs = { +export type Querysepolia_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 Queryzksync_swap__metaArgs = { - block?: InputMaybe; +export type Querysepolia_avalancheConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_avalancheConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_baseConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_baseConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_polygonZkConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_polygonZkConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_x1ConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_x1ConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_zkSyncConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_zkSyncConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_modeConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_modeConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_scrollConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_scrollConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_rootMessageProcessedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_rootMessageProcessedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_aggregateRootSavedSlowArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_aggregateRootSavedSlowsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_hubDomainArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_hubDomainsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia__metaArgs = { + block?: InputMaybe; }; @@ -3848,1607 +4028,1692 @@ export type Queryarbitrumsepolia_swap__metaArgs = { }; -export type Queryoptimismsepolia_swap_systemInfoArgs = { +export type Queryarbitrumsepolia_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_systemInfosArgs = { +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 Queryoptimismsepolia_swap_pooledTokenArgs = { +export type Queryarbitrumsepolia_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_pooledTokensArgs = { +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 Queryoptimismsepolia_swap_stableSwapArgs = { +export type Queryarbitrumsepolia_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_stableSwapsArgs = { +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 Queryoptimismsepolia_swap_stableSwapAddLiquidityEventArgs = { +export type Queryarbitrumsepolia_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_stableSwapAddLiquidityEventsArgs = { +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 Queryoptimismsepolia_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryarbitrumsepolia_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Queryoptimismsepolia_swap_stableSwapExchangeArgs = { +export type Queryarbitrumsepolia_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_stableSwapExchangesArgs = { +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 Queryoptimismsepolia_swap_swapDailyVolumeArgs = { +export type Queryarbitrumsepolia_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_swapDailyVolumesArgs = { +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 Queryoptimismsepolia_swap_swapHourlyVolumeArgs = { +export type Queryarbitrumsepolia_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_swapHourlyVolumesArgs = { +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 Queryoptimismsepolia_swap_swapWeeklyVolumeArgs = { +export type Queryarbitrumsepolia_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_swapWeeklyVolumesArgs = { +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 Queryoptimismsepolia_swap_lpAccountArgs = { +export type Queryarbitrumsepolia_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_lpAccountsArgs = { +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 Queryoptimismsepolia_swap_lpAccountBalanceArgs = { +export type Queryarbitrumsepolia_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_lpAccountBalancesArgs = { +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 Queryoptimismsepolia_swap_lpTokenArgs = { +export type Queryarbitrumsepolia_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_lpTokensArgs = { +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 Queryoptimismsepolia_swap_lpTransferEventArgs = { +export type Queryarbitrumsepolia_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_lpTransferEventsArgs = { +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 Queryoptimismsepolia_swap_stableSwapEventArgs = { +export type Queryarbitrumsepolia_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_stableSwapEventsArgs = { +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 Queryoptimismsepolia_swap_swapTradeVolumeArgs = { +export type Queryarbitrumsepolia_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_swapTradeVolumesArgs = { +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 Queryoptimismsepolia_swap_lpTokenEventArgs = { +export type Queryarbitrumsepolia_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_swap_lpTokenEventsArgs = { +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 Queryoptimismsepolia_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querysepolia_rootAggregatedArgs = { +export type Queryarbitrumsepolia_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_rootAggregatedsArgs = { +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 Querysepolia_rootPropagatedArgs = { +export type Queryarbitrumsepolia_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_rootPropagatedsArgs = { +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 Querysepolia_aggregatedMessageRootArgs = { +export type Queryarbitrumsepolia_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_aggregatedMessageRootsArgs = { +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 Querysepolia_rootManagerMetaArgs = { +export type Queryarbitrumsepolia_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_rootManagerMetasArgs = { +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 Querysepolia_rootManagerModeArgs = { +export type Queryarbitrumsepolia_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_rootManagerModesArgs = { +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 Querysepolia_optimisticRootProposedArgs = { +export type Queryarbitrumsepolia_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_optimisticRootProposedsArgs = { +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 Querysepolia_hubOptimisticRootFinalizedArgs = { +export type Queryarbitrumsepolia_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_hubOptimisticRootFinalizedsArgs = { +export type Queryarbitrumsepolia_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 Querysepolia_optimisticRootPropagatedArgs = { +export type Queryarbitrumsepolia__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimismsepolia_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_optimisticRootPropagatedsArgs = { +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 Querysepolia_polygonConnectorMetaArgs = { +export type Queryoptimismsepolia_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_polygonConnectorMetasArgs = { +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 Querysepolia_optimismConnectorMetaArgs = { +export type Queryoptimismsepolia_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_optimismConnectorMetasArgs = { +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 Querysepolia_bnbConnectorMetaArgs = { +export type Queryoptimismsepolia_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_bnbConnectorMetasArgs = { +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 Querysepolia_arbitrumConnectorMetaArgs = { +export type Queryoptimismsepolia_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_arbitrumConnectorMetasArgs = { +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 Querysepolia_gnosisConnectorMetaArgs = { +export type Queryoptimismsepolia_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_gnosisConnectorMetasArgs = { +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 Querysepolia_lineaConnectorMetaArgs = { +export type Queryoptimismsepolia_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_lineaConnectorMetasArgs = { +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 Querysepolia_metisConnectorMetaArgs = { +export type Queryoptimismsepolia_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_metisConnectorMetasArgs = { +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 Querysepolia_mantleConnectorMetaArgs = { +export type Queryoptimismsepolia_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_mantleConnectorMetasArgs = { +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 Querysepolia_avalancheConnectorMetaArgs = { +export type Queryoptimismsepolia_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_avalancheConnectorMetasArgs = { +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 Querysepolia_baseConnectorMetaArgs = { +export type Queryoptimismsepolia_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_baseConnectorMetasArgs = { +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 Querysepolia_polygonZkConnectorMetaArgs = { +export type Queryoptimismsepolia_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_polygonZkConnectorMetasArgs = { +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 Querysepolia_x1ConnectorMetaArgs = { +export type Queryoptimismsepolia_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_x1ConnectorMetasArgs = { +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 Querysepolia_zkSyncConnectorMetaArgs = { +export type Queryoptimismsepolia_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_zkSyncConnectorMetasArgs = { +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 Querysepolia_modeConnectorMetaArgs = { +export type Queryoptimismsepolia_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_modeConnectorMetasArgs = { +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 Querysepolia_scrollConnectorMetaArgs = { +export type Queryoptimismsepolia_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_scrollConnectorMetasArgs = { +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 Querysepolia_rootMessageProcessedArgs = { +export type Queryoptimismsepolia_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_rootMessageProcessedsArgs = { +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 Querysepolia_aggregateRootSavedSlowArgs = { +export type Queryoptimismsepolia_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_aggregateRootSavedSlowsArgs = { +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 Querysepolia_hubDomainArgs = { +export type Queryoptimismsepolia_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_hubDomainsArgs = { +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 Querysepolia__metaArgs = { - block?: InputMaybe; +export type Queryoptimismsepolia_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_assetArgs = { +export type Queryoptimismsepolia_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Queryoptimismsepolia_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_assetsArgs = { +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 Querystagingmode_assetStatusArgs = { +export type Queryoptimismsepolia_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_assetStatusesArgs = { +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 Querystagingmode_assetBalanceArgs = { +export type Queryoptimismsepolia_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_assetBalancesArgs = { +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 Querystagingmode_routerArgs = { +export type Queryoptimismsepolia__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_routersArgs = { +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 Querystagingmode_routerDailyTVLArgs = { +export type Querymainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_routerDailyTVLsArgs = { +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 Querystagingmode_routerLiquidityEventArgs = { +export type Querymainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_routerLiquidityEventsArgs = { +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 Querystagingmode_settingArgs = { +export type Querymainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_settingsArgs = { +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 Querystagingmode_relayerArgs = { +export type Querymainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_relayersArgs = { +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 Querystagingmode_sequencerArgs = { +export type Querymainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_sequencersArgs = { +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 Querystagingmode_relayerFeeArgs = { +export type Querymainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_relayerFeesArgs = { +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 Querystagingmode_originTransferArgs = { +export type Querymainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_originTransfersArgs = { +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 Querystagingmode_destinationTransferArgs = { +export type Querymainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_destinationTransfersArgs = { +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 Querystagingmode_originMessageArgs = { +export type Querymainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_originMessagesArgs = { +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 Querystagingmode_aggregateRootArgs = { +export type Querymainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_aggregateRootsArgs = { +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 Querystagingmode_connectorMetaArgs = { +export type Querymainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_connectorMetasArgs = { +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 Querystagingmode_rootCountArgs = { +export type Querymainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_rootCountsArgs = { +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 Querystagingmode_rootMessageSentArgs = { +export type Querymainnet_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_rootMessageSentsArgs = { +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 Querystagingmode_relayerFeesIncreaseArgs = { +export type Querymainnet_metisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_relayerFeesIncreasesArgs = { +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 Querystagingmode_slippageUpdateArgs = { +export type Querymainnet_mantleConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_slippageUpdatesArgs = { +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 Querystagingmode_snapshotRootArgs = { +export type Querymainnet_avalancheConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_snapshotRootsArgs = { +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 Querystagingmode_spokeConnectorModeArgs = { +export type Querymainnet_baseConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_spokeConnectorModesArgs = { +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 Querystagingmode_aggregateRootProposedArgs = { +export type Querymainnet_polygonZkConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_aggregateRootProposedsArgs = { +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 Querystagingmode_optimisticRootFinalizedArgs = { +export type Querymainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmode_optimisticRootFinalizedsArgs = { +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 Querystagingmode__metaArgs = { - block?: InputMaybe; +export type Querymainnet_modeConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetArgs = { +export type Querymainnet_modeConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querymainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetsArgs = { +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 Queryzksync_assetStatusArgs = { +export type Querymainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetStatusesArgs = { +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 Queryzksync_assetBalanceArgs = { +export type Querymainnet_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_assetBalancesArgs = { +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 Queryzksync_routerArgs = { +export type Querymainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Querysepolia_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routersArgs = { +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 Queryzksync_routerDailyTVLArgs = { +export type Querysepolia_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routerDailyTVLsArgs = { +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 Queryzksync_routerLiquidityEventArgs = { +export type Querysepolia_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_routerLiquidityEventsArgs = { +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 Queryzksync_settingArgs = { +export type Querysepolia_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_settingsArgs = { +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 Queryzksync_relayerArgs = { +export type Querysepolia_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_relayersArgs = { +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 Queryzksync_sequencerArgs = { +export type Querysepolia_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_sequencersArgs = { +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 Queryzksync_relayerFeeArgs = { +export type Querysepolia_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_relayerFeesArgs = { +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 Queryzksync_originTransferArgs = { +export type Querysepolia_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_originTransfersArgs = { +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 Queryzksync_destinationTransferArgs = { +export type Querysepolia_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_destinationTransfersArgs = { +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 Queryzksync_originMessageArgs = { +export type Querysepolia_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_originMessagesArgs = { +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 Queryzksync_aggregateRootArgs = { +export type Querysepolia_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_aggregateRootsArgs = { +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 Queryzksync_connectorMetaArgs = { +export type Querysepolia_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_connectorMetasArgs = { +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 Queryzksync_rootCountArgs = { +export type Querysepolia_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_rootCountsArgs = { +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 Queryzksync_rootMessageSentArgs = { +export type Querysepolia_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_rootMessageSentsArgs = { +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 Queryzksync_relayerFeesIncreaseArgs = { +export type Querysepolia_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_relayerFeesIncreasesArgs = { +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 Queryzksync_slippageUpdateArgs = { +export type Querysepolia_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_slippageUpdatesArgs = { +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 Queryzksync_snapshotRootArgs = { +export type Querysepolia_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_snapshotRootsArgs = { +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 Queryzksync_spokeConnectorModeArgs = { +export type Querysepolia_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_spokeConnectorModesArgs = { +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 Queryzksync_aggregateRootProposedArgs = { +export type Querysepolia_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_aggregateRootProposedsArgs = { +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 Queryzksync_optimisticRootFinalizedArgs = { +export type Querysepolia_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryzksync_optimisticRootFinalizedsArgs = { +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 Queryzksync__metaArgs = { - block?: InputMaybe; +export type Querysepolia_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querysepolia_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; @@ -5871,1679 +6136,1720 @@ export type Queryarbitrumone__metaArgs = { }; -export type Querystagingscroll_assetArgs = { +export type Queryzksync_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_assetsArgs = { +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 Querystagingscroll_assetStatusArgs = { +export type Queryzksync_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_assetStatusesArgs = { +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 Querystagingscroll_assetBalanceArgs = { +export type Queryzksync_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_assetBalancesArgs = { +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 Querystagingscroll_routerArgs = { +export type Queryzksync_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_routersArgs = { +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 Querystagingscroll_routerDailyTVLArgs = { +export type Queryzksync_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_routerDailyTVLsArgs = { +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 Querystagingscroll_routerLiquidityEventArgs = { +export type Queryzksync_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_routerLiquidityEventsArgs = { +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 Querystagingscroll_settingArgs = { +export type Queryzksync_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_settingsArgs = { +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 Querystagingscroll_relayerArgs = { +export type Queryzksync_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_relayersArgs = { +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 Querystagingscroll_sequencerArgs = { +export type Queryzksync_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_sequencersArgs = { +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 Querystagingscroll_relayerFeeArgs = { +export type Queryzksync_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_relayerFeesArgs = { +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 Querystagingscroll_originTransferArgs = { +export type Queryzksync_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_originTransfersArgs = { +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 Querystagingscroll_destinationTransferArgs = { +export type Queryzksync_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_destinationTransfersArgs = { +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 Querystagingscroll_originMessageArgs = { +export type Queryzksync_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_originMessagesArgs = { +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 Querystagingscroll_aggregateRootArgs = { +export type Queryzksync_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_aggregateRootsArgs = { +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 Querystagingscroll_connectorMetaArgs = { +export type Queryzksync_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_connectorMetasArgs = { +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 Querystagingscroll_rootCountArgs = { +export type Queryzksync_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingscroll_rootCountsArgs = { +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 Querystagingscroll_rootMessageSentArgs = { +export type Queryzksync_swap__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 Queryoptimismsepolia_assetArgs = { +export type Querybase_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_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 Queryoptimismsepolia_assetStatusArgs = { +export type Querybase_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_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 Queryoptimismsepolia_assetBalanceArgs = { +export type Querybase_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_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 Queryoptimismsepolia_routerArgs = { +export type Querybase_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_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 Queryoptimismsepolia_routerDailyTVLArgs = { +export type Querybase_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_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 Queryoptimismsepolia_routerLiquidityEventArgs = { +export type Querybase_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_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 Queryoptimismsepolia_settingArgs = { +export type Querybase_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_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 Queryoptimismsepolia_relayerArgs = { +export type Querybase_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_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 Queryoptimismsepolia_sequencerArgs = { +export type Querybase_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_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 Queryoptimismsepolia_relayerFeeArgs = { +export type Querybase_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_relayerFeesArgs = { +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 Queryoptimismsepolia_originTransferArgs = { +export type Queryoptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_originTransfersArgs = { +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 Queryoptimismsepolia_destinationTransferArgs = { +export type Queryoptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_destinationTransfersArgs = { +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 Queryoptimismsepolia_originMessageArgs = { +export type Queryoptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_originMessagesArgs = { +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 Queryoptimismsepolia_aggregateRootArgs = { +export type Queryoptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_aggregateRootsArgs = { +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 Queryoptimismsepolia_connectorMetaArgs = { +export type Queryoptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_connectorMetasArgs = { +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 Queryoptimismsepolia_rootCountArgs = { +export type Queryoptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_rootCountsArgs = { +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 Queryoptimismsepolia_rootMessageSentArgs = { +export type Queryoptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_rootMessageSentsArgs = { +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 Queryoptimismsepolia_relayerFeesIncreaseArgs = { +export type Queryoptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_relayerFeesIncreasesArgs = { +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 Queryoptimismsepolia_slippageUpdateArgs = { +export type Queryoptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_slippageUpdatesArgs = { +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 Queryoptimismsepolia_snapshotRootArgs = { +export type Queryoptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_snapshotRootsArgs = { +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 Queryoptimismsepolia_spokeConnectorModeArgs = { +export type Queryoptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_spokeConnectorModesArgs = { +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 Queryoptimismsepolia_aggregateRootProposedArgs = { +export type Queryoptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_aggregateRootProposedsArgs = { +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 Queryoptimismsepolia_optimisticRootFinalizedArgs = { +export type Queryoptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimismsepolia_optimisticRootFinalizedsArgs = { +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 Queryoptimismsepolia__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymantle_assetArgs = { +export type Queryoptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_assetsArgs = { +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 Querymantle_assetStatusArgs = { +export type Queryoptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_assetStatusesArgs = { +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 Querymantle_assetBalanceArgs = { +export type Queryoptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_assetBalancesArgs = { +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 Querymantle_routerArgs = { +export type Queryoptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_routersArgs = { +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 Querymantle_routerDailyTVLArgs = { +export type Queryoptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_routerDailyTVLsArgs = { +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 Querymantle_routerLiquidityEventArgs = { +export type Queryoptimism_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_routerLiquidityEventsArgs = { +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 Querymantle_settingArgs = { +export type Queryoptimism_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_settingsArgs = { +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 Querymantle_relayerArgs = { +export type Queryoptimism_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_relayersArgs = { +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 Querymantle_sequencerArgs = { +export type Queryoptimism_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_sequencersArgs = { +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 Querymantle_relayerFeeArgs = { +export type Queryoptimism__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymetis_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_relayerFeesArgs = { +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 Querymantle_originTransferArgs = { +export type Querymetis_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_originTransfersArgs = { +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 Querymantle_destinationTransferArgs = { +export type Querymetis_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_destinationTransfersArgs = { +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 Querymantle_originMessageArgs = { +export type Querymetis_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_originMessagesArgs = { +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 Querymantle_aggregateRootArgs = { +export type Querymetis_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_aggregateRootsArgs = { +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 Querymantle_connectorMetaArgs = { +export type Querymetis_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_connectorMetasArgs = { +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 Querymantle_rootCountArgs = { +export type Querymetis_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_rootCountsArgs = { +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 Querymantle_rootMessageSentArgs = { +export type Querymetis_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_rootMessageSentsArgs = { +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 Querymantle_relayerFeesIncreaseArgs = { +export type Querymetis_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_relayerFeesIncreasesArgs = { +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 Querymantle_slippageUpdateArgs = { +export type Querymetis_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_slippageUpdatesArgs = { +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 Querymantle_snapshotRootArgs = { +export type Querymetis_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_snapshotRootsArgs = { +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 Querymantle_spokeConnectorModeArgs = { +export type Querymetis_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_spokeConnectorModesArgs = { +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 Querymantle_aggregateRootProposedArgs = { +export type Querymetis_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_aggregateRootProposedsArgs = { +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 Querymantle_optimisticRootFinalizedArgs = { +export type Querymetis_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymantle_optimisticRootFinalizedsArgs = { +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 Querymantle__metaArgs = { - block?: InputMaybe; -}; - - -export type Querypolygonzkevm_swap_assetArgs = { +export type Querymetis_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_assetsArgs = { +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 Querypolygonzkevm_swap_assetStatusArgs = { +export type Querymetis_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_assetStatusesArgs = { +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 Querypolygonzkevm_swap_assetBalanceArgs = { +export type Querymetis_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querypolygon_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_assetBalancesArgs = { +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 Querypolygonzkevm_swap_routerArgs = { +export type Querypolygon_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_routersArgs = { +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 Querypolygonzkevm_swap_routerDailyTVLArgs = { +export type Querypolygon_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_routerDailyTVLsArgs = { +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 Querypolygonzkevm_swap_routerLiquidityEventArgs = { +export type Querypolygon_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_routerLiquidityEventsArgs = { +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 Querypolygonzkevm_swap_settingArgs = { +export type Querypolygon_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_settingsArgs = { +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 Querypolygonzkevm_swap_relayerArgs = { +export type Querypolygon_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_relayersArgs = { +export type Querypolygon_routerLiquidityEventsArgs = { 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 Querypolygonzkevm_swap_sequencerArgs = { +export type Querypolygon_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_sequencersArgs = { +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 Querypolygonzkevm_swap_relayerFeeArgs = { +export type Querypolygon_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_relayerFeesArgs = { +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 Querypolygonzkevm_swap_originTransferArgs = { +export type Querypolygon_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_originTransfersArgs = { +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 Querypolygonzkevm_swap_destinationTransferArgs = { +export type Querypolygon_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_destinationTransfersArgs = { +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 Querypolygonzkevm_swap_originMessageArgs = { +export type Querypolygon_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_originMessagesArgs = { +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 Querypolygonzkevm_swap_aggregateRootArgs = { +export type Querypolygon_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_aggregateRootsArgs = { +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 Querypolygonzkevm_swap_connectorMetaArgs = { +export type Querypolygon_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_connectorMetasArgs = { +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 Querypolygonzkevm_swap_rootCountArgs = { +export type Querypolygon_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_rootCountsArgs = { +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 Querypolygonzkevm_swap_rootMessageSentArgs = { +export type Querypolygon_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_rootMessageSentsArgs = { +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 Querypolygonzkevm_swap_relayerFeesIncreaseArgs = { +export type Querypolygon_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_relayerFeesIncreasesArgs = { +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 Querypolygonzkevm_swap_slippageUpdateArgs = { +export type Querypolygon_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_slippageUpdatesArgs = { +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 Querypolygonzkevm_swap_snapshotRootArgs = { +export type Querypolygon_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_snapshotRootsArgs = { +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 Querypolygonzkevm_swap_spokeConnectorModeArgs = { +export type Querypolygon_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_spokeConnectorModesArgs = { +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 Querypolygonzkevm_swap_aggregateRootProposedArgs = { +export type Querypolygon_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_aggregateRootProposedsArgs = { +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 Querypolygonzkevm_swap_optimisticRootFinalizedArgs = { +export type Querypolygon_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_swap_optimisticRootFinalizedsArgs = { +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 Querypolygonzkevm_swap__metaArgs = { - block?: InputMaybe; +export type Querypolygon_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon__metaArgs = { + block?: InputMaybe; }; @@ -7840,4707 +8146,4288 @@ export type Querymode_swap__metaArgs = { }; -export type Querystagingbase_assetArgs = { +export type Querylinea_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_assetsArgs = { +export type Querylinea_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_assetStatusArgs = { +export type Querylinea_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_assetStatusesArgs = { +export type Querylinea_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_assetBalanceArgs = { +export type Querylinea_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_assetBalancesArgs = { +export type Querylinea_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_routerArgs = { +export type Querylinea_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_routersArgs = { +export type Querylinea_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_routerDailyTVLArgs = { +export type Querylinea_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_routerDailyTVLsArgs = { +export type Querylinea_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_routerLiquidityEventArgs = { +export type Querylinea_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_routerLiquidityEventsArgs = { +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 Querystagingbase_settingArgs = { +export type Querylinea_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_settingsArgs = { +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 Querystagingbase_relayerArgs = { +export type Querylinea_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_relayersArgs = { +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 Querystagingbase_sequencerArgs = { +export type Querylinea_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_sequencersArgs = { +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 Querystagingbase_relayerFeeArgs = { +export type Querylinea_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_relayerFeesArgs = { +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 Querystagingbase_originTransferArgs = { +export type Querylinea_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_originTransfersArgs = { +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 Querystagingbase_destinationTransferArgs = { +export type Querylinea_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_destinationTransfersArgs = { +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 Querystagingbase_originMessageArgs = { +export type Querylinea_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_originMessagesArgs = { +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 Querystagingbase_aggregateRootArgs = { +export type Querylinea_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_aggregateRootsArgs = { +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 Querystagingbase_connectorMetaArgs = { +export type Querylinea_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_connectorMetasArgs = { +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 Querystagingbase_rootCountArgs = { +export type Querylinea_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_rootCountsArgs = { +export type Querylinea_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_rootMessageSentArgs = { +export type Querylinea_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querylinea_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_rootMessageSentsArgs = { +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 Querystagingbase_relayerFeesIncreaseArgs = { +export type Querylinea_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_relayerFeesIncreasesArgs = { +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 Querystagingbase_slippageUpdateArgs = { +export type Querylinea_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_slippageUpdatesArgs = { +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 Querystagingbase_snapshotRootArgs = { +export type Querylinea_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_snapshotRootsArgs = { +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 Querystagingbase_spokeConnectorModeArgs = { +export type Querylinea_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_spokeConnectorModesArgs = { +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 Querystagingbase_aggregateRootProposedArgs = { +export type Querylinea_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_aggregateRootProposedsArgs = { +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 Querystagingbase_optimisticRootFinalizedArgs = { +export type Querylinea_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbase_optimisticRootFinalizedsArgs = { +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 Querystagingbase__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryoptimism_assetArgs = { +export type Querylinea_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetsArgs = { +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 Queryoptimism_assetStatusArgs = { +export type Querylinea_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetStatusesArgs = { +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 Queryoptimism_assetBalanceArgs = { +export type Querylinea_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_assetBalancesArgs = { +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 Queryoptimism_routerArgs = { +export type Querylinea_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routersArgs = { +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 Queryoptimism_routerDailyTVLArgs = { +export type Querylinea_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerDailyTVLsArgs = { +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 Queryoptimism_routerLiquidityEventArgs = { +export type Querylinea_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_routerLiquidityEventsArgs = { +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 Queryoptimism_settingArgs = { +export type Querylinea_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_settingsArgs = { +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 Queryoptimism_relayerArgs = { +export type Querylinea_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayersArgs = { +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 Queryoptimism_sequencerArgs = { +export type Querylinea_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_sequencersArgs = { +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 Queryoptimism_relayerFeeArgs = { +export type Querylinea_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeesArgs = { +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 Queryoptimism_originTransferArgs = { +export type Querylinea_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originTransfersArgs = { +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 Queryoptimism_destinationTransferArgs = { +export type Querylinea_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_destinationTransfersArgs = { +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 Queryoptimism_originMessageArgs = { +export type Querylinea_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_originMessagesArgs = { +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 Queryoptimism_aggregateRootArgs = { +export type Querylinea_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_aggregateRootsArgs = { +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 Queryoptimism_connectorMetaArgs = { +export type Querylinea_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_connectorMetasArgs = { +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 Queryoptimism_rootCountArgs = { +export type Querylinea_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootCountsArgs = { +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 Queryoptimism_rootMessageSentArgs = { +export type Querylinea__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryxlayer_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_rootMessageSentsArgs = { +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 Queryoptimism_relayerFeesIncreaseArgs = { +export type Queryxlayer_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_relayerFeesIncreasesArgs = { +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 Queryoptimism_slippageUpdateArgs = { +export type Queryxlayer_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_slippageUpdatesArgs = { +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 Queryoptimism_snapshotRootArgs = { +export type Queryxlayer_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_snapshotRootsArgs = { +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 Queryoptimism_spokeConnectorModeArgs = { +export type Queryxlayer_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_spokeConnectorModesArgs = { +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 Queryoptimism_aggregateRootProposedArgs = { +export type Queryxlayer_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_aggregateRootProposedsArgs = { +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 Queryoptimism_optimisticRootFinalizedArgs = { +export type Queryxlayer_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryoptimism_optimisticRootFinalizedsArgs = { +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 Queryoptimism__metaArgs = { - block?: InputMaybe; -}; - - -export type Querymainnet_assetArgs = { +export type Queryxlayer_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetsArgs = { +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 Querymainnet_assetStatusArgs = { +export type Queryxlayer_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetStatusesArgs = { +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 Querymainnet_assetBalanceArgs = { +export type Queryxlayer_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_assetBalancesArgs = { +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 Querymainnet_routerArgs = { +export type Queryxlayer_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routersArgs = { +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 Querymainnet_routerDailyTVLArgs = { +export type Queryxlayer_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routerDailyTVLsArgs = { +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 Querymainnet_routerLiquidityEventArgs = { +export type Queryxlayer_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_routerLiquidityEventsArgs = { +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 Querymainnet_settingArgs = { +export type Queryxlayer_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_settingsArgs = { +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 Querymainnet_relayerArgs = { +export type Queryxlayer_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayersArgs = { +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 Querymainnet_sequencerArgs = { +export type Queryxlayer_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_sequencersArgs = { +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 Querymainnet_relayerFeeArgs = { +export type Queryxlayer_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingmainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayerFeesArgs = { +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 Querymainnet_originTransferArgs = { +export type Querystagingmainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_originTransfersArgs = { +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 Querymainnet_destinationTransferArgs = { +export type Querystagingmainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_destinationTransfersArgs = { +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 Querymainnet_originMessageArgs = { +export type Querystagingmainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_originMessagesArgs = { +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 Querymainnet_aggregateRootArgs = { +export type Querystagingmainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregateRootsArgs = { +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 Querymainnet_connectorMetaArgs = { +export type Querystagingmainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_connectorMetasArgs = { +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 Querymainnet_rootCountArgs = { +export type Querystagingmainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootCountsArgs = { +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 Querymainnet_rootMessageSentArgs = { +export type Querystagingmainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootMessageSentsArgs = { +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 Querymainnet_relayerFeesIncreaseArgs = { +export type Querystagingmainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_relayerFeesIncreasesArgs = { +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 Querymainnet_slippageUpdateArgs = { +export type Querystagingmainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_slippageUpdatesArgs = { +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 Querymainnet_snapshotRootArgs = { +export type Querystagingmainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_snapshotRootsArgs = { +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 Querymainnet_spokeConnectorModeArgs = { +export type Querystagingmainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_spokeConnectorModesArgs = { +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 Querymainnet_aggregateRootProposedArgs = { +export type Querystagingmainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregateRootProposedsArgs = { +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 Querymainnet_optimisticRootFinalizedArgs = { +export type Querystagingmainnet_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimisticRootFinalizedsArgs = { +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 Querymainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylinea_swap_systemInfoArgs = { +export type Querystagingmainnet_metisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_systemInfosArgs = { +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_pooledTokenArgs = { +export type Querystagingmainnet_mantleConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_pooledTokensArgs = { +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_stableSwapArgs = { +export type Querystagingmainnet_avalancheConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapsArgs = { +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_swap_stableSwapAddLiquidityEventArgs = { +export type Querystagingmainnet_baseConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapAddLiquidityEventsArgs = { +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_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystagingmainnet_polygonZkConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapRemoveLiquidityEventsArgs = { +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_swap_stableSwapExchangeArgs = { +export type Querystagingmainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapExchangesArgs = { +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_swap_swapDailyVolumeArgs = { +export type Querystagingmainnet_modeConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapDailyVolumesArgs = { +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_swap_swapHourlyVolumeArgs = { +export type Querystagingmainnet_scrollConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapHourlyVolumesArgs = { +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_swap_swapWeeklyVolumeArgs = { +export type Querystagingmainnet_xlayerConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapWeeklyVolumesArgs = { +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_swap_lpAccountArgs = { +export type Querystagingmainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountsArgs = { +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_swap_lpAccountBalanceArgs = { +export type Querystagingmainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpAccountBalancesArgs = { +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_swap_lpTokenArgs = { +export type Querystagingmainnet_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokensArgs = { +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_swap_lpTransferEventArgs = { +export type Querystagingmainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingavalanche_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTransferEventsArgs = { +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 Querylinea_swap_stableSwapEventArgs = { +export type Querystagingavalanche_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_stableSwapEventsArgs = { +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 Querylinea_swap_swapTradeVolumeArgs = { +export type Querystagingavalanche_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_swapTradeVolumesArgs = { +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 Querylinea_swap_lpTokenEventArgs = { +export type Querystagingavalanche_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_swap_lpTokenEventsArgs = { +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 Querylinea_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryarbitrumsepolia_assetArgs = { +export type Querystagingavalanche_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_assetsArgs = { +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 Queryarbitrumsepolia_assetStatusArgs = { +export type Querystagingavalanche_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_assetStatusesArgs = { +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 Queryarbitrumsepolia_assetBalanceArgs = { +export type Querystagingavalanche_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_assetBalancesArgs = { +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 Queryarbitrumsepolia_routerArgs = { +export type Querystagingavalanche_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_routersArgs = { +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 Queryarbitrumsepolia_routerDailyTVLArgs = { +export type Querystagingavalanche_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_routerDailyTVLsArgs = { +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 Queryarbitrumsepolia_routerLiquidityEventArgs = { +export type Querystagingavalanche_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_routerLiquidityEventsArgs = { +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 Queryarbitrumsepolia_settingArgs = { +export type Querystagingavalanche_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_settingsArgs = { +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 Queryarbitrumsepolia_relayerArgs = { +export type Querystagingavalanche_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_relayersArgs = { +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 Queryarbitrumsepolia_sequencerArgs = { +export type Querystagingavalanche_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_sequencersArgs = { +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 Queryarbitrumsepolia_relayerFeeArgs = { +export type Querystagingavalanche_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_relayerFeesArgs = { +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 Queryarbitrumsepolia_originTransferArgs = { +export type Querystagingavalanche_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_originTransfersArgs = { +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 Queryarbitrumsepolia_destinationTransferArgs = { +export type Querystagingavalanche_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_destinationTransfersArgs = { +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 Queryarbitrumsepolia_originMessageArgs = { +export type Querystagingavalanche_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_originMessagesArgs = { +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 Queryarbitrumsepolia_aggregateRootArgs = { +export type Querystagingavalanche_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_aggregateRootsArgs = { +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 Queryarbitrumsepolia_connectorMetaArgs = { +export type Querystagingavalanche_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_connectorMetasArgs = { +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 Queryarbitrumsepolia_rootCountArgs = { +export type Querystagingavalanche_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_rootCountsArgs = { +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 Queryarbitrumsepolia_rootMessageSentArgs = { +export type Querystagingavalanche_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_rootMessageSentsArgs = { +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 Queryarbitrumsepolia_relayerFeesIncreaseArgs = { +export type Querystagingavalanche_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_relayerFeesIncreasesArgs = { +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 Queryarbitrumsepolia_slippageUpdateArgs = { +export type Querystagingavalanche_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_slippageUpdatesArgs = { +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 Queryarbitrumsepolia_snapshotRootArgs = { +export type Querystagingavalanche__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymantle_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_snapshotRootsArgs = { +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 Queryarbitrumsepolia_spokeConnectorModeArgs = { +export type Querymantle_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_spokeConnectorModesArgs = { +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 Queryarbitrumsepolia_aggregateRootProposedArgs = { +export type Querymantle_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_aggregateRootProposedsArgs = { +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 Queryarbitrumsepolia_optimisticRootFinalizedArgs = { +export type Querymantle_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryarbitrumsepolia_optimisticRootFinalizedsArgs = { +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 Queryarbitrumsepolia__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingoptimism_assetArgs = { +export type Querymantle_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_assetsArgs = { +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 Querystagingoptimism_assetStatusArgs = { +export type Querymantle_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_assetStatusesArgs = { +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 Querystagingoptimism_assetBalanceArgs = { +export type Querymantle_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_assetBalancesArgs = { +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 Querystagingoptimism_routerArgs = { +export type Querymantle_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_routersArgs = { +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_routerDailyTVLArgs = { +export type Querymantle_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_routerDailyTVLsArgs = { +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_routerLiquidityEventArgs = { +export type Querymantle_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_routerLiquidityEventsArgs = { +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_settingArgs = { +export type Querymantle_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_settingsArgs = { +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_relayerArgs = { +export type Querymantle_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_relayersArgs = { +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_sequencerArgs = { +export type Querymantle_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_sequencersArgs = { +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_relayerFeeArgs = { +export type Querymantle_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_relayerFeesArgs = { +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_originTransferArgs = { +export type Querymantle_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_originTransfersArgs = { +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_destinationTransferArgs = { +export type Querymantle_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_destinationTransfersArgs = { +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_originMessageArgs = { +export type Querymantle_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_originMessagesArgs = { +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_aggregateRootArgs = { +export type Querymantle_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_aggregateRootsArgs = { +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_connectorMetaArgs = { +export type Querymantle_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_connectorMetasArgs = { +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_rootCountArgs = { +export type Querymantle_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_rootCountsArgs = { +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_rootMessageSentArgs = { +export type Querymantle_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_rootMessageSentsArgs = { +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_relayerFeesIncreaseArgs = { +export type Querymantle_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_relayerFeesIncreasesArgs = { +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_slippageUpdateArgs = { +export type Querymantle_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_slippageUpdatesArgs = { +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_snapshotRootArgs = { +export type Querymantle__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingpolygon_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_snapshotRootsArgs = { +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 Querystagingoptimism_spokeConnectorModeArgs = { +export type Querystagingpolygon_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_spokeConnectorModesArgs = { +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 Querystagingoptimism_aggregateRootProposedArgs = { +export type Querystagingpolygon_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_aggregateRootProposedsArgs = { +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 Querystagingoptimism_optimisticRootFinalizedArgs = { +export type Querystagingpolygon_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingoptimism_optimisticRootFinalizedsArgs = { +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 Querystagingoptimism__metaArgs = { - block?: InputMaybe; -}; - - -export type Querysepolia_swap_systemInfoArgs = { +export type Querystagingpolygon_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_systemInfosArgs = { +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 Querysepolia_swap_pooledTokenArgs = { +export type Querystagingpolygon_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_pooledTokensArgs = { +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 Querysepolia_swap_stableSwapArgs = { +export type Querystagingpolygon_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_stableSwapsArgs = { +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 Querysepolia_swap_stableSwapAddLiquidityEventArgs = { +export type Querystagingpolygon_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_stableSwapAddLiquidityEventsArgs = { +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 Querysepolia_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystagingpolygon_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querysepolia_swap_stableSwapExchangeArgs = { +export type Querystagingpolygon_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_stableSwapExchangesArgs = { +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 Querysepolia_swap_swapDailyVolumeArgs = { +export type Querystagingpolygon_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_swapDailyVolumesArgs = { +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 Querysepolia_swap_swapHourlyVolumeArgs = { +export type Querystagingpolygon_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_swapHourlyVolumesArgs = { +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 Querysepolia_swap_swapWeeklyVolumeArgs = { +export type Querystagingpolygon_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_swapWeeklyVolumesArgs = { +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 Querysepolia_swap_lpAccountArgs = { +export type Querystagingpolygon_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_lpAccountsArgs = { +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 Querysepolia_swap_lpAccountBalanceArgs = { +export type Querystagingpolygon_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_lpAccountBalancesArgs = { +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 Querysepolia_swap_lpTokenArgs = { +export type Querystagingpolygon_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_lpTokensArgs = { +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 Querysepolia_swap_lpTransferEventArgs = { +export type Querystagingpolygon_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_lpTransferEventsArgs = { +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 Querysepolia_swap_stableSwapEventArgs = { +export type Querystagingpolygon_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_stableSwapEventsArgs = { +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 Querysepolia_swap_swapTradeVolumeArgs = { +export type Querystagingpolygon_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_swapTradeVolumesArgs = { +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 Querysepolia_swap_lpTokenEventArgs = { +export type Querystagingpolygon_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_swap_lpTokenEventsArgs = { +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 Querysepolia_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Querybase_assetArgs = { +export type Querystagingpolygon_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_assetsArgs = { +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 Querybase_assetStatusArgs = { +export type Querystagingpolygon_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_assetStatusesArgs = { +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 Querybase_assetBalanceArgs = { +export type Querystagingpolygon_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_assetBalancesArgs = { +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 Querybase_routerArgs = { +export type Querystagingpolygon__metaArgs = { + block?: InputMaybe; +}; + + +export type Querybnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_routersArgs = { +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 Querybase_routerDailyTVLArgs = { +export type Querybnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_routerDailyTVLsArgs = { +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 Querybase_routerLiquidityEventArgs = { +export type Querybnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_routerLiquidityEventsArgs = { +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 Querybase_settingArgs = { +export type Querybnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_settingsArgs = { +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 Querybase_relayerArgs = { +export type Querybnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_relayersArgs = { +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 Querybase_sequencerArgs = { +export type Querybnb_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_sequencersArgs = { +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 Querybase_relayerFeeArgs = { +export type Querybnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_relayerFeesArgs = { +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 Querybase_originTransferArgs = { +export type Querybnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_originTransfersArgs = { +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 Querybase_destinationTransferArgs = { +export type Querybnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_destinationTransfersArgs = { +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 Querybase_originMessageArgs = { +export type Querybnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_originMessagesArgs = { +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 Querybase_aggregateRootArgs = { +export type Querybnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_aggregateRootsArgs = { +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 Querybase_connectorMetaArgs = { +export type Querybnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_connectorMetasArgs = { +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 Querybase_rootCountArgs = { +export type Querybnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_rootCountsArgs = { +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 Querybase_rootMessageSentArgs = { +export type Querybnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_rootMessageSentsArgs = { +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 Querybase_relayerFeesIncreaseArgs = { +export type Querybnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_relayerFeesIncreasesArgs = { +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 Querybase_slippageUpdateArgs = { +export type Querybnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_slippageUpdatesArgs = { +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 Querybase_snapshotRootArgs = { +export type Querybnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_snapshotRootsArgs = { +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 Querybase_spokeConnectorModeArgs = { +export type Querybnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_spokeConnectorModesArgs = { +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 Querybase_aggregateRootProposedArgs = { +export type Querybnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_aggregateRootProposedsArgs = { +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 Querybase_optimisticRootFinalizedArgs = { +export type Querybnb_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_optimisticRootFinalizedsArgs = { +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 Querybase__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingpolygonzkevm_assetArgs = { +export type Querybnb_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_assetsArgs = { +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 Querystagingpolygonzkevm_assetStatusArgs = { +export type Querybnb_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_assetStatusesArgs = { +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 Querystagingpolygonzkevm_assetBalanceArgs = { +export type Querybnb_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_assetBalancesArgs = { +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 Querystagingpolygonzkevm_routerArgs = { +export type Querybnb__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymantle_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_routersArgs = { +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 Querystagingpolygonzkevm_routerDailyTVLArgs = { +export type Querymantle_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_routerDailyTVLsArgs = { +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 Querystagingpolygonzkevm_routerLiquidityEventArgs = { +export type Querymantle_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_routerLiquidityEventsArgs = { +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 Querystagingpolygonzkevm_settingArgs = { +export type Querymantle_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_settingsArgs = { +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 Querystagingpolygonzkevm_relayerArgs = { +export type Querymantle_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_relayersArgs = { +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 Querystagingpolygonzkevm_sequencerArgs = { +export type Querymantle_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_sequencersArgs = { +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 Querystagingpolygonzkevm_relayerFeeArgs = { +export type Querymantle_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_relayerFeesArgs = { +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 Querystagingpolygonzkevm_originTransferArgs = { +export type Querymantle_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_originTransfersArgs = { +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 Querystagingpolygonzkevm_destinationTransferArgs = { +export type Querymantle_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_destinationTransfersArgs = { +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 Querystagingpolygonzkevm_originMessageArgs = { +export type Querymantle_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_originMessagesArgs = { +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 Querystagingpolygonzkevm_aggregateRootArgs = { +export type Querymantle_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_aggregateRootsArgs = { +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 Querystagingpolygonzkevm_connectorMetaArgs = { +export type Querymantle_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_connectorMetasArgs = { +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 Querystagingpolygonzkevm_rootCountArgs = { +export type Querymantle_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_rootCountsArgs = { +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 Querystagingpolygonzkevm_rootMessageSentArgs = { +export type Querymantle_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_rootMessageSentsArgs = { +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 Querystagingpolygonzkevm_relayerFeesIncreaseArgs = { +export type Querymantle_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_relayerFeesIncreasesArgs = { +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 Querystagingpolygonzkevm_slippageUpdateArgs = { +export type Querymantle_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_slippageUpdatesArgs = { +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 Querystagingpolygonzkevm_snapshotRootArgs = { +export type Querymantle_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymode_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_snapshotRootsArgs = { +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 Querystagingpolygonzkevm_spokeConnectorModeArgs = { +export type Querymode_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_spokeConnectorModesArgs = { +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 Querystagingpolygonzkevm_aggregateRootProposedArgs = { +export type Querymode_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_aggregateRootProposedsArgs = { +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 Querystagingpolygonzkevm_optimisticRootFinalizedArgs = { +export type Querymode_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygonzkevm_optimisticRootFinalizedsArgs = { +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 Querystagingpolygonzkevm__metaArgs = { - block?: InputMaybe; -}; - - -export type Querypolygon_assetArgs = { +export type Querymode_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetsArgs = { +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 Querypolygon_assetStatusArgs = { +export type Querymode_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygon_assetStatusesArgs = { +export type Querymode_routerLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_assetBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_assetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_routerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_routersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_aggregateRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon__metaArgs = { - block?: InputMaybe; -}; - - -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; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootPropagatedArgs = { +export type Querymode_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootPropagatedsArgs = { +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 Querystagingmainnet_aggregatedMessageRootArgs = { +export type Querymode_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_aggregatedMessageRootsArgs = { +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 Querystagingmainnet_rootManagerMetaArgs = { +export type Querymode_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootManagerMetasArgs = { +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 Querystagingmainnet_rootManagerModeArgs = { +export type Querymode_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootManagerModesArgs = { +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 Querystagingmainnet_optimisticRootProposedArgs = { +export type Querymode_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimisticRootProposedsArgs = { +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 Querystagingmainnet_hubOptimisticRootFinalizedArgs = { +export type Querymode_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_hubOptimisticRootFinalizedsArgs = { +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 Querystagingmainnet_optimisticRootPropagatedArgs = { +export type Querymode_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimisticRootPropagatedsArgs = { +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 Querystagingmainnet_polygonConnectorMetaArgs = { +export type Querymode_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_polygonConnectorMetasArgs = { +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 Querystagingmainnet_optimismConnectorMetaArgs = { +export type Querymode_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimismConnectorMetasArgs = { +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 Querystagingmainnet_bnbConnectorMetaArgs = { +export type Querymode_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_bnbConnectorMetasArgs = { +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 Querystagingmainnet_arbitrumConnectorMetaArgs = { +export type Querymode_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_arbitrumConnectorMetasArgs = { +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 Querystagingmainnet_gnosisConnectorMetaArgs = { +export type Querymode_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_gnosisConnectorMetasArgs = { +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 Querystagingmainnet_lineaConnectorMetaArgs = { +export type Querymode_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_lineaConnectorMetasArgs = { +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 Querystagingmainnet_metisConnectorMetaArgs = { +export type Querymode_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_metisConnectorMetasArgs = { +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 Querystagingmainnet_mantleConnectorMetaArgs = { +export type Querymode_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_mantleConnectorMetasArgs = { +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 Querystagingmainnet_avalancheConnectorMetaArgs = { +export type Querymode_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_avalancheConnectorMetasArgs = { +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 Querystagingmainnet_baseConnectorMetaArgs = { +export type Querymode_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_baseConnectorMetasArgs = { +export type Querymode_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querystagingmainnet_polygonZkConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_polygonZkConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type Querymode__metaArgs = { + block?: InputMaybe; }; -export type Querystagingmainnet_zkSyncConnectorMetaArgs = { +export type Querystagingmetis_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_zkSyncConnectorMetasArgs = { +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 Querystagingmainnet_modeConnectorMetaArgs = { +export type Querystagingmetis_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_modeConnectorMetasArgs = { +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 Querystagingmainnet_scrollConnectorMetaArgs = { +export type Querystagingmetis_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_scrollConnectorMetasArgs = { +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 Querystagingmainnet_xlayerConnectorMetaArgs = { +export type Querystagingmetis_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_xlayerConnectorMetasArgs = { +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 Querystagingmainnet_rootMessageProcessedArgs = { +export type Querystagingmetis_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootMessageProcessedsArgs = { +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 Querystagingmainnet_aggregateRootSavedSlowArgs = { +export type Querystagingmetis_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_aggregateRootSavedSlowsArgs = { +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 Querystagingmainnet_hubDomainArgs = { +export type Querystagingmetis_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_hubDomainsArgs = { +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 Querystagingmainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Querybase_swap_systemInfoArgs = { +export type Querystagingmetis_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_systemInfosArgs = { +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 Querybase_swap_pooledTokenArgs = { +export type Querystagingmetis_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_pooledTokensArgs = { +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 Querybase_swap_stableSwapArgs = { +export type Querystagingmetis_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapsArgs = { +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 Querybase_swap_stableSwapAddLiquidityEventArgs = { +export type Querystagingmetis_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapAddLiquidityEventsArgs = { +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 Querybase_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystagingmetis_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Querybase_swap_stableSwapExchangeArgs = { +export type Querystagingmetis_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapExchangesArgs = { +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 Querybase_swap_swapDailyVolumeArgs = { +export type Querystagingmetis_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapDailyVolumesArgs = { +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 Querybase_swap_swapHourlyVolumeArgs = { +export type Querystagingmetis_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapHourlyVolumesArgs = { +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 Querybase_swap_swapWeeklyVolumeArgs = { +export type Querystagingmetis_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapWeeklyVolumesArgs = { +export type Querystagingmetis_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_swap_lpAccountArgs = { +export type Querystagingmetis_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpAccountsArgs = { +export type Querystagingmetis_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_lpAccountBalanceArgs = { +export type Querystagingmetis_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpAccountBalancesArgs = { +export type Querystagingmetis_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_lpTokenArgs = { +export type Querystagingmetis_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpTokensArgs = { +export type Querystagingmetis_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_lpTransferEventArgs = { +export type Querystagingmetis_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpTransferEventsArgs = { +export type Querystagingmetis_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_stableSwapEventArgs = { +export type Querystagingmetis_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_stableSwapEventsArgs = { +export type Querystagingmetis_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_swapTradeVolumeArgs = { +export type Querystagingmetis_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_swapTradeVolumesArgs = { +export type Querystagingmetis_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_lpTokenEventArgs = { +export type Querystagingmetis_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybase_swap_lpTokenEventsArgs = { +export type Querystagingmetis_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__metaArgs = { - block?: InputMaybe; +export type Querystagingmetis__metaArgs = { + block?: InputMaybe; }; @@ -12963,5746 +12850,6278 @@ export type Queryavalanche__metaArgs = { }; -export type Querypolygonzkevm_assetArgs = { +export type Querystagingmainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_assetsArgs = { +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 Querypolygonzkevm_assetStatusArgs = { +export type Querystagingmainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_assetStatusesArgs = { +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 Querypolygonzkevm_assetBalanceArgs = { +export type Querystagingmainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_assetBalancesArgs = { +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 Querypolygonzkevm_routerArgs = { +export type Querystagingmainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_routersArgs = { +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 Querypolygonzkevm_routerDailyTVLArgs = { +export type Querystagingmainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_routerDailyTVLsArgs = { +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 Querypolygonzkevm_routerLiquidityEventArgs = { +export type Querystagingmainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_routerLiquidityEventsArgs = { +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 Querypolygonzkevm_settingArgs = { +export type Querystagingmainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_settingsArgs = { +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 Querypolygonzkevm_relayerArgs = { +export type Querystagingmainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_relayersArgs = { +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 Querypolygonzkevm_sequencerArgs = { +export type Querystagingmainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_sequencersArgs = { +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 Querypolygonzkevm_relayerFeeArgs = { +export type Querystagingmainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_relayerFeesArgs = { +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 Querypolygonzkevm_originTransferArgs = { +export type Querystagingmainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_originTransfersArgs = { +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 Querypolygonzkevm_destinationTransferArgs = { +export type Querystagingmainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_destinationTransfersArgs = { +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 Querypolygonzkevm_originMessageArgs = { +export type Querystagingmainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_originMessagesArgs = { +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 Querypolygonzkevm_aggregateRootArgs = { +export type Querystagingmainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_aggregateRootsArgs = { +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 Querypolygonzkevm_connectorMetaArgs = { +export type Querystagingmainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_connectorMetasArgs = { +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 Querypolygonzkevm_rootCountArgs = { +export type Querystagingmainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_rootCountsArgs = { +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 Querypolygonzkevm_rootMessageSentArgs = { +export type Querystagingmainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_rootMessageSentsArgs = { +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 Querypolygonzkevm_relayerFeesIncreaseArgs = { +export type Querystagingmainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_relayerFeesIncreasesArgs = { +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 Querypolygonzkevm_slippageUpdateArgs = { +export type Querystagingmainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_slippageUpdatesArgs = { +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 Querypolygonzkevm_snapshotRootArgs = { +export type Querystagingmainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_snapshotRootsArgs = { +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 Querypolygonzkevm_spokeConnectorModeArgs = { +export type Querystagingmainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_spokeConnectorModesArgs = { +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 Querypolygonzkevm_aggregateRootProposedArgs = { +export type Querystagingmainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_aggregateRootProposedsArgs = { +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 Querypolygonzkevm_optimisticRootFinalizedArgs = { +export type Querystagingmainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querypolygonzkevm_optimisticRootFinalizedsArgs = { +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 Querypolygonzkevm__metaArgs = { - block?: InputMaybe; -}; - - -export type Querystagingxdai_assetArgs = { +export type Queryzksync_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_assetsArgs = { +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 Querystagingxdai_assetStatusArgs = { +export type Queryzksync_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_assetStatusesArgs = { +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 Querystagingxdai_assetBalanceArgs = { +export type Queryzksync_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_assetBalancesArgs = { +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 Querystagingxdai_routerArgs = { +export type Queryzksync_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_routersArgs = { +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 Querystagingxdai_routerDailyTVLArgs = { +export type Queryzksync_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_routerDailyTVLsArgs = { +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 Querystagingxdai_routerLiquidityEventArgs = { +export type Queryzksync_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_routerLiquidityEventsArgs = { +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 Querystagingxdai_settingArgs = { +export type Queryzksync_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_settingsArgs = { +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 Querystagingxdai_relayerArgs = { +export type Queryzksync_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_relayersArgs = { +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 Querystagingxdai_sequencerArgs = { +export type Queryzksync_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_sequencersArgs = { +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 Querystagingxdai_relayerFeeArgs = { +export type Queryzksync_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_relayerFeesArgs = { +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 Querystagingxdai_originTransferArgs = { +export type Queryzksync_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_originTransfersArgs = { +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 Querystagingxdai_destinationTransferArgs = { +export type Queryzksync_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_destinationTransfersArgs = { +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 Querystagingxdai_originMessageArgs = { +export type Queryzksync_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_originMessagesArgs = { +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 Querystagingxdai_aggregateRootArgs = { +export type Queryzksync_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_aggregateRootsArgs = { +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 Querystagingxdai_connectorMetaArgs = { +export type Queryzksync_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_connectorMetasArgs = { +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 Querystagingxdai_rootCountArgs = { +export type Queryzksync_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_rootCountsArgs = { +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 Querystagingxdai_rootMessageSentArgs = { +export type Queryzksync_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_rootMessageSentsArgs = { +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 Querystagingxdai_relayerFeesIncreaseArgs = { +export type Queryzksync_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_relayerFeesIncreasesArgs = { +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 Querystagingxdai_slippageUpdateArgs = { +export type Queryzksync_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_slippageUpdatesArgs = { +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 Querystagingxdai_snapshotRootArgs = { +export type Queryzksync_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_snapshotRootsArgs = { +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 Querystagingxdai_spokeConnectorModeArgs = { +export type Queryzksync_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_spokeConnectorModesArgs = { +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 Querystagingxdai_aggregateRootProposedArgs = { +export type Queryzksync_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_aggregateRootProposedsArgs = { +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 Querystagingxdai_optimisticRootFinalizedArgs = { +export type Queryzksync_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxdai_optimisticRootFinalizedsArgs = { +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 Querystagingxdai__metaArgs = { - block?: InputMaybe; +export type Queryzksync__metaArgs = { + block?: InputMaybe; }; -export type Querystagingavalanche_assetArgs = { +export type Querypolygonzkevm_swap_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_assetsArgs = { +export type Querypolygonzkevm_swap_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_assetStatusArgs = { +export type Querypolygonzkevm_swap_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_assetStatusesArgs = { +export type Querypolygonzkevm_swap_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_assetBalanceArgs = { +export type Querypolygonzkevm_swap_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_assetBalancesArgs = { +export type Querypolygonzkevm_swap_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_routerArgs = { +export type Querypolygonzkevm_swap_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_routersArgs = { +export type Querypolygonzkevm_swap_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_routerDailyTVLArgs = { +export type Querypolygonzkevm_swap_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_routerDailyTVLsArgs = { +export type Querypolygonzkevm_swap_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_routerLiquidityEventArgs = { +export type Querypolygonzkevm_swap_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_routerLiquidityEventsArgs = { +export type Querypolygonzkevm_swap_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_settingArgs = { +export type Querypolygonzkevm_swap_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_settingsArgs = { +export type Querypolygonzkevm_swap_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_relayerArgs = { +export type Querypolygonzkevm_swap_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_relayersArgs = { +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 Querystagingavalanche_sequencerArgs = { +export type Querypolygonzkevm_swap_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_sequencersArgs = { +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 Querystagingavalanche_relayerFeeArgs = { +export type Querypolygonzkevm_swap_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_relayerFeesArgs = { +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 Querystagingavalanche_originTransferArgs = { +export type Querypolygonzkevm_swap_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_originTransfersArgs = { +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 Querystagingavalanche_destinationTransferArgs = { +export type Querypolygonzkevm_swap_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_destinationTransfersArgs = { +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 Querystagingavalanche_originMessageArgs = { +export type Querypolygonzkevm_swap_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_originMessagesArgs = { +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 Querystagingavalanche_aggregateRootArgs = { +export type Querypolygonzkevm_swap_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_aggregateRootsArgs = { +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 Querystagingavalanche_connectorMetaArgs = { +export type Querypolygonzkevm_swap_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_connectorMetasArgs = { +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 Querystagingavalanche_rootCountArgs = { +export type Querypolygonzkevm_swap_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_rootCountsArgs = { +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 Querystagingavalanche_rootMessageSentArgs = { +export type Querypolygonzkevm_swap_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_rootMessageSentsArgs = { +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 Querystagingavalanche_relayerFeesIncreaseArgs = { +export type Querypolygonzkevm_swap_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_relayerFeesIncreasesArgs = { +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 Querystagingavalanche_slippageUpdateArgs = { +export type Querypolygonzkevm_swap_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_slippageUpdatesArgs = { +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 Querystagingavalanche_snapshotRootArgs = { +export type Querypolygonzkevm_swap_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_snapshotRootsArgs = { +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 Querystagingavalanche_spokeConnectorModeArgs = { +export type Querypolygonzkevm_swap_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_spokeConnectorModesArgs = { +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 Querystagingavalanche_aggregateRootProposedArgs = { +export type Querypolygonzkevm_swap_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_aggregateRootProposedsArgs = { +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 Querystagingavalanche_optimisticRootFinalizedArgs = { +export type Querypolygonzkevm_swap_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingavalanche_optimisticRootFinalizedsArgs = { +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 Querystagingavalanche__metaArgs = { - block?: InputMaybe; +export type Querypolygonzkevm_swap__metaArgs = { + block?: InputMaybe; }; -export type Querysepolia_assetArgs = { +export type Queryxlayer_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_assetStatusArgs = { +export type Queryxlayer_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_assetBalanceArgs = { +export type Queryxlayer_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_routerArgs = { +export type Queryxlayer_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_routerDailyTVLArgs = { +export type Queryxlayer_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_routerLiquidityEventArgs = { +export type Queryxlayer_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_settingArgs = { +export type Queryxlayer_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_relayerArgs = { +export type Queryxlayer_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_sequencerArgs = { +export type Queryxlayer_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_relayerFeeArgs = { +export type Queryxlayer_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_originTransferArgs = { +export type Queryxlayer_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_destinationTransferArgs = { +export type Queryxlayer_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_originMessageArgs = { +export type Queryxlayer_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_aggregateRootArgs = { +export type Queryxlayer_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_connectorMetaArgs = { +export type Queryxlayer_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_rootCountArgs = { +export type Queryxlayer_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_rootMessageSentArgs = { +export type Queryxlayer_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_relayerFeesIncreaseArgs = { +export type Queryxlayer_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_slippageUpdateArgs = { +export type Queryxlayer_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_snapshotRootArgs = { +export type Queryxlayer_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_spokeConnectorModeArgs = { +export type Queryxlayer_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_aggregateRootProposedArgs = { +export type Queryxlayer_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querysepolia_optimisticRootFinalizedArgs = { +export type Queryxlayer_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querysepolia_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 Querystaginglinea_assetArgs = { +export type Queryxlayer__metaArgs = { + block?: InputMaybe; +}; + + +export type Querymainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_assetsArgs = { +export type Querymainnet_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_assetStatusArgs = { +export type Querymainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_assetStatusesArgs = { +export type Querymainnet_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_assetBalanceArgs = { +export type Querymainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_assetBalancesArgs = { +export type Querymainnet_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_routerArgs = { +export type Querymainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_routersArgs = { +export type Querymainnet_routersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_routerDailyTVLArgs = { +export type Querymainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_routerDailyTVLsArgs = { +export type Querymainnet_routerDailyTVLsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_routerLiquidityEventArgs = { +export type Querymainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_routerLiquidityEventsArgs = { +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 Querystaginglinea_settingArgs = { +export type Querymainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_settingsArgs = { +export type Querymainnet_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_relayerArgs = { +export type Querymainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_relayersArgs = { +export type Querymainnet_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_sequencerArgs = { +export type Querymainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_sequencersArgs = { +export type Querymainnet_sequencersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_relayerFeeArgs = { +export type Querymainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_relayerFeesArgs = { +export type Querymainnet_relayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_originTransferArgs = { +export type Querymainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_originTransfersArgs = { +export type Querymainnet_originTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_destinationTransferArgs = { +export type Querymainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_destinationTransfersArgs = { +export type Querymainnet_destinationTransfersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_originMessageArgs = { +export type Querymainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_originMessagesArgs = { +export type Querymainnet_originMessagesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_aggregateRootArgs = { +export type Querymainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_aggregateRootsArgs = { +export type Querymainnet_aggregateRootsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_connectorMetaArgs = { +export type Querymainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_connectorMetasArgs = { +export type Querymainnet_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_rootCountArgs = { +export type Querymainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_rootCountsArgs = { +export type Querymainnet_rootCountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_rootMessageSentArgs = { +export type Querymainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_rootMessageSentsArgs = { +export type Querymainnet_rootMessageSentsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_relayerFeesIncreaseArgs = { +export type Querymainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_relayerFeesIncreasesArgs = { +export type Querymainnet_relayerFeesIncreasesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_slippageUpdateArgs = { +export type Querymainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_slippageUpdatesArgs = { +export type Querymainnet_slippageUpdatesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_snapshotRootArgs = { +export type Querymainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_snapshotRootsArgs = { +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 Querystaginglinea_spokeConnectorModeArgs = { +export type Querymainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_spokeConnectorModesArgs = { +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 Querystaginglinea_aggregateRootProposedArgs = { +export type Querymainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_aggregateRootProposedsArgs = { +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 Querystaginglinea_optimisticRootFinalizedArgs = { +export type Querymainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystaginglinea_optimisticRootFinalizedsArgs = { +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 Querystaginglinea__metaArgs = { - block?: InputMaybe; -}; - - -export type Querylinea_assetArgs = { +export type Querystagingbase_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetsArgs = { +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 Querylinea_assetStatusArgs = { +export type Querystagingbase_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetStatusesArgs = { +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 Querylinea_assetBalanceArgs = { +export type Querystagingbase_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_assetBalancesArgs = { +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 Querylinea_routerArgs = { +export type Querystagingbase_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routersArgs = { +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 Querylinea_routerDailyTVLArgs = { +export type Querystagingbase_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerDailyTVLsArgs = { +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 Querylinea_routerLiquidityEventArgs = { +export type Querystagingbase_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_routerLiquidityEventsArgs = { +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 Querylinea_settingArgs = { +export type Querystagingbase_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_settingsArgs = { +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 Querylinea_relayerArgs = { +export type Querystagingbase_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayersArgs = { +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 Querylinea_sequencerArgs = { +export type Querystagingbase_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_sequencersArgs = { +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 Querylinea_relayerFeeArgs = { +export type Querystagingbase_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerFeesArgs = { +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 Querylinea_originTransferArgs = { +export type Querystagingbase_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originTransfersArgs = { +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 Querylinea_destinationTransferArgs = { +export type Querystagingbase_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_destinationTransfersArgs = { +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 Querylinea_originMessageArgs = { +export type Querystagingbase_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_originMessagesArgs = { +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 Querylinea_aggregateRootArgs = { +export type Querystagingbase_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_aggregateRootsArgs = { +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 Querylinea_connectorMetaArgs = { +export type Querystagingbase_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_connectorMetasArgs = { +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 Querylinea_rootCountArgs = { +export type Querystagingbase_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootCountsArgs = { +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 Querylinea_rootMessageSentArgs = { +export type Querystagingbase_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_rootMessageSentsArgs = { +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 Querylinea_relayerFeesIncreaseArgs = { +export type Querystagingbase_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_relayerFeesIncreasesArgs = { +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 Querylinea_slippageUpdateArgs = { +export type Querystagingbase_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_slippageUpdatesArgs = { +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 Querylinea_snapshotRootArgs = { +export type Querystagingbase_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_snapshotRootsArgs = { +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 Querylinea_spokeConnectorModeArgs = { +export type Querystagingbase_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_spokeConnectorModesArgs = { +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 Querylinea_aggregateRootProposedArgs = { +export type Querystagingbase_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_aggregateRootProposedsArgs = { +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 Querylinea_optimisticRootFinalizedArgs = { +export type Querystagingbase_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querylinea_optimisticRootFinalizedsArgs = { +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 Querylinea__metaArgs = { - block?: InputMaybe; +export type Querystagingbase__metaArgs = { + block?: InputMaybe; }; -export type Querystagingmainnet_assetArgs = { +export type Querymetis_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_assetsArgs = { +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 Querystagingmainnet_assetStatusArgs = { +export type Querymetis_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_assetStatusesArgs = { +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 Querystagingmainnet_assetBalanceArgs = { +export type Querymetis_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_assetBalancesArgs = { +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 Querystagingmainnet_routerArgs = { +export type Querymetis_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_routersArgs = { +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 Querystagingmainnet_routerDailyTVLArgs = { +export type Querymetis_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_routerDailyTVLsArgs = { +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 Querystagingmainnet_routerLiquidityEventArgs = { +export type Querymetis_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_routerLiquidityEventsArgs = { +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 Querystagingmainnet_settingArgs = { +export type Querymetis_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_settingsArgs = { +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 Querystagingmainnet_relayerArgs = { +export type Querymetis_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_relayersArgs = { +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 Querystagingmainnet_sequencerArgs = { +export type Querymetis_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_sequencersArgs = { +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 Querystagingmainnet_relayerFeeArgs = { +export type Querymetis_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_relayerFeesArgs = { +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 Querystagingmainnet_originTransferArgs = { +export type Querymetis_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_originTransfersArgs = { +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 Querystagingmainnet_destinationTransferArgs = { +export type Querymetis_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_destinationTransfersArgs = { +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 Querystagingmainnet_originMessageArgs = { +export type Querymetis_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_originMessagesArgs = { +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 Querystagingmainnet_aggregateRootArgs = { +export type Querymetis_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_aggregateRootsArgs = { +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 Querystagingmainnet_connectorMetaArgs = { +export type Querymetis_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_connectorMetasArgs = { +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 Querystagingmainnet_rootCountArgs = { +export type Querymetis_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootCountsArgs = { +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 Querystagingmainnet_rootMessageSentArgs = { +export type Querymetis_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_rootMessageSentsArgs = { +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 Querystagingmainnet_relayerFeesIncreaseArgs = { +export type Querymetis_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_relayerFeesIncreasesArgs = { +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 Querystagingmainnet_slippageUpdateArgs = { +export type Querymetis_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_slippageUpdatesArgs = { +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 Querystagingmainnet_snapshotRootArgs = { +export type Querymetis_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_snapshotRootsArgs = { +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 Querystagingmainnet_spokeConnectorModeArgs = { +export type Querymetis_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_spokeConnectorModesArgs = { +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 Querystagingmainnet_aggregateRootProposedArgs = { +export type Querymetis_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_aggregateRootProposedsArgs = { +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 Querystagingmainnet_optimisticRootFinalizedArgs = { +export type Querymetis_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmainnet_optimisticRootFinalizedsArgs = { +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 Querystagingpolygon_assetArgs = { +export type Querymetis__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingoptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_assetsArgs = { +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 Querystagingpolygon_assetStatusArgs = { +export type Querystagingoptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_assetStatusesArgs = { +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 Querystagingpolygon_assetBalanceArgs = { +export type Querystagingoptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_assetBalancesArgs = { +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 Querystagingpolygon_routerArgs = { +export type Querystagingoptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_routersArgs = { +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 Querystagingpolygon_routerDailyTVLArgs = { +export type Querystagingoptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_routerDailyTVLsArgs = { +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 Querystagingpolygon_routerLiquidityEventArgs = { +export type Querystagingoptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_routerLiquidityEventsArgs = { +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 Querystagingpolygon_settingArgs = { +export type Querystagingoptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_settingsArgs = { +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 Querystagingpolygon_relayerArgs = { +export type Querystagingoptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_relayersArgs = { +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 Querystagingpolygon_sequencerArgs = { +export type Querystagingoptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_sequencersArgs = { +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 Querystagingpolygon_relayerFeeArgs = { +export type Querystagingoptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_relayerFeesArgs = { +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 Querystagingpolygon_originTransferArgs = { +export type Querystagingoptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_originTransfersArgs = { +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 Querystagingpolygon_destinationTransferArgs = { +export type Querystagingoptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_destinationTransfersArgs = { +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 Querystagingpolygon_originMessageArgs = { +export type Querystagingoptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_originMessagesArgs = { +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 Querystagingpolygon_aggregateRootArgs = { +export type Querystagingoptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_aggregateRootsArgs = { +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 Querystagingpolygon_connectorMetaArgs = { +export type Querystagingoptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_connectorMetasArgs = { +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 Querystagingpolygon_rootCountArgs = { +export type Querystagingoptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_rootCountsArgs = { +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 Querystagingpolygon_rootMessageSentArgs = { +export type Querystagingoptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_rootMessageSentsArgs = { +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 Querystagingpolygon_relayerFeesIncreaseArgs = { +export type Querystagingoptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_relayerFeesIncreasesArgs = { +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 Querystagingpolygon_slippageUpdateArgs = { +export type Querystagingoptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_slippageUpdatesArgs = { +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 Querystagingpolygon_snapshotRootArgs = { +export type Querystagingoptimism_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_snapshotRootsArgs = { +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 Querystagingpolygon_spokeConnectorModeArgs = { +export type Querystagingoptimism_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_spokeConnectorModesArgs = { +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 Querystagingpolygon_aggregateRootProposedArgs = { +export type Querystagingoptimism_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_aggregateRootProposedsArgs = { +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 Querystagingpolygon_optimisticRootFinalizedArgs = { +export type Querystagingoptimism_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingpolygon_optimisticRootFinalizedsArgs = { +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 Querystagingpolygon__metaArgs = { - block?: InputMaybe; +export type Querystagingoptimism__metaArgs = { + block?: InputMaybe; }; -export type Querystagingbnb_assetArgs = { +export type Querystagingmantle_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_assetsArgs = { +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 Querystagingbnb_assetStatusArgs = { +export type Querystagingmantle_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_assetStatusesArgs = { +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 Querystagingbnb_assetBalanceArgs = { +export type Querystagingmantle_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_assetBalancesArgs = { +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 Querystagingbnb_routerArgs = { +export type Querystagingmantle_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_routersArgs = { +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 Querystagingbnb_routerDailyTVLArgs = { +export type Querystagingmantle_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_routerDailyTVLsArgs = { +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 Querystagingbnb_routerLiquidityEventArgs = { +export type Querystagingmantle_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_routerLiquidityEventsArgs = { +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 Querystagingbnb_settingArgs = { +export type Querystagingmantle_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_settingsArgs = { +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 Querystagingbnb_relayerArgs = { +export type Querystagingmantle_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_relayersArgs = { +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 Querystagingbnb_sequencerArgs = { +export type Querystagingmantle_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_sequencersArgs = { +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 Querystagingbnb_relayerFeeArgs = { +export type Querystagingmantle_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_relayerFeesArgs = { +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 Querystagingbnb_originTransferArgs = { +export type Querystagingmantle_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_originTransfersArgs = { +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 Querystagingbnb_destinationTransferArgs = { +export type Querystagingmantle_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_destinationTransfersArgs = { +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 Querystagingbnb_originMessageArgs = { +export type Querystagingmantle_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_originMessagesArgs = { +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 Querystagingbnb_aggregateRootArgs = { +export type Querystagingmantle_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_aggregateRootsArgs = { +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 Querystagingbnb_connectorMetaArgs = { +export type Querystagingmantle_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_connectorMetasArgs = { +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 Querystagingbnb_rootCountArgs = { +export type Querystagingmantle_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_rootCountsArgs = { +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 Querystagingbnb_rootMessageSentArgs = { +export type Querystagingmantle_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_rootMessageSentsArgs = { +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 Querystagingbnb_relayerFeesIncreaseArgs = { +export type Querystagingmantle_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_relayerFeesIncreasesArgs = { +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 Querystagingbnb_slippageUpdateArgs = { +export type Querystagingmantle_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_slippageUpdatesArgs = { +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 Querystagingbnb_snapshotRootArgs = { +export type Querystagingmantle_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_snapshotRootsArgs = { +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 Querystagingbnb_spokeConnectorModeArgs = { +export type Querystagingmantle_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_spokeConnectorModesArgs = { +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 Querystagingbnb_aggregateRootProposedArgs = { +export type Querystagingmantle_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_aggregateRootProposedsArgs = { +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 Querystagingbnb_optimisticRootFinalizedArgs = { +export type Querystagingmantle_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingbnb_optimisticRootFinalizedsArgs = { +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 Querystagingbnb__metaArgs = { - block?: InputMaybe; +export type Querystagingmantle__metaArgs = { + block?: InputMaybe; }; -export type Querystagingarbitrumone_assetArgs = { +export type Querypolygonzkevm_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_assetsArgs = { +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 Querystagingarbitrumone_assetStatusArgs = { +export type Querypolygonzkevm_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_assetStatusesArgs = { +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 Querystagingarbitrumone_assetBalanceArgs = { +export type Querypolygonzkevm_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_assetBalancesArgs = { +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 Querystagingarbitrumone_routerArgs = { +export type Querypolygonzkevm_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_routersArgs = { +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 Querystagingarbitrumone_routerDailyTVLArgs = { +export type Querypolygonzkevm_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_routerDailyTVLsArgs = { +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 Querystagingarbitrumone_routerLiquidityEventArgs = { +export type Querypolygonzkevm_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_routerLiquidityEventsArgs = { +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 Querystagingarbitrumone_settingArgs = { +export type Querypolygonzkevm_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_settingsArgs = { +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 Querystagingarbitrumone_relayerArgs = { +export type Querypolygonzkevm_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_relayersArgs = { +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 Querystagingarbitrumone_sequencerArgs = { +export type Querypolygonzkevm_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_sequencersArgs = { +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 Querystagingarbitrumone_relayerFeeArgs = { +export type Querypolygonzkevm_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_relayerFeesArgs = { +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 Querystagingarbitrumone_originTransferArgs = { +export type Querypolygonzkevm_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_originTransfersArgs = { +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 Querystagingarbitrumone_destinationTransferArgs = { +export type Querypolygonzkevm_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_destinationTransfersArgs = { +export type Querypolygonzkevm_destinationTransfersArgs = { 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 Querystagingarbitrumone_originMessageArgs = { + +export type Querypolygonzkevm_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_originMessagesArgs = { +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 Querystagingarbitrumone_aggregateRootArgs = { +export type Querypolygonzkevm_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_aggregateRootsArgs = { +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 Querystagingarbitrumone_connectorMetaArgs = { +export type Querypolygonzkevm_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_connectorMetasArgs = { +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 Querystagingarbitrumone_rootCountArgs = { +export type Querypolygonzkevm_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_rootCountsArgs = { +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 Querystagingarbitrumone_rootMessageSentArgs = { +export type Querypolygonzkevm_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_rootMessageSentsArgs = { +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 Querystagingarbitrumone_relayerFeesIncreaseArgs = { +export type Querypolygonzkevm_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_relayerFeesIncreasesArgs = { +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 Querystagingarbitrumone_slippageUpdateArgs = { +export type Querypolygonzkevm_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_slippageUpdatesArgs = { +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 Querystagingarbitrumone_snapshotRootArgs = { +export type Querypolygonzkevm_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_snapshotRootsArgs = { +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 Querystagingarbitrumone_spokeConnectorModeArgs = { +export type Querypolygonzkevm_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_spokeConnectorModesArgs = { +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 Querystagingarbitrumone_aggregateRootProposedArgs = { +export type Querypolygonzkevm_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_aggregateRootProposedsArgs = { +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 Querystagingarbitrumone_optimisticRootFinalizedArgs = { +export type Querypolygonzkevm_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingarbitrumone_optimisticRootFinalizedsArgs = { +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 Querystagingarbitrumone__metaArgs = { - block?: InputMaybe; +export type Querypolygonzkevm__metaArgs = { + block?: InputMaybe; }; -export type Querystagingzksync_assetArgs = { +export type Querystagingmode_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_assetsArgs = { +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 Querystagingzksync_assetStatusArgs = { +export type Querystagingmode_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_assetStatusesArgs = { +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 Querystagingzksync_assetBalanceArgs = { +export type Querystagingmode_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_assetBalancesArgs = { +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 Querystagingzksync_routerArgs = { +export type Querystagingmode_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_routersArgs = { +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 Querystagingzksync_routerDailyTVLArgs = { +export type Querystagingmode_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_routerDailyTVLsArgs = { +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 Querystagingzksync_routerLiquidityEventArgs = { +export type Querystagingmode_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_routerLiquidityEventsArgs = { +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 Querystagingzksync_settingArgs = { +export type Querystagingmode_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_settingsArgs = { +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 Querystagingzksync_relayerArgs = { +export type Querystagingmode_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_relayersArgs = { +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 Querystagingzksync_sequencerArgs = { +export type Querystagingmode_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_sequencersArgs = { +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 Querystagingzksync_relayerFeeArgs = { +export type Querystagingmode_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_relayerFeesArgs = { +export type Querystagingmode_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_originTransferArgs = { +export type Querystagingmode_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_originTransfersArgs = { +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 Querystagingzksync_destinationTransferArgs = { +export type Querystagingmode_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_destinationTransfersArgs = { +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 Querystagingzksync_originMessageArgs = { +export type Querystagingmode_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_originMessagesArgs = { +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 Querystagingzksync_aggregateRootArgs = { +export type Querystagingmode_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_aggregateRootsArgs = { +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 Querystagingzksync_connectorMetaArgs = { +export type Querystagingmode_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_connectorMetasArgs = { +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 Querystagingzksync_rootCountArgs = { +export type Querystagingmode_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_rootCountsArgs = { +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 Querystagingzksync_rootMessageSentArgs = { +export type Querystagingmode_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_rootMessageSentsArgs = { +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 Querystagingzksync_relayerFeesIncreaseArgs = { +export type Querystagingmode_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_relayerFeesIncreasesArgs = { +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 Querystagingzksync_slippageUpdateArgs = { +export type Querystagingmode_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_slippageUpdatesArgs = { +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 Querystagingzksync_snapshotRootArgs = { +export type Querystagingmode_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_snapshotRootsArgs = { +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 Querystagingzksync_spokeConnectorModeArgs = { +export type Querystagingmode_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_spokeConnectorModesArgs = { +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 Querystagingzksync_aggregateRootProposedArgs = { +export type Querystagingmode_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_aggregateRootProposedsArgs = { +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 Querystagingzksync_optimisticRootFinalizedArgs = { +export type Querystagingmode_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingzksync_optimisticRootFinalizedsArgs = { +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 Querystagingzksync__metaArgs = { - block?: InputMaybe; +export type Querystagingmode__metaArgs = { + block?: InputMaybe; }; -export type Querymainnet_rootAggregatedArgs = { +export type Querybase_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootAggregatedsArgs = { +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 Querymainnet_rootPropagatedArgs = { +export type Querybase_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootPropagatedsArgs = { +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 Querymainnet_aggregatedMessageRootArgs = { +export type Querybase_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregatedMessageRootsArgs = { +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 Querymainnet_rootManagerMetaArgs = { +export type Querybase_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootManagerMetasArgs = { +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 Querymainnet_rootManagerModeArgs = { +export type Querybase_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootManagerModesArgs = { +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 Querymainnet_optimisticRootProposedArgs = { +export type Querybase_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimisticRootProposedsArgs = { +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 Querymainnet_hubOptimisticRootFinalizedArgs = { +export type Querybase_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_hubOptimisticRootFinalizedsArgs = { +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 Querymainnet_optimisticRootPropagatedArgs = { +export type Querybase_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimisticRootPropagatedsArgs = { +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 Querymainnet_polygonConnectorMetaArgs = { +export type Querybase_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_polygonConnectorMetasArgs = { +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 Querymainnet_optimismConnectorMetaArgs = { +export type Querybase_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_optimismConnectorMetasArgs = { +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 Querymainnet_bnbConnectorMetaArgs = { +export type Querybase_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_bnbConnectorMetasArgs = { +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 Querymainnet_arbitrumConnectorMetaArgs = { +export type Querybase_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_arbitrumConnectorMetasArgs = { +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 Querymainnet_gnosisConnectorMetaArgs = { +export type Querybase_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_gnosisConnectorMetasArgs = { +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 Querymainnet_lineaConnectorMetaArgs = { +export type Querybase_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_lineaConnectorMetasArgs = { +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 Querymainnet_metisConnectorMetaArgs = { +export type Querybase_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_metisConnectorMetasArgs = { +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 Querymainnet_mantleConnectorMetaArgs = { +export type Querybase_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_mantleConnectorMetasArgs = { +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 Querymainnet_avalancheConnectorMetaArgs = { +export type Querybase_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_avalancheConnectorMetasArgs = { +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 Querymainnet_baseConnectorMetaArgs = { +export type Querybase_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_baseConnectorMetasArgs = { +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 Querymainnet_polygonZkConnectorMetaArgs = { +export type Querybase_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_polygonZkConnectorMetasArgs = { +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 Querymainnet_zkSyncConnectorMetaArgs = { +export type Querybase_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_zkSyncConnectorMetasArgs = { +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 Querymainnet_modeConnectorMetaArgs = { +export type Querybase_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_modeConnectorMetasArgs = { +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 Querymainnet_rootMessageProcessedArgs = { +export type Querybase_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_rootMessageProcessedsArgs = { +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 Querymainnet_aggregateRootSavedSlowArgs = { +export type Querybase_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_aggregateRootSavedSlowsArgs = { +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 Querymainnet_hubDomainArgs = { +export type Querybase__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingscroll_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymainnet_hubDomainsArgs = { +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 Queryxlayer_swap_systemInfoArgs = { +export type Querystagingscroll_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_systemInfosArgs = { +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 Queryxlayer_swap_pooledTokenArgs = { +export type Querystagingscroll_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_pooledTokensArgs = { +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 Queryxlayer_swap_stableSwapArgs = { +export type Querystagingscroll_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_stableSwapsArgs = { +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 Queryxlayer_swap_stableSwapAddLiquidityEventArgs = { +export type Querystagingscroll_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_stableSwapAddLiquidityEventsArgs = { +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 Queryxlayer_swap_stableSwapRemoveLiquidityEventArgs = { +export type Querystagingscroll_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Queryxlayer_swap_stableSwapExchangeArgs = { +export type Querystagingscroll_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_stableSwapExchangesArgs = { +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 Queryxlayer_swap_swapDailyVolumeArgs = { +export type Querystagingscroll_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_swapDailyVolumesArgs = { +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 Queryxlayer_swap_swapHourlyVolumeArgs = { +export type Querystagingscroll_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_swapHourlyVolumesArgs = { +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 Queryxlayer_swap_swapWeeklyVolumeArgs = { +export type Querystagingscroll_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_swapWeeklyVolumesArgs = { +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 Queryxlayer_swap_lpAccountArgs = { +export type Querystagingscroll_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_lpAccountsArgs = { +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 Queryxlayer_swap_lpAccountBalanceArgs = { +export type Querystagingscroll_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_lpAccountBalancesArgs = { +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 Queryxlayer_swap_lpTokenArgs = { +export type Querystagingscroll_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_lpTokensArgs = { +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 Queryxlayer_swap_lpTransferEventArgs = { +export type Querystagingscroll_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_lpTransferEventsArgs = { +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 Queryxlayer_swap_stableSwapEventArgs = { +export type Querystagingscroll_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_stableSwapEventsArgs = { +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 Queryxlayer_swap_swapTradeVolumeArgs = { +export type Querystagingscroll_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_swapTradeVolumesArgs = { +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 Queryxlayer_swap_lpTokenEventArgs = { +export type Querystagingscroll_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_swap_lpTokenEventsArgs = { +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 Queryxlayer_swap__metaArgs = { - block?: InputMaybe; +export type Querystagingscroll_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_assetArgs = { +export type Querystagingscroll_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querystagingscroll_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_assetsArgs = { +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 Querystagingxlayer_assetStatusArgs = { +export type Querystagingscroll_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_assetStatusesArgs = { +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 Querystagingxlayer_assetBalanceArgs = { +export type Querystagingscroll_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_assetBalancesArgs = { +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 Querystagingxlayer_routerArgs = { +export type Querystagingscroll_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_routersArgs = { +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 Querystagingxlayer_routerDailyTVLArgs = { +export type Querystagingscroll_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_routerDailyTVLsArgs = { +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 Querystagingxlayer_routerLiquidityEventArgs = { +export type Querystagingscroll__metaArgs = { + block?: InputMaybe; +}; + + +export type Querystagingzksync_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_routerLiquidityEventsArgs = { +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 Querystagingxlayer_settingArgs = { +export type Querystagingzksync_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_settingsArgs = { +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 Querystagingxlayer_relayerArgs = { +export type Querystagingzksync_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_relayersArgs = { +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 Querystagingxlayer_sequencerArgs = { +export type Querystagingzksync_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_sequencersArgs = { +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 Querystagingxlayer_relayerFeeArgs = { +export type Querystagingzksync_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_relayerFeesArgs = { +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 Querystagingxlayer_originTransferArgs = { +export type Querystagingzksync_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_originTransfersArgs = { +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 Querystagingxlayer_destinationTransferArgs = { +export type Querystagingzksync_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_destinationTransfersArgs = { +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 Querystagingxlayer_originMessageArgs = { +export type Querystagingzksync_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_originMessagesArgs = { +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 Querystagingxlayer_aggregateRootArgs = { +export type Querystagingzksync_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_aggregateRootsArgs = { +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 Querystagingxlayer_connectorMetaArgs = { +export type Querystagingzksync_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_connectorMetasArgs = { +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 Querystagingxlayer_rootCountArgs = { +export type Querystagingzksync_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_rootCountsArgs = { +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 Querystagingxlayer_rootMessageSentArgs = { +export type Querystagingzksync_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_rootMessageSentsArgs = { +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 Querystagingxlayer_relayerFeesIncreaseArgs = { +export type Querystagingzksync_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_relayerFeesIncreasesArgs = { +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 Querystagingxlayer_slippageUpdateArgs = { +export type Querystagingzksync_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_slippageUpdatesArgs = { +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 Querystagingxlayer_snapshotRootArgs = { +export type Querystagingzksync_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_snapshotRootsArgs = { +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 Querystagingxlayer_spokeConnectorModeArgs = { +export type Querystagingzksync_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_spokeConnectorModesArgs = { +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 Querystagingxlayer_aggregateRootProposedArgs = { +export type Querystagingzksync_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_aggregateRootProposedsArgs = { +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 Querystagingxlayer_optimisticRootFinalizedArgs = { +export type Querystagingzksync_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingxlayer_optimisticRootFinalizedsArgs = { +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 Querystagingxlayer__metaArgs = { - block?: InputMaybe; +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 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; }; @@ -19125,3503 +19544,2791 @@ export type Queryxdai__metaArgs = { }; -export type Querymode_assetArgs = { +export type Querystagingbnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_assetsArgs = { +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 Querymode_assetStatusArgs = { +export type Querystagingbnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_assetStatusesArgs = { +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 Querymode_assetBalanceArgs = { +export type Querystagingbnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_assetBalancesArgs = { +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 Querymode_routerArgs = { +export type Querystagingbnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_routersArgs = { +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 Querymode_routerDailyTVLArgs = { +export type Querystagingbnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_routerDailyTVLsArgs = { +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 Querymode_routerLiquidityEventArgs = { +export type Querystagingbnb_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_routerLiquidityEventsArgs = { +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 Querymode_settingArgs = { +export type Querystagingbnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_settingsArgs = { +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 Querymode_relayerArgs = { +export type Querystagingbnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_relayersArgs = { +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 Querymode_sequencerArgs = { +export type Querystagingbnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_sequencersArgs = { +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 Querymode_relayerFeeArgs = { +export type Querystagingbnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_relayerFeesArgs = { +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 Querymode_originTransferArgs = { +export type Querystagingbnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_originTransfersArgs = { +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 Querymode_destinationTransferArgs = { +export type Querystagingbnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_destinationTransfersArgs = { +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 Querymode_originMessageArgs = { +export type Querystagingbnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_originMessagesArgs = { +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 Querymode_aggregateRootArgs = { +export type Querystagingbnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_aggregateRootsArgs = { +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 Querymode_connectorMetaArgs = { +export type Querystagingbnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_connectorMetasArgs = { +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 Querymode_rootCountArgs = { +export type Querystagingbnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_rootCountsArgs = { +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 Querymode_rootMessageSentArgs = { +export type Querystagingbnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_rootMessageSentsArgs = { +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 Querymode_relayerFeesIncreaseArgs = { +export type Querystagingbnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_relayerFeesIncreasesArgs = { +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 Querymode_slippageUpdateArgs = { +export type Querystagingbnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_slippageUpdatesArgs = { +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 Querymode_snapshotRootArgs = { +export type Querystagingbnb_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_snapshotRootsArgs = { +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 Querymode_spokeConnectorModeArgs = { +export type Querystagingbnb_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_spokeConnectorModesArgs = { +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 Querymode_aggregateRootProposedArgs = { +export type Querystagingbnb_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_aggregateRootProposedsArgs = { +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 Querymode_optimisticRootFinalizedArgs = { +export type Querystagingbnb_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymode_optimisticRootFinalizedsArgs = { +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 Querymode__metaArgs = { - block?: InputMaybe; +export type Querystagingbnb__metaArgs = { + block?: InputMaybe; }; -export type Querystagingmantle_assetArgs = { +export type Querystagingarbitrumone_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_assetsArgs = { +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 Querystagingmantle_assetStatusArgs = { +export type Querystagingarbitrumone_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_assetStatusesArgs = { +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 Querystagingmantle_assetBalanceArgs = { +export type Querystagingarbitrumone_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_assetBalancesArgs = { +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 Querystagingmantle_routerArgs = { +export type Querystagingarbitrumone_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_routersArgs = { +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 Querystagingmantle_routerDailyTVLArgs = { +export type Querystagingarbitrumone_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_routerDailyTVLsArgs = { +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 Querystagingmantle_routerLiquidityEventArgs = { +export type Querystagingarbitrumone_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_routerLiquidityEventsArgs = { +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 Querystagingmantle_settingArgs = { +export type Querystagingarbitrumone_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_settingsArgs = { +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 Querystagingmantle_relayerArgs = { +export type Querystagingarbitrumone_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_relayersArgs = { +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 Querystagingmantle_sequencerArgs = { +export type Querystagingarbitrumone_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_sequencersArgs = { +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 Querystagingmantle_relayerFeeArgs = { +export type Querystagingarbitrumone_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_relayerFeesArgs = { +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 Querystagingmantle_originTransferArgs = { +export type Querystagingarbitrumone_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_originTransfersArgs = { +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 Querystagingmantle_destinationTransferArgs = { +export type Querystagingarbitrumone_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_destinationTransfersArgs = { +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 Querystagingmantle_originMessageArgs = { +export type Querystagingarbitrumone_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_originMessagesArgs = { +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 Querystagingmantle_aggregateRootArgs = { +export type Querystagingarbitrumone_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_aggregateRootsArgs = { +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 Querystagingmantle_connectorMetaArgs = { +export type Querystagingarbitrumone_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_connectorMetasArgs = { +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 Querystagingmantle_rootCountArgs = { +export type Querystagingarbitrumone_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_rootCountsArgs = { +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 Querystagingmantle_rootMessageSentArgs = { +export type Querystagingarbitrumone_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_rootMessageSentsArgs = { +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 Querystagingmantle_relayerFeesIncreaseArgs = { +export type Querystagingarbitrumone_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_relayerFeesIncreasesArgs = { +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 Querystagingmantle_slippageUpdateArgs = { +export type Querystagingarbitrumone_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_slippageUpdatesArgs = { +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 Querystagingmantle_snapshotRootArgs = { +export type Querystagingarbitrumone_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_snapshotRootsArgs = { +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 Querystagingmantle_spokeConnectorModeArgs = { +export type Querystagingarbitrumone_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_spokeConnectorModesArgs = { +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 Querystagingmantle_aggregateRootProposedArgs = { +export type Querystagingarbitrumone_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_aggregateRootProposedsArgs = { +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 Querystagingmantle_optimisticRootFinalizedArgs = { +export type Querystagingarbitrumone_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmantle_optimisticRootFinalizedsArgs = { +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 Querystagingmantle__metaArgs = { - block?: InputMaybe; +export type Querystagingarbitrumone__metaArgs = { + block?: InputMaybe; }; -export type Querystagingmetis_assetArgs = { +export type Querystagingpolygonzkevm_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_assetsArgs = { +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 Querystagingmetis_assetStatusArgs = { +export type Querystagingpolygonzkevm_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_assetStatusesArgs = { +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 Querystagingmetis_assetBalanceArgs = { +export type Querystagingpolygonzkevm_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_assetBalancesArgs = { +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 Querystagingmetis_routerArgs = { +export type Querystagingpolygonzkevm_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_routersArgs = { +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 Querystagingmetis_routerDailyTVLArgs = { +export type Querystagingpolygonzkevm_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_routerDailyTVLsArgs = { +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 Querystagingmetis_routerLiquidityEventArgs = { +export type Querystagingpolygonzkevm_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_routerLiquidityEventsArgs = { +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 Querystagingmetis_settingArgs = { +export type Querystagingpolygonzkevm_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_settingsArgs = { +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 Querystagingmetis_relayerArgs = { +export type Querystagingpolygonzkevm_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_relayersArgs = { +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_sequencerArgs = { +export type Querystagingpolygonzkevm_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_sequencersArgs = { +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_relayerFeeArgs = { +export type Querystagingpolygonzkevm_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_relayerFeesArgs = { +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_originTransferArgs = { +export type Querystagingpolygonzkevm_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_originTransfersArgs = { +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_destinationTransferArgs = { +export type Querystagingpolygonzkevm_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_destinationTransfersArgs = { +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_originMessageArgs = { +export type Querystagingpolygonzkevm_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_originMessagesArgs = { +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_aggregateRootArgs = { +export type Querystagingpolygonzkevm_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_aggregateRootsArgs = { +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_connectorMetaArgs = { +export type Querystagingpolygonzkevm_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_connectorMetasArgs = { +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_rootCountArgs = { +export type Querystagingpolygonzkevm_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_rootCountsArgs = { +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_rootMessageSentArgs = { +export type Querystagingpolygonzkevm_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_rootMessageSentsArgs = { +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_relayerFeesIncreaseArgs = { +export type Querystagingpolygonzkevm_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_relayerFeesIncreasesArgs = { +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_slippageUpdateArgs = { +export type Querystagingpolygonzkevm_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_slippageUpdatesArgs = { +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_snapshotRootArgs = { +export type Querystagingpolygonzkevm_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_snapshotRootsArgs = { +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_spokeConnectorModeArgs = { +export type Querystagingpolygonzkevm_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_spokeConnectorModesArgs = { +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_aggregateRootProposedArgs = { +export type Querystagingpolygonzkevm_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_aggregateRootProposedsArgs = { +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_optimisticRootFinalizedArgs = { +export type Querystagingpolygonzkevm_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querystagingmetis_optimisticRootFinalizedsArgs = { +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__metaArgs = { - block?: InputMaybe; +export type Querystagingpolygonzkevm__metaArgs = { + block?: InputMaybe; }; -export type Querymetis_assetArgs = { +export type Querystagingxlayer_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_assetsArgs = { +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 Querymetis_assetStatusArgs = { +export type Querystagingxlayer_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_assetStatusesArgs = { +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 Querymetis_assetBalanceArgs = { +export type Querystagingxlayer_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_assetBalancesArgs = { +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 Querymetis_routerArgs = { +export type Querystagingxlayer_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_routersArgs = { +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 Querymetis_routerDailyTVLArgs = { +export type Querystagingxlayer_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_routerDailyTVLsArgs = { +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 Querymetis_routerLiquidityEventArgs = { +export type Querystagingxlayer_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_routerLiquidityEventsArgs = { +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 Querymetis_settingArgs = { +export type Querystagingxlayer_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_settingsArgs = { +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 Querymetis_relayerArgs = { +export type Querystagingxlayer_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayersArgs = { +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 Querymetis_sequencerArgs = { +export type Querystagingxlayer_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_sequencersArgs = { +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 Querymetis_relayerFeeArgs = { +export type Querystagingxlayer_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayerFeesArgs = { +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 Querymetis_originTransferArgs = { +export type Querystagingxlayer_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_originTransfersArgs = { +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 Querymetis_destinationTransferArgs = { +export type Querystagingxlayer_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_destinationTransfersArgs = { +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 Querymetis_originMessageArgs = { +export type Querystagingxlayer_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_originMessagesArgs = { +export type Querystagingxlayer_originMessagesArgs = { 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 Querymetis_aggregateRootArgs = { + +export type Querystagingxlayer_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_aggregateRootsArgs = { +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 Querymetis_connectorMetaArgs = { +export type Querystagingxlayer_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_connectorMetasArgs = { +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 Querymetis_rootCountArgs = { +export type Querystagingxlayer_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_rootCountsArgs = { +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 Querymetis_rootMessageSentArgs = { +export type Querystagingxlayer_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_rootMessageSentsArgs = { +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 Querymetis_relayerFeesIncreaseArgs = { +export type Querystagingxlayer_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_relayerFeesIncreasesArgs = { +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 Querymetis_slippageUpdateArgs = { +export type Querystagingxlayer_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_slippageUpdatesArgs = { +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 Querymetis_snapshotRootArgs = { +export type Querystagingxlayer_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_snapshotRootsArgs = { +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 Querymetis_spokeConnectorModeArgs = { +export type Querystagingxlayer_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_spokeConnectorModesArgs = { +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 Querymetis_aggregateRootProposedArgs = { +export type Querystagingxlayer_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_aggregateRootProposedsArgs = { +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 Querymetis_optimisticRootFinalizedArgs = { +export type Querystagingxlayer_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querymetis_optimisticRootFinalizedsArgs = { +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 Querymetis__metaArgs = { - block?: InputMaybe; +export type Querystagingxlayer__metaArgs = { + block?: InputMaybe; }; -export type Querybnb_assetArgs = { +export type Querystaginglinea_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_assetStatusArgs = { +export type Querystaginglinea_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_assetBalanceArgs = { +export type Querystaginglinea_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_routerArgs = { +export type Querystaginglinea_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_routerDailyTVLArgs = { +export type Querystaginglinea_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_routerLiquidityEventArgs = { +export type Querystaginglinea_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_settingArgs = { +export type Querystaginglinea_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_relayerArgs = { +export type Querystaginglinea_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_sequencerArgs = { +export type Querystaginglinea_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_relayerFeeArgs = { +export type Querystaginglinea_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_originTransferArgs = { +export type Querystaginglinea_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_destinationTransferArgs = { +export type Querystaginglinea_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_originMessageArgs = { +export type Querystaginglinea_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_aggregateRootArgs = { +export type Querystaginglinea_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_connectorMetaArgs = { +export type Querystaginglinea_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_rootCountArgs = { +export type Querystaginglinea_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_rootMessageSentArgs = { +export type Querystaginglinea_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_relayerFeesIncreaseArgs = { +export type Querystaginglinea_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_slippageUpdateArgs = { +export type Querystaginglinea_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_snapshotRootArgs = { +export type Querystaginglinea_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_spokeConnectorModeArgs = { +export type Querystaginglinea_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_aggregateRootProposedArgs = { +export type Querystaginglinea_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb_optimisticRootFinalizedArgs = { +export type Querystaginglinea_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_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 Querybnb__metaArgs = { - block?: InputMaybe; +export type Querystaginglinea__metaArgs = { + block?: InputMaybe; }; -export type Queryxlayer_assetArgs = { +export type Querybnb_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_assetsArgs = { +export type Querybnb_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_assetStatusArgs = { +export type Querybnb_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_assetStatusesArgs = { +export type Querybnb_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_assetBalanceArgs = { +export type Querybnb_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_assetBalancesArgs = { +export type Querybnb_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_routerArgs = { +export type Querybnb_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_routersArgs = { +export type Querybnb_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_routerDailyTVLArgs = { +export type Querybnb_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_routerDailyTVLsArgs = { +export type Querybnb_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_routerLiquidityEventArgs = { +export type Querybnb_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_routerLiquidityEventsArgs = { +export type Querybnb_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_settingArgs = { +export type Querybnb_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_settingsArgs = { +export type Querybnb_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_relayerArgs = { +export type Querybnb_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_relayersArgs = { +export type Querybnb_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_sequencerArgs = { +export type Querybnb_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_sequencersArgs = { +export type Querybnb_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_relayerFeeArgs = { +export type Querybnb_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_relayerFeesArgs = { +export type Querybnb_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_originTransferArgs = { +export type Querybnb_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_originTransfersArgs = { +export type Querybnb_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_destinationTransferArgs = { +export type Querybnb_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_destinationTransfersArgs = { +export type Querybnb_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_originMessageArgs = { +export type Querybnb_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_originMessagesArgs = { +export type Querybnb_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_aggregateRootArgs = { +export type Querybnb_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_aggregateRootsArgs = { +export type Querybnb_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_connectorMetaArgs = { +export type Querybnb_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_connectorMetasArgs = { +export type Querybnb_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_rootCountArgs = { +export type Querybnb_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_rootCountsArgs = { +export type Querybnb_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_rootMessageSentArgs = { +export type Querybnb_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryoptimism_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_rootMessageSentsArgs = { +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 Queryxlayer_relayerFeesIncreaseArgs = { +export type Queryoptimism_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_relayerFeesIncreasesArgs = { +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 Queryxlayer_slippageUpdateArgs = { +export type Queryoptimism_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_slippageUpdatesArgs = { +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 Queryxlayer_snapshotRootArgs = { +export type Queryoptimism_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_snapshotRootsArgs = { +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 Queryxlayer_spokeConnectorModeArgs = { +export type Queryoptimism_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_spokeConnectorModesArgs = { +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 Queryxlayer_aggregateRootProposedArgs = { +export type Queryoptimism_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_aggregateRootProposedsArgs = { +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 Queryxlayer_optimisticRootFinalizedArgs = { +export type Queryoptimism_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Queryxlayer_optimisticRootFinalizedsArgs = { +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 Queryxlayer__metaArgs = { - block?: InputMaybe; -}; - - -export type Querybnb_swap_systemInfoArgs = { +export type Queryoptimism_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_systemInfosArgs = { +export type Queryoptimism_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_pooledTokenArgs = { +export type Queryoptimism_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_pooledTokensArgs = { +export type Queryoptimism_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapArgs = { +export type Queryoptimism_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapsArgs = { +export type Queryoptimism_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapAddLiquidityEventArgs = { +export type Queryoptimism_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapAddLiquidityEventsArgs = { +export type Queryoptimism_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapRemoveLiquidityEventArgs = { +export type Queryoptimism_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Queryoptimism_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapExchangeArgs = { +export type Queryoptimism_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapExchangesArgs = { +export type Queryoptimism_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapDailyVolumeArgs = { +export type Queryoptimism_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapDailyVolumesArgs = { +export type Queryoptimism_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapHourlyVolumeArgs = { +export type Queryoptimism_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapHourlyVolumesArgs = { +export type Queryoptimism_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapWeeklyVolumeArgs = { +export type Queryoptimism_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapWeeklyVolumesArgs = { +export type Queryoptimism_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountArgs = { +export type Queryoptimism_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Queryarbitrumone_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountsArgs = { +export type Queryarbitrumone_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountBalanceArgs = { +export type Queryarbitrumone_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpAccountBalancesArgs = { +export type Queryarbitrumone_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTokenArgs = { +export type Queryarbitrumone_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTokensArgs = { +export type Queryarbitrumone_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTransferEventArgs = { +export type Queryarbitrumone_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_lpTransferEventsArgs = { +export type Queryarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapEventArgs = { +export type Queryarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_stableSwapEventsArgs = { +export type Queryarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapTradeVolumeArgs = { +export type Queryarbitrumone_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Querybnb_swap_swapTradeVolumesArgs = { +export type Queryarbitrumone_swap_stableSwapExchangesArgs = { 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 Querypolygon_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Querypolygon_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryoptimism_swap_systemInfoArgs = { - 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 = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryoptimism_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Queryarbitrumone_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Queryarbitrumone_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; @@ -23104,6 +22811,299 @@ export type Queryxdai_swap__metaArgs = { }; +export type Querypolygon_swap_systemInfoArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_systemInfosArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_pooledTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_pooledTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_stableSwapArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_stableSwapsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_stableSwapAddLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_stableSwapAddLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_stableSwapRemoveLiquidityEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_stableSwapRemoveLiquidityEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_stableSwapExchangeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_stableSwapExchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_swapDailyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_swapDailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_swapHourlyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_swapHourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_swapWeeklyVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_swapWeeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_lpAccountArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_lpAccountsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_lpAccountBalanceArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_lpAccountBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_lpTokenArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_lpTokensArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_lpTransferEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_lpTransferEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_stableSwapEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_stableSwapEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_lpTokenEventArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap_lpTokenEventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Querypolygon_swap__metaArgs = { + block?: InputMaybe; +}; + + export type Queryavalanche_swap_systemInfoArgs = { id: Scalars['ID']; block?: InputMaybe; @@ -23397,142 +23397,40 @@ export type Queryavalanche_swap__metaArgs = { }; export type Subscription = { - 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 */ - mantle_swap__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; - 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; - 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; + sepolia_swap__meta?: Maybe; optimismsepolia_swap_systemInfo?: Maybe; optimismsepolia_swap_systemInfos: Array; optimismsepolia_swap_pooledToken?: Maybe; @@ -23621,198 +23519,88 @@ export type Subscription = { sepolia_hubDomains: Array; /** Access to subgraph metadata */ sepolia__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 */ - stagingmode__meta?: Maybe; - zksync_asset?: Maybe; - zksync_assets: Array; - zksync_assetStatus?: Maybe; - zksync_assetStatuses: Array; - zksync_assetBalance?: Maybe; - zksync_assetBalances: Array; - zksync_router?: Maybe; - zksync_routers: Array; - zksync_routerDailyTVL?: Maybe; - zksync_routerDailyTVLs: Array; - zksync_routerLiquidityEvent?: Maybe; - zksync_routerLiquidityEvents: Array; - zksync_setting?: Maybe; - zksync_settings: Array; - zksync_relayer?: Maybe; - zksync_relayers: Array; - zksync_sequencer?: Maybe; - zksync_sequencers: Array; - zksync_relayerFee?: Maybe; - zksync_relayerFees: Array; - zksync_originTransfer?: Maybe; - zksync_originTransfers: Array; - zksync_destinationTransfer?: Maybe; - zksync_destinationTransfers: Array; - zksync_originMessage?: Maybe; - zksync_originMessages: Array; - zksync_aggregateRoot?: Maybe; - zksync_aggregateRoots: Array; - zksync_connectorMeta?: Maybe; - zksync_connectorMetas: Array; - zksync_rootCount?: Maybe; - zksync_rootCounts: Array; - zksync_rootMessageSent?: Maybe; - zksync_rootMessageSents: Array; - zksync_relayerFeesIncrease?: Maybe; - zksync_relayerFeesIncreases: Array; - zksync_slippageUpdate?: Maybe; - zksync_slippageUpdates: Array; - zksync_snapshotRoot?: Maybe; - zksync_snapshotRoots: Array; - zksync_spokeConnectorMode?: Maybe; - zksync_spokeConnectorModes: Array; - zksync_aggregateRootProposed?: Maybe; - zksync_aggregateRootProposeds: Array; - zksync_optimisticRootFinalized?: Maybe; - zksync_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - zksync__meta?: Maybe; - arbitrumone_asset?: Maybe; - arbitrumone_assets: Array; - arbitrumone_assetStatus?: Maybe; - arbitrumone_assetStatuses: Array; - arbitrumone_assetBalance?: Maybe; - arbitrumone_assetBalances: Array; - arbitrumone_router?: Maybe; - arbitrumone_routers: Array; - arbitrumone_routerDailyTVL?: Maybe; - arbitrumone_routerDailyTVLs: Array; - arbitrumone_routerLiquidityEvent?: Maybe; - arbitrumone_routerLiquidityEvents: Array; - arbitrumone_setting?: Maybe; - arbitrumone_settings: Array; - arbitrumone_relayer?: Maybe; - arbitrumone_relayers: Array; - arbitrumone_sequencer?: Maybe; - arbitrumone_sequencers: Array; - arbitrumone_relayerFee?: Maybe; - arbitrumone_relayerFees: Array; - arbitrumone_originTransfer?: Maybe; - arbitrumone_originTransfers: Array; - arbitrumone_destinationTransfer?: Maybe; - arbitrumone_destinationTransfers: Array; - arbitrumone_originMessage?: Maybe; - arbitrumone_originMessages: Array; - arbitrumone_aggregateRoot?: Maybe; - arbitrumone_aggregateRoots: Array; - arbitrumone_connectorMeta?: Maybe; - arbitrumone_connectorMetas: Array; - arbitrumone_rootCount?: Maybe; - arbitrumone_rootCounts: Array; - arbitrumone_rootMessageSent?: Maybe; - arbitrumone_rootMessageSents: Array; - arbitrumone_relayerFeesIncrease?: Maybe; - arbitrumone_relayerFeesIncreases: Array; - arbitrumone_slippageUpdate?: Maybe; - arbitrumone_slippageUpdates: Array; - arbitrumone_snapshotRoot?: Maybe; - arbitrumone_snapshotRoots: Array; - arbitrumone_spokeConnectorMode?: Maybe; - arbitrumone_spokeConnectorModes: Array; - arbitrumone_aggregateRootProposed?: Maybe; - arbitrumone_aggregateRootProposeds: Array; - arbitrumone_optimisticRootFinalized?: Maybe; - arbitrumone_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 */ - arbitrumone__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; + 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; /** Access to subgraph metadata */ - stagingscroll__meta?: Maybe; + arbitrumsepolia__meta?: Maybe; optimismsepolia_asset?: Maybe; optimismsepolia_assets: Array; optimismsepolia_assetStatus?: Maybe; @@ -23861,184 +23649,218 @@ export type Subscription = { optimismsepolia_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ optimismsepolia__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; + 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 */ - mantle__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; + 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; + arbitrumone_asset?: Maybe; + arbitrumone_assets: Array; + arbitrumone_assetStatus?: Maybe; + arbitrumone_assetStatuses: Array; + arbitrumone_assetBalance?: Maybe; + arbitrumone_assetBalances: Array; + arbitrumone_router?: Maybe; + arbitrumone_routers: Array; + arbitrumone_routerDailyTVL?: Maybe; + arbitrumone_routerDailyTVLs: Array; + arbitrumone_routerLiquidityEvent?: Maybe; + arbitrumone_routerLiquidityEvents: Array; + arbitrumone_setting?: Maybe; + arbitrumone_settings: Array; + arbitrumone_relayer?: Maybe; + arbitrumone_relayers: Array; + arbitrumone_sequencer?: Maybe; + arbitrumone_sequencers: Array; + arbitrumone_relayerFee?: Maybe; + arbitrumone_relayerFees: Array; + arbitrumone_originTransfer?: Maybe; + arbitrumone_originTransfers: Array; + arbitrumone_destinationTransfer?: Maybe; + arbitrumone_destinationTransfers: Array; + arbitrumone_originMessage?: Maybe; + arbitrumone_originMessages: Array; + arbitrumone_aggregateRoot?: Maybe; + arbitrumone_aggregateRoots: Array; + arbitrumone_connectorMeta?: Maybe; + arbitrumone_connectorMetas: Array; + arbitrumone_rootCount?: Maybe; + arbitrumone_rootCounts: Array; + arbitrumone_rootMessageSent?: Maybe; + arbitrumone_rootMessageSents: Array; + arbitrumone_relayerFeesIncrease?: Maybe; + arbitrumone_relayerFeesIncreases: Array; + arbitrumone_slippageUpdate?: Maybe; + arbitrumone_slippageUpdates: Array; + arbitrumone_snapshotRoot?: Maybe; + arbitrumone_snapshotRoots: Array; + arbitrumone_spokeConnectorMode?: Maybe; + arbitrumone_spokeConnectorModes: Array; + arbitrumone_aggregateRootProposed?: Maybe; + arbitrumone_aggregateRootProposeds: Array; + arbitrumone_optimisticRootFinalized?: Maybe; + arbitrumone_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - polygonzkevm_swap__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; + 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 */ - mode_swap__meta?: Maybe; - 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; + 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 */ - stagingbase__meta?: Maybe; + base_swap__meta?: Maybe; optimism_asset?: Maybe; optimism_assets: Array; optimism_assetStatus?: Maybe; @@ -24087,54 +23909,122 @@ export type Subscription = { optimism_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ optimism__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; + 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 */ - mainnet__meta?: Maybe; + metis_swap__meta?: Maybe; + polygon_asset?: Maybe; + polygon_assets: Array; + polygon_assetStatus?: Maybe; + polygon_assetStatuses: Array; + polygon_assetBalance?: Maybe; + polygon_assetBalances: Array; + polygon_router?: Maybe; + polygon_routers: Array; + polygon_routerDailyTVL?: Maybe; + polygon_routerDailyTVLs: Array; + polygon_routerLiquidityEvent?: Maybe; + polygon_routerLiquidityEvents: Array; + polygon_setting?: Maybe; + polygon_settings: Array; + polygon_relayer?: Maybe; + polygon_relayers: Array; + polygon_sequencer?: Maybe; + polygon_sequencers: Array; + polygon_relayerFee?: Maybe; + polygon_relayerFees: Array; + polygon_originTransfer?: Maybe; + polygon_originTransfers: Array; + polygon_destinationTransfer?: Maybe; + polygon_destinationTransfers: Array; + polygon_originMessage?: Maybe; + polygon_originMessages: Array; + polygon_aggregateRoot?: Maybe; + polygon_aggregateRoots: Array; + polygon_connectorMeta?: Maybe; + polygon_connectorMetas: Array; + polygon_rootCount?: Maybe; + polygon_rootCounts: Array; + polygon_rootMessageSent?: Maybe; + polygon_rootMessageSents: Array; + polygon_relayerFeesIncrease?: Maybe; + polygon_relayerFeesIncreases: Array; + polygon_slippageUpdate?: Maybe; + polygon_slippageUpdates: Array; + polygon_snapshotRoot?: Maybe; + polygon_snapshotRoots: Array; + polygon_spokeConnectorMode?: Maybe; + polygon_spokeConnectorModes: Array; + polygon_aggregateRootProposed?: Maybe; + polygon_aggregateRootProposeds: Array; + polygon_optimisticRootFinalized?: Maybe; + 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; + /** Access to subgraph metadata */ + mode_swap__meta?: Maybe; linea_swap_systemInfo?: Maybe; linea_swap_systemInfos: Array; linea_swap_pooledToken?: Maybe; @@ -24169,280 +24059,88 @@ export type Subscription = { linea_swap_lpTokenEvents: Array; /** Access to subgraph metadata */ linea_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; - /** Access to subgraph metadata */ - arbitrumsepolia__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 */ - stagingoptimism__meta?: Maybe; - 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 */ - sepolia_swap__meta?: Maybe; - base_asset?: Maybe; - base_assets: Array; - base_assetStatus?: Maybe; - base_assetStatuses: Array; - base_assetBalance?: Maybe; - base_assetBalances: Array; - base_router?: Maybe; - base_routers: Array; - base_routerDailyTVL?: Maybe; - base_routerDailyTVLs: Array; - base_routerLiquidityEvent?: Maybe; - base_routerLiquidityEvents: Array; - base_setting?: Maybe; - base_settings: Array; - base_relayer?: Maybe; - base_relayers: Array; - base_sequencer?: Maybe; - base_sequencers: Array; - base_relayerFee?: Maybe; - base_relayerFees: Array; - base_originTransfer?: Maybe; - base_originTransfers: Array; - base_destinationTransfer?: Maybe; - base_destinationTransfers: Array; - base_originMessage?: Maybe; - base_originMessages: Array; - base_aggregateRoot?: Maybe; - base_aggregateRoots: Array; - base_connectorMeta?: Maybe; - base_connectorMetas: Array; - base_rootCount?: Maybe; - base_rootCounts: Array; - base_rootMessageSent?: Maybe; - base_rootMessageSents: Array; - base_relayerFeesIncrease?: Maybe; - base_relayerFeesIncreases: Array; - base_slippageUpdate?: Maybe; - base_slippageUpdates: Array; - base_snapshotRoot?: Maybe; - base_snapshotRoots: Array; - base_spokeConnectorMode?: Maybe; - base_spokeConnectorModes: Array; - base_aggregateRootProposed?: Maybe; - base_aggregateRootProposeds: Array; - base_optimisticRootFinalized?: Maybe; - base_optimisticRootFinalizeds: Array; - /** Access to subgraph metadata */ - base__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; + 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 */ - stagingpolygonzkevm__meta?: Maybe; - polygon_asset?: Maybe; - polygon_assets: Array; - polygon_assetStatus?: Maybe; - polygon_assetStatuses: Array; - polygon_assetBalance?: Maybe; - polygon_assetBalances: Array; - polygon_router?: Maybe; - polygon_routers: Array; - polygon_routerDailyTVL?: Maybe; - polygon_routerDailyTVLs: Array; - polygon_routerLiquidityEvent?: Maybe; - polygon_routerLiquidityEvents: Array; - polygon_setting?: Maybe; - polygon_settings: Array; - polygon_relayer?: Maybe; - polygon_relayers: Array; - polygon_sequencer?: Maybe; - polygon_sequencers: Array; - polygon_relayerFee?: Maybe; - polygon_relayerFees: Array; - polygon_originTransfer?: Maybe; - polygon_originTransfers: Array; - polygon_destinationTransfer?: Maybe; - polygon_destinationTransfers: Array; - polygon_originMessage?: Maybe; - polygon_originMessages: Array; - polygon_aggregateRoot?: Maybe; - polygon_aggregateRoots: Array; - polygon_connectorMeta?: Maybe; - polygon_connectorMetas: Array; - polygon_rootCount?: Maybe; - polygon_rootCounts: Array; - polygon_rootMessageSent?: Maybe; - polygon_rootMessageSents: Array; - polygon_relayerFeesIncrease?: Maybe; - polygon_relayerFeesIncreases: Array; - polygon_slippageUpdate?: Maybe; - polygon_slippageUpdates: Array; - polygon_snapshotRoot?: Maybe; - polygon_snapshotRoots: Array; - polygon_spokeConnectorMode?: Maybe; - polygon_spokeConnectorModes: Array; - polygon_aggregateRootProposed?: Maybe; - polygon_aggregateRootProposeds: Array; - polygon_optimisticRootFinalized?: Maybe; - polygon_optimisticRootFinalizeds: Array; + 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; /** Access to subgraph metadata */ - polygon__meta?: Maybe; + xlayer_swap__meta?: Maybe; stagingmainnet_rootAggregated?: Maybe; stagingmainnet_rootAggregateds: Array; stagingmainnet_rootPropagated?: Maybe; @@ -24497,184 +24195,6 @@ export type Subscription = { stagingmainnet_hubDomains: Array; /** Access to subgraph metadata */ stagingmainnet__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; - 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 */ - avalanche__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 */ - polygonzkevm__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; stagingavalanche_asset?: Maybe; stagingavalanche_assets: Array; stagingavalanche_assetStatus?: Maybe; @@ -24723,194 +24243,54 @@ export type Subscription = { stagingavalanche_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingavalanche__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; - 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; - 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; + 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 */ - linea__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; + mantle__meta?: Maybe; stagingpolygon_asset?: Maybe; stagingpolygon_assets: Array; stagingpolygon_assetStatus?: Maybe; @@ -24959,424 +24339,136 @@ export type Subscription = { stagingpolygon_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingpolygon__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; + 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 */ - 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; + 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; /** Access to subgraph metadata */ - stagingarbitrumone__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; - 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; - 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; - 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; - 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; - 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; + 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; - 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; stagingmetis_asset?: Maybe; stagingmetis_assets: Array; stagingmetis_assetStatus?: Maybe; @@ -25425,102 +24517,196 @@ export type Subscription = { stagingmetis_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ stagingmetis__meta?: Maybe; - metis_asset?: Maybe; - metis_assets: Array; - metis_assetStatus?: Maybe; - metis_assetStatuses: Array; - metis_assetBalance?: Maybe; - metis_assetBalances: Array; - metis_router?: Maybe; - metis_routers: Array; - metis_routerDailyTVL?: Maybe; - metis_routerDailyTVLs: Array; - metis_routerLiquidityEvent?: Maybe; - metis_routerLiquidityEvents: Array; - metis_setting?: Maybe; - metis_settings: Array; - metis_relayer?: Maybe; - metis_relayers: Array; - metis_sequencer?: Maybe; - metis_sequencers: Array; - metis_relayerFee?: Maybe; - metis_relayerFees: Array; - metis_originTransfer?: Maybe; - metis_originTransfers: Array; - metis_destinationTransfer?: Maybe; - metis_destinationTransfers: Array; - metis_originMessage?: Maybe; - metis_originMessages: Array; - metis_aggregateRoot?: Maybe; - metis_aggregateRoots: Array; - metis_connectorMeta?: Maybe; - metis_connectorMetas: Array; - metis_rootCount?: Maybe; - metis_rootCounts: Array; - metis_rootMessageSent?: Maybe; - metis_rootMessageSents: Array; - metis_relayerFeesIncrease?: Maybe; - metis_relayerFeesIncreases: Array; - metis_slippageUpdate?: Maybe; - metis_slippageUpdates: Array; - metis_snapshotRoot?: Maybe; - metis_snapshotRoots: Array; - metis_spokeConnectorMode?: Maybe; - metis_spokeConnectorModes: Array; - metis_aggregateRootProposed?: Maybe; - metis_aggregateRootProposeds: Array; - metis_optimisticRootFinalized?: Maybe; - metis_optimisticRootFinalizeds: Array; + 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 */ - metis__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; + 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; + zksync_asset?: Maybe; + zksync_assets: Array; + zksync_assetStatus?: Maybe; + zksync_assetStatuses: Array; + zksync_assetBalance?: Maybe; + zksync_assetBalances: Array; + zksync_router?: Maybe; + zksync_routers: Array; + zksync_routerDailyTVL?: Maybe; + zksync_routerDailyTVLs: Array; + zksync_routerLiquidityEvent?: Maybe; + zksync_routerLiquidityEvents: Array; + zksync_setting?: Maybe; + zksync_settings: Array; + zksync_relayer?: Maybe; + zksync_relayers: Array; + zksync_sequencer?: Maybe; + zksync_sequencers: Array; + zksync_relayerFee?: Maybe; + zksync_relayerFees: Array; + zksync_originTransfer?: Maybe; + zksync_originTransfers: Array; + zksync_destinationTransfer?: Maybe; + zksync_destinationTransfers: Array; + zksync_originMessage?: Maybe; + zksync_originMessages: Array; + zksync_aggregateRoot?: Maybe; + zksync_aggregateRoots: Array; + zksync_connectorMeta?: Maybe; + zksync_connectorMetas: Array; + zksync_rootCount?: Maybe; + zksync_rootCounts: Array; + zksync_rootMessageSent?: Maybe; + zksync_rootMessageSents: Array; + zksync_relayerFeesIncrease?: Maybe; + zksync_relayerFeesIncreases: Array; + zksync_slippageUpdate?: Maybe; + zksync_slippageUpdates: Array; + zksync_snapshotRoot?: Maybe; + zksync_snapshotRoots: Array; + zksync_spokeConnectorMode?: Maybe; + zksync_spokeConnectorModes: Array; + zksync_aggregateRootProposed?: Maybe; + zksync_aggregateRootProposeds: Array; + zksync_optimisticRootFinalized?: Maybe; + zksync_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - bnb__meta?: Maybe; + 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; + /** Access to subgraph metadata */ + polygonzkevm_swap__meta?: Maybe; xlayer_asset?: Maybe; xlayer_assets: Array; xlayer_assetStatus?: Maybe; @@ -25569,1089 +24755,2083 @@ export type Subscription = { xlayer_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ xlayer__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; - polygon_swap_systemInfo?: Maybe; - polygon_swap_systemInfos: Array; - polygon_swap_pooledToken?: Maybe; - polygon_swap_pooledTokens: Array; - polygon_swap_stableSwap?: Maybe; - polygon_swap_stableSwaps: Array; - polygon_swap_stableSwapAddLiquidityEvent?: Maybe; - polygon_swap_stableSwapAddLiquidityEvents: Array; - polygon_swap_stableSwapRemoveLiquidityEvent?: Maybe; - polygon_swap_stableSwapRemoveLiquidityEvents: Array; - polygon_swap_stableSwapExchange?: Maybe; - polygon_swap_stableSwapExchanges: Array; - polygon_swap_swapDailyVolume?: Maybe; - polygon_swap_swapDailyVolumes: Array; - polygon_swap_swapHourlyVolume?: Maybe; - polygon_swap_swapHourlyVolumes: Array; - polygon_swap_swapWeeklyVolume?: Maybe; - polygon_swap_swapWeeklyVolumes: Array; - polygon_swap_lpAccount?: Maybe; - polygon_swap_lpAccounts: Array; - polygon_swap_lpAccountBalance?: Maybe; - polygon_swap_lpAccountBalances: Array; - polygon_swap_lpToken?: Maybe; - polygon_swap_lpTokens: Array; - polygon_swap_lpTransferEvent?: Maybe; - polygon_swap_lpTransferEvents: Array; - polygon_swap_stableSwapEvent?: Maybe; - polygon_swap_stableSwapEvents: Array; - polygon_swap_swapTradeVolume?: Maybe; - polygon_swap_swapTradeVolumes: Array; - polygon_swap_lpTokenEvent?: Maybe; - polygon_swap_lpTokenEvents: Array; + 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; + 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 */ - polygon_swap__meta?: Maybe; - optimism_swap_systemInfo?: Maybe; - optimism_swap_systemInfos: Array; - optimism_swap_pooledToken?: Maybe; - optimism_swap_pooledTokens: Array; - optimism_swap_stableSwap?: Maybe; - optimism_swap_stableSwaps: Array; - optimism_swap_stableSwapAddLiquidityEvent?: Maybe; - optimism_swap_stableSwapAddLiquidityEvents: Array; - optimism_swap_stableSwapRemoveLiquidityEvent?: Maybe; - optimism_swap_stableSwapRemoveLiquidityEvents: Array; - optimism_swap_stableSwapExchange?: Maybe; - optimism_swap_stableSwapExchanges: Array; - optimism_swap_swapDailyVolume?: Maybe; - optimism_swap_swapDailyVolumes: Array; - optimism_swap_swapHourlyVolume?: Maybe; - optimism_swap_swapHourlyVolumes: Array; - optimism_swap_swapWeeklyVolume?: Maybe; - optimism_swap_swapWeeklyVolumes: Array; - optimism_swap_lpAccount?: Maybe; - optimism_swap_lpAccounts: Array; - optimism_swap_lpAccountBalance?: Maybe; - optimism_swap_lpAccountBalances: Array; - optimism_swap_lpToken?: Maybe; - optimism_swap_lpTokens: Array; - optimism_swap_lpTransferEvent?: Maybe; - optimism_swap_lpTransferEvents: Array; - optimism_swap_stableSwapEvent?: Maybe; - optimism_swap_stableSwapEvents: Array; - optimism_swap_swapTradeVolume?: Maybe; - optimism_swap_swapTradeVolumes: Array; - optimism_swap_lpTokenEvent?: Maybe; - optimism_swap_lpTokenEvents: Array; + stagingbase__meta?: Maybe; + metis_asset?: Maybe; + metis_assets: Array; + metis_assetStatus?: Maybe; + metis_assetStatuses: Array; + metis_assetBalance?: Maybe; + metis_assetBalances: Array; + metis_router?: Maybe; + metis_routers: Array; + metis_routerDailyTVL?: Maybe; + metis_routerDailyTVLs: Array; + metis_routerLiquidityEvent?: Maybe; + metis_routerLiquidityEvents: Array; + metis_setting?: Maybe; + metis_settings: Array; + metis_relayer?: Maybe; + metis_relayers: Array; + metis_sequencer?: Maybe; + metis_sequencers: Array; + metis_relayerFee?: Maybe; + metis_relayerFees: Array; + metis_originTransfer?: Maybe; + metis_originTransfers: Array; + metis_destinationTransfer?: Maybe; + metis_destinationTransfers: Array; + metis_originMessage?: Maybe; + metis_originMessages: Array; + metis_aggregateRoot?: Maybe; + metis_aggregateRoots: Array; + metis_connectorMeta?: Maybe; + metis_connectorMetas: Array; + metis_rootCount?: Maybe; + metis_rootCounts: Array; + metis_rootMessageSent?: Maybe; + metis_rootMessageSents: Array; + metis_relayerFeesIncrease?: Maybe; + metis_relayerFeesIncreases: Array; + metis_slippageUpdate?: Maybe; + metis_slippageUpdates: Array; + metis_snapshotRoot?: Maybe; + metis_snapshotRoots: Array; + metis_spokeConnectorMode?: Maybe; + metis_spokeConnectorModes: Array; + metis_aggregateRootProposed?: Maybe; + metis_aggregateRootProposeds: Array; + metis_optimisticRootFinalized?: Maybe; + metis_optimisticRootFinalizeds: Array; /** Access to subgraph metadata */ - optimism_swap__meta?: Maybe; - arbitrumone_swap_systemInfo?: Maybe; - arbitrumone_swap_systemInfos: Array; - arbitrumone_swap_pooledToken?: Maybe; - arbitrumone_swap_pooledTokens: Array; - arbitrumone_swap_stableSwap?: Maybe; - arbitrumone_swap_stableSwaps: Array; - arbitrumone_swap_stableSwapAddLiquidityEvent?: Maybe; - arbitrumone_swap_stableSwapAddLiquidityEvents: Array; - arbitrumone_swap_stableSwapRemoveLiquidityEvent?: Maybe; - arbitrumone_swap_stableSwapRemoveLiquidityEvents: Array; - arbitrumone_swap_stableSwapExchange?: Maybe; - arbitrumone_swap_stableSwapExchanges: Array; - arbitrumone_swap_swapDailyVolume?: Maybe; - arbitrumone_swap_swapDailyVolumes: Array; - arbitrumone_swap_swapHourlyVolume?: Maybe; - arbitrumone_swap_swapHourlyVolumes: Array; - arbitrumone_swap_swapWeeklyVolume?: Maybe; - arbitrumone_swap_swapWeeklyVolumes: Array; - arbitrumone_swap_lpAccount?: Maybe; - arbitrumone_swap_lpAccounts: Array; - arbitrumone_swap_lpAccountBalance?: Maybe; - arbitrumone_swap_lpAccountBalances: Array; - arbitrumone_swap_lpToken?: Maybe; - arbitrumone_swap_lpTokens: Array; - arbitrumone_swap_lpTransferEvent?: Maybe; - arbitrumone_swap_lpTransferEvents: Array; - arbitrumone_swap_stableSwapEvent?: Maybe; - arbitrumone_swap_stableSwapEvents: Array; - arbitrumone_swap_swapTradeVolume?: Maybe; - arbitrumone_swap_swapTradeVolumes: Array; - arbitrumone_swap_lpTokenEvent?: Maybe; - arbitrumone_swap_lpTokenEvents: Array; + 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; /** Access to subgraph metadata */ - arbitrumone_swap__meta?: Maybe; - xdai_swap_systemInfo?: Maybe; - xdai_swap_systemInfos: Array; - xdai_swap_pooledToken?: Maybe; - xdai_swap_pooledTokens: Array; - xdai_swap_stableSwap?: Maybe; - xdai_swap_stableSwaps: Array; - xdai_swap_stableSwapAddLiquidityEvent?: Maybe; - xdai_swap_stableSwapAddLiquidityEvents: Array; - xdai_swap_stableSwapRemoveLiquidityEvent?: Maybe; - xdai_swap_stableSwapRemoveLiquidityEvents: Array; - xdai_swap_stableSwapExchange?: Maybe; - xdai_swap_stableSwapExchanges: Array; - xdai_swap_swapDailyVolume?: Maybe; - xdai_swap_swapDailyVolumes: Array; - xdai_swap_swapHourlyVolume?: Maybe; - xdai_swap_swapHourlyVolumes: Array; - xdai_swap_swapWeeklyVolume?: Maybe; - xdai_swap_swapWeeklyVolumes: Array; - xdai_swap_lpAccount?: Maybe; - xdai_swap_lpAccounts: Array; - xdai_swap_lpAccountBalance?: Maybe; - xdai_swap_lpAccountBalances: Array; - xdai_swap_lpToken?: Maybe; - xdai_swap_lpTokens: Array; - xdai_swap_lpTransferEvent?: Maybe; - xdai_swap_lpTransferEvents: Array; - xdai_swap_stableSwapEvent?: Maybe; - xdai_swap_stableSwapEvents: Array; - xdai_swap_swapTradeVolume?: Maybe; - xdai_swap_swapTradeVolumes: Array; - xdai_swap_lpTokenEvent?: Maybe; - xdai_swap_lpTokenEvents: Array; + stagingoptimism__meta?: Maybe; + 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 */ - xdai_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; + 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; /** Access to subgraph metadata */ - avalanche_swap__meta?: Maybe; -}; - - -export type Subscriptionmantle_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmantle_swap_stableSwapArgs = { + 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; + /** Access to subgraph metadata */ + stagingmode__meta?: Maybe; + base_asset?: Maybe; + base_assets: Array; + base_assetStatus?: Maybe; + base_assetStatuses: Array; + base_assetBalance?: Maybe; + base_assetBalances: Array; + base_router?: Maybe; + base_routers: Array; + base_routerDailyTVL?: Maybe; + base_routerDailyTVLs: Array; + base_routerLiquidityEvent?: Maybe; + base_routerLiquidityEvents: Array; + base_setting?: Maybe; + base_settings: Array; + base_relayer?: Maybe; + base_relayers: Array; + base_sequencer?: Maybe; + base_sequencers: Array; + base_relayerFee?: Maybe; + base_relayerFees: Array; + base_originTransfer?: Maybe; + base_originTransfers: Array; + base_destinationTransfer?: Maybe; + base_destinationTransfers: Array; + base_originMessage?: Maybe; + base_originMessages: Array; + base_aggregateRoot?: Maybe; + base_aggregateRoots: Array; + base_connectorMeta?: Maybe; + base_connectorMetas: Array; + base_rootCount?: Maybe; + base_rootCounts: Array; + base_rootMessageSent?: Maybe; + base_rootMessageSents: Array; + base_relayerFeesIncrease?: Maybe; + base_relayerFeesIncreases: Array; + base_slippageUpdate?: Maybe; + base_slippageUpdates: Array; + base_snapshotRoot?: Maybe; + base_snapshotRoots: Array; + base_spokeConnectorMode?: Maybe; + base_spokeConnectorModes: Array; + base_aggregateRootProposed?: Maybe; + base_aggregateRootProposeds: Array; + base_optimisticRootFinalized?: Maybe; + 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; + /** 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; + /** 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; + /** Access to subgraph metadata */ + bnb_swap__meta?: Maybe; + optimism_swap_systemInfo?: Maybe; + optimism_swap_systemInfos: Array; + optimism_swap_pooledToken?: Maybe; + optimism_swap_pooledTokens: Array; + optimism_swap_stableSwap?: Maybe; + optimism_swap_stableSwaps: Array; + optimism_swap_stableSwapAddLiquidityEvent?: Maybe; + optimism_swap_stableSwapAddLiquidityEvents: Array; + optimism_swap_stableSwapRemoveLiquidityEvent?: Maybe; + optimism_swap_stableSwapRemoveLiquidityEvents: Array; + optimism_swap_stableSwapExchange?: Maybe; + optimism_swap_stableSwapExchanges: Array; + optimism_swap_swapDailyVolume?: Maybe; + optimism_swap_swapDailyVolumes: Array; + optimism_swap_swapHourlyVolume?: Maybe; + optimism_swap_swapHourlyVolumes: Array; + optimism_swap_swapWeeklyVolume?: Maybe; + optimism_swap_swapWeeklyVolumes: Array; + optimism_swap_lpAccount?: Maybe; + optimism_swap_lpAccounts: Array; + optimism_swap_lpAccountBalance?: Maybe; + optimism_swap_lpAccountBalances: Array; + optimism_swap_lpToken?: Maybe; + optimism_swap_lpTokens: Array; + optimism_swap_lpTransferEvent?: Maybe; + optimism_swap_lpTransferEvents: Array; + optimism_swap_stableSwapEvent?: Maybe; + optimism_swap_stableSwapEvents: Array; + optimism_swap_swapTradeVolume?: Maybe; + optimism_swap_swapTradeVolumes: Array; + optimism_swap_lpTokenEvent?: Maybe; + optimism_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + optimism_swap__meta?: Maybe; + arbitrumone_swap_systemInfo?: Maybe; + arbitrumone_swap_systemInfos: Array; + arbitrumone_swap_pooledToken?: Maybe; + arbitrumone_swap_pooledTokens: Array; + arbitrumone_swap_stableSwap?: Maybe; + arbitrumone_swap_stableSwaps: Array; + arbitrumone_swap_stableSwapAddLiquidityEvent?: Maybe; + arbitrumone_swap_stableSwapAddLiquidityEvents: Array; + arbitrumone_swap_stableSwapRemoveLiquidityEvent?: Maybe; + arbitrumone_swap_stableSwapRemoveLiquidityEvents: Array; + arbitrumone_swap_stableSwapExchange?: Maybe; + arbitrumone_swap_stableSwapExchanges: Array; + arbitrumone_swap_swapDailyVolume?: Maybe; + arbitrumone_swap_swapDailyVolumes: Array; + arbitrumone_swap_swapHourlyVolume?: Maybe; + arbitrumone_swap_swapHourlyVolumes: Array; + arbitrumone_swap_swapWeeklyVolume?: Maybe; + arbitrumone_swap_swapWeeklyVolumes: Array; + arbitrumone_swap_lpAccount?: Maybe; + arbitrumone_swap_lpAccounts: Array; + arbitrumone_swap_lpAccountBalance?: Maybe; + arbitrumone_swap_lpAccountBalances: Array; + arbitrumone_swap_lpToken?: Maybe; + arbitrumone_swap_lpTokens: Array; + arbitrumone_swap_lpTransferEvent?: Maybe; + arbitrumone_swap_lpTransferEvents: Array; + arbitrumone_swap_stableSwapEvent?: Maybe; + arbitrumone_swap_stableSwapEvents: Array; + arbitrumone_swap_swapTradeVolume?: Maybe; + arbitrumone_swap_swapTradeVolumes: Array; + arbitrumone_swap_lpTokenEvent?: Maybe; + arbitrumone_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + arbitrumone_swap__meta?: Maybe; + xdai_swap_systemInfo?: Maybe; + xdai_swap_systemInfos: Array; + xdai_swap_pooledToken?: Maybe; + xdai_swap_pooledTokens: Array; + xdai_swap_stableSwap?: Maybe; + xdai_swap_stableSwaps: Array; + xdai_swap_stableSwapAddLiquidityEvent?: Maybe; + xdai_swap_stableSwapAddLiquidityEvents: Array; + xdai_swap_stableSwapRemoveLiquidityEvent?: Maybe; + xdai_swap_stableSwapRemoveLiquidityEvents: Array; + xdai_swap_stableSwapExchange?: Maybe; + xdai_swap_stableSwapExchanges: Array; + xdai_swap_swapDailyVolume?: Maybe; + xdai_swap_swapDailyVolumes: Array; + xdai_swap_swapHourlyVolume?: Maybe; + xdai_swap_swapHourlyVolumes: Array; + xdai_swap_swapWeeklyVolume?: Maybe; + xdai_swap_swapWeeklyVolumes: Array; + xdai_swap_lpAccount?: Maybe; + xdai_swap_lpAccounts: Array; + xdai_swap_lpAccountBalance?: Maybe; + xdai_swap_lpAccountBalances: Array; + xdai_swap_lpToken?: Maybe; + xdai_swap_lpTokens: Array; + xdai_swap_lpTransferEvent?: Maybe; + xdai_swap_lpTransferEvents: Array; + xdai_swap_stableSwapEvent?: Maybe; + xdai_swap_stableSwapEvents: Array; + xdai_swap_swapTradeVolume?: Maybe; + xdai_swap_swapTradeVolumes: Array; + xdai_swap_lpTokenEvent?: Maybe; + xdai_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + xdai_swap__meta?: Maybe; + polygon_swap_systemInfo?: Maybe; + polygon_swap_systemInfos: Array; + polygon_swap_pooledToken?: Maybe; + polygon_swap_pooledTokens: Array; + polygon_swap_stableSwap?: Maybe; + polygon_swap_stableSwaps: Array; + polygon_swap_stableSwapAddLiquidityEvent?: Maybe; + polygon_swap_stableSwapAddLiquidityEvents: Array; + polygon_swap_stableSwapRemoveLiquidityEvent?: Maybe; + polygon_swap_stableSwapRemoveLiquidityEvents: Array; + polygon_swap_stableSwapExchange?: Maybe; + polygon_swap_stableSwapExchanges: Array; + polygon_swap_swapDailyVolume?: Maybe; + polygon_swap_swapDailyVolumes: Array; + polygon_swap_swapHourlyVolume?: Maybe; + polygon_swap_swapHourlyVolumes: Array; + polygon_swap_swapWeeklyVolume?: Maybe; + polygon_swap_swapWeeklyVolumes: Array; + polygon_swap_lpAccount?: Maybe; + polygon_swap_lpAccounts: Array; + polygon_swap_lpAccountBalance?: Maybe; + polygon_swap_lpAccountBalances: Array; + polygon_swap_lpToken?: Maybe; + polygon_swap_lpTokens: Array; + polygon_swap_lpTransferEvent?: Maybe; + polygon_swap_lpTransferEvents: Array; + polygon_swap_stableSwapEvent?: Maybe; + polygon_swap_stableSwapEvents: Array; + polygon_swap_swapTradeVolume?: Maybe; + polygon_swap_swapTradeVolumes: Array; + polygon_swap_lpTokenEvent?: Maybe; + polygon_swap_lpTokenEvents: Array; + /** Access to subgraph metadata */ + polygon_swap__meta?: Maybe; + 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 = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_stableSwapsArgs = { +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 Subscriptionmantle_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionsepolia_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionmantle_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionsepolia_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionmantle_swap_stableSwapExchangeArgs = { +export type Subscriptionsepolia_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_stableSwapExchangesArgs = { +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 Subscriptionmantle_swap_swapDailyVolumeArgs = { +export type Subscriptionsepolia_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_swapDailyVolumesArgs = { +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 Subscriptionmantle_swap_swapHourlyVolumeArgs = { +export type Subscriptionsepolia_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_swapHourlyVolumesArgs = { +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 Subscriptionmantle_swap_swapWeeklyVolumeArgs = { +export type Subscriptionsepolia_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_swapWeeklyVolumesArgs = { +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 Subscriptionmantle_swap_lpAccountArgs = { +export type Subscriptionsepolia_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_lpAccountsArgs = { +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 Subscriptionmantle_swap_lpAccountBalanceArgs = { +export type Subscriptionsepolia_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_lpAccountBalancesArgs = { +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 Subscriptionmantle_swap_lpTokenArgs = { +export type Subscriptionsepolia_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_lpTokensArgs = { +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 Subscriptionmantle_swap_lpTransferEventArgs = { +export type Subscriptionsepolia_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_lpTransferEventsArgs = { +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 Subscriptionmantle_swap_stableSwapEventArgs = { +export type Subscriptionsepolia_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_stableSwapEventsArgs = { +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 Subscriptionmantle_swap_swapTradeVolumeArgs = { +export type Subscriptionsepolia_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_swapTradeVolumesArgs = { +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 Subscriptionmantle_swap_lpTokenEventArgs = { +export type Subscriptionsepolia_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_swap_lpTokenEventsArgs = { +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 Subscriptionmantle_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmetis_swap_systemInfoArgs = { +export type Subscriptionsepolia_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_systemInfosArgs = { +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 Subscriptionmetis_swap_pooledTokenArgs = { +export type Subscriptionsepolia_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_pooledTokensArgs = { +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 Subscriptionmetis_swap_stableSwapArgs = { +export type Subscriptionsepolia_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimismsepolia_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapsArgs = { +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 Subscriptionmetis_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionoptimismsepolia_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionmetis_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionoptimismsepolia_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionmetis_swap_stableSwapExchangeArgs = { +export type Subscriptionoptimismsepolia_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapExchangesArgs = { +export type Subscriptionoptimismsepolia_swap_stableSwapAddLiquidityEventsArgs = { 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 Subscriptionmetis_swap_swapDailyVolumeArgs = { +export type Subscriptionoptimismsepolia_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_swapDailyVolumesArgs = { +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 Subscriptionmetis_swap_swapHourlyVolumeArgs = { +export type Subscriptionoptimismsepolia_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_swapHourlyVolumesArgs = { +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 Subscriptionmetis_swap_swapWeeklyVolumeArgs = { +export type Subscriptionoptimismsepolia_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_swapWeeklyVolumesArgs = { +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 Subscriptionmetis_swap_lpAccountArgs = { +export type Subscriptionoptimismsepolia_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_lpAccountsArgs = { +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 Subscriptionmetis_swap_lpAccountBalanceArgs = { +export type Subscriptionoptimismsepolia_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_lpAccountBalancesArgs = { +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 Subscriptionmetis_swap_lpTokenArgs = { +export type Subscriptionoptimismsepolia_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_lpTokensArgs = { +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 Subscriptionmetis_swap_lpTransferEventArgs = { +export type Subscriptionoptimismsepolia_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_lpTransferEventsArgs = { +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 Subscriptionmetis_swap_stableSwapEventArgs = { +export type Subscriptionoptimismsepolia_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_stableSwapEventsArgs = { +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 Subscriptionmetis_swap_swapTradeVolumeArgs = { +export type Subscriptionoptimismsepolia_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_swapTradeVolumesArgs = { +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 Subscriptionmetis_swap_lpTokenEventArgs = { +export type Subscriptionoptimismsepolia_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_swap_lpTokenEventsArgs = { +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 Subscriptionmetis_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionoptimismsepolia_swap_swapTradeVolumeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_systemInfoArgs = { +export type Subscriptionoptimismsepolia_swap_swapTradeVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_systemInfosArgs = { +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 Subscriptionzksync_swap_pooledTokenArgs = { +export type Subscriptionoptimismsepolia_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionsepolia_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_pooledTokensArgs = { +export type Subscriptionsepolia_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 Subscriptionzksync_swap_stableSwapArgs = { +export type Subscriptionsepolia_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapsArgs = { +export type Subscriptionsepolia_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 Subscriptionzksync_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionsepolia_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionsepolia_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 Subscriptionzksync_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionsepolia_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionsepolia_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 Subscriptionzksync_swap_stableSwapExchangeArgs = { +export type Subscriptionsepolia_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapExchangesArgs = { +export type Subscriptionsepolia_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 Subscriptionzksync_swap_swapDailyVolumeArgs = { +export type Subscriptionsepolia_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapDailyVolumesArgs = { +export type Subscriptionsepolia_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 Subscriptionzksync_swap_swapHourlyVolumeArgs = { +export type Subscriptionsepolia_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapHourlyVolumesArgs = { +export type Subscriptionsepolia_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 Subscriptionzksync_swap_swapWeeklyVolumeArgs = { +export type Subscriptionsepolia_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapWeeklyVolumesArgs = { +export type Subscriptionsepolia_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 Subscriptionzksync_swap_lpAccountArgs = { +export type Subscriptionsepolia_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpAccountsArgs = { +export type Subscriptionsepolia_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 Subscriptionzksync_swap_lpAccountBalanceArgs = { +export type Subscriptionsepolia_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpAccountBalancesArgs = { +export type Subscriptionsepolia_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 Subscriptionzksync_swap_lpTokenArgs = { +export type Subscriptionsepolia_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpTokensArgs = { +export type Subscriptionsepolia_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 Subscriptionzksync_swap_lpTransferEventArgs = { +export type Subscriptionsepolia_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpTransferEventsArgs = { +export type Subscriptionsepolia_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 Subscriptionzksync_swap_stableSwapEventArgs = { +export type Subscriptionsepolia_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_stableSwapEventsArgs = { +export type Subscriptionsepolia_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 Subscriptionzksync_swap_swapTradeVolumeArgs = { +export type Subscriptionsepolia_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_swapTradeVolumesArgs = { +export type Subscriptionsepolia_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 Subscriptionzksync_swap_lpTokenEventArgs = { +export type Subscriptionsepolia_metisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_swap_lpTokenEventsArgs = { +export type Subscriptionsepolia_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 Subscriptionzksync_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionsepolia_mantleConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_mantleConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_avalancheConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_avalancheConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_baseConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_baseConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_polygonZkConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_polygonZkConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_x1ConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_x1ConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_zkSyncConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_zkSyncConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_modeConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_modeConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_scrollConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_scrollConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_rootMessageProcessedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_rootMessageProcessedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_aggregateRootSavedSlowArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_aggregateRootSavedSlowsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_hubDomainArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_hubDomainsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia__metaArgs = { + block?: InputMaybe; }; @@ -26948,1607 +27128,1692 @@ export type Subscriptionarbitrumsepolia_swap__metaArgs = { }; -export type Subscriptionoptimismsepolia_swap_systemInfoArgs = { +export type Subscriptionarbitrumsepolia_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_systemInfosArgs = { +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 Subscriptionoptimismsepolia_swap_pooledTokenArgs = { +export type Subscriptionarbitrumsepolia_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_pooledTokensArgs = { +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 Subscriptionoptimismsepolia_swap_stableSwapArgs = { +export type Subscriptionarbitrumsepolia_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_stableSwapsArgs = { +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 Subscriptionoptimismsepolia_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionarbitrumsepolia_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionoptimismsepolia_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionarbitrumsepolia_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionoptimismsepolia_swap_stableSwapExchangeArgs = { +export type Subscriptionarbitrumsepolia_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_stableSwapExchangesArgs = { +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 Subscriptionoptimismsepolia_swap_swapDailyVolumeArgs = { +export type Subscriptionarbitrumsepolia_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_swapDailyVolumesArgs = { +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 Subscriptionoptimismsepolia_swap_swapHourlyVolumeArgs = { +export type Subscriptionarbitrumsepolia_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_swapHourlyVolumesArgs = { +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 Subscriptionoptimismsepolia_swap_swapWeeklyVolumeArgs = { +export type Subscriptionarbitrumsepolia_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_swapWeeklyVolumesArgs = { +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 Subscriptionoptimismsepolia_swap_lpAccountArgs = { +export type Subscriptionarbitrumsepolia_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_lpAccountsArgs = { +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 Subscriptionoptimismsepolia_swap_lpAccountBalanceArgs = { +export type Subscriptionarbitrumsepolia_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_lpAccountBalancesArgs = { +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 Subscriptionoptimismsepolia_swap_lpTokenArgs = { +export type Subscriptionarbitrumsepolia_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_lpTokensArgs = { +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 Subscriptionoptimismsepolia_swap_lpTransferEventArgs = { +export type Subscriptionarbitrumsepolia_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_lpTransferEventsArgs = { +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 Subscriptionoptimismsepolia_swap_stableSwapEventArgs = { +export type Subscriptionarbitrumsepolia_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_stableSwapEventsArgs = { +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 Subscriptionoptimismsepolia_swap_swapTradeVolumeArgs = { +export type Subscriptionarbitrumsepolia_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_swapTradeVolumesArgs = { +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 Subscriptionoptimismsepolia_swap_lpTokenEventArgs = { +export type Subscriptionarbitrumsepolia_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_swap_lpTokenEventsArgs = { +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 Subscriptionoptimismsepolia_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionsepolia_rootAggregatedArgs = { +export type Subscriptionarbitrumsepolia_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_rootAggregatedsArgs = { +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 Subscriptionsepolia_rootPropagatedArgs = { +export type Subscriptionarbitrumsepolia_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_rootPropagatedsArgs = { +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 Subscriptionsepolia_aggregatedMessageRootArgs = { +export type Subscriptionarbitrumsepolia_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_aggregatedMessageRootsArgs = { +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 Subscriptionsepolia_rootManagerMetaArgs = { +export type Subscriptionarbitrumsepolia_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_rootManagerMetasArgs = { +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 Subscriptionsepolia_rootManagerModeArgs = { +export type Subscriptionarbitrumsepolia_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_rootManagerModesArgs = { +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 Subscriptionsepolia_optimisticRootProposedArgs = { +export type Subscriptionarbitrumsepolia_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_optimisticRootProposedsArgs = { +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 Subscriptionsepolia_hubOptimisticRootFinalizedArgs = { +export type Subscriptionarbitrumsepolia_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_hubOptimisticRootFinalizedsArgs = { +export type Subscriptionarbitrumsepolia_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 Subscriptionsepolia_optimisticRootPropagatedArgs = { +export type Subscriptionarbitrumsepolia__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimismsepolia_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_optimisticRootPropagatedsArgs = { +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 Subscriptionsepolia_polygonConnectorMetaArgs = { +export type Subscriptionoptimismsepolia_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_polygonConnectorMetasArgs = { +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 Subscriptionsepolia_optimismConnectorMetaArgs = { +export type Subscriptionoptimismsepolia_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_optimismConnectorMetasArgs = { +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 Subscriptionsepolia_bnbConnectorMetaArgs = { +export type Subscriptionoptimismsepolia_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_bnbConnectorMetasArgs = { +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 Subscriptionsepolia_arbitrumConnectorMetaArgs = { +export type Subscriptionoptimismsepolia_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_arbitrumConnectorMetasArgs = { +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 Subscriptionsepolia_gnosisConnectorMetaArgs = { +export type Subscriptionoptimismsepolia_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_gnosisConnectorMetasArgs = { +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 Subscriptionsepolia_lineaConnectorMetaArgs = { +export type Subscriptionoptimismsepolia_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_lineaConnectorMetasArgs = { +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 Subscriptionsepolia_metisConnectorMetaArgs = { +export type Subscriptionoptimismsepolia_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_metisConnectorMetasArgs = { +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 Subscriptionsepolia_mantleConnectorMetaArgs = { +export type Subscriptionoptimismsepolia_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_mantleConnectorMetasArgs = { +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 Subscriptionsepolia_avalancheConnectorMetaArgs = { +export type Subscriptionoptimismsepolia_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_avalancheConnectorMetasArgs = { +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 Subscriptionsepolia_baseConnectorMetaArgs = { +export type Subscriptionoptimismsepolia_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_baseConnectorMetasArgs = { +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 Subscriptionsepolia_polygonZkConnectorMetaArgs = { +export type Subscriptionoptimismsepolia_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_polygonZkConnectorMetasArgs = { +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 Subscriptionsepolia_x1ConnectorMetaArgs = { +export type Subscriptionoptimismsepolia_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_x1ConnectorMetasArgs = { +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 Subscriptionsepolia_zkSyncConnectorMetaArgs = { +export type Subscriptionoptimismsepolia_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_zkSyncConnectorMetasArgs = { +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 Subscriptionsepolia_modeConnectorMetaArgs = { +export type Subscriptionoptimismsepolia_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_modeConnectorMetasArgs = { +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 Subscriptionsepolia_scrollConnectorMetaArgs = { +export type Subscriptionoptimismsepolia_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_scrollConnectorMetasArgs = { +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 Subscriptionsepolia_rootMessageProcessedArgs = { +export type Subscriptionoptimismsepolia_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_rootMessageProcessedsArgs = { +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 Subscriptionsepolia_aggregateRootSavedSlowArgs = { +export type Subscriptionoptimismsepolia_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_aggregateRootSavedSlowsArgs = { +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 Subscriptionsepolia_hubDomainArgs = { +export type Subscriptionoptimismsepolia_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_hubDomainsArgs = { +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 Subscriptionsepolia__metaArgs = { - block?: InputMaybe; +export type Subscriptionoptimismsepolia_snapshotRootArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_assetArgs = { +export type Subscriptionoptimismsepolia_snapshotRootsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionoptimismsepolia_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_assetsArgs = { +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 Subscriptionstagingmode_assetStatusArgs = { +export type Subscriptionoptimismsepolia_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_assetStatusesArgs = { +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 Subscriptionstagingmode_assetBalanceArgs = { +export type Subscriptionoptimismsepolia_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_assetBalancesArgs = { +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 Subscriptionstagingmode_routerArgs = { +export type Subscriptionoptimismsepolia__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_routersArgs = { +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 Subscriptionstagingmode_routerDailyTVLArgs = { +export type Subscriptionmainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_routerDailyTVLsArgs = { +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 Subscriptionstagingmode_routerLiquidityEventArgs = { +export type Subscriptionmainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_routerLiquidityEventsArgs = { +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 Subscriptionstagingmode_settingArgs = { +export type Subscriptionmainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_settingsArgs = { +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 Subscriptionstagingmode_relayerArgs = { +export type Subscriptionmainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_relayersArgs = { +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 Subscriptionstagingmode_sequencerArgs = { +export type Subscriptionmainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_sequencersArgs = { +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 Subscriptionstagingmode_relayerFeeArgs = { +export type Subscriptionmainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_relayerFeesArgs = { +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 Subscriptionstagingmode_originTransferArgs = { +export type Subscriptionmainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_originTransfersArgs = { +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 Subscriptionstagingmode_destinationTransferArgs = { +export type Subscriptionmainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_destinationTransfersArgs = { +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 Subscriptionstagingmode_originMessageArgs = { +export type Subscriptionmainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_originMessagesArgs = { +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 Subscriptionstagingmode_aggregateRootArgs = { +export type Subscriptionmainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_aggregateRootsArgs = { +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 Subscriptionstagingmode_connectorMetaArgs = { +export type Subscriptionmainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_connectorMetasArgs = { +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 Subscriptionstagingmode_rootCountArgs = { +export type Subscriptionmainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_rootCountsArgs = { +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 Subscriptionstagingmode_rootMessageSentArgs = { +export type Subscriptionmainnet_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_rootMessageSentsArgs = { +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 Subscriptionstagingmode_relayerFeesIncreaseArgs = { +export type Subscriptionmainnet_metisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_relayerFeesIncreasesArgs = { +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 Subscriptionstagingmode_slippageUpdateArgs = { +export type Subscriptionmainnet_mantleConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_slippageUpdatesArgs = { +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 Subscriptionstagingmode_snapshotRootArgs = { +export type Subscriptionmainnet_avalancheConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_snapshotRootsArgs = { +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 Subscriptionstagingmode_spokeConnectorModeArgs = { +export type Subscriptionmainnet_baseConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_spokeConnectorModesArgs = { +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 Subscriptionstagingmode_aggregateRootProposedArgs = { +export type Subscriptionmainnet_polygonZkConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_aggregateRootProposedsArgs = { +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 Subscriptionstagingmode_optimisticRootFinalizedArgs = { +export type Subscriptionmainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmode_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingmode__metaArgs = { - block?: InputMaybe; +export type Subscriptionmainnet_modeConnectorMetaArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_assetArgs = { +export type Subscriptionmainnet_modeConnectorMetasArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionmainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_assetsArgs = { +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 Subscriptionzksync_assetStatusArgs = { +export type Subscriptionmainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_assetStatusesArgs = { +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 Subscriptionzksync_assetBalanceArgs = { +export type Subscriptionmainnet_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_assetBalancesArgs = { +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 Subscriptionzksync_routerArgs = { +export type Subscriptionmainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionsepolia_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_routersArgs = { +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 Subscriptionzksync_routerDailyTVLArgs = { +export type Subscriptionsepolia_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_routerDailyTVLsArgs = { +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 Subscriptionzksync_routerLiquidityEventArgs = { +export type Subscriptionsepolia_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_routerLiquidityEventsArgs = { +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 Subscriptionzksync_settingArgs = { +export type Subscriptionsepolia_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_settingsArgs = { +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 Subscriptionzksync_relayerArgs = { +export type Subscriptionsepolia_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_relayersArgs = { +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 Subscriptionzksync_sequencerArgs = { +export type Subscriptionsepolia_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_sequencersArgs = { +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 Subscriptionzksync_relayerFeeArgs = { +export type Subscriptionsepolia_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_relayerFeesArgs = { +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 Subscriptionzksync_originTransferArgs = { +export type Subscriptionsepolia_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_originTransfersArgs = { +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 Subscriptionzksync_destinationTransferArgs = { +export type Subscriptionsepolia_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_destinationTransfersArgs = { +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 Subscriptionzksync_originMessageArgs = { +export type Subscriptionsepolia_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_originMessagesArgs = { +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 Subscriptionzksync_aggregateRootArgs = { +export type Subscriptionsepolia_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_aggregateRootsArgs = { +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 Subscriptionzksync_connectorMetaArgs = { +export type Subscriptionsepolia_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_connectorMetasArgs = { +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 Subscriptionzksync_rootCountArgs = { +export type Subscriptionsepolia_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_rootCountsArgs = { +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 Subscriptionzksync_rootMessageSentArgs = { +export type Subscriptionsepolia_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_rootMessageSentsArgs = { +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 Subscriptionzksync_relayerFeesIncreaseArgs = { +export type Subscriptionsepolia_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_relayerFeesIncreasesArgs = { +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 Subscriptionzksync_slippageUpdateArgs = { +export type Subscriptionsepolia_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_slippageUpdatesArgs = { +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 Subscriptionzksync_snapshotRootArgs = { +export type Subscriptionsepolia_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_snapshotRootsArgs = { +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 Subscriptionzksync_spokeConnectorModeArgs = { +export type Subscriptionsepolia_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_spokeConnectorModesArgs = { +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 Subscriptionzksync_aggregateRootProposedArgs = { +export type Subscriptionsepolia_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_aggregateRootProposedsArgs = { +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 Subscriptionzksync_optimisticRootFinalizedArgs = { +export type Subscriptionsepolia_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionzksync_optimisticRootFinalizedsArgs = { +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 Subscriptionzksync__metaArgs = { - block?: InputMaybe; +export type Subscriptionsepolia_spokeConnectorModeArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_spokeConnectorModesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionsepolia_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; @@ -28971,1679 +29236,1720 @@ export type Subscriptionarbitrumone__metaArgs = { }; -export type Subscriptionstagingscroll_assetArgs = { +export type Subscriptionzksync_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_assetsArgs = { +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 Subscriptionstagingscroll_assetStatusArgs = { +export type Subscriptionzksync_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_assetStatusesArgs = { +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 Subscriptionstagingscroll_assetBalanceArgs = { +export type Subscriptionzksync_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_assetBalancesArgs = { +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 Subscriptionstagingscroll_routerArgs = { +export type Subscriptionzksync_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_routersArgs = { +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 Subscriptionstagingscroll_routerDailyTVLArgs = { +export type Subscriptionzksync_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_routerDailyTVLsArgs = { +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 Subscriptionstagingscroll_routerLiquidityEventArgs = { +export type Subscriptionzksync_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_routerLiquidityEventsArgs = { +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 Subscriptionstagingscroll_settingArgs = { +export type Subscriptionzksync_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_settingsArgs = { +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 Subscriptionstagingscroll_relayerArgs = { +export type Subscriptionzksync_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_relayersArgs = { +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 Subscriptionstagingscroll_sequencerArgs = { +export type Subscriptionzksync_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_sequencersArgs = { +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 Subscriptionstagingscroll_relayerFeeArgs = { +export type Subscriptionzksync_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_relayerFeesArgs = { +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 Subscriptionstagingscroll_originTransferArgs = { +export type Subscriptionzksync_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_originTransfersArgs = { +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 Subscriptionstagingscroll_destinationTransferArgs = { +export type Subscriptionzksync_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_destinationTransfersArgs = { +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 Subscriptionstagingscroll_originMessageArgs = { +export type Subscriptionzksync_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_originMessagesArgs = { +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 Subscriptionstagingscroll_aggregateRootArgs = { +export type Subscriptionzksync_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_aggregateRootsArgs = { +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 Subscriptionstagingscroll_connectorMetaArgs = { +export type Subscriptionzksync_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_connectorMetasArgs = { +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 Subscriptionstagingscroll_rootCountArgs = { +export type Subscriptionzksync_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingscroll_rootCountsArgs = { +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 Subscriptionstagingscroll_rootMessageSentArgs = { +export type Subscriptionzksync_swap__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 Subscriptionoptimismsepolia_assetArgs = { +export type Subscriptionbase_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_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 Subscriptionoptimismsepolia_assetStatusArgs = { +export type Subscriptionbase_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_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 Subscriptionoptimismsepolia_assetBalanceArgs = { +export type Subscriptionbase_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_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 Subscriptionoptimismsepolia_routerArgs = { +export type Subscriptionbase_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_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 Subscriptionoptimismsepolia_routerDailyTVLArgs = { +export type Subscriptionbase_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_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 Subscriptionoptimismsepolia_routerLiquidityEventArgs = { +export type Subscriptionbase_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_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 Subscriptionoptimismsepolia_settingArgs = { +export type Subscriptionbase_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_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 Subscriptionoptimismsepolia_relayerArgs = { +export type Subscriptionbase_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_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 Subscriptionoptimismsepolia_sequencerArgs = { +export type Subscriptionbase_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_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 Subscriptionoptimismsepolia_relayerFeeArgs = { +export type Subscriptionbase_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_relayerFeesArgs = { +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 Subscriptionoptimismsepolia_originTransferArgs = { +export type Subscriptionoptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_originTransfersArgs = { +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 Subscriptionoptimismsepolia_destinationTransferArgs = { +export type Subscriptionoptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_destinationTransfersArgs = { +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 Subscriptionoptimismsepolia_originMessageArgs = { +export type Subscriptionoptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_originMessagesArgs = { +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 Subscriptionoptimismsepolia_aggregateRootArgs = { +export type Subscriptionoptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_aggregateRootsArgs = { +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 Subscriptionoptimismsepolia_connectorMetaArgs = { +export type Subscriptionoptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_connectorMetasArgs = { +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 Subscriptionoptimismsepolia_rootCountArgs = { +export type Subscriptionoptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_rootCountsArgs = { +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 Subscriptionoptimismsepolia_rootMessageSentArgs = { +export type Subscriptionoptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_rootMessageSentsArgs = { +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 Subscriptionoptimismsepolia_relayerFeesIncreaseArgs = { +export type Subscriptionoptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_relayerFeesIncreasesArgs = { +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 Subscriptionoptimismsepolia_slippageUpdateArgs = { +export type Subscriptionoptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_slippageUpdatesArgs = { +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 Subscriptionoptimismsepolia_snapshotRootArgs = { +export type Subscriptionoptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_snapshotRootsArgs = { +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 Subscriptionoptimismsepolia_spokeConnectorModeArgs = { +export type Subscriptionoptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_spokeConnectorModesArgs = { +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 Subscriptionoptimismsepolia_aggregateRootProposedArgs = { +export type Subscriptionoptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_aggregateRootProposedsArgs = { +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 Subscriptionoptimismsepolia_optimisticRootFinalizedArgs = { +export type Subscriptionoptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimismsepolia_optimisticRootFinalizedsArgs = { +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 Subscriptionoptimismsepolia__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmantle_assetArgs = { +export type Subscriptionoptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_assetsArgs = { +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 Subscriptionmantle_assetStatusArgs = { +export type Subscriptionoptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_assetStatusesArgs = { +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 Subscriptionmantle_assetBalanceArgs = { +export type Subscriptionoptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_assetBalancesArgs = { +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 Subscriptionmantle_routerArgs = { +export type Subscriptionoptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_routersArgs = { +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 Subscriptionmantle_routerDailyTVLArgs = { +export type Subscriptionoptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_routerDailyTVLsArgs = { +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 Subscriptionmantle_routerLiquidityEventArgs = { +export type Subscriptionoptimism_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_routerLiquidityEventsArgs = { +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 Subscriptionmantle_settingArgs = { +export type Subscriptionoptimism_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_settingsArgs = { +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 Subscriptionmantle_relayerArgs = { +export type Subscriptionoptimism_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_relayersArgs = { +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 Subscriptionmantle_sequencerArgs = { +export type Subscriptionoptimism_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_sequencersArgs = { +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 Subscriptionmantle_relayerFeeArgs = { +export type Subscriptionoptimism__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmetis_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_relayerFeesArgs = { +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 Subscriptionmantle_originTransferArgs = { +export type Subscriptionmetis_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_originTransfersArgs = { +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 Subscriptionmantle_destinationTransferArgs = { +export type Subscriptionmetis_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_destinationTransfersArgs = { +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 Subscriptionmantle_originMessageArgs = { +export type Subscriptionmetis_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_originMessagesArgs = { +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 Subscriptionmantle_aggregateRootArgs = { +export type Subscriptionmetis_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_aggregateRootsArgs = { +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 Subscriptionmantle_connectorMetaArgs = { +export type Subscriptionmetis_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_connectorMetasArgs = { +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 Subscriptionmantle_rootCountArgs = { +export type Subscriptionmetis_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_rootCountsArgs = { +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 Subscriptionmantle_rootMessageSentArgs = { +export type Subscriptionmetis_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_rootMessageSentsArgs = { +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 Subscriptionmantle_relayerFeesIncreaseArgs = { +export type Subscriptionmetis_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_relayerFeesIncreasesArgs = { +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 Subscriptionmantle_slippageUpdateArgs = { +export type Subscriptionmetis_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_slippageUpdatesArgs = { +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 Subscriptionmantle_snapshotRootArgs = { +export type Subscriptionmetis_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_snapshotRootsArgs = { +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 Subscriptionmantle_spokeConnectorModeArgs = { +export type Subscriptionmetis_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_spokeConnectorModesArgs = { +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 Subscriptionmantle_aggregateRootProposedArgs = { +export type Subscriptionmetis_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_aggregateRootProposedsArgs = { +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 Subscriptionmantle_optimisticRootFinalizedArgs = { +export type Subscriptionmetis_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmantle_optimisticRootFinalizedsArgs = { +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 Subscriptionmantle__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionpolygonzkevm_swap_assetArgs = { +export type Subscriptionmetis_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_assetsArgs = { +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 Subscriptionpolygonzkevm_swap_assetStatusArgs = { +export type Subscriptionmetis_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_assetStatusesArgs = { +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 Subscriptionpolygonzkevm_swap_assetBalanceArgs = { +export type Subscriptionmetis_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionpolygon_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_assetBalancesArgs = { +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 Subscriptionpolygonzkevm_swap_routerArgs = { +export type Subscriptionpolygon_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_routersArgs = { +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 Subscriptionpolygonzkevm_swap_routerDailyTVLArgs = { +export type Subscriptionpolygon_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_routerDailyTVLsArgs = { +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 Subscriptionpolygonzkevm_swap_routerLiquidityEventArgs = { +export type Subscriptionpolygon_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_routerLiquidityEventsArgs = { +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 Subscriptionpolygonzkevm_swap_settingArgs = { +export type Subscriptionpolygon_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_settingsArgs = { +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 Subscriptionpolygonzkevm_swap_relayerArgs = { +export type Subscriptionpolygon_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_relayersArgs = { +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 Subscriptionpolygonzkevm_swap_sequencerArgs = { +export type Subscriptionpolygon_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_sequencersArgs = { +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 Subscriptionpolygonzkevm_swap_relayerFeeArgs = { +export type Subscriptionpolygon_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_relayerFeesArgs = { +export type Subscriptionpolygon_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; -export type Subscriptionpolygonzkevm_swap_originTransferArgs = { +export type Subscriptionpolygon_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_originTransfersArgs = { +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 Subscriptionpolygonzkevm_swap_destinationTransferArgs = { +export type Subscriptionpolygon_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_destinationTransfersArgs = { +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 Subscriptionpolygonzkevm_swap_originMessageArgs = { +export type Subscriptionpolygon_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_originMessagesArgs = { +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 Subscriptionpolygonzkevm_swap_aggregateRootArgs = { +export type Subscriptionpolygon_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_aggregateRootsArgs = { +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 Subscriptionpolygonzkevm_swap_connectorMetaArgs = { +export type Subscriptionpolygon_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_connectorMetasArgs = { +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 Subscriptionpolygonzkevm_swap_rootCountArgs = { +export type Subscriptionpolygon_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_rootCountsArgs = { +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 Subscriptionpolygonzkevm_swap_rootMessageSentArgs = { +export type Subscriptionpolygon_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_rootMessageSentsArgs = { +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 Subscriptionpolygonzkevm_swap_relayerFeesIncreaseArgs = { +export type Subscriptionpolygon_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_relayerFeesIncreasesArgs = { +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 Subscriptionpolygonzkevm_swap_slippageUpdateArgs = { +export type Subscriptionpolygon_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_slippageUpdatesArgs = { +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 Subscriptionpolygonzkevm_swap_snapshotRootArgs = { +export type Subscriptionpolygon_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_snapshotRootsArgs = { +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 Subscriptionpolygonzkevm_swap_spokeConnectorModeArgs = { +export type Subscriptionpolygon_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_spokeConnectorModesArgs = { +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 Subscriptionpolygonzkevm_swap_aggregateRootProposedArgs = { +export type Subscriptionpolygon_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_aggregateRootProposedsArgs = { +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 Subscriptionpolygonzkevm_swap_optimisticRootFinalizedArgs = { +export type Subscriptionpolygon_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_swap_optimisticRootFinalizedsArgs = { +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 Subscriptionpolygonzkevm_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionpolygon_aggregateRootProposedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_aggregateRootProposedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_optimisticRootFinalizedArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon_optimisticRootFinalizedsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionpolygon__metaArgs = { + block?: InputMaybe; }; @@ -30940,4707 +31246,4288 @@ export type Subscriptionmode_swap__metaArgs = { }; -export type Subscriptionstagingbase_assetArgs = { +export type Subscriptionlinea_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_assetsArgs = { +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 Subscriptionstagingbase_assetStatusArgs = { +export type Subscriptionlinea_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_assetStatusesArgs = { +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 Subscriptionstagingbase_assetBalanceArgs = { +export type Subscriptionlinea_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_assetBalancesArgs = { +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 Subscriptionstagingbase_routerArgs = { +export type Subscriptionlinea_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_routersArgs = { +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 Subscriptionstagingbase_routerDailyTVLArgs = { +export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_routerDailyTVLsArgs = { +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 Subscriptionstagingbase_routerLiquidityEventArgs = { +export type Subscriptionlinea_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_routerLiquidityEventsArgs = { +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 Subscriptionstagingbase_settingArgs = { +export type Subscriptionlinea_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_settingsArgs = { +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 Subscriptionstagingbase_relayerArgs = { +export type Subscriptionlinea_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_relayersArgs = { +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 Subscriptionstagingbase_sequencerArgs = { +export type Subscriptionlinea_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_sequencersArgs = { +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 Subscriptionstagingbase_relayerFeeArgs = { +export type Subscriptionlinea_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_relayerFeesArgs = { +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 Subscriptionstagingbase_originTransferArgs = { +export type Subscriptionlinea_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_originTransfersArgs = { +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 Subscriptionstagingbase_destinationTransferArgs = { +export type Subscriptionlinea_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_destinationTransfersArgs = { +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 Subscriptionstagingbase_originMessageArgs = { +export type Subscriptionlinea_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_originMessagesArgs = { +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 Subscriptionstagingbase_aggregateRootArgs = { +export type Subscriptionlinea_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_aggregateRootsArgs = { +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 Subscriptionstagingbase_connectorMetaArgs = { +export type Subscriptionlinea_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_connectorMetasArgs = { +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 Subscriptionstagingbase_rootCountArgs = { +export type Subscriptionlinea_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_rootCountsArgs = { +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 Subscriptionstagingbase_rootMessageSentArgs = { +export type Subscriptionlinea_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionlinea_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_rootMessageSentsArgs = { +export type Subscriptionlinea_assetsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_relayerFeesIncreaseArgs = { +export type Subscriptionlinea_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_relayerFeesIncreasesArgs = { +export type Subscriptionlinea_assetStatusesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_slippageUpdateArgs = { +export type Subscriptionlinea_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_slippageUpdatesArgs = { +export type Subscriptionlinea_assetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_snapshotRootArgs = { +export type Subscriptionlinea_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_snapshotRootsArgs = { +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 Subscriptionstagingbase_spokeConnectorModeArgs = { +export type Subscriptionlinea_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_spokeConnectorModesArgs = { +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 Subscriptionstagingbase_aggregateRootProposedArgs = { +export type Subscriptionlinea_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_aggregateRootProposedsArgs = { +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 Subscriptionstagingbase_optimisticRootFinalizedArgs = { +export type Subscriptionlinea_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbase_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingbase__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionoptimism_assetArgs = { +export type Subscriptionlinea_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetsArgs = { +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 Subscriptionoptimism_assetStatusArgs = { +export type Subscriptionlinea_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetStatusesArgs = { +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 Subscriptionoptimism_assetBalanceArgs = { +export type Subscriptionlinea_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_assetBalancesArgs = { +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 Subscriptionoptimism_routerArgs = { +export type Subscriptionlinea_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routersArgs = { +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 Subscriptionoptimism_routerDailyTVLArgs = { +export type Subscriptionlinea_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerDailyTVLsArgs = { +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 Subscriptionoptimism_routerLiquidityEventArgs = { +export type Subscriptionlinea_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_routerLiquidityEventsArgs = { +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 Subscriptionoptimism_settingArgs = { +export type Subscriptionlinea_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_settingsArgs = { +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 Subscriptionoptimism_relayerArgs = { +export type Subscriptionlinea_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayersArgs = { +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 Subscriptionoptimism_sequencerArgs = { +export type Subscriptionlinea_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_sequencersArgs = { +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 Subscriptionoptimism_relayerFeeArgs = { +export type Subscriptionlinea_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerFeesArgs = { +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 Subscriptionoptimism_originTransferArgs = { +export type Subscriptionlinea_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_originTransfersArgs = { +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 Subscriptionoptimism_destinationTransferArgs = { +export type Subscriptionlinea_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_destinationTransfersArgs = { +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 Subscriptionoptimism_originMessageArgs = { +export type Subscriptionlinea_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_originMessagesArgs = { +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 Subscriptionoptimism_aggregateRootArgs = { +export type Subscriptionlinea_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_aggregateRootsArgs = { +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 Subscriptionoptimism_connectorMetaArgs = { +export type Subscriptionlinea_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_connectorMetasArgs = { +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 Subscriptionoptimism_rootCountArgs = { +export type Subscriptionlinea_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_rootCountsArgs = { +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 Subscriptionoptimism_rootMessageSentArgs = { +export type Subscriptionlinea__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionxlayer_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_rootMessageSentsArgs = { +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 Subscriptionoptimism_relayerFeesIncreaseArgs = { +export type Subscriptionxlayer_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_relayerFeesIncreasesArgs = { +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 Subscriptionoptimism_slippageUpdateArgs = { +export type Subscriptionxlayer_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_slippageUpdatesArgs = { +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 Subscriptionoptimism_snapshotRootArgs = { +export type Subscriptionxlayer_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_snapshotRootsArgs = { +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 Subscriptionoptimism_spokeConnectorModeArgs = { +export type Subscriptionxlayer_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_spokeConnectorModesArgs = { +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 Subscriptionoptimism_aggregateRootProposedArgs = { +export type Subscriptionxlayer_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_aggregateRootProposedsArgs = { +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 Subscriptionoptimism_optimisticRootFinalizedArgs = { +export type Subscriptionxlayer_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_optimisticRootFinalizedsArgs = { +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 Subscriptionoptimism__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionmainnet_assetArgs = { +export type Subscriptionxlayer_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetsArgs = { +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 Subscriptionmainnet_assetStatusArgs = { +export type Subscriptionxlayer_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetStatusesArgs = { +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 Subscriptionmainnet_assetBalanceArgs = { +export type Subscriptionxlayer_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_assetBalancesArgs = { +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 Subscriptionmainnet_routerArgs = { +export type Subscriptionxlayer_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routersArgs = { +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 Subscriptionmainnet_routerDailyTVLArgs = { +export type Subscriptionxlayer_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routerDailyTVLsArgs = { +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 Subscriptionmainnet_routerLiquidityEventArgs = { +export type Subscriptionxlayer_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_routerLiquidityEventsArgs = { +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 Subscriptionmainnet_settingArgs = { +export type Subscriptionxlayer_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_settingsArgs = { +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 Subscriptionmainnet_relayerArgs = { +export type Subscriptionxlayer_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_relayersArgs = { +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 Subscriptionmainnet_sequencerArgs = { +export type Subscriptionxlayer_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_sequencersArgs = { +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 Subscriptionmainnet_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type Subscriptionxlayer_swap__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionmainnet_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionmainnet_originTransferArgs = { +export type Subscriptionstagingmainnet_rootAggregatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_originTransfersArgs = { +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 Subscriptionmainnet_destinationTransferArgs = { +export type Subscriptionstagingmainnet_rootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_destinationTransfersArgs = { +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 Subscriptionmainnet_originMessageArgs = { +export type Subscriptionstagingmainnet_aggregatedMessageRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_originMessagesArgs = { +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 Subscriptionmainnet_aggregateRootArgs = { +export type Subscriptionstagingmainnet_rootManagerMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregateRootsArgs = { +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 Subscriptionmainnet_connectorMetaArgs = { +export type Subscriptionstagingmainnet_rootManagerModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_connectorMetasArgs = { +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 Subscriptionmainnet_rootCountArgs = { +export type Subscriptionstagingmainnet_optimisticRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootCountsArgs = { +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 Subscriptionmainnet_rootMessageSentArgs = { +export type Subscriptionstagingmainnet_hubOptimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootMessageSentsArgs = { +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 Subscriptionmainnet_relayerFeesIncreaseArgs = { +export type Subscriptionstagingmainnet_optimisticRootPropagatedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_relayerFeesIncreasesArgs = { +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 Subscriptionmainnet_slippageUpdateArgs = { +export type Subscriptionstagingmainnet_polygonConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_slippageUpdatesArgs = { +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 Subscriptionmainnet_snapshotRootArgs = { +export type Subscriptionstagingmainnet_optimismConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_snapshotRootsArgs = { +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 Subscriptionmainnet_spokeConnectorModeArgs = { +export type Subscriptionstagingmainnet_bnbConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_spokeConnectorModesArgs = { +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 Subscriptionmainnet_aggregateRootProposedArgs = { +export type Subscriptionstagingmainnet_arbitrumConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregateRootProposedsArgs = { +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 Subscriptionmainnet_optimisticRootFinalizedArgs = { +export type Subscriptionstagingmainnet_gnosisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimisticRootFinalizedsArgs = { +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 Subscriptionmainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlinea_swap_systemInfoArgs = { +export type Subscriptionstagingmainnet_lineaConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_systemInfosArgs = { +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_pooledTokenArgs = { +export type Subscriptionstagingmainnet_metisConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_pooledTokensArgs = { +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_stableSwapArgs = { +export type Subscriptionstagingmainnet_mantleConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapsArgs = { +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_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstagingmainnet_avalancheConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapAddLiquidityEventsArgs = { +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_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstagingmainnet_baseConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapRemoveLiquidityEventsArgs = { +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_swap_stableSwapExchangeArgs = { +export type Subscriptionstagingmainnet_polygonZkConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapExchangesArgs = { +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_swap_swapDailyVolumeArgs = { +export type Subscriptionstagingmainnet_zkSyncConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapDailyVolumesArgs = { +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_swap_swapHourlyVolumeArgs = { +export type Subscriptionstagingmainnet_modeConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapHourlyVolumesArgs = { +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_swap_swapWeeklyVolumeArgs = { +export type Subscriptionstagingmainnet_scrollConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapWeeklyVolumesArgs = { +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_swap_lpAccountArgs = { +export type Subscriptionstagingmainnet_xlayerConnectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpAccountsArgs = { +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_swap_lpAccountBalanceArgs = { +export type Subscriptionstagingmainnet_rootMessageProcessedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpAccountBalancesArgs = { +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_swap_lpTokenArgs = { +export type Subscriptionstagingmainnet_aggregateRootSavedSlowArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTokensArgs = { +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_swap_lpTransferEventArgs = { +export type Subscriptionstagingmainnet_hubDomainArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTransferEventsArgs = { +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_swap_stableSwapEventArgs = { +export type Subscriptionstagingmainnet__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingavalanche_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_stableSwapEventsArgs = { +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 Subscriptionlinea_swap_swapTradeVolumeArgs = { +export type Subscriptionstagingavalanche_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_swapTradeVolumesArgs = { +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 Subscriptionlinea_swap_lpTokenEventArgs = { +export type Subscriptionstagingavalanche_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_swap_lpTokenEventsArgs = { +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 Subscriptionlinea_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionarbitrumsepolia_assetArgs = { +export type Subscriptionstagingavalanche_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_assetsArgs = { +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 Subscriptionarbitrumsepolia_assetStatusArgs = { +export type Subscriptionstagingavalanche_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_assetStatusesArgs = { +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 Subscriptionarbitrumsepolia_assetBalanceArgs = { +export type Subscriptionstagingavalanche_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_assetBalancesArgs = { +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 Subscriptionarbitrumsepolia_routerArgs = { +export type Subscriptionstagingavalanche_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_routersArgs = { +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 Subscriptionarbitrumsepolia_routerDailyTVLArgs = { +export type Subscriptionstagingavalanche_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_routerDailyTVLsArgs = { +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 Subscriptionarbitrumsepolia_routerLiquidityEventArgs = { +export type Subscriptionstagingavalanche_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_routerLiquidityEventsArgs = { +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 Subscriptionarbitrumsepolia_settingArgs = { +export type Subscriptionstagingavalanche_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_settingsArgs = { +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 Subscriptionarbitrumsepolia_relayerArgs = { +export type Subscriptionstagingavalanche_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_relayersArgs = { +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 Subscriptionarbitrumsepolia_sequencerArgs = { +export type Subscriptionstagingavalanche_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_sequencersArgs = { +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 Subscriptionarbitrumsepolia_relayerFeeArgs = { +export type Subscriptionstagingavalanche_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_relayerFeesArgs = { +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 Subscriptionarbitrumsepolia_originTransferArgs = { +export type Subscriptionstagingavalanche_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_originTransfersArgs = { +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 Subscriptionarbitrumsepolia_destinationTransferArgs = { +export type Subscriptionstagingavalanche_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_destinationTransfersArgs = { +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 Subscriptionarbitrumsepolia_originMessageArgs = { +export type Subscriptionstagingavalanche_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_originMessagesArgs = { +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 Subscriptionarbitrumsepolia_aggregateRootArgs = { +export type Subscriptionstagingavalanche_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_aggregateRootsArgs = { +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 Subscriptionarbitrumsepolia_connectorMetaArgs = { +export type Subscriptionstagingavalanche_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_connectorMetasArgs = { +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 Subscriptionarbitrumsepolia_rootCountArgs = { +export type Subscriptionstagingavalanche_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_rootCountsArgs = { +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 Subscriptionarbitrumsepolia_rootMessageSentArgs = { +export type Subscriptionstagingavalanche_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_rootMessageSentsArgs = { +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 Subscriptionarbitrumsepolia_relayerFeesIncreaseArgs = { +export type Subscriptionstagingavalanche_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_relayerFeesIncreasesArgs = { +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 Subscriptionarbitrumsepolia_slippageUpdateArgs = { +export type Subscriptionstagingavalanche_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_slippageUpdatesArgs = { +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 Subscriptionarbitrumsepolia_snapshotRootArgs = { +export type Subscriptionstagingavalanche_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_snapshotRootsArgs = { +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 Subscriptionarbitrumsepolia_spokeConnectorModeArgs = { +export type Subscriptionstagingavalanche__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmantle_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_spokeConnectorModesArgs = { +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 Subscriptionarbitrumsepolia_aggregateRootProposedArgs = { +export type Subscriptionmantle_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_aggregateRootProposedsArgs = { +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 Subscriptionarbitrumsepolia_optimisticRootFinalizedArgs = { +export type Subscriptionmantle_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumsepolia_optimisticRootFinalizedsArgs = { +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 Subscriptionarbitrumsepolia__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingoptimism_assetArgs = { +export type Subscriptionmantle_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_assetsArgs = { +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 Subscriptionstagingoptimism_assetStatusArgs = { +export type Subscriptionmantle_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_assetStatusesArgs = { +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 Subscriptionstagingoptimism_assetBalanceArgs = { +export type Subscriptionmantle_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_assetBalancesArgs = { +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 Subscriptionstagingoptimism_routerArgs = { +export type Subscriptionmantle_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_routersArgs = { +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 Subscriptionstagingoptimism_routerDailyTVLArgs = { +export type Subscriptionmantle_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_routerDailyTVLsArgs = { +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_routerLiquidityEventArgs = { +export type Subscriptionmantle_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_routerLiquidityEventsArgs = { +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_settingArgs = { +export type Subscriptionmantle_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_settingsArgs = { +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_relayerArgs = { +export type Subscriptionmantle_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_relayersArgs = { +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_sequencerArgs = { +export type Subscriptionmantle_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_sequencersArgs = { +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_relayerFeeArgs = { +export type Subscriptionmantle_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_relayerFeesArgs = { +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_originTransferArgs = { +export type Subscriptionmantle_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_originTransfersArgs = { +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_destinationTransferArgs = { +export type Subscriptionmantle_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_destinationTransfersArgs = { +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_originMessageArgs = { +export type Subscriptionmantle_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_originMessagesArgs = { +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_aggregateRootArgs = { +export type Subscriptionmantle_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_aggregateRootsArgs = { +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_connectorMetaArgs = { +export type Subscriptionmantle_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_connectorMetasArgs = { +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_rootCountArgs = { +export type Subscriptionmantle_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_rootCountsArgs = { +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_rootMessageSentArgs = { +export type Subscriptionmantle_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_rootMessageSentsArgs = { +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_relayerFeesIncreaseArgs = { +export type Subscriptionmantle_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_relayerFeesIncreasesArgs = { +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_slippageUpdateArgs = { +export type Subscriptionmantle_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_slippageUpdatesArgs = { +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_snapshotRootArgs = { +export type Subscriptionmantle_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_snapshotRootsArgs = { +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_spokeConnectorModeArgs = { +export type Subscriptionmantle__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingpolygon_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_spokeConnectorModesArgs = { +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 Subscriptionstagingoptimism_aggregateRootProposedArgs = { +export type Subscriptionstagingpolygon_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_aggregateRootProposedsArgs = { +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 Subscriptionstagingoptimism_optimisticRootFinalizedArgs = { +export type Subscriptionstagingpolygon_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingoptimism_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingoptimism__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionsepolia_swap_systemInfoArgs = { +export type Subscriptionstagingpolygon_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_systemInfosArgs = { +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 Subscriptionsepolia_swap_pooledTokenArgs = { +export type Subscriptionstagingpolygon_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_pooledTokensArgs = { +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 Subscriptionsepolia_swap_stableSwapArgs = { +export type Subscriptionstagingpolygon_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_stableSwapsArgs = { +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 Subscriptionsepolia_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstagingpolygon_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionsepolia_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstagingpolygon_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionsepolia_swap_stableSwapExchangeArgs = { +export type Subscriptionstagingpolygon_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_stableSwapExchangesArgs = { +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 Subscriptionsepolia_swap_swapDailyVolumeArgs = { +export type Subscriptionstagingpolygon_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_swapDailyVolumesArgs = { +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 Subscriptionsepolia_swap_swapHourlyVolumeArgs = { +export type Subscriptionstagingpolygon_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_swapHourlyVolumesArgs = { +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 Subscriptionsepolia_swap_swapWeeklyVolumeArgs = { +export type Subscriptionstagingpolygon_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_swapWeeklyVolumesArgs = { +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 Subscriptionsepolia_swap_lpAccountArgs = { +export type Subscriptionstagingpolygon_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_lpAccountsArgs = { +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 Subscriptionsepolia_swap_lpAccountBalanceArgs = { +export type Subscriptionstagingpolygon_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_lpAccountBalancesArgs = { +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 Subscriptionsepolia_swap_lpTokenArgs = { +export type Subscriptionstagingpolygon_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_lpTokensArgs = { +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 Subscriptionsepolia_swap_lpTransferEventArgs = { +export type Subscriptionstagingpolygon_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_lpTransferEventsArgs = { +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 Subscriptionsepolia_swap_stableSwapEventArgs = { +export type Subscriptionstagingpolygon_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_stableSwapEventsArgs = { +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 Subscriptionsepolia_swap_swapTradeVolumeArgs = { +export type Subscriptionstagingpolygon_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_swapTradeVolumesArgs = { +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 Subscriptionsepolia_swap_lpTokenEventArgs = { +export type Subscriptionstagingpolygon_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_swap_lpTokenEventsArgs = { +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 Subscriptionsepolia_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbase_assetArgs = { +export type Subscriptionstagingpolygon_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_assetsArgs = { +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 Subscriptionbase_assetStatusArgs = { +export type Subscriptionstagingpolygon_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_assetStatusesArgs = { +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 Subscriptionbase_assetBalanceArgs = { +export type Subscriptionstagingpolygon_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_assetBalancesArgs = { +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 Subscriptionbase_routerArgs = { +export type Subscriptionstagingpolygon_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_routersArgs = { +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 Subscriptionbase_routerDailyTVLArgs = { +export type Subscriptionstagingpolygon__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionbnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_routerDailyTVLsArgs = { +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 Subscriptionbase_routerLiquidityEventArgs = { +export type Subscriptionbnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_routerLiquidityEventsArgs = { +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 Subscriptionbase_settingArgs = { +export type Subscriptionbnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_settingsArgs = { +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 Subscriptionbase_relayerArgs = { +export type Subscriptionbnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_relayersArgs = { +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 Subscriptionbase_sequencerArgs = { +export type Subscriptionbnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_sequencersArgs = { +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 Subscriptionbase_relayerFeeArgs = { +export type Subscriptionbnb_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_relayerFeesArgs = { +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 Subscriptionbase_originTransferArgs = { +export type Subscriptionbnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_originTransfersArgs = { +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 Subscriptionbase_destinationTransferArgs = { +export type Subscriptionbnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_destinationTransfersArgs = { +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 Subscriptionbase_originMessageArgs = { +export type Subscriptionbnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_originMessagesArgs = { +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 Subscriptionbase_aggregateRootArgs = { +export type Subscriptionbnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_aggregateRootsArgs = { +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 Subscriptionbase_connectorMetaArgs = { +export type Subscriptionbnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_connectorMetasArgs = { +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 Subscriptionbase_rootCountArgs = { +export type Subscriptionbnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_rootCountsArgs = { +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 Subscriptionbase_rootMessageSentArgs = { +export type Subscriptionbnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_rootMessageSentsArgs = { +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 Subscriptionbase_relayerFeesIncreaseArgs = { +export type Subscriptionbnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_relayerFeesIncreasesArgs = { +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 Subscriptionbase_slippageUpdateArgs = { +export type Subscriptionbnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_slippageUpdatesArgs = { +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 Subscriptionbase_snapshotRootArgs = { +export type Subscriptionbnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_snapshotRootsArgs = { +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 Subscriptionbase_spokeConnectorModeArgs = { +export type Subscriptionbnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_spokeConnectorModesArgs = { +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 Subscriptionbase_aggregateRootProposedArgs = { +export type Subscriptionbnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_aggregateRootProposedsArgs = { +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 Subscriptionbase_optimisticRootFinalizedArgs = { +export type Subscriptionbnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_optimisticRootFinalizedsArgs = { +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 Subscriptionbase__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingpolygonzkevm_assetArgs = { +export type Subscriptionbnb_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_assetsArgs = { +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 Subscriptionstagingpolygonzkevm_assetStatusArgs = { +export type Subscriptionbnb_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_assetStatusesArgs = { +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 Subscriptionstagingpolygonzkevm_assetBalanceArgs = { +export type Subscriptionbnb_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_assetBalancesArgs = { +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 Subscriptionstagingpolygonzkevm_routerArgs = { +export type Subscriptionbnb_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_routersArgs = { +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 Subscriptionstagingpolygonzkevm_routerDailyTVLArgs = { +export type Subscriptionbnb__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmantle_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_routerDailyTVLsArgs = { +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 Subscriptionstagingpolygonzkevm_routerLiquidityEventArgs = { +export type Subscriptionmantle_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_routerLiquidityEventsArgs = { +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 Subscriptionstagingpolygonzkevm_settingArgs = { +export type Subscriptionmantle_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_settingsArgs = { +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 Subscriptionstagingpolygonzkevm_relayerArgs = { +export type Subscriptionmantle_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_relayersArgs = { +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 Subscriptionstagingpolygonzkevm_sequencerArgs = { +export type Subscriptionmantle_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_sequencersArgs = { +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 Subscriptionstagingpolygonzkevm_relayerFeeArgs = { +export type Subscriptionmantle_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_relayerFeesArgs = { +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 Subscriptionstagingpolygonzkevm_originTransferArgs = { +export type Subscriptionmantle_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_originTransfersArgs = { +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 Subscriptionstagingpolygonzkevm_destinationTransferArgs = { +export type Subscriptionmantle_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_destinationTransfersArgs = { +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 Subscriptionstagingpolygonzkevm_originMessageArgs = { +export type Subscriptionmantle_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_originMessagesArgs = { +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 Subscriptionstagingpolygonzkevm_aggregateRootArgs = { +export type Subscriptionmantle_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_aggregateRootsArgs = { +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 Subscriptionstagingpolygonzkevm_connectorMetaArgs = { +export type Subscriptionmantle_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_connectorMetasArgs = { +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 Subscriptionstagingpolygonzkevm_rootCountArgs = { +export type Subscriptionmantle_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_rootCountsArgs = { +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 Subscriptionstagingpolygonzkevm_rootMessageSentArgs = { +export type Subscriptionmantle_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_rootMessageSentsArgs = { +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 Subscriptionstagingpolygonzkevm_relayerFeesIncreaseArgs = { +export type Subscriptionmantle_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_relayerFeesIncreasesArgs = { +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 Subscriptionstagingpolygonzkevm_slippageUpdateArgs = { +export type Subscriptionmantle_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_slippageUpdatesArgs = { +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 Subscriptionstagingpolygonzkevm_snapshotRootArgs = { +export type Subscriptionmantle_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_snapshotRootsArgs = { +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 Subscriptionstagingpolygonzkevm_spokeConnectorModeArgs = { +export type Subscriptionmantle_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmode_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_spokeConnectorModesArgs = { +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 Subscriptionstagingpolygonzkevm_aggregateRootProposedArgs = { +export type Subscriptionmode_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_aggregateRootProposedsArgs = { +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 Subscriptionstagingpolygonzkevm_optimisticRootFinalizedArgs = { +export type Subscriptionmode_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygonzkevm_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingpolygonzkevm__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionpolygon_assetArgs = { +export type Subscriptionmode_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetsArgs = { +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 Subscriptionpolygon_assetStatusArgs = { +export type Subscriptionmode_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetStatusesArgs = { +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 Subscriptionpolygon_assetBalanceArgs = { +export type Subscriptionmode_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_assetBalancesArgs = { +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 Subscriptionpolygon_routerArgs = { +export type Subscriptionmode_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_routersArgs = { +export type Subscriptionmode_settingsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_routerDailyTVLArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_routerDailyTVLsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_routerLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_routerLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_settingArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_settingsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_relayerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_relayersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_sequencerArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_sequencersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_relayerFeeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_relayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_originTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_originTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_destinationTransferArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_destinationTransfersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_originMessageArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_originMessagesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_aggregateRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_aggregateRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_connectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_connectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_rootCountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_rootCountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_rootMessageSentArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_rootMessageSentsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_relayerFeesIncreaseArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_relayerFeesIncreasesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_slippageUpdateArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_slippageUpdatesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_snapshotRootArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_snapshotRootsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_spokeConnectorModeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_spokeConnectorModesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_aggregateRootProposedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_aggregateRootProposedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_optimisticRootFinalizedArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_optimisticRootFinalizedsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon__metaArgs = { - block?: InputMaybe; -}; - - -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; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_aggregatedMessageRootArgs = { +export type Subscriptionmode_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_aggregatedMessageRootsArgs = { +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 Subscriptionstagingmainnet_rootManagerMetaArgs = { +export type Subscriptionmode_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootManagerMetasArgs = { +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 Subscriptionstagingmainnet_rootManagerModeArgs = { +export type Subscriptionmode_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootManagerModesArgs = { +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 Subscriptionstagingmainnet_optimisticRootProposedArgs = { +export type Subscriptionmode_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_optimisticRootProposedsArgs = { +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 Subscriptionstagingmainnet_hubOptimisticRootFinalizedArgs = { +export type Subscriptionmode_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_hubOptimisticRootFinalizedsArgs = { +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 Subscriptionstagingmainnet_optimisticRootPropagatedArgs = { +export type Subscriptionmode_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_optimisticRootPropagatedsArgs = { +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 Subscriptionstagingmainnet_polygonConnectorMetaArgs = { +export type Subscriptionmode_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_polygonConnectorMetasArgs = { +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 Subscriptionstagingmainnet_optimismConnectorMetaArgs = { +export type Subscriptionmode_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_optimismConnectorMetasArgs = { +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 Subscriptionstagingmainnet_bnbConnectorMetaArgs = { +export type Subscriptionmode_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_bnbConnectorMetasArgs = { +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 Subscriptionstagingmainnet_arbitrumConnectorMetaArgs = { +export type Subscriptionmode_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_arbitrumConnectorMetasArgs = { +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 Subscriptionstagingmainnet_gnosisConnectorMetaArgs = { +export type Subscriptionmode_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_gnosisConnectorMetasArgs = { +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 Subscriptionstagingmainnet_lineaConnectorMetaArgs = { +export type Subscriptionmode_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_lineaConnectorMetasArgs = { +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 Subscriptionstagingmainnet_metisConnectorMetaArgs = { +export type Subscriptionmode_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_metisConnectorMetasArgs = { +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 Subscriptionstagingmainnet_mantleConnectorMetaArgs = { +export type Subscriptionmode_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_mantleConnectorMetasArgs = { +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 Subscriptionstagingmainnet_avalancheConnectorMetaArgs = { +export type Subscriptionmode_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_avalancheConnectorMetasArgs = { +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 Subscriptionstagingmainnet_baseConnectorMetaArgs = { +export type Subscriptionmode_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_baseConnectorMetasArgs = { +export type Subscriptionmode_optimisticRootFinalizedsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionstagingmainnet_polygonZkConnectorMetaArgs = { - id: Scalars['ID']; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_polygonZkConnectorMetasArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; +export type Subscriptionmode__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionstagingmainnet_zkSyncConnectorMetaArgs = { +export type Subscriptionstagingmetis_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_zkSyncConnectorMetasArgs = { +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 Subscriptionstagingmainnet_modeConnectorMetaArgs = { +export type Subscriptionstagingmetis_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_modeConnectorMetasArgs = { +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 Subscriptionstagingmainnet_scrollConnectorMetaArgs = { +export type Subscriptionstagingmetis_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_scrollConnectorMetasArgs = { +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 Subscriptionstagingmainnet_xlayerConnectorMetaArgs = { +export type Subscriptionstagingmetis_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_xlayerConnectorMetasArgs = { +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 Subscriptionstagingmainnet_rootMessageProcessedArgs = { +export type Subscriptionstagingmetis_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootMessageProcessedsArgs = { +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 Subscriptionstagingmainnet_aggregateRootSavedSlowArgs = { +export type Subscriptionstagingmetis_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_aggregateRootSavedSlowsArgs = { +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 Subscriptionstagingmainnet_hubDomainArgs = { +export type Subscriptionstagingmetis_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_hubDomainsArgs = { +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 Subscriptionstagingmainnet__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbase_swap_systemInfoArgs = { +export type Subscriptionstagingmetis_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_systemInfosArgs = { +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 Subscriptionbase_swap_pooledTokenArgs = { +export type Subscriptionstagingmetis_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_pooledTokensArgs = { +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 Subscriptionbase_swap_stableSwapArgs = { +export type Subscriptionstagingmetis_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapsArgs = { +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 Subscriptionbase_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstagingmetis_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionbase_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstagingmetis_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionbase_swap_stableSwapExchangeArgs = { +export type Subscriptionstagingmetis_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapExchangesArgs = { +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 Subscriptionbase_swap_swapDailyVolumeArgs = { +export type Subscriptionstagingmetis_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_swapDailyVolumesArgs = { +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 Subscriptionbase_swap_swapHourlyVolumeArgs = { +export type Subscriptionstagingmetis_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_swapHourlyVolumesArgs = { +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 Subscriptionbase_swap_swapWeeklyVolumeArgs = { +export type Subscriptionstagingmetis_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_swapWeeklyVolumesArgs = { +export type Subscriptionstagingmetis_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_swap_lpAccountArgs = { +export type Subscriptionstagingmetis_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_lpAccountsArgs = { +export type Subscriptionstagingmetis_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_lpAccountBalanceArgs = { +export type Subscriptionstagingmetis_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_lpAccountBalancesArgs = { +export type Subscriptionstagingmetis_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_lpTokenArgs = { +export type Subscriptionstagingmetis_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_lpTokensArgs = { +export type Subscriptionstagingmetis_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_lpTransferEventArgs = { +export type Subscriptionstagingmetis_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_lpTransferEventsArgs = { +export type Subscriptionstagingmetis_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_stableSwapEventArgs = { +export type Subscriptionstagingmetis_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_stableSwapEventsArgs = { +export type Subscriptionstagingmetis_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_swapTradeVolumeArgs = { +export type Subscriptionstagingmetis_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_swapTradeVolumesArgs = { +export type Subscriptionstagingmetis_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_lpTokenEventArgs = { +export type Subscriptionstagingmetis_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbase_swap_lpTokenEventsArgs = { +export type Subscriptionstagingmetis_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__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingmetis__metaArgs = { + block?: InputMaybe; }; @@ -36063,5746 +35950,6278 @@ export type Subscriptionavalanche__metaArgs = { }; -export type Subscriptionpolygonzkevm_assetArgs = { +export type Subscriptionstagingmainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_assetsArgs = { +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 Subscriptionpolygonzkevm_assetStatusArgs = { +export type Subscriptionstagingmainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_assetStatusesArgs = { +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 Subscriptionpolygonzkevm_assetBalanceArgs = { +export type Subscriptionstagingmainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_assetBalancesArgs = { +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 Subscriptionpolygonzkevm_routerArgs = { +export type Subscriptionstagingmainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_routersArgs = { +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 Subscriptionpolygonzkevm_routerDailyTVLArgs = { +export type Subscriptionstagingmainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_routerDailyTVLsArgs = { +export type Subscriptionstagingmainnet_routerDailyTVLsArgs = { 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 Subscriptionpolygonzkevm_routerLiquidityEventArgs = { +export type Subscriptionstagingmainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_routerLiquidityEventsArgs = { +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 Subscriptionpolygonzkevm_settingArgs = { +export type Subscriptionstagingmainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_settingsArgs = { +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 Subscriptionpolygonzkevm_relayerArgs = { +export type Subscriptionstagingmainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_relayersArgs = { +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 Subscriptionpolygonzkevm_sequencerArgs = { +export type Subscriptionstagingmainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_sequencersArgs = { +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 Subscriptionpolygonzkevm_relayerFeeArgs = { +export type Subscriptionstagingmainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_relayerFeesArgs = { +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 Subscriptionpolygonzkevm_originTransferArgs = { +export type Subscriptionstagingmainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_originTransfersArgs = { +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 Subscriptionpolygonzkevm_destinationTransferArgs = { +export type Subscriptionstagingmainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_destinationTransfersArgs = { +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 Subscriptionpolygonzkevm_originMessageArgs = { +export type Subscriptionstagingmainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_originMessagesArgs = { +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 Subscriptionpolygonzkevm_aggregateRootArgs = { +export type Subscriptionstagingmainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_aggregateRootsArgs = { +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 Subscriptionpolygonzkevm_connectorMetaArgs = { +export type Subscriptionstagingmainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_connectorMetasArgs = { +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 Subscriptionpolygonzkevm_rootCountArgs = { +export type Subscriptionstagingmainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_rootCountsArgs = { +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 Subscriptionpolygonzkevm_rootMessageSentArgs = { +export type Subscriptionstagingmainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_rootMessageSentsArgs = { +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 Subscriptionpolygonzkevm_relayerFeesIncreaseArgs = { +export type Subscriptionstagingmainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_relayerFeesIncreasesArgs = { +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 Subscriptionpolygonzkevm_slippageUpdateArgs = { +export type Subscriptionstagingmainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_slippageUpdatesArgs = { +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 Subscriptionpolygonzkevm_snapshotRootArgs = { +export type Subscriptionstagingmainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_snapshotRootsArgs = { +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 Subscriptionpolygonzkevm_spokeConnectorModeArgs = { +export type Subscriptionstagingmainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_spokeConnectorModesArgs = { +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 Subscriptionpolygonzkevm_aggregateRootProposedArgs = { +export type Subscriptionstagingmainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_aggregateRootProposedsArgs = { +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 Subscriptionpolygonzkevm_optimisticRootFinalizedArgs = { +export type Subscriptionstagingmainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygonzkevm_optimisticRootFinalizedsArgs = { +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 Subscriptionpolygonzkevm__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionstagingxdai_assetArgs = { +export type Subscriptionzksync_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_assetsArgs = { +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 Subscriptionstagingxdai_assetStatusArgs = { +export type Subscriptionzksync_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_assetStatusesArgs = { +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 Subscriptionstagingxdai_assetBalanceArgs = { +export type Subscriptionzksync_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_assetBalancesArgs = { +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 Subscriptionstagingxdai_routerArgs = { +export type Subscriptionzksync_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_routersArgs = { +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 Subscriptionstagingxdai_routerDailyTVLArgs = { +export type Subscriptionzksync_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_routerDailyTVLsArgs = { +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 Subscriptionstagingxdai_routerLiquidityEventArgs = { +export type Subscriptionzksync_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_routerLiquidityEventsArgs = { +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 Subscriptionstagingxdai_settingArgs = { +export type Subscriptionzksync_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_settingsArgs = { +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 Subscriptionstagingxdai_relayerArgs = { +export type Subscriptionzksync_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_relayersArgs = { +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 Subscriptionstagingxdai_sequencerArgs = { +export type Subscriptionzksync_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_sequencersArgs = { +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 Subscriptionstagingxdai_relayerFeeArgs = { +export type Subscriptionzksync_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_relayerFeesArgs = { +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 Subscriptionstagingxdai_originTransferArgs = { +export type Subscriptionzksync_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_originTransfersArgs = { +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 Subscriptionstagingxdai_destinationTransferArgs = { +export type Subscriptionzksync_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_destinationTransfersArgs = { +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 Subscriptionstagingxdai_originMessageArgs = { +export type Subscriptionzksync_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_originMessagesArgs = { +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 Subscriptionstagingxdai_aggregateRootArgs = { +export type Subscriptionzksync_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_aggregateRootsArgs = { +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 Subscriptionstagingxdai_connectorMetaArgs = { +export type Subscriptionzksync_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_connectorMetasArgs = { +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 Subscriptionstagingxdai_rootCountArgs = { +export type Subscriptionzksync_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_rootCountsArgs = { +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 Subscriptionstagingxdai_rootMessageSentArgs = { +export type Subscriptionzksync_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_rootMessageSentsArgs = { +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 Subscriptionstagingxdai_relayerFeesIncreaseArgs = { +export type Subscriptionzksync_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_relayerFeesIncreasesArgs = { +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 Subscriptionstagingxdai_slippageUpdateArgs = { +export type Subscriptionzksync_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_slippageUpdatesArgs = { +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 Subscriptionstagingxdai_snapshotRootArgs = { +export type Subscriptionzksync_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_snapshotRootsArgs = { +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 Subscriptionstagingxdai_spokeConnectorModeArgs = { +export type Subscriptionzksync_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_spokeConnectorModesArgs = { +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 Subscriptionstagingxdai_aggregateRootProposedArgs = { +export type Subscriptionzksync_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_aggregateRootProposedsArgs = { +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 Subscriptionstagingxdai_optimisticRootFinalizedArgs = { +export type Subscriptionzksync_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxdai_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingxdai__metaArgs = { - block?: InputMaybe; +export type Subscriptionzksync__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionstagingavalanche_assetArgs = { +export type Subscriptionpolygonzkevm_swap_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_assetsArgs = { +export type Subscriptionpolygonzkevm_swap_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_assetStatusArgs = { +export type Subscriptionpolygonzkevm_swap_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_assetStatusesArgs = { +export type Subscriptionpolygonzkevm_swap_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_assetBalanceArgs = { +export type Subscriptionpolygonzkevm_swap_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_assetBalancesArgs = { +export type Subscriptionpolygonzkevm_swap_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_routerArgs = { +export type Subscriptionpolygonzkevm_swap_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_routersArgs = { +export type Subscriptionpolygonzkevm_swap_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_routerDailyTVLArgs = { +export type Subscriptionpolygonzkevm_swap_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_routerDailyTVLsArgs = { +export type Subscriptionpolygonzkevm_swap_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_routerLiquidityEventArgs = { +export type Subscriptionpolygonzkevm_swap_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_routerLiquidityEventsArgs = { +export type Subscriptionpolygonzkevm_swap_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_settingArgs = { +export type Subscriptionpolygonzkevm_swap_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_settingsArgs = { +export type Subscriptionpolygonzkevm_swap_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_relayerArgs = { +export type Subscriptionpolygonzkevm_swap_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_relayersArgs = { +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 Subscriptionstagingavalanche_sequencerArgs = { +export type Subscriptionpolygonzkevm_swap_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_sequencersArgs = { +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 Subscriptionstagingavalanche_relayerFeeArgs = { +export type Subscriptionpolygonzkevm_swap_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_relayerFeesArgs = { +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 Subscriptionstagingavalanche_originTransferArgs = { +export type Subscriptionpolygonzkevm_swap_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_originTransfersArgs = { +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 Subscriptionstagingavalanche_destinationTransferArgs = { +export type Subscriptionpolygonzkevm_swap_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_destinationTransfersArgs = { +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 Subscriptionstagingavalanche_originMessageArgs = { +export type Subscriptionpolygonzkevm_swap_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_originMessagesArgs = { +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 Subscriptionstagingavalanche_aggregateRootArgs = { +export type Subscriptionpolygonzkevm_swap_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_aggregateRootsArgs = { +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 Subscriptionstagingavalanche_connectorMetaArgs = { +export type Subscriptionpolygonzkevm_swap_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_connectorMetasArgs = { +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 Subscriptionstagingavalanche_rootCountArgs = { +export type Subscriptionpolygonzkevm_swap_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_rootCountsArgs = { +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 Subscriptionstagingavalanche_rootMessageSentArgs = { +export type Subscriptionpolygonzkevm_swap_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_rootMessageSentsArgs = { +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 Subscriptionstagingavalanche_relayerFeesIncreaseArgs = { +export type Subscriptionpolygonzkevm_swap_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_relayerFeesIncreasesArgs = { +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 Subscriptionstagingavalanche_slippageUpdateArgs = { +export type Subscriptionpolygonzkevm_swap_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_slippageUpdatesArgs = { +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 Subscriptionstagingavalanche_snapshotRootArgs = { +export type Subscriptionpolygonzkevm_swap_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_snapshotRootsArgs = { +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 Subscriptionstagingavalanche_spokeConnectorModeArgs = { +export type Subscriptionpolygonzkevm_swap_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_spokeConnectorModesArgs = { +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 Subscriptionstagingavalanche_aggregateRootProposedArgs = { +export type Subscriptionpolygonzkevm_swap_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_aggregateRootProposedsArgs = { +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 Subscriptionstagingavalanche_optimisticRootFinalizedArgs = { +export type Subscriptionpolygonzkevm_swap_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingavalanche_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingavalanche__metaArgs = { - block?: InputMaybe; +export type Subscriptionpolygonzkevm_swap__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionsepolia_assetArgs = { +export type Subscriptionxlayer_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionsepolia_assetStatusArgs = { +export type Subscriptionxlayer_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionsepolia_assetBalanceArgs = { +export type Subscriptionxlayer_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionsepolia_routerArgs = { +export type Subscriptionxlayer_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionsepolia_routerDailyTVLArgs = { +export type Subscriptionxlayer_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionsepolia_routerLiquidityEventArgs = { +export type Subscriptionxlayer_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionsepolia_settingArgs = { +export type Subscriptionxlayer_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionsepolia_relayerArgs = { +export type Subscriptionxlayer_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_relayersArgs = { +export type Subscriptionxlayer_relayersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; -export type Subscriptionsepolia_sequencerArgs = { +export type Subscriptionxlayer_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionsepolia_relayerFeeArgs = { +export type Subscriptionxlayer_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionsepolia_originTransferArgs = { +export type Subscriptionxlayer_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionsepolia_destinationTransferArgs = { +export type Subscriptionxlayer_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionsepolia_originMessageArgs = { +export type Subscriptionxlayer_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionsepolia_aggregateRootArgs = { +export type Subscriptionxlayer_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionsepolia_connectorMetaArgs = { +export type Subscriptionxlayer_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionsepolia_rootCountArgs = { +export type Subscriptionxlayer_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionsepolia_rootMessageSentArgs = { +export type Subscriptionxlayer_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionsepolia_relayerFeesIncreaseArgs = { +export type Subscriptionxlayer_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionsepolia_slippageUpdateArgs = { +export type Subscriptionxlayer_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionsepolia_snapshotRootArgs = { +export type Subscriptionxlayer_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionsepolia_spokeConnectorModeArgs = { +export type Subscriptionxlayer_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionsepolia_aggregateRootProposedArgs = { +export type Subscriptionxlayer_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionsepolia_optimisticRootFinalizedArgs = { +export type Subscriptionxlayer_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionsepolia_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 Subscriptionstaginglinea_assetArgs = { +export type Subscriptionxlayer__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionmainnet_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_assetsArgs = { +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 Subscriptionstaginglinea_assetStatusArgs = { +export type Subscriptionmainnet_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_assetStatusesArgs = { +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 Subscriptionstaginglinea_assetBalanceArgs = { +export type Subscriptionmainnet_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_assetBalancesArgs = { +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 Subscriptionstaginglinea_routerArgs = { +export type Subscriptionmainnet_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_routersArgs = { +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 Subscriptionstaginglinea_routerDailyTVLArgs = { +export type Subscriptionmainnet_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_routerDailyTVLsArgs = { +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 Subscriptionstaginglinea_routerLiquidityEventArgs = { +export type Subscriptionmainnet_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_routerLiquidityEventsArgs = { +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 Subscriptionstaginglinea_settingArgs = { +export type Subscriptionmainnet_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_settingsArgs = { +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 Subscriptionstaginglinea_relayerArgs = { +export type Subscriptionmainnet_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_relayersArgs = { +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 Subscriptionstaginglinea_sequencerArgs = { +export type Subscriptionmainnet_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_sequencersArgs = { +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 Subscriptionstaginglinea_relayerFeeArgs = { +export type Subscriptionmainnet_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_relayerFeesArgs = { +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 Subscriptionstaginglinea_originTransferArgs = { +export type Subscriptionmainnet_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_originTransfersArgs = { +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 Subscriptionstaginglinea_destinationTransferArgs = { +export type Subscriptionmainnet_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_destinationTransfersArgs = { +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 Subscriptionstaginglinea_originMessageArgs = { +export type Subscriptionmainnet_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_originMessagesArgs = { +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 Subscriptionstaginglinea_aggregateRootArgs = { +export type Subscriptionmainnet_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_aggregateRootsArgs = { +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 Subscriptionstaginglinea_connectorMetaArgs = { +export type Subscriptionmainnet_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_connectorMetasArgs = { +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 Subscriptionstaginglinea_rootCountArgs = { +export type Subscriptionmainnet_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_rootCountsArgs = { +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 Subscriptionstaginglinea_rootMessageSentArgs = { +export type Subscriptionmainnet_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_rootMessageSentsArgs = { +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 Subscriptionstaginglinea_relayerFeesIncreaseArgs = { +export type Subscriptionmainnet_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_relayerFeesIncreasesArgs = { +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 Subscriptionstaginglinea_slippageUpdateArgs = { +export type Subscriptionmainnet_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_slippageUpdatesArgs = { +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 Subscriptionstaginglinea_snapshotRootArgs = { +export type Subscriptionmainnet_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_snapshotRootsArgs = { +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 Subscriptionstaginglinea_spokeConnectorModeArgs = { +export type Subscriptionmainnet_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_spokeConnectorModesArgs = { +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 Subscriptionstaginglinea_aggregateRootProposedArgs = { +export type Subscriptionmainnet_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_aggregateRootProposedsArgs = { +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 Subscriptionstaginglinea_optimisticRootFinalizedArgs = { +export type Subscriptionmainnet_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstaginglinea_optimisticRootFinalizedsArgs = { +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 Subscriptionstaginglinea__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionlinea_assetArgs = { +export type Subscriptionstagingbase_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetsArgs = { +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 Subscriptionlinea_assetStatusArgs = { +export type Subscriptionstagingbase_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetStatusesArgs = { +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 Subscriptionlinea_assetBalanceArgs = { +export type Subscriptionstagingbase_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_assetBalancesArgs = { +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 Subscriptionlinea_routerArgs = { +export type Subscriptionstagingbase_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routersArgs = { +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 Subscriptionlinea_routerDailyTVLArgs = { +export type Subscriptionstagingbase_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routerDailyTVLsArgs = { +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 Subscriptionlinea_routerLiquidityEventArgs = { +export type Subscriptionstagingbase_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_routerLiquidityEventsArgs = { +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 Subscriptionlinea_settingArgs = { +export type Subscriptionstagingbase_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_settingsArgs = { +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 Subscriptionlinea_relayerArgs = { +export type Subscriptionstagingbase_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayersArgs = { +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 Subscriptionlinea_sequencerArgs = { +export type Subscriptionstagingbase_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_sequencersArgs = { +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 Subscriptionlinea_relayerFeeArgs = { +export type Subscriptionstagingbase_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayerFeesArgs = { +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 Subscriptionlinea_originTransferArgs = { +export type Subscriptionstagingbase_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_originTransfersArgs = { +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 Subscriptionlinea_destinationTransferArgs = { +export type Subscriptionstagingbase_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_destinationTransfersArgs = { +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 Subscriptionlinea_originMessageArgs = { +export type Subscriptionstagingbase_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_originMessagesArgs = { +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 Subscriptionlinea_aggregateRootArgs = { +export type Subscriptionstagingbase_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_aggregateRootsArgs = { +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 Subscriptionlinea_connectorMetaArgs = { +export type Subscriptionstagingbase_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_connectorMetasArgs = { +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 Subscriptionlinea_rootCountArgs = { +export type Subscriptionstagingbase_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_rootCountsArgs = { +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 Subscriptionlinea_rootMessageSentArgs = { +export type Subscriptionstagingbase_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_rootMessageSentsArgs = { +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 Subscriptionlinea_relayerFeesIncreaseArgs = { +export type Subscriptionstagingbase_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_relayerFeesIncreasesArgs = { +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 Subscriptionlinea_slippageUpdateArgs = { +export type Subscriptionstagingbase_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_slippageUpdatesArgs = { +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 Subscriptionlinea_snapshotRootArgs = { +export type Subscriptionstagingbase_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_snapshotRootsArgs = { +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 Subscriptionlinea_spokeConnectorModeArgs = { +export type Subscriptionstagingbase_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_spokeConnectorModesArgs = { +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 Subscriptionlinea_aggregateRootProposedArgs = { +export type Subscriptionstagingbase_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_aggregateRootProposedsArgs = { +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 Subscriptionlinea_optimisticRootFinalizedArgs = { +export type Subscriptionstagingbase_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionlinea_optimisticRootFinalizedsArgs = { +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 Subscriptionlinea__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingbase__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionstagingmainnet_assetArgs = { +export type Subscriptionmetis_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_assetsArgs = { +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 Subscriptionstagingmainnet_assetStatusArgs = { +export type Subscriptionmetis_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_assetStatusesArgs = { +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 Subscriptionstagingmainnet_assetBalanceArgs = { +export type Subscriptionmetis_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_assetBalancesArgs = { +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 Subscriptionstagingmainnet_routerArgs = { +export type Subscriptionmetis_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_routersArgs = { +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 Subscriptionstagingmainnet_routerDailyTVLArgs = { +export type Subscriptionmetis_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_routerDailyTVLsArgs = { +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 Subscriptionstagingmainnet_routerLiquidityEventArgs = { +export type Subscriptionmetis_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_routerLiquidityEventsArgs = { +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 Subscriptionstagingmainnet_settingArgs = { +export type Subscriptionmetis_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_settingsArgs = { +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 Subscriptionstagingmainnet_relayerArgs = { +export type Subscriptionmetis_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_relayersArgs = { +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 Subscriptionstagingmainnet_sequencerArgs = { +export type Subscriptionmetis_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_sequencersArgs = { +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 Subscriptionstagingmainnet_relayerFeeArgs = { +export type Subscriptionmetis_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_relayerFeesArgs = { +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 Subscriptionstagingmainnet_originTransferArgs = { +export type Subscriptionmetis_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_originTransfersArgs = { +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 Subscriptionstagingmainnet_destinationTransferArgs = { +export type Subscriptionmetis_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_destinationTransfersArgs = { +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 Subscriptionstagingmainnet_originMessageArgs = { +export type Subscriptionmetis_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_originMessagesArgs = { +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 Subscriptionstagingmainnet_aggregateRootArgs = { +export type Subscriptionmetis_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_aggregateRootsArgs = { +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 Subscriptionstagingmainnet_connectorMetaArgs = { +export type Subscriptionmetis_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_connectorMetasArgs = { +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 Subscriptionstagingmainnet_rootCountArgs = { +export type Subscriptionmetis_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootCountsArgs = { +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 Subscriptionstagingmainnet_rootMessageSentArgs = { +export type Subscriptionmetis_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_rootMessageSentsArgs = { +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 Subscriptionstagingmainnet_relayerFeesIncreaseArgs = { +export type Subscriptionmetis_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_relayerFeesIncreasesArgs = { +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 Subscriptionstagingmainnet_slippageUpdateArgs = { +export type Subscriptionmetis_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_slippageUpdatesArgs = { +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 Subscriptionstagingmainnet_snapshotRootArgs = { +export type Subscriptionmetis_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_snapshotRootsArgs = { +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 Subscriptionstagingmainnet_spokeConnectorModeArgs = { +export type Subscriptionmetis_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_spokeConnectorModesArgs = { +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 Subscriptionstagingmainnet_aggregateRootProposedArgs = { +export type Subscriptionmetis_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_aggregateRootProposedsArgs = { +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 Subscriptionstagingmainnet_optimisticRootFinalizedArgs = { +export type Subscriptionmetis_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmainnet_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingpolygon_assetArgs = { +export type Subscriptionmetis__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingoptimism_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_assetsArgs = { +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 Subscriptionstagingpolygon_assetStatusArgs = { +export type Subscriptionstagingoptimism_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_assetStatusesArgs = { +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 Subscriptionstagingpolygon_assetBalanceArgs = { +export type Subscriptionstagingoptimism_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_assetBalancesArgs = { +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 Subscriptionstagingpolygon_routerArgs = { +export type Subscriptionstagingoptimism_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_routersArgs = { +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 Subscriptionstagingpolygon_routerDailyTVLArgs = { +export type Subscriptionstagingoptimism_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_routerDailyTVLsArgs = { +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 Subscriptionstagingpolygon_routerLiquidityEventArgs = { +export type Subscriptionstagingoptimism_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_routerLiquidityEventsArgs = { +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 Subscriptionstagingpolygon_settingArgs = { +export type Subscriptionstagingoptimism_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_settingsArgs = { +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 Subscriptionstagingpolygon_relayerArgs = { +export type Subscriptionstagingoptimism_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_relayersArgs = { +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 Subscriptionstagingpolygon_sequencerArgs = { +export type Subscriptionstagingoptimism_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_sequencersArgs = { +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 Subscriptionstagingpolygon_relayerFeeArgs = { +export type Subscriptionstagingoptimism_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_relayerFeesArgs = { +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 Subscriptionstagingpolygon_originTransferArgs = { +export type Subscriptionstagingoptimism_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_originTransfersArgs = { +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 Subscriptionstagingpolygon_destinationTransferArgs = { +export type Subscriptionstagingoptimism_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_destinationTransfersArgs = { +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 Subscriptionstagingpolygon_originMessageArgs = { +export type Subscriptionstagingoptimism_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_originMessagesArgs = { +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 Subscriptionstagingpolygon_aggregateRootArgs = { +export type Subscriptionstagingoptimism_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_aggregateRootsArgs = { +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 Subscriptionstagingpolygon_connectorMetaArgs = { +export type Subscriptionstagingoptimism_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_connectorMetasArgs = { +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 Subscriptionstagingpolygon_rootCountArgs = { +export type Subscriptionstagingoptimism_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_rootCountsArgs = { +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 Subscriptionstagingpolygon_rootMessageSentArgs = { +export type Subscriptionstagingoptimism_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_rootMessageSentsArgs = { +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 Subscriptionstagingpolygon_relayerFeesIncreaseArgs = { +export type Subscriptionstagingoptimism_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_relayerFeesIncreasesArgs = { +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 Subscriptionstagingpolygon_slippageUpdateArgs = { +export type Subscriptionstagingoptimism_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_slippageUpdatesArgs = { +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 Subscriptionstagingpolygon_snapshotRootArgs = { +export type Subscriptionstagingoptimism_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_snapshotRootsArgs = { +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 Subscriptionstagingpolygon_spokeConnectorModeArgs = { +export type Subscriptionstagingoptimism_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_spokeConnectorModesArgs = { +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 Subscriptionstagingpolygon_aggregateRootProposedArgs = { +export type Subscriptionstagingoptimism_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_aggregateRootProposedsArgs = { +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 Subscriptionstagingpolygon_optimisticRootFinalizedArgs = { +export type Subscriptionstagingoptimism_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingpolygon_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingpolygon__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingoptimism__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionstagingbnb_assetArgs = { +export type Subscriptionstagingmantle_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_assetsArgs = { +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 Subscriptionstagingbnb_assetStatusArgs = { +export type Subscriptionstagingmantle_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_assetStatusesArgs = { +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 Subscriptionstagingbnb_assetBalanceArgs = { +export type Subscriptionstagingmantle_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_assetBalancesArgs = { +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 Subscriptionstagingbnb_routerArgs = { +export type Subscriptionstagingmantle_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_routersArgs = { +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 Subscriptionstagingbnb_routerDailyTVLArgs = { +export type Subscriptionstagingmantle_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_routerDailyTVLsArgs = { +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 Subscriptionstagingbnb_routerLiquidityEventArgs = { +export type Subscriptionstagingmantle_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_routerLiquidityEventsArgs = { +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 Subscriptionstagingbnb_settingArgs = { +export type Subscriptionstagingmantle_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_settingsArgs = { +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 Subscriptionstagingbnb_relayerArgs = { +export type Subscriptionstagingmantle_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_relayersArgs = { +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 Subscriptionstagingbnb_sequencerArgs = { +export type Subscriptionstagingmantle_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_sequencersArgs = { +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 Subscriptionstagingbnb_relayerFeeArgs = { +export type Subscriptionstagingmantle_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_relayerFeesArgs = { +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 Subscriptionstagingbnb_originTransferArgs = { +export type Subscriptionstagingmantle_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_originTransfersArgs = { +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 Subscriptionstagingbnb_destinationTransferArgs = { +export type Subscriptionstagingmantle_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_destinationTransfersArgs = { +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 Subscriptionstagingbnb_originMessageArgs = { +export type Subscriptionstagingmantle_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_originMessagesArgs = { +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 Subscriptionstagingbnb_aggregateRootArgs = { +export type Subscriptionstagingmantle_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_aggregateRootsArgs = { +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 Subscriptionstagingbnb_connectorMetaArgs = { +export type Subscriptionstagingmantle_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_connectorMetasArgs = { +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 Subscriptionstagingbnb_rootCountArgs = { +export type Subscriptionstagingmantle_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_rootCountsArgs = { +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 Subscriptionstagingbnb_rootMessageSentArgs = { +export type Subscriptionstagingmantle_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_rootMessageSentsArgs = { +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 Subscriptionstagingbnb_relayerFeesIncreaseArgs = { +export type Subscriptionstagingmantle_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_relayerFeesIncreasesArgs = { +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 Subscriptionstagingbnb_slippageUpdateArgs = { +export type Subscriptionstagingmantle_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_slippageUpdatesArgs = { +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 Subscriptionstagingbnb_snapshotRootArgs = { +export type Subscriptionstagingmantle_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_snapshotRootsArgs = { +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 Subscriptionstagingbnb_spokeConnectorModeArgs = { +export type Subscriptionstagingmantle_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_spokeConnectorModesArgs = { +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 Subscriptionstagingbnb_aggregateRootProposedArgs = { +export type Subscriptionstagingmantle_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_aggregateRootProposedsArgs = { +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 Subscriptionstagingbnb_optimisticRootFinalizedArgs = { +export type Subscriptionstagingmantle_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingbnb_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingbnb__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingmantle__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionstagingarbitrumone_assetArgs = { +export type Subscriptionpolygonzkevm_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_assetsArgs = { +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 Subscriptionstagingarbitrumone_assetStatusArgs = { +export type Subscriptionpolygonzkevm_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_assetStatusesArgs = { +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 Subscriptionstagingarbitrumone_assetBalanceArgs = { +export type Subscriptionpolygonzkevm_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_assetBalancesArgs = { +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 Subscriptionstagingarbitrumone_routerArgs = { +export type Subscriptionpolygonzkevm_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_routersArgs = { +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 Subscriptionstagingarbitrumone_routerDailyTVLArgs = { +export type Subscriptionpolygonzkevm_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_routerDailyTVLsArgs = { +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 Subscriptionstagingarbitrumone_routerLiquidityEventArgs = { +export type Subscriptionpolygonzkevm_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_routerLiquidityEventsArgs = { +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 Subscriptionstagingarbitrumone_settingArgs = { +export type Subscriptionpolygonzkevm_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_settingsArgs = { +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 Subscriptionstagingarbitrumone_relayerArgs = { +export type Subscriptionpolygonzkevm_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_relayersArgs = { +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 Subscriptionstagingarbitrumone_sequencerArgs = { +export type Subscriptionpolygonzkevm_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_sequencersArgs = { +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 Subscriptionstagingarbitrumone_relayerFeeArgs = { +export type Subscriptionpolygonzkevm_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_relayerFeesArgs = { +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 Subscriptionstagingarbitrumone_originTransferArgs = { +export type Subscriptionpolygonzkevm_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_originTransfersArgs = { +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 Subscriptionstagingarbitrumone_destinationTransferArgs = { +export type Subscriptionpolygonzkevm_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_destinationTransfersArgs = { +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 Subscriptionstagingarbitrumone_originMessageArgs = { +export type Subscriptionpolygonzkevm_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_originMessagesArgs = { +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 Subscriptionstagingarbitrumone_aggregateRootArgs = { +export type Subscriptionpolygonzkevm_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_aggregateRootsArgs = { +export type Subscriptionpolygonzkevm_aggregateRootsArgs = { 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 Subscriptionstagingarbitrumone_connectorMetaArgs = { + +export type Subscriptionpolygonzkevm_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_connectorMetasArgs = { +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 Subscriptionstagingarbitrumone_rootCountArgs = { +export type Subscriptionpolygonzkevm_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_rootCountsArgs = { +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 Subscriptionstagingarbitrumone_rootMessageSentArgs = { +export type Subscriptionpolygonzkevm_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_rootMessageSentsArgs = { +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 Subscriptionstagingarbitrumone_relayerFeesIncreaseArgs = { +export type Subscriptionpolygonzkevm_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_relayerFeesIncreasesArgs = { +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 Subscriptionstagingarbitrumone_slippageUpdateArgs = { +export type Subscriptionpolygonzkevm_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_slippageUpdatesArgs = { +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 Subscriptionstagingarbitrumone_snapshotRootArgs = { +export type Subscriptionpolygonzkevm_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_snapshotRootsArgs = { +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 Subscriptionstagingarbitrumone_spokeConnectorModeArgs = { +export type Subscriptionpolygonzkevm_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_spokeConnectorModesArgs = { +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 Subscriptionstagingarbitrumone_aggregateRootProposedArgs = { +export type Subscriptionpolygonzkevm_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_aggregateRootProposedsArgs = { +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 Subscriptionstagingarbitrumone_optimisticRootFinalizedArgs = { +export type Subscriptionpolygonzkevm_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingarbitrumone_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingarbitrumone__metaArgs = { - block?: InputMaybe; +export type Subscriptionpolygonzkevm__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionstagingzksync_assetArgs = { +export type Subscriptionstagingmode_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_assetsArgs = { +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 Subscriptionstagingzksync_assetStatusArgs = { +export type Subscriptionstagingmode_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_assetStatusesArgs = { +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 Subscriptionstagingzksync_assetBalanceArgs = { +export type Subscriptionstagingmode_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_assetBalancesArgs = { +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 Subscriptionstagingzksync_routerArgs = { +export type Subscriptionstagingmode_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_routersArgs = { +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 Subscriptionstagingzksync_routerDailyTVLArgs = { +export type Subscriptionstagingmode_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_routerDailyTVLsArgs = { +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 Subscriptionstagingzksync_routerLiquidityEventArgs = { +export type Subscriptionstagingmode_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_routerLiquidityEventsArgs = { +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 Subscriptionstagingzksync_settingArgs = { +export type Subscriptionstagingmode_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_settingsArgs = { +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 Subscriptionstagingzksync_relayerArgs = { +export type Subscriptionstagingmode_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_relayersArgs = { +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 Subscriptionstagingzksync_sequencerArgs = { +export type Subscriptionstagingmode_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_sequencersArgs = { +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 Subscriptionstagingzksync_relayerFeeArgs = { +export type Subscriptionstagingmode_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_relayerFeesArgs = { +export type Subscriptionstagingmode_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_originTransferArgs = { +export type Subscriptionstagingmode_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_originTransfersArgs = { +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 Subscriptionstagingzksync_destinationTransferArgs = { +export type Subscriptionstagingmode_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_destinationTransfersArgs = { +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 Subscriptionstagingzksync_originMessageArgs = { +export type Subscriptionstagingmode_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_originMessagesArgs = { +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 Subscriptionstagingzksync_aggregateRootArgs = { +export type Subscriptionstagingmode_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_aggregateRootsArgs = { +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 Subscriptionstagingzksync_connectorMetaArgs = { +export type Subscriptionstagingmode_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_connectorMetasArgs = { +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 Subscriptionstagingzksync_rootCountArgs = { +export type Subscriptionstagingmode_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_rootCountsArgs = { +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 Subscriptionstagingzksync_rootMessageSentArgs = { +export type Subscriptionstagingmode_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_rootMessageSentsArgs = { +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 Subscriptionstagingzksync_relayerFeesIncreaseArgs = { +export type Subscriptionstagingmode_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_relayerFeesIncreasesArgs = { +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 Subscriptionstagingzksync_slippageUpdateArgs = { +export type Subscriptionstagingmode_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_slippageUpdatesArgs = { +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 Subscriptionstagingzksync_snapshotRootArgs = { +export type Subscriptionstagingmode_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_snapshotRootsArgs = { +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 Subscriptionstagingzksync_spokeConnectorModeArgs = { +export type Subscriptionstagingmode_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_spokeConnectorModesArgs = { +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 Subscriptionstagingzksync_aggregateRootProposedArgs = { +export type Subscriptionstagingmode_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_aggregateRootProposedsArgs = { +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 Subscriptionstagingzksync_optimisticRootFinalizedArgs = { +export type Subscriptionstagingmode_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingzksync_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingzksync__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingmode__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionmainnet_rootAggregatedArgs = { +export type Subscriptionbase_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootAggregatedsArgs = { +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 Subscriptionmainnet_rootPropagatedArgs = { +export type Subscriptionbase_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootPropagatedsArgs = { +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 Subscriptionmainnet_aggregatedMessageRootArgs = { +export type Subscriptionbase_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregatedMessageRootsArgs = { +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 Subscriptionmainnet_rootManagerMetaArgs = { +export type Subscriptionbase_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootManagerMetasArgs = { +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 Subscriptionmainnet_rootManagerModeArgs = { +export type Subscriptionbase_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootManagerModesArgs = { +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 Subscriptionmainnet_optimisticRootProposedArgs = { +export type Subscriptionbase_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimisticRootProposedsArgs = { +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 Subscriptionmainnet_hubOptimisticRootFinalizedArgs = { +export type Subscriptionbase_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_hubOptimisticRootFinalizedsArgs = { +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 Subscriptionmainnet_optimisticRootPropagatedArgs = { +export type Subscriptionbase_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimisticRootPropagatedsArgs = { +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 Subscriptionmainnet_polygonConnectorMetaArgs = { +export type Subscriptionbase_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_polygonConnectorMetasArgs = { +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 Subscriptionmainnet_optimismConnectorMetaArgs = { +export type Subscriptionbase_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_optimismConnectorMetasArgs = { +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 Subscriptionmainnet_bnbConnectorMetaArgs = { +export type Subscriptionbase_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_bnbConnectorMetasArgs = { +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 Subscriptionmainnet_arbitrumConnectorMetaArgs = { +export type Subscriptionbase_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_arbitrumConnectorMetasArgs = { +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 Subscriptionmainnet_gnosisConnectorMetaArgs = { +export type Subscriptionbase_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_gnosisConnectorMetasArgs = { +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 Subscriptionmainnet_lineaConnectorMetaArgs = { +export type Subscriptionbase_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_lineaConnectorMetasArgs = { +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 Subscriptionmainnet_metisConnectorMetaArgs = { +export type Subscriptionbase_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_metisConnectorMetasArgs = { +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 Subscriptionmainnet_mantleConnectorMetaArgs = { +export type Subscriptionbase_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_mantleConnectorMetasArgs = { +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 Subscriptionmainnet_avalancheConnectorMetaArgs = { +export type Subscriptionbase_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_avalancheConnectorMetasArgs = { +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 Subscriptionmainnet_baseConnectorMetaArgs = { +export type Subscriptionbase_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_baseConnectorMetasArgs = { +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 Subscriptionmainnet_polygonZkConnectorMetaArgs = { +export type Subscriptionbase_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_polygonZkConnectorMetasArgs = { +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 Subscriptionmainnet_zkSyncConnectorMetaArgs = { +export type Subscriptionbase_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_zkSyncConnectorMetasArgs = { +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 Subscriptionmainnet_modeConnectorMetaArgs = { +export type Subscriptionbase_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_modeConnectorMetasArgs = { +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 Subscriptionmainnet_rootMessageProcessedArgs = { +export type Subscriptionbase_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_rootMessageProcessedsArgs = { +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 Subscriptionmainnet_aggregateRootSavedSlowArgs = { +export type Subscriptionbase_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_aggregateRootSavedSlowsArgs = { +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 Subscriptionmainnet_hubDomainArgs = { +export type Subscriptionbase__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingscroll_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmainnet_hubDomainsArgs = { +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 Subscriptionxlayer_swap_systemInfoArgs = { +export type Subscriptionstagingscroll_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_systemInfosArgs = { +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 Subscriptionxlayer_swap_pooledTokenArgs = { +export type Subscriptionstagingscroll_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_pooledTokensArgs = { +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 Subscriptionxlayer_swap_stableSwapArgs = { +export type Subscriptionstagingscroll_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_stableSwapsArgs = { +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 Subscriptionxlayer_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionstagingscroll_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_stableSwapAddLiquidityEventsArgs = { +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 Subscriptionxlayer_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionstagingscroll_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_stableSwapRemoveLiquidityEventsArgs = { +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 Subscriptionxlayer_swap_stableSwapExchangeArgs = { +export type Subscriptionstagingscroll_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_stableSwapExchangesArgs = { +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 Subscriptionxlayer_swap_swapDailyVolumeArgs = { +export type Subscriptionstagingscroll_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_swapDailyVolumesArgs = { +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 Subscriptionxlayer_swap_swapHourlyVolumeArgs = { +export type Subscriptionstagingscroll_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_swapHourlyVolumesArgs = { +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 Subscriptionxlayer_swap_swapWeeklyVolumeArgs = { +export type Subscriptionstagingscroll_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_swapWeeklyVolumesArgs = { +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 Subscriptionxlayer_swap_lpAccountArgs = { +export type Subscriptionstagingscroll_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_lpAccountsArgs = { +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 Subscriptionxlayer_swap_lpAccountBalanceArgs = { +export type Subscriptionstagingscroll_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_lpAccountBalancesArgs = { +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 Subscriptionxlayer_swap_lpTokenArgs = { +export type Subscriptionstagingscroll_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_lpTokensArgs = { +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 Subscriptionxlayer_swap_lpTransferEventArgs = { +export type Subscriptionstagingscroll_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_lpTransferEventsArgs = { +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 Subscriptionxlayer_swap_stableSwapEventArgs = { +export type Subscriptionstagingscroll_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_stableSwapEventsArgs = { +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 Subscriptionxlayer_swap_swapTradeVolumeArgs = { +export type Subscriptionstagingscroll_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_swapTradeVolumesArgs = { +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 Subscriptionxlayer_swap_lpTokenEventArgs = { +export type Subscriptionstagingscroll_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_swap_lpTokenEventsArgs = { +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 Subscriptionxlayer_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingscroll_relayerFeesIncreaseArgs = { + id: Scalars['ID']; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_assetArgs = { +export type Subscriptionstagingscroll_relayerFeesIncreasesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; + + +export type Subscriptionstagingscroll_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_assetsArgs = { +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 Subscriptionstagingxlayer_assetStatusArgs = { +export type Subscriptionstagingscroll_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_assetStatusesArgs = { +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 Subscriptionstagingxlayer_assetBalanceArgs = { +export type Subscriptionstagingscroll_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_assetBalancesArgs = { +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 Subscriptionstagingxlayer_routerArgs = { +export type Subscriptionstagingscroll_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_routersArgs = { +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 Subscriptionstagingxlayer_routerDailyTVLArgs = { +export type Subscriptionstagingscroll_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_routerDailyTVLsArgs = { +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 Subscriptionstagingxlayer_routerLiquidityEventArgs = { +export type Subscriptionstagingscroll__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionstagingzksync_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_routerLiquidityEventsArgs = { +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 Subscriptionstagingxlayer_settingArgs = { +export type Subscriptionstagingzksync_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_settingsArgs = { +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 Subscriptionstagingxlayer_relayerArgs = { +export type Subscriptionstagingzksync_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_relayersArgs = { +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 Subscriptionstagingxlayer_sequencerArgs = { +export type Subscriptionstagingzksync_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_sequencersArgs = { +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 Subscriptionstagingxlayer_relayerFeeArgs = { +export type Subscriptionstagingzksync_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_relayerFeesArgs = { +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 Subscriptionstagingxlayer_originTransferArgs = { +export type Subscriptionstagingzksync_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_originTransfersArgs = { +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 Subscriptionstagingxlayer_destinationTransferArgs = { +export type Subscriptionstagingzksync_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_destinationTransfersArgs = { +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 Subscriptionstagingxlayer_originMessageArgs = { +export type Subscriptionstagingzksync_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_originMessagesArgs = { +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 Subscriptionstagingxlayer_aggregateRootArgs = { +export type Subscriptionstagingzksync_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_aggregateRootsArgs = { +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 Subscriptionstagingxlayer_connectorMetaArgs = { +export type Subscriptionstagingzksync_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_connectorMetasArgs = { +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 Subscriptionstagingxlayer_rootCountArgs = { +export type Subscriptionstagingzksync_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_rootCountsArgs = { +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 Subscriptionstagingxlayer_rootMessageSentArgs = { +export type Subscriptionstagingzksync_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_rootMessageSentsArgs = { +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 Subscriptionstagingxlayer_relayerFeesIncreaseArgs = { +export type Subscriptionstagingzksync_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_relayerFeesIncreasesArgs = { +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 Subscriptionstagingxlayer_slippageUpdateArgs = { +export type Subscriptionstagingzksync_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_slippageUpdatesArgs = { +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 Subscriptionstagingxlayer_snapshotRootArgs = { +export type Subscriptionstagingzksync_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_snapshotRootsArgs = { +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 Subscriptionstagingxlayer_spokeConnectorModeArgs = { +export type Subscriptionstagingzksync_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_spokeConnectorModesArgs = { +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 Subscriptionstagingxlayer_aggregateRootProposedArgs = { +export type Subscriptionstagingzksync_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_aggregateRootProposedsArgs = { +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 Subscriptionstagingxlayer_optimisticRootFinalizedArgs = { +export type Subscriptionstagingzksync_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingxlayer_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingxlayer__metaArgs = { - block?: InputMaybe; +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 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; }; @@ -42225,3982 +42644,3563 @@ export type Subscriptionxdai__metaArgs = { }; -export type Subscriptionmode_assetArgs = { +export type Subscriptionstagingbnb_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_assetsArgs = { +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 Subscriptionmode_assetStatusArgs = { +export type Subscriptionstagingbnb_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_assetStatusesArgs = { +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 Subscriptionmode_assetBalanceArgs = { +export type Subscriptionstagingbnb_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_assetBalancesArgs = { +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 Subscriptionmode_routerArgs = { +export type Subscriptionstagingbnb_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_routersArgs = { +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 Subscriptionmode_routerDailyTVLArgs = { +export type Subscriptionstagingbnb_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_routerDailyTVLsArgs = { +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 Subscriptionmode_routerLiquidityEventArgs = { +export type Subscriptionstagingbnb_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_routerLiquidityEventsArgs = { +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 Subscriptionmode_settingArgs = { +export type Subscriptionstagingbnb_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_settingsArgs = { +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 Subscriptionmode_relayerArgs = { +export type Subscriptionstagingbnb_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_relayersArgs = { +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 Subscriptionmode_sequencerArgs = { +export type Subscriptionstagingbnb_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_sequencersArgs = { +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 Subscriptionmode_relayerFeeArgs = { +export type Subscriptionstagingbnb_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_relayerFeesArgs = { +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 Subscriptionmode_originTransferArgs = { +export type Subscriptionstagingbnb_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_originTransfersArgs = { +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 Subscriptionmode_destinationTransferArgs = { +export type Subscriptionstagingbnb_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_destinationTransfersArgs = { +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 Subscriptionmode_originMessageArgs = { +export type Subscriptionstagingbnb_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_originMessagesArgs = { +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 Subscriptionmode_aggregateRootArgs = { +export type Subscriptionstagingbnb_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_aggregateRootsArgs = { +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 Subscriptionmode_connectorMetaArgs = { +export type Subscriptionstagingbnb_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_connectorMetasArgs = { +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 Subscriptionmode_rootCountArgs = { +export type Subscriptionstagingbnb_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_rootCountsArgs = { +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 Subscriptionmode_rootMessageSentArgs = { +export type Subscriptionstagingbnb_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_rootMessageSentsArgs = { +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 Subscriptionmode_relayerFeesIncreaseArgs = { +export type Subscriptionstagingbnb_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_relayerFeesIncreasesArgs = { +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 Subscriptionmode_slippageUpdateArgs = { +export type Subscriptionstagingbnb_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_slippageUpdatesArgs = { +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 Subscriptionmode_snapshotRootArgs = { +export type Subscriptionstagingbnb_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_snapshotRootsArgs = { +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 Subscriptionmode_spokeConnectorModeArgs = { +export type Subscriptionstagingbnb_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_spokeConnectorModesArgs = { +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 Subscriptionmode_aggregateRootProposedArgs = { +export type Subscriptionstagingbnb_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_aggregateRootProposedsArgs = { +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 Subscriptionmode_optimisticRootFinalizedArgs = { +export type Subscriptionstagingbnb_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmode_optimisticRootFinalizedsArgs = { +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 Subscriptionmode__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingbnb__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionstagingmantle_assetArgs = { +export type Subscriptionstagingarbitrumone_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_assetsArgs = { +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 Subscriptionstagingmantle_assetStatusArgs = { +export type Subscriptionstagingarbitrumone_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_assetStatusesArgs = { +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 Subscriptionstagingmantle_assetBalanceArgs = { +export type Subscriptionstagingarbitrumone_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_assetBalancesArgs = { +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 Subscriptionstagingmantle_routerArgs = { +export type Subscriptionstagingarbitrumone_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_routersArgs = { +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 Subscriptionstagingmantle_routerDailyTVLArgs = { +export type Subscriptionstagingarbitrumone_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_routerDailyTVLsArgs = { +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 Subscriptionstagingmantle_routerLiquidityEventArgs = { +export type Subscriptionstagingarbitrumone_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_routerLiquidityEventsArgs = { +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 Subscriptionstagingmantle_settingArgs = { +export type Subscriptionstagingarbitrumone_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_settingsArgs = { +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 Subscriptionstagingmantle_relayerArgs = { +export type Subscriptionstagingarbitrumone_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_relayersArgs = { +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 Subscriptionstagingmantle_sequencerArgs = { +export type Subscriptionstagingarbitrumone_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_sequencersArgs = { +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 Subscriptionstagingmantle_relayerFeeArgs = { +export type Subscriptionstagingarbitrumone_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_relayerFeesArgs = { +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 Subscriptionstagingmantle_originTransferArgs = { +export type Subscriptionstagingarbitrumone_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_originTransfersArgs = { +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 Subscriptionstagingmantle_destinationTransferArgs = { +export type Subscriptionstagingarbitrumone_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_destinationTransfersArgs = { +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 Subscriptionstagingmantle_originMessageArgs = { +export type Subscriptionstagingarbitrumone_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_originMessagesArgs = { +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 Subscriptionstagingmantle_aggregateRootArgs = { +export type Subscriptionstagingarbitrumone_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_aggregateRootsArgs = { +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 Subscriptionstagingmantle_connectorMetaArgs = { +export type Subscriptionstagingarbitrumone_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_connectorMetasArgs = { +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 Subscriptionstagingmantle_rootCountArgs = { +export type Subscriptionstagingarbitrumone_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_rootCountsArgs = { +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 Subscriptionstagingmantle_rootMessageSentArgs = { +export type Subscriptionstagingarbitrumone_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_rootMessageSentsArgs = { +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 Subscriptionstagingmantle_relayerFeesIncreaseArgs = { +export type Subscriptionstagingarbitrumone_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_relayerFeesIncreasesArgs = { +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 Subscriptionstagingmantle_slippageUpdateArgs = { +export type Subscriptionstagingarbitrumone_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_slippageUpdatesArgs = { +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 Subscriptionstagingmantle_snapshotRootArgs = { +export type Subscriptionstagingarbitrumone_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_snapshotRootsArgs = { +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 Subscriptionstagingmantle_spokeConnectorModeArgs = { +export type Subscriptionstagingarbitrumone_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_spokeConnectorModesArgs = { +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 Subscriptionstagingmantle_aggregateRootProposedArgs = { +export type Subscriptionstagingarbitrumone_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_aggregateRootProposedsArgs = { +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 Subscriptionstagingmantle_optimisticRootFinalizedArgs = { +export type Subscriptionstagingarbitrumone_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmantle_optimisticRootFinalizedsArgs = { +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 Subscriptionstagingmantle__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingarbitrumone__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionstagingmetis_assetArgs = { +export type Subscriptionstagingpolygonzkevm_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_assetsArgs = { +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 Subscriptionstagingmetis_assetStatusArgs = { +export type Subscriptionstagingpolygonzkevm_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_assetStatusesArgs = { +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 Subscriptionstagingmetis_assetBalanceArgs = { +export type Subscriptionstagingpolygonzkevm_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_assetBalancesArgs = { +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 Subscriptionstagingmetis_routerArgs = { +export type Subscriptionstagingpolygonzkevm_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_routersArgs = { +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 Subscriptionstagingmetis_routerDailyTVLArgs = { +export type Subscriptionstagingpolygonzkevm_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_routerDailyTVLsArgs = { +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 Subscriptionstagingmetis_routerLiquidityEventArgs = { +export type Subscriptionstagingpolygonzkevm_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_routerLiquidityEventsArgs = { +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 Subscriptionstagingmetis_settingArgs = { +export type Subscriptionstagingpolygonzkevm_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_settingsArgs = { +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 Subscriptionstagingmetis_relayerArgs = { +export type Subscriptionstagingpolygonzkevm_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_relayersArgs = { +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_sequencerArgs = { +export type Subscriptionstagingpolygonzkevm_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_sequencersArgs = { +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_relayerFeeArgs = { +export type Subscriptionstagingpolygonzkevm_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_relayerFeesArgs = { +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_originTransferArgs = { +export type Subscriptionstagingpolygonzkevm_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_originTransfersArgs = { +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_destinationTransferArgs = { +export type Subscriptionstagingpolygonzkevm_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_destinationTransfersArgs = { +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_originMessageArgs = { +export type Subscriptionstagingpolygonzkevm_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_originMessagesArgs = { +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_aggregateRootArgs = { +export type Subscriptionstagingpolygonzkevm_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_aggregateRootsArgs = { +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_connectorMetaArgs = { +export type Subscriptionstagingpolygonzkevm_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_connectorMetasArgs = { +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_rootCountArgs = { +export type Subscriptionstagingpolygonzkevm_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_rootCountsArgs = { +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_rootMessageSentArgs = { +export type Subscriptionstagingpolygonzkevm_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_rootMessageSentsArgs = { +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_relayerFeesIncreaseArgs = { +export type Subscriptionstagingpolygonzkevm_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_relayerFeesIncreasesArgs = { +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_slippageUpdateArgs = { +export type Subscriptionstagingpolygonzkevm_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_slippageUpdatesArgs = { +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_snapshotRootArgs = { +export type Subscriptionstagingpolygonzkevm_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_snapshotRootsArgs = { +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_spokeConnectorModeArgs = { +export type Subscriptionstagingpolygonzkevm_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_spokeConnectorModesArgs = { +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_aggregateRootProposedArgs = { +export type Subscriptionstagingpolygonzkevm_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_aggregateRootProposedsArgs = { +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_optimisticRootFinalizedArgs = { +export type Subscriptionstagingpolygonzkevm_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionstagingmetis_optimisticRootFinalizedsArgs = { +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__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingpolygonzkevm__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionmetis_assetArgs = { +export type Subscriptionstagingxlayer_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_assetsArgs = { +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 Subscriptionmetis_assetStatusArgs = { +export type Subscriptionstagingxlayer_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_assetStatusesArgs = { +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 Subscriptionmetis_assetBalanceArgs = { +export type Subscriptionstagingxlayer_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_assetBalancesArgs = { +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 Subscriptionmetis_routerArgs = { +export type Subscriptionstagingxlayer_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_routersArgs = { +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 Subscriptionmetis_routerDailyTVLArgs = { +export type Subscriptionstagingxlayer_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_routerDailyTVLsArgs = { +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 Subscriptionmetis_routerLiquidityEventArgs = { +export type Subscriptionstagingxlayer_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_routerLiquidityEventsArgs = { +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 Subscriptionmetis_settingArgs = { +export type Subscriptionstagingxlayer_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_settingsArgs = { +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 Subscriptionmetis_relayerArgs = { +export type Subscriptionstagingxlayer_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_relayersArgs = { +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 Subscriptionmetis_sequencerArgs = { +export type Subscriptionstagingxlayer_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_sequencersArgs = { +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 Subscriptionmetis_relayerFeeArgs = { +export type Subscriptionstagingxlayer_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_relayerFeesArgs = { +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 Subscriptionmetis_originTransferArgs = { +export type Subscriptionstagingxlayer_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_originTransfersArgs = { +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 Subscriptionmetis_destinationTransferArgs = { +export type Subscriptionstagingxlayer_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_destinationTransfersArgs = { +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 Subscriptionmetis_originMessageArgs = { +export type Subscriptionstagingxlayer_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_originMessagesArgs = { +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 Subscriptionmetis_aggregateRootArgs = { +export type Subscriptionstagingxlayer_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_aggregateRootsArgs = { +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 Subscriptionmetis_connectorMetaArgs = { +export type Subscriptionstagingxlayer_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_connectorMetasArgs = { +export type Subscriptionstagingxlayer_connectorMetasArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; + subgraphError?: _SubgraphErrorPolicy_; +}; -export type Subscriptionmetis_rootCountArgs = { + +export type Subscriptionstagingxlayer_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_rootCountsArgs = { +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 Subscriptionmetis_rootMessageSentArgs = { +export type Subscriptionstagingxlayer_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_rootMessageSentsArgs = { +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 Subscriptionmetis_relayerFeesIncreaseArgs = { +export type Subscriptionstagingxlayer_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_relayerFeesIncreasesArgs = { +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 Subscriptionmetis_slippageUpdateArgs = { +export type Subscriptionstagingxlayer_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_slippageUpdatesArgs = { +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 Subscriptionmetis_snapshotRootArgs = { +export type Subscriptionstagingxlayer_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_snapshotRootsArgs = { +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 Subscriptionmetis_spokeConnectorModeArgs = { +export type Subscriptionstagingxlayer_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_spokeConnectorModesArgs = { +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 Subscriptionmetis_aggregateRootProposedArgs = { +export type Subscriptionstagingxlayer_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_aggregateRootProposedsArgs = { +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 Subscriptionmetis_optimisticRootFinalizedArgs = { +export type Subscriptionstagingxlayer_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionmetis_optimisticRootFinalizedsArgs = { +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 Subscriptionmetis__metaArgs = { - block?: InputMaybe; +export type Subscriptionstagingxlayer__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionbnb_assetArgs = { +export type Subscriptionstaginglinea_assetArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_assetStatusArgs = { +export type Subscriptionstaginglinea_assetStatusArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_assetBalanceArgs = { +export type Subscriptionstaginglinea_assetBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_routerArgs = { +export type Subscriptionstaginglinea_routerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_routerDailyTVLArgs = { +export type Subscriptionstaginglinea_routerDailyTVLArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_routerLiquidityEventArgs = { +export type Subscriptionstaginglinea_routerLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_settingArgs = { +export type Subscriptionstaginglinea_settingArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_relayerArgs = { +export type Subscriptionstaginglinea_relayerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_sequencerArgs = { +export type Subscriptionstaginglinea_sequencerArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_relayerFeeArgs = { +export type Subscriptionstaginglinea_relayerFeeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_originTransferArgs = { +export type Subscriptionstaginglinea_originTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_destinationTransferArgs = { +export type Subscriptionstaginglinea_destinationTransferArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_originMessageArgs = { +export type Subscriptionstaginglinea_originMessageArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_aggregateRootArgs = { +export type Subscriptionstaginglinea_aggregateRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_connectorMetaArgs = { +export type Subscriptionstaginglinea_connectorMetaArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_rootCountArgs = { +export type Subscriptionstaginglinea_rootCountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_rootMessageSentArgs = { +export type Subscriptionstaginglinea_rootMessageSentArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_relayerFeesIncreaseArgs = { +export type Subscriptionstaginglinea_relayerFeesIncreaseArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_slippageUpdateArgs = { +export type Subscriptionstaginglinea_slippageUpdateArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_snapshotRootArgs = { +export type Subscriptionstaginglinea_snapshotRootArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_spokeConnectorModeArgs = { +export type Subscriptionstaginglinea_spokeConnectorModeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_aggregateRootProposedArgs = { +export type Subscriptionstaginglinea_aggregateRootProposedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb_optimisticRootFinalizedArgs = { +export type Subscriptionstaginglinea_optimisticRootFinalizedArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_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 Subscriptionbnb__metaArgs = { - block?: InputMaybe; +export type Subscriptionstaginglinea__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionxlayer_assetArgs = { +export type Subscriptionbnb_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_assetsArgs = { +export type Subscriptionbnb_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_assetStatusArgs = { +export type Subscriptionbnb_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_assetStatusesArgs = { +export type Subscriptionbnb_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_assetBalanceArgs = { +export type Subscriptionbnb_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_assetBalancesArgs = { +export type Subscriptionbnb_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_routerArgs = { +export type Subscriptionbnb_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_routersArgs = { +export type Subscriptionbnb_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_routerDailyTVLArgs = { +export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_routerDailyTVLsArgs = { +export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_routerLiquidityEventArgs = { +export type Subscriptionbnb_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_routerLiquidityEventsArgs = { +export type Subscriptionbnb_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_settingArgs = { +export type Subscriptionbnb_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_settingsArgs = { +export type Subscriptionbnb_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_relayerArgs = { +export type Subscriptionbnb_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_relayersArgs = { +export type Subscriptionbnb_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_sequencerArgs = { +export type Subscriptionbnb_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_sequencersArgs = { +export type Subscriptionbnb_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_relayerFeeArgs = { +export type Subscriptionbnb_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_relayerFeesArgs = { +export type Subscriptionbnb_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_originTransferArgs = { +export type Subscriptionbnb_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_originTransfersArgs = { +export type Subscriptionbnb_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_destinationTransferArgs = { +export type Subscriptionbnb_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_destinationTransfersArgs = { +export type Subscriptionbnb_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_originMessageArgs = { +export type Subscriptionbnb_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_originMessagesArgs = { +export type Subscriptionbnb_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_aggregateRootArgs = { +export type Subscriptionbnb_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_aggregateRootsArgs = { +export type Subscriptionbnb_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_connectorMetaArgs = { +export type Subscriptionbnb_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_connectorMetasArgs = { +export type Subscriptionbnb_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_rootCountArgs = { +export type Subscriptionbnb_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_rootCountsArgs = { +export type Subscriptionbnb_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_rootMessageSentArgs = { +export type Subscriptionbnb_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionoptimism_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_rootMessageSentsArgs = { +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 Subscriptionxlayer_relayerFeesIncreaseArgs = { +export type Subscriptionoptimism_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_relayerFeesIncreasesArgs = { +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 Subscriptionxlayer_slippageUpdateArgs = { +export type Subscriptionoptimism_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_slippageUpdatesArgs = { +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 Subscriptionxlayer_snapshotRootArgs = { +export type Subscriptionoptimism_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_snapshotRootsArgs = { +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 Subscriptionxlayer_spokeConnectorModeArgs = { +export type Subscriptionoptimism_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_spokeConnectorModesArgs = { +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 Subscriptionxlayer_aggregateRootProposedArgs = { +export type Subscriptionoptimism_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_aggregateRootProposedsArgs = { +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 Subscriptionxlayer_optimisticRootFinalizedArgs = { +export type Subscriptionoptimism_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxlayer_optimisticRootFinalizedsArgs = { +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 Subscriptionxlayer__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionbnb_swap_systemInfoArgs = { +export type Subscriptionoptimism_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_systemInfosArgs = { +export type Subscriptionoptimism_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_pooledTokenArgs = { +export type Subscriptionoptimism_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_pooledTokensArgs = { +export type Subscriptionoptimism_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapArgs = { +export type Subscriptionoptimism_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapsArgs = { +export type Subscriptionoptimism_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionoptimism_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionoptimism_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionoptimism_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionoptimism_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapExchangeArgs = { +export type Subscriptionoptimism_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapExchangesArgs = { +export type Subscriptionoptimism_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapDailyVolumeArgs = { +export type Subscriptionoptimism_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapDailyVolumesArgs = { +export type Subscriptionoptimism_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapHourlyVolumeArgs = { +export type Subscriptionoptimism_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapHourlyVolumesArgs = { +export type Subscriptionoptimism_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapWeeklyVolumeArgs = { +export type Subscriptionoptimism_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapWeeklyVolumesArgs = { +export type Subscriptionoptimism_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountArgs = { +export type Subscriptionoptimism_swap__metaArgs = { + block?: InputMaybe; +}; + + +export type Subscriptionarbitrumone_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountsArgs = { +export type Subscriptionarbitrumone_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountBalanceArgs = { +export type Subscriptionarbitrumone_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpAccountBalancesArgs = { +export type Subscriptionarbitrumone_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTokenArgs = { +export type Subscriptionarbitrumone_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTokensArgs = { +export type Subscriptionarbitrumone_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTransferEventArgs = { +export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTransferEventsArgs = { +export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapEventArgs = { +export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_stableSwapEventsArgs = { +export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapTradeVolumeArgs = { +export type Subscriptionarbitrumone_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_swapTradeVolumesArgs = { +export type Subscriptionarbitrumone_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTokenEventArgs = { +export type Subscriptionarbitrumone_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap_lpTokenEventsArgs = { +export type Subscriptionarbitrumone_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionbnb_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionpolygon_swap_systemInfoArgs = { +export type Subscriptionarbitrumone_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionpolygon_swap_systemInfosArgs = { +export type Subscriptionarbitrumone_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapWeeklyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapWeeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpAccountArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpAccountsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpAccountBalanceArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpAccountBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpTransferEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpTransferEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_stableSwapEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapTradeVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_swapTradeVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpTokenEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap_lpTokenEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionpolygon_swap__metaArgs = { - block?: InputMaybe; -}; - - -export type Subscriptionoptimism_swap_systemInfoArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_systemInfosArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_pooledTokenArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_pooledTokensArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapAddLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapAddLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapRemoveLiquidityEventArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapRemoveLiquidityEventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapExchangeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_stableSwapExchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_swapDailyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_swapDailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_swapHourlyVolumeArgs = { - id: Scalars['ID']; - block?: InputMaybe; - subgraphError?: _SubgraphErrorPolicy_; -}; - - -export type Subscriptionoptimism_swap_swapHourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_swapWeeklyVolumeArgs = { +export type Subscriptionarbitrumone_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_swapWeeklyVolumesArgs = { +export type Subscriptionarbitrumone_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpAccountArgs = { +export type Subscriptionarbitrumone_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpAccountsArgs = { +export type Subscriptionarbitrumone_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpAccountBalanceArgs = { +export type Subscriptionarbitrumone_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpAccountBalancesArgs = { +export type Subscriptionarbitrumone_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpTokenArgs = { +export type Subscriptionarbitrumone_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpTokensArgs = { +export type Subscriptionarbitrumone_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpTransferEventArgs = { +export type Subscriptionarbitrumone_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpTransferEventsArgs = { +export type Subscriptionarbitrumone_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_stableSwapEventArgs = { +export type Subscriptionarbitrumone_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_stableSwapEventsArgs = { +export type Subscriptionarbitrumone_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_swapTradeVolumeArgs = { +export type Subscriptionarbitrumone_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_swapTradeVolumesArgs = { +export type Subscriptionarbitrumone_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpTokenEventArgs = { +export type Subscriptionarbitrumone_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap_lpTokenEventsArgs = { +export type Subscriptionarbitrumone_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionoptimism_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionarbitrumone_swap__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionarbitrumone_swap_systemInfoArgs = { +export type Subscriptionxdai_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_systemInfosArgs = { +export type Subscriptionxdai_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_pooledTokenArgs = { +export type Subscriptionxdai_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_pooledTokensArgs = { +export type Subscriptionxdai_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapArgs = { +export type Subscriptionxdai_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapsArgs = { +export type Subscriptionxdai_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionxdai_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionxdai_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionxdai_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionxdai_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapExchangeArgs = { +export type Subscriptionxdai_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapExchangesArgs = { +export type Subscriptionxdai_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapDailyVolumeArgs = { +export type Subscriptionxdai_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapDailyVolumesArgs = { +export type Subscriptionxdai_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapHourlyVolumeArgs = { +export type Subscriptionxdai_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapHourlyVolumesArgs = { +export type Subscriptionxdai_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapWeeklyVolumeArgs = { +export type Subscriptionxdai_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapWeeklyVolumesArgs = { +export type Subscriptionxdai_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpAccountArgs = { +export type Subscriptionxdai_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpAccountsArgs = { +export type Subscriptionxdai_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpAccountBalanceArgs = { +export type Subscriptionxdai_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpAccountBalancesArgs = { +export type Subscriptionxdai_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTokenArgs = { +export type Subscriptionxdai_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTokensArgs = { +export type Subscriptionxdai_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTransferEventArgs = { +export type Subscriptionxdai_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTransferEventsArgs = { +export type Subscriptionxdai_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapEventArgs = { +export type Subscriptionxdai_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_stableSwapEventsArgs = { +export type Subscriptionxdai_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapTradeVolumeArgs = { +export type Subscriptionxdai_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_swapTradeVolumesArgs = { +export type Subscriptionxdai_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTokenEventArgs = { +export type Subscriptionxdai_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap_lpTokenEventsArgs = { +export type Subscriptionxdai_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionarbitrumone_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionxdai_swap__metaArgs = { + block?: InputMaybe; }; -export type Subscriptionxdai_swap_systemInfoArgs = { +export type Subscriptionpolygon_swap_systemInfoArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_systemInfosArgs = { +export type Subscriptionpolygon_swap_systemInfosArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_pooledTokenArgs = { +export type Subscriptionpolygon_swap_pooledTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_pooledTokensArgs = { +export type Subscriptionpolygon_swap_pooledTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapArgs = { +export type Subscriptionpolygon_swap_stableSwapArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapsArgs = { +export type Subscriptionpolygon_swap_stableSwapsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapAddLiquidityEventArgs = { +export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapAddLiquidityEventsArgs = { +export type Subscriptionpolygon_swap_stableSwapAddLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapRemoveLiquidityEventArgs = { +export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapRemoveLiquidityEventsArgs = { +export type Subscriptionpolygon_swap_stableSwapRemoveLiquidityEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapExchangeArgs = { +export type Subscriptionpolygon_swap_stableSwapExchangeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapExchangesArgs = { +export type Subscriptionpolygon_swap_stableSwapExchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapDailyVolumeArgs = { +export type Subscriptionpolygon_swap_swapDailyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapDailyVolumesArgs = { +export type Subscriptionpolygon_swap_swapDailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapHourlyVolumeArgs = { +export type Subscriptionpolygon_swap_swapHourlyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapHourlyVolumesArgs = { +export type Subscriptionpolygon_swap_swapHourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapWeeklyVolumeArgs = { +export type Subscriptionpolygon_swap_swapWeeklyVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapWeeklyVolumesArgs = { +export type Subscriptionpolygon_swap_swapWeeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpAccountArgs = { +export type Subscriptionpolygon_swap_lpAccountArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpAccountsArgs = { +export type Subscriptionpolygon_swap_lpAccountsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpAccountBalanceArgs = { +export type Subscriptionpolygon_swap_lpAccountBalanceArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpAccountBalancesArgs = { +export type Subscriptionpolygon_swap_lpAccountBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpTokenArgs = { +export type Subscriptionpolygon_swap_lpTokenArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpTokensArgs = { +export type Subscriptionpolygon_swap_lpTokensArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpTransferEventArgs = { +export type Subscriptionpolygon_swap_lpTransferEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpTransferEventsArgs = { +export type Subscriptionpolygon_swap_lpTransferEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapEventArgs = { +export type Subscriptionpolygon_swap_stableSwapEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_stableSwapEventsArgs = { +export type Subscriptionpolygon_swap_stableSwapEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapTradeVolumeArgs = { +export type Subscriptionpolygon_swap_swapTradeVolumeArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_swapTradeVolumesArgs = { +export type Subscriptionpolygon_swap_swapTradeVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpTokenEventArgs = { +export type Subscriptionpolygon_swap_lpTokenEventArgs = { id: Scalars['ID']; - block?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap_lpTokenEventsArgs = { +export type Subscriptionpolygon_swap_lpTokenEventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; - block?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; + block?: InputMaybe; subgraphError?: _SubgraphErrorPolicy_; }; -export type Subscriptionxdai_swap__metaArgs = { - block?: InputMaybe; +export type Subscriptionpolygon_swap__metaArgs = { + block?: InputMaybe; }; @@ -46496,46 +46496,46 @@ export type Subscriptionavalanche_swap__metaArgs = { block?: InputMaybe; }; -export type mantle_swap_Aggregation_interval = +export type sepolia_swap_Aggregation_interval = | 'hour' | 'day'; -export type mantle_swap_BlockChangedFilter = { +export type sepolia_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type mantle_swap_Block_height = { - hash?: InputMaybe; +export type sepolia_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type mantle_swap_LpAccount = { +export type sepolia_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['mantle_swap_Bytes']; - balances: Array; + address: Scalars['sepolia_swap_Bytes']; + balances: Array; }; -export type mantle_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 mantle_swap_LpAccountBalance = { +export type sepolia_swap_LpAccountBalance = { id: Scalars['ID']; - account: mantle_swap_LpAccount; - token: mantle_swap_LpToken; - amount: Scalars['mantle_swap_BigDecimal']; - block?: Maybe; + account: sepolia_swap_LpAccount; + token: sepolia_swap_LpToken; + amount: Scalars['sepolia_swap_BigDecimal']; + block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type mantle_swap_LpAccountBalance_filter = { +export type sepolia_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46564,7 +46564,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; @@ -46585,15 +46585,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; @@ -46610,23 +46610,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 sepolia_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -46643,7 +46643,7 @@ export type mantle_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type mantle_swap_LpAccount_filter = { +export type sepolia_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46652,59 +46652,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 sepolia_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type mantle_swap_LpToken = { +export type sepolia_swap_LpToken = { id: Scalars['ID']; - address: Scalars['mantle_swap_Bytes']; - stableSwap: mantle_swap_StableSwap; + address: Scalars['sepolia_swap_Bytes']; + stableSwap: sepolia_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['mantle_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['sepolia_swap_BigDecimal']; + events: Array; }; -export type mantle_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 mantle_swap_LpTokenEvent = { +export type sepolia_swap_LpTokenEvent = { id: Scalars['ID']; - token: mantle_swap_LpToken; - amount: Scalars['mantle_swap_BigDecimal']; + token: sepolia_swap_LpToken; + amount: Scalars['sepolia_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; + transaction: Scalars['sepolia_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type mantle_swap_LpTokenEvent_filter = { +export type sepolia_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46733,15 +46733,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; @@ -46758,16 +46758,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; @@ -46777,12 +46777,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 sepolia_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -46797,7 +46797,7 @@ export type mantle_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type mantle_swap_LpToken_filter = { +export type sepolia_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46806,16 +46806,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; @@ -46836,7 +46836,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; @@ -46885,22 +46885,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 sepolia_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -46926,21 +46926,21 @@ export type mantle_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type mantle_swap_LpTransferEvent = mantle_swap_LpTokenEvent & { +export type sepolia_swap_LpTransferEvent = sepolia_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: 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['mantle_swap_Bytes']; + transaction: Scalars['sepolia_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type mantle_swap_LpTransferEvent_filter = { +export type sepolia_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -46969,51 +46969,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; @@ -47030,16 +47030,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; @@ -47049,12 +47049,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 sepolia_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -47074,16 +47074,16 @@ export type mantle_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type mantle_swap_OrderDirection = +export type sepolia_swap_OrderDirection = | 'asc' | 'desc'; -export type mantle_swap_PooledToken = { +export type sepolia_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['mantle_swap_Bytes']; + asset: Scalars['sepolia_swap_Bytes']; }; -export type mantle_swap_PooledToken_filter = { +export type sepolia_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47092,103 +47092,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 sepolia_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type mantle_swap_StableSwap = { +export type sepolia_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['mantle_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 mantle_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 mantle_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 mantle_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 mantle_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 mantle_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 mantle_swap_StableSwapAddLiquidityEvent = mantle_swap_StableSwapEvent & { +export type sepolia_swap_StableSwapAddLiquidityEvent = sepolia_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; - provider: Scalars['mantle_swap_Bytes']; + stableSwap: sepolia_swap_StableSwap; + provider: Scalars['sepolia_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -47197,11 +47197,11 @@ export type mantle_swap_StableSwapAddLiquidityEvent = mantle_swap_StableSwapEven balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; + transaction: Scalars['sepolia_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type mantle_swap_StableSwapAddLiquidityEvent_filter = { +export type sepolia_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47230,17 +47230,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>; @@ -47299,16 +47299,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; @@ -47318,12 +47318,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 sepolia_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -47354,16 +47354,16 @@ export type mantle_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type mantle_swap_StableSwapEvent = { +export type sepolia_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; + stableSwap: sepolia_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; + transaction: Scalars['sepolia_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type mantle_swap_StableSwapEvent_filter = { +export type sepolia_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47392,7 +47392,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; @@ -47409,16 +47409,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; @@ -47428,12 +47428,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 sepolia_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -47457,10 +47457,10 @@ export type mantle_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type mantle_swap_StableSwapExchange = { +export type sepolia_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; - buyer: Scalars['mantle_swap_Bytes']; + stableSwap: sepolia_swap_StableSwap; + buyer: Scalars['sepolia_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -47469,11 +47469,11 @@ export type mantle_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; + transaction: Scalars['sepolia_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type mantle_swap_StableSwapExchange_filter = { +export type sepolia_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47502,17 +47502,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; @@ -47575,16 +47575,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; @@ -47594,12 +47594,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 sepolia_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -47630,10 +47630,10 @@ export type mantle_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type mantle_swap_StableSwapRemoveLiquidityEvent = mantle_swap_StableSwapEvent & { +export type sepolia_swap_StableSwapRemoveLiquidityEvent = sepolia_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; - provider: Scalars['mantle_swap_Bytes']; + stableSwap: sepolia_swap_StableSwap; + provider: Scalars['sepolia_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -47642,11 +47642,11 @@ export type mantle_swap_StableSwapRemoveLiquidityEvent = mantle_swap_StableSwapE balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['mantle_swap_Bytes']; + transaction: Scalars['sepolia_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type mantle_swap_StableSwapRemoveLiquidityEvent_filter = { +export type sepolia_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47675,17 +47675,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>; @@ -47744,16 +47744,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; @@ -47763,12 +47763,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 sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -47799,7 +47799,7 @@ export type mantle_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type mantle_swap_StableSwap_filter = { +export type sepolia_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -47812,26 +47812,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; @@ -47840,26 +47840,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; @@ -47908,12 +47908,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>; @@ -47956,18 +47956,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 sepolia_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -47994,14 +47994,14 @@ export type mantle_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type mantle_swap_SwapDailyVolume = mantle_swap_SwapTradeVolume & { +export type sepolia_swap_SwapDailyVolume = sepolia_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; + stableSwap: sepolia_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['mantle_swap_BigDecimal']; + volume: Scalars['sepolia_swap_BigDecimal']; }; -export type mantle_swap_SwapDailyVolume_filter = { +export type sepolia_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48030,7 +48030,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; @@ -48039,21 +48039,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 sepolia_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -48075,14 +48075,14 @@ export type mantle_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type mantle_swap_SwapHourlyVolume = mantle_swap_SwapTradeVolume & { +export type sepolia_swap_SwapHourlyVolume = sepolia_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; + stableSwap: sepolia_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['mantle_swap_BigDecimal']; + volume: Scalars['sepolia_swap_BigDecimal']; }; -export type mantle_swap_SwapHourlyVolume_filter = { +export type sepolia_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48111,7 +48111,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; @@ -48120,21 +48120,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 sepolia_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -48156,13 +48156,13 @@ export type mantle_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type mantle_swap_SwapTradeVolume = { - stableSwap: mantle_swap_StableSwap; +export type sepolia_swap_SwapTradeVolume = { + stableSwap: sepolia_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['mantle_swap_BigDecimal']; + volume: Scalars['sepolia_swap_BigDecimal']; }; -export type mantle_swap_SwapTradeVolume_filter = { +export type sepolia_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -48183,7 +48183,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; @@ -48192,21 +48192,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 sepolia_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -48227,14 +48227,14 @@ export type mantle_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type mantle_swap_SwapWeeklyVolume = mantle_swap_SwapTradeVolume & { +export type sepolia_swap_SwapWeeklyVolume = sepolia_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: mantle_swap_StableSwap; + stableSwap: sepolia_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['mantle_swap_BigDecimal']; + volume: Scalars['sepolia_swap_BigDecimal']; }; -export type mantle_swap_SwapWeeklyVolume_filter = { +export type sepolia_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48263,7 +48263,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; @@ -48272,21 +48272,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 sepolia_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -48308,13 +48308,13 @@ export type mantle_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type mantle_swap_SystemInfo = { +export type sepolia_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type mantle_swap_SystemInfo_filter = { +export type sepolia_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48340,29 +48340,29 @@ 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 sepolia_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type mantle_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 mantle_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 @@ -48370,7 +48370,7 @@ export type mantle_swap__Meta_ = { * and therefore asks for the latest block * */ - block: mantle_swap__Block_; + block: sepolia_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ @@ -48383,46 +48383,46 @@ export type _SubgraphErrorPolicy_ = /** If the subgraph has indexing errors, data will be omitted. The default. */ | 'deny'; -export type metis_swap_Aggregation_interval = +export type optimismsepolia_swap_Aggregation_interval = | 'hour' | 'day'; -export type metis_swap_BlockChangedFilter = { +export type optimismsepolia_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type metis_swap_Block_height = { - hash?: InputMaybe; +export type optimismsepolia_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type metis_swap_LpAccount = { +export type optimismsepolia_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['metis_swap_Bytes']; - balances: Array; + address: Scalars['optimismsepolia_swap_Bytes']; + balances: Array; }; -export type metis_swap_LpAccountbalancesArgs = { +export type optimismsepolia_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type metis_swap_LpAccountBalance = { +export type optimismsepolia_swap_LpAccountBalance = { id: Scalars['ID']; - account: metis_swap_LpAccount; - token: metis_swap_LpToken; - amount: Scalars['metis_swap_BigDecimal']; + account: optimismsepolia_swap_LpAccount; + token: optimismsepolia_swap_LpToken; + amount: Scalars['optimismsepolia_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type metis_swap_LpAccountBalance_filter = { +export type optimismsepolia_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48451,7 +48451,7 @@ export type metis_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 +48472,15 @@ export type metis_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,23 +48497,23 @@ export type metis_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 metis_swap_LpAccountBalance_orderBy = +export type optimismsepolia_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -48530,7 +48530,7 @@ export type metis_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type metis_swap_LpAccount_filter = { +export type optimismsepolia_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48539,59 +48539,59 @@ 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; + 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 metis_swap_LpAccount_orderBy = +export type optimismsepolia_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type metis_swap_LpToken = { +export type optimismsepolia_swap_LpToken = { id: Scalars['ID']; - address: Scalars['metis_swap_Bytes']; - stableSwap: metis_swap_StableSwap; + address: Scalars['optimismsepolia_swap_Bytes']; + stableSwap: optimismsepolia_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['metis_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['optimismsepolia_swap_BigDecimal']; + events: Array; }; -export type metis_swap_LpTokeneventsArgs = { +export type optimismsepolia_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type metis_swap_LpTokenEvent = { +export type optimismsepolia_swap_LpTokenEvent = { id: Scalars['ID']; - token: metis_swap_LpToken; - amount: Scalars['metis_swap_BigDecimal']; + token: optimismsepolia_swap_LpToken; + amount: Scalars['optimismsepolia_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; + transaction: Scalars['optimismsepolia_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type metis_swap_LpTokenEvent_filter = { +export type optimismsepolia_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48620,15 +48620,15 @@ export type metis_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 +48645,16 @@ export type metis_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; @@ -48664,12 +48664,12 @@ export type metis_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 metis_swap_LpTokenEvent_orderBy = +export type optimismsepolia_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -48684,7 +48684,7 @@ export type metis_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type metis_swap_LpToken_filter = { +export type optimismsepolia_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48693,16 +48693,16 @@ 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; + 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; @@ -48723,7 +48723,7 @@ export type metis_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,22 +48772,22 @@ export type metis_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 metis_swap_LpToken_orderBy = +export type optimismsepolia_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -48813,21 +48813,21 @@ export type metis_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type metis_swap_LpTransferEvent = metis_swap_LpTokenEvent & { +export type optimismsepolia_swap_LpTransferEvent = optimismsepolia_swap_LpTokenEvent & { 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']; + 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['metis_swap_Bytes']; + transaction: Scalars['optimismsepolia_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type metis_swap_LpTransferEvent_filter = { +export type optimismsepolia_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48856,51 +48856,51 @@ export type metis_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; @@ -48917,16 +48917,16 @@ export type metis_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; @@ -48936,12 +48936,12 @@ export type metis_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 metis_swap_LpTransferEvent_orderBy = +export type optimismsepolia_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -48961,16 +48961,16 @@ export type metis_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type metis_swap_OrderDirection = +export type optimismsepolia_swap_OrderDirection = | 'asc' | 'desc'; -export type metis_swap_PooledToken = { +export type optimismsepolia_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['metis_swap_Bytes']; + asset: Scalars['optimismsepolia_swap_Bytes']; }; -export type metis_swap_PooledToken_filter = { +export type optimismsepolia_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -48979,103 +48979,103 @@ export type metis_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 metis_swap_PooledToken_orderBy = +export type optimismsepolia_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type metis_swap_StableSwap = { +export type optimismsepolia_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['metis_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['optimismsepolia_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 metis_swap_StableSwapeventsArgs = { +export type optimismsepolia_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type metis_swap_StableSwapexchangesArgs = { +export type optimismsepolia_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type metis_swap_StableSwaphourlyVolumesArgs = { +export type optimismsepolia_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type metis_swap_StableSwapdailyVolumesArgs = { +export type optimismsepolia_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type metis_swap_StableSwapweeklyVolumesArgs = { +export type optimismsepolia_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type metis_swap_StableSwapAddLiquidityEvent = metis_swap_StableSwapEvent & { +export type optimismsepolia_swap_StableSwapAddLiquidityEvent = optimismsepolia_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - provider: Scalars['metis_swap_Bytes']; + stableSwap: optimismsepolia_swap_StableSwap; + provider: Scalars['optimismsepolia_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -49084,11 +49084,11 @@ export type metis_swap_StableSwapAddLiquidityEvent = metis_swap_StableSwapEvent balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; + transaction: Scalars['optimismsepolia_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type metis_swap_StableSwapAddLiquidityEvent_filter = { +export type optimismsepolia_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49117,17 +49117,17 @@ export type metis_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>; @@ -49186,16 +49186,16 @@ export type metis_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; @@ -49205,12 +49205,12 @@ export type metis_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 metis_swap_StableSwapAddLiquidityEvent_orderBy = +export type optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -49241,16 +49241,16 @@ export type metis_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type metis_swap_StableSwapEvent = { +export type optimismsepolia_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; + stableSwap: optimismsepolia_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; + transaction: Scalars['optimismsepolia_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type metis_swap_StableSwapEvent_filter = { +export type optimismsepolia_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49279,7 +49279,7 @@ export type metis_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 +49296,16 @@ 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; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -49315,12 +49315,12 @@ export type metis_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 metis_swap_StableSwapEvent_orderBy = +export type optimismsepolia_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -49344,10 +49344,10 @@ export type metis_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type metis_swap_StableSwapExchange = { +export type optimismsepolia_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - buyer: Scalars['metis_swap_Bytes']; + stableSwap: optimismsepolia_swap_StableSwap; + buyer: Scalars['optimismsepolia_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -49356,11 +49356,11 @@ export type metis_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; + transaction: Scalars['optimismsepolia_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type metis_swap_StableSwapExchange_filter = { +export type optimismsepolia_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49389,17 +49389,17 @@ export type metis_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; @@ -49462,16 +49462,16 @@ export type metis_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; @@ -49481,12 +49481,12 @@ export type metis_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 metis_swap_StableSwapExchange_orderBy = +export type optimismsepolia_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -49517,10 +49517,10 @@ export type metis_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type metis_swap_StableSwapRemoveLiquidityEvent = metis_swap_StableSwapEvent & { +export type optimismsepolia_swap_StableSwapRemoveLiquidityEvent = optimismsepolia_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; - provider: Scalars['metis_swap_Bytes']; + stableSwap: optimismsepolia_swap_StableSwap; + provider: Scalars['optimismsepolia_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -49529,11 +49529,11 @@ export type metis_swap_StableSwapRemoveLiquidityEvent = metis_swap_StableSwapEve balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['metis_swap_Bytes']; + transaction: Scalars['optimismsepolia_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type metis_swap_StableSwapRemoveLiquidityEvent_filter = { +export type optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49562,17 +49562,17 @@ export type metis_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>; @@ -49631,16 +49631,16 @@ export type metis_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; @@ -49650,12 +49650,12 @@ export type metis_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 metis_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -49686,7 +49686,7 @@ export type metis_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type metis_swap_StableSwap_filter = { +export type optimismsepolia_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49699,26 +49699,26 @@ export type metis_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; @@ -49727,26 +49727,26 @@ export type metis_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; @@ -49795,12 +49795,12 @@ export type metis_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 +49843,18 @@ export type metis_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 metis_swap_StableSwap_orderBy = +export type optimismsepolia_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -49881,14 +49881,14 @@ export type metis_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type metis_swap_SwapDailyVolume = metis_swap_SwapTradeVolume & { +export type optimismsepolia_swap_SwapDailyVolume = optimismsepolia_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; + stableSwap: optimismsepolia_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['metis_swap_BigDecimal']; + volume: Scalars['optimismsepolia_swap_BigDecimal']; }; -export type metis_swap_SwapDailyVolume_filter = { +export type optimismsepolia_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49917,7 +49917,7 @@ export type metis_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,21 +49926,21 @@ export type metis_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 metis_swap_SwapDailyVolume_orderBy = +export type optimismsepolia_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -49962,14 +49962,14 @@ export type metis_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type metis_swap_SwapHourlyVolume = metis_swap_SwapTradeVolume & { +export type optimismsepolia_swap_SwapHourlyVolume = optimismsepolia_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; + stableSwap: optimismsepolia_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['metis_swap_BigDecimal']; + volume: Scalars['optimismsepolia_swap_BigDecimal']; }; -export type metis_swap_SwapHourlyVolume_filter = { +export type optimismsepolia_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -49998,7 +49998,7 @@ export type metis_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,21 +50007,21 @@ 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>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: 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 metis_swap_SwapHourlyVolume_orderBy = +export type optimismsepolia_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -50043,13 +50043,13 @@ export type metis_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type metis_swap_SwapTradeVolume = { - stableSwap: metis_swap_StableSwap; +export type optimismsepolia_swap_SwapTradeVolume = { + stableSwap: optimismsepolia_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['metis_swap_BigDecimal']; + volume: Scalars['optimismsepolia_swap_BigDecimal']; }; -export type metis_swap_SwapTradeVolume_filter = { +export type optimismsepolia_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -50070,7 +50070,7 @@ export type metis_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,21 +50079,21 @@ export type metis_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 metis_swap_SwapTradeVolume_orderBy = +export type optimismsepolia_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -50114,14 +50114,14 @@ export type metis_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type metis_swap_SwapWeeklyVolume = metis_swap_SwapTradeVolume & { +export type optimismsepolia_swap_SwapWeeklyVolume = optimismsepolia_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: metis_swap_StableSwap; + stableSwap: optimismsepolia_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['metis_swap_BigDecimal']; + volume: Scalars['optimismsepolia_swap_BigDecimal']; }; -export type metis_swap_SwapWeeklyVolume_filter = { +export type optimismsepolia_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50150,7 +50150,7 @@ export type metis_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,21 +50159,21 @@ export type metis_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 metis_swap_SwapWeeklyVolume_orderBy = +export type optimismsepolia_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -50195,13 +50195,13 @@ export type metis_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type metis_swap_SystemInfo = { +export type optimismsepolia_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type metis_swap_SystemInfo_filter = { +export type optimismsepolia_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50227,29 +50227,29 @@ export type metis_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 metis_swap_SystemInfo_orderBy = +export type optimismsepolia_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type metis_swap__Block_ = { +export type optimismsepolia_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 metis_swap__Meta_ = { +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 @@ -50257,53 +50257,84 @@ export type metis_swap__Meta_ = { * and therefore asks for the latest block * */ - block: metis_swap__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 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 sepolia_AggregateRootSavedSlow = { id: Scalars['ID']; - address: Scalars['zksync_swap_Bytes']; - balances: Array; + aggregateRoot: Scalars['sepolia_Bytes']; + count: Scalars['BigInt']; + aggregatedRoots?: Maybe>; + rootTimestamp: Scalars['BigInt']; }; - -export type zksync_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type sepolia_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 zksync_swap_LpAccountBalance = { +export type sepolia_AggregateRootSavedSlow_orderBy = + | 'id' + | 'aggregateRoot' + | 'count' + | 'aggregatedRoots' + | 'rootTimestamp'; + +export type sepolia_AggregatedMessageRoot = { id: Scalars['ID']; - account: zksync_swap_LpAccount; - token: zksync_swap_LpToken; - amount: Scalars['zksync_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + index: Scalars['BigInt']; + receivedRoot: Scalars['sepolia_Bytes']; + domain?: Maybe; + blockNumber?: Maybe; }; -export type zksync_swap_LpAccountBalance_filter = { +export type sepolia_AggregatedMessageRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50312,106 +50343,67 @@ 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; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_LpAccountBalance_orderBy = +export type sepolia_AggregatedMessageRoot_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'index' + | 'receivedRoot' + | 'domain' + | 'blockNumber'; -export type zksync_swap_LpAccount_filter = { +export type sepolia_Aggregation_interval = + | 'hour' + | 'day'; + +export type sepolia_ArbitrumConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_ArbitrumConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50420,59 +50412,76 @@ 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; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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_LpAccount_orderBy = +export type sepolia_ArbitrumConnectorMeta_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; -}; - - -export type zksync_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type zksync_swap_LpTokenEvent = { +export type sepolia_AvalancheConnectorMeta = { 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']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; }; -export type zksync_swap_LpTokenEvent_filter = { +export type sepolia_AvalancheConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50481,91 +50490,76 @@ 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>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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_LpTokenEvent_orderBy = +export type sepolia_AvalancheConnectorMeta_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 zksync_swap_LpToken_filter = { +export type sepolia_BaseConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_BaseConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50574,141 +50568,86 @@ 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; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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_LpToken_orderBy = +export type sepolia_BaseConnectorMeta_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 zksync_swap_LpTransferEvent = zksync_swap_LpTokenEvent & { +export type sepolia_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type sepolia_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type sepolia_BnbConnectorMeta = { 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']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; }; -export type zksync_swap_LpTransferEvent_filter = { +export type sepolia_BnbConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50717,141 +50656,76 @@ 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>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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_LpTransferEvent_orderBy = +export type sepolia_BnbConnectorMeta_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'from' - | 'to' - | 'fromBalance' - | 'toBalance' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -/** Defines the order direction, either ascending or descending */ -export type zksync_swap_OrderDirection = - | 'asc' - | 'desc'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type zksync_swap_PooledToken = { +export type sepolia_GnosisConnectorMeta = { id: Scalars['ID']; - asset: Scalars['zksync_swap_Bytes']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; }; -export type zksync_swap_PooledToken_filter = { +export type sepolia_GnosisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50860,116 +50734,106 @@ 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 sepolia_GnosisConnectorMeta_orderBy = | 'id' - | 'asset'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type zksync_swap_StableSwap = { +export type sepolia_HubDomain = { 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; -}; - - -export type zksync_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: 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 sepolia_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 sepolia_HubDomain_orderBy = + | 'id' + | 'domain'; -export type zksync_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type zksync_swap_StableSwapAddLiquidityEvent = zksync_swap_StableSwapEvent & { +export type sepolia_HubOptimisticRootFinalized = { 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']; + aggregateRoot: Scalars['sepolia_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type zksync_swap_StableSwapAddLiquidityEvent_filter = { +export type sepolia_HubOptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -50978,87 +50842,16 @@ 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>; + 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; @@ -51067,71 +50860,36 @@ export type zksync_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type zksync_swap_StableSwapAddLiquidityEvent_orderBy = +export type sepolia_HubOptimisticRootFinalized_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' + | 'aggregateRoot' | 'timestamp' - | 'transaction' - | 'nonce'; + | 'blockNumber'; -export type zksync_swap_StableSwapEvent = { +export type sepolia_LineaConnectorMeta = { id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['zksync_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; }; -export type zksync_swap_StableSwapEvent_filter = { +export type sepolia_LineaConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -51140,108 +50898,76 @@ 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>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - 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 zksync_swap_StableSwapEvent_orderBy = +export type sepolia_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' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type zksync_swap_StableSwapExchange = { +export type sepolia_MantleConnectorMeta = { 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']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; }; -export type zksync_swap_StableSwapExchange_filter = { +export type sepolia_MantleConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -51250,171 +50976,76 @@ 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>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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_StableSwapExchange_orderBy = +export type sepolia_MantleConnectorMeta_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' - | 'buyer' - | 'boughtId' - | 'tokensBought' - | 'soldId' - | 'tokensSold' - | 'balances' - | 'fee' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type zksync_swap_StableSwapRemoveLiquidityEvent = zksync_swap_StableSwapEvent & { +export type sepolia_MetisConnectorMeta = { 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']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; }; -export type zksync_swap_StableSwapRemoveLiquidityEvent_filter = { +export type sepolia_MetisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -51423,151 +51054,76 @@ 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; - 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 zksync_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type sepolia_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' - | 'provider' - | 'tokenAmounts' - | 'fees' - | 'invariant' - | 'lpTokenSupply' - | 'lpTokenAmount' - | 'balances' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type zksync_swap_StableSwap_filter = { +export type sepolia_ModeConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_ModeConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -51576,200 +51132,76 @@ 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; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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_StableSwap_orderBy = +export type sepolia_ModeConnectorMeta_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'; -export type zksync_swap_SwapDailyVolume = zksync_swap_SwapTradeVolume & { +export type sepolia_OptimismConnectorMeta = { id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['zksync_swap_BigDecimal']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; }; -export type zksync_swap_SwapDailyVolume_filter = { +export type sepolia_OptimismConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -51778,79 +51210,75 @@ 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; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type zksync_swap_SwapDailyVolume_orderBy = +export type sepolia_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' - | 'timestamp' - | 'volume'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type zksync_swap_SwapHourlyVolume = zksync_swap_SwapTradeVolume & { +export type sepolia_OptimisticRootPropagated = { id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; + aggregateRoot: Scalars['sepolia_Bytes']; + domainsHash: Scalars['sepolia_Bytes']; timestamp: Scalars['BigInt']; - volume: Scalars['zksync_swap_BigDecimal']; + blockNumber?: Maybe; }; -export type zksync_swap_SwapHourlyVolume_filter = { +export type sepolia_OptimisticRootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -51859,27 +51287,26 @@ 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; + 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; @@ -51888,70 +51315,87 @@ export type zksync_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>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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_SwapHourlyVolume_orderBy = +export type sepolia_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' + | 'aggregateRoot' + | 'domainsHash' | 'timestamp' - | 'volume'; + | 'blockNumber'; -export type zksync_swap_SwapTradeVolume = { - stableSwap: zksync_swap_StableSwap; +export type sepolia_OptimisticRootProposed = { + id: Scalars['ID']; + disputeCliff: Scalars['BigInt']; + aggregateRoot: Scalars['sepolia_Bytes']; + snapshotsRoots?: Maybe>; + domains?: Maybe>; + baseAggregateRoot: Scalars['sepolia_Bytes']; timestamp: Scalars['BigInt']; - volume: Scalars['zksync_swap_BigDecimal']; + 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 sepolia_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; @@ -51960,49 +51404,45 @@ 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>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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 sepolia_OptimisticRootProposed_orderBy = + | 'id' + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot' | 'timestamp' - | 'volume'; + | 'blockNumber'; -export type zksync_swap_SwapWeeklyVolume = zksync_swap_SwapTradeVolume & { +/** Defines the order direction, either ascending or descending */ +export type sepolia_OrderDirection = + | 'asc' + | 'desc'; + +export type sepolia_PolygonConnectorMeta = { id: Scalars['ID']; - stableSwap: zksync_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['zksync_swap_BigDecimal']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; }; -export type zksync_swap_SwapWeeklyVolume_filter = { +export type sepolia_PolygonConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52011,27 +51451,348 @@ 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; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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 sepolia_PolygonConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type sepolia_PolygonZkConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_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 sepolia_PolygonZkConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type sepolia_RootAggregated = { + id: Scalars['ID']; + domain: Scalars['BigInt']; + receivedRoot: Scalars['sepolia_Bytes']; + index: Scalars['BigInt']; +}; + +export type sepolia_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 sepolia_RootAggregated_orderBy = + | 'id' + | 'domain' + | 'receivedRoot' + | 'index'; + +export type sepolia_RootManagerMeta = { + id: Scalars['ID']; + domains?: Maybe>; + connectors?: Maybe>; +}; + +export type sepolia_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 sepolia_RootManagerMeta_orderBy = + | 'id' + | 'domains' + | 'connectors'; + +export type sepolia_RootManagerMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type sepolia_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 sepolia_RootManagerMode_orderBy = + | 'id' + | 'mode'; + +export type sepolia_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 sepolia_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; @@ -52040,49 +51801,57 @@ 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>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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_SwapWeeklyVolume_orderBy = +export type sepolia_RootMessageProcessed_orderBy = | 'id' - | 'stableSwap' - | 'stableSwap__id' - | 'stableSwap__isActive' - | 'stableSwap__key' - | 'stableSwap__canonicalId' - | 'stableSwap__domain' - | 'stableSwap__swapPool' - | 'stableSwap__lpToken' - | 'stableSwap__initialA' - | 'stableSwap__futureA' - | 'stableSwap__initialATime' - | 'stableSwap__futureATime' - | 'stableSwap__swapFee' - | 'stableSwap__adminFee' - | 'stableSwap__virtualPrice' - | 'stableSwap__invariant' - | 'stableSwap__lpTokenSupply' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'volume'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type zksync_swap_SystemInfo = { +export type sepolia_RootPropagated = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + aggregate: Scalars['sepolia_Bytes']; + domainsHash: Scalars['sepolia_Bytes']; + count: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type zksync_swap_SystemInfo_filter = { +export type sepolia_RootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -52091,46 +51860,302 @@ 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>; + 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 zksync_swap_SystemInfo_orderBy = +export type sepolia_RootPropagated_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; + | 'aggregate' + | 'domainsHash' + | 'count' + | 'blockNumber'; -export type zksync_swap__Block_ = { +export type sepolia_ScrollConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_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 sepolia_ScrollConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type sepolia_X1ConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_X1ConnectorMeta_filter = { + 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 sepolia_X1ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type sepolia_ZkSyncConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['sepolia_Bytes']; + rootManager: Scalars['sepolia_Bytes']; + mirrorConnector: Scalars['sepolia_Bytes']; +}; + +export type sepolia_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 sepolia_ZkSyncConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type sepolia__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 sepolia__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -52138,7 +52163,7 @@ export type zksync_swap__Meta_ = { * and therefore asks for the latest block * */ - block: zksync_swap__Block_; + block: sepolia__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ @@ -54026,46 +54051,23 @@ export type arbitrumsepolia_swap__Meta_ = { hasIndexingErrors: Scalars['Boolean']; }; -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 = { +export type arbitrumsepolia_AggregateRoot = { id: Scalars['ID']; - address: Scalars['optimismsepolia_swap_Bytes']; - balances: Array; -}; - - -export type optimismsepolia_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + root: Scalars['arbitrumsepolia_Bytes']; + blockNumber: Scalars['BigInt']; }; -export type optimismsepolia_swap_LpAccountBalance = { +export type arbitrumsepolia_AggregateRootProposed = { id: Scalars['ID']; - account: optimismsepolia_swap_LpAccount; - token: optimismsepolia_swap_LpToken; - amount: Scalars['optimismsepolia_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 optimismsepolia_swap_LpAccountBalance_filter = { +export type arbitrumsepolia_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54074,106 +54076,72 @@ export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_swap_LpAccount_filter = { +export type arbitrumsepolia_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54182,59 +54150,64 @@ 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; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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 optimismsepolia_swap_LpAccount_orderBy = +export type arbitrumsepolia_AggregateRoot_orderBy = | 'id' - | 'address' - | 'balances'; - -export type optimismsepolia_swap_LpToken = { - id: Scalars['ID']; - 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; -}; + | 'root' + | 'blockNumber'; +export type arbitrumsepolia_Aggregation_interval = + | 'hour' + | 'day'; -export type optimismsepolia_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type arbitrumsepolia_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type optimismsepolia_swap_LpTokenEvent = { +export type arbitrumsepolia_AssetBalance = { id: Scalars['ID']; - token: optimismsepolia_swap_LpToken; - amount: Scalars['optimismsepolia_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['optimismsepolia_swap_Bytes']; - nonce: Scalars['BigInt']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: arbitrumsepolia_Router; + asset: arbitrumsepolia_Asset; + feesEarned: Scalars['BigInt']; }; -export type optimismsepolia_swap_LpTokenEvent_filter = { +export type arbitrumsepolia_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54243,91 +54216,125 @@ export type optimismsepolia_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 optimismsepolia_swap_LpTokenEvent_orderBy = +export type 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'; -export type optimismsepolia_swap_LpToken_filter = { +export type arbitrumsepolia_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type arbitrumsepolia_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54336,141 +54343,21 @@ 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; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_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 optimismsepolia_swap_LpToken_orderBy = +export type 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'; - -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']; -}; + | 'status'; -export type optimismsepolia_swap_LpTransferEvent_filter = { +export type arbitrumsepolia_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54479,141 +54366,139 @@ export type optimismsepolia_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 optimismsepolia_swap_LpTransferEvent_orderBy = +export type 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 */ -export type optimismsepolia_swap_OrderDirection = - | 'asc' - | 'desc'; +export type arbitrumsepolia_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; -export type optimismsepolia_swap_PooledToken = { +export type arbitrumsepolia_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type arbitrumsepolia_ConnectorMeta = { id: Scalars['ID']; - asset: Scalars['optimismsepolia_swap_Bytes']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type optimismsepolia_swap_PooledToken_filter = { +export type arbitrumsepolia_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54622,116 +54507,117 @@ 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; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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 optimismsepolia_swap_PooledToken_orderBy = +export type arbitrumsepolia_ConnectorMeta_orderBy = | 'id' - | 'asset'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type optimismsepolia_swap_StableSwap = { +export type arbitrumsepolia_DestinationTransfer = { id: Scalars['ID']; - 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 optimismsepolia_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 optimismsepolia_swap_StableSwapexchangesArgs = { +export type arbitrumsepolia_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: 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 = { +export type arbitrumsepolia_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54740,105 +54626,24 @@ export type optimismsepolia_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; @@ -54847,53 +54652,367 @@ export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_swap_StableSwapEvent = { +export type arbitrumsepolia_OptimisticRootFinalized = { id: Scalars['ID']; - stableSwap: optimismsepolia_swap_StableSwap; - block: Scalars['BigInt']; + aggregateRoot: Scalars['arbitrumsepolia_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimismsepolia_swap_Bytes']; - nonce: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type optimismsepolia_swap_StableSwapEvent_filter = { +export type arbitrumsepolia_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -54902,35 +55021,16 @@ export type optimismsepolia_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; @@ -54939,71 +55039,45 @@ 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; - 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 optimismsepolia_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 optimismsepolia_swap_StableSwapExchange = { +/** Defines the order direction, either ascending or descending */ +export type arbitrumsepolia_OrderDirection = + | 'asc' + | 'desc'; + +export type arbitrumsepolia_OriginMessage = { id: Scalars['ID']; - 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']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type optimismsepolia_swap_StableSwapExchange_filter = { +export type arbitrumsepolia_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55012,171 +55086,166 @@ export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_swap_StableSwapRemoveLiquidityEvent = optimismsepolia_swap_StableSwapEvent & { +export type arbitrumsepolia_OriginTransfer = { id: Scalars['ID']; - 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']; - transaction: Scalars['optimismsepolia_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 optimismsepolia_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; @@ -55185,105 +55254,24 @@ export type optimismsepolia_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; @@ -55292,44 +55280,341 @@ export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_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; @@ -55338,200 +55623,100 @@ export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_swap_SwapDailyVolume = optimismsepolia_swap_SwapTradeVolume & { +export type arbitrumsepolia_RelayerFeesIncrease = { id: Scalars['ID']; - stableSwap: optimismsepolia_swap_StableSwap; + transfer: arbitrumsepolia_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['arbitrumsepolia_Bytes']; + transactionHash: Scalars['arbitrumsepolia_Bytes']; timestamp: Scalars['BigInt']; - volume: Scalars['optimismsepolia_swap_BigDecimal']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type optimismsepolia_swap_SwapDailyVolume_filter = { +export type arbitrumsepolia_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55540,27 +55725,65 @@ export type optimismsepolia_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; @@ -55569,50 +55792,117 @@ 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>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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 optimismsepolia_swap_SwapDailyVolume_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' + | '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 optimismsepolia_swap_SwapHourlyVolume = optimismsepolia_swap_SwapTradeVolume & { +export type arbitrumsepolia_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 arbitrumsepolia_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type arbitrumsepolia_RootCount = { id: Scalars['ID']; - stableSwap: optimismsepolia_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimismsepolia_swap_BigDecimal']; + count?: Maybe; }; -export type optimismsepolia_swap_SwapHourlyVolume_filter = { +export type arbitrumsepolia_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55621,99 +55911,101 @@ export type optimismsepolia_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 optimismsepolia_swap_SwapHourlyVolume_orderBy = +export type 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'; -export type optimismsepolia_swap_SwapTradeVolume = { - stableSwap: optimismsepolia_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['optimismsepolia_swap_BigDecimal']; +export type arbitrumsepolia_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 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; +export type arbitrumsepolia_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; @@ -55722,49 +56014,77 @@ 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>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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 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' +export type arbitrumsepolia_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'volume'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type optimismsepolia_swap_SwapWeeklyVolume = optimismsepolia_swap_SwapTradeVolume & { +export type arbitrumsepolia_Router = { id: Scalars['ID']; - stableSwap: optimismsepolia_swap_StableSwap; + 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']; - volume: Scalars['optimismsepolia_swap_BigDecimal']; + balance: Scalars['BigInt']; }; -export type optimismsepolia_swap_SwapWeeklyVolume_filter = { +export type arbitrumsepolia_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55773,27 +56093,48 @@ export type optimismsepolia_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; @@ -55802,49 +56143,61 @@ 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>; + 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 optimismsepolia_swap_SwapWeeklyVolume_orderBy = +export type arbitrumsepolia_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 optimismsepolia_swap_SystemInfo = { +export type arbitrumsepolia_RouterLiquidityEvent = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + type?: Maybe; + router: arbitrumsepolia_Router; + asset: arbitrumsepolia_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['arbitrumsepolia_Bytes']; + nonce: Scalars['BigInt']; }; -export type optimismsepolia_swap_SystemInfo_filter = { +export type arbitrumsepolia_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type arbitrumsepolia_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55853,69 +56206,220 @@ export type optimismsepolia_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 optimismsepolia_swap_SystemInfo_orderBy = +export type arbitrumsepolia_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 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 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>>; }; -/** 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 arbitrumsepolia_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; -export type sepolia_AggregateRootSavedSlow = { +export type arbitrumsepolia_Sequencer = { id: Scalars['ID']; - aggregateRoot: Scalars['sepolia_Bytes']; - count: Scalars['BigInt']; - aggregatedRoots?: Maybe>; - rootTimestamp: Scalars['BigInt']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type sepolia_AggregateRootSavedSlow_filter = { +export type arbitrumsepolia_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55924,60 +56428,38 @@ export type sepolia_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 sepolia_AggregateRootSavedSlow_orderBy = +export type arbitrumsepolia_Sequencer_orderBy = | 'id' - | 'aggregateRoot' - | 'count' - | 'aggregatedRoots' - | 'rootTimestamp'; + | 'isActive' + | 'sequencer'; -export type sepolia_AggregatedMessageRoot = { +export type arbitrumsepolia_Setting = { id: Scalars['ID']; - index: Scalars['BigInt']; - receivedRoot: Scalars['sepolia_Bytes']; - domain?: Maybe; - blockNumber?: Maybe; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['arbitrumsepolia_Bytes']; }; -export type sepolia_AggregatedMessageRoot_filter = { +export type arbitrumsepolia_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -55986,67 +56468,48 @@ export type sepolia_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 sepolia_AggregatedMessageRoot_orderBy = +export type arbitrumsepolia_Setting_orderBy = | 'id' - | 'index' - | 'receivedRoot' - | 'domain' - | 'blockNumber'; - -export type sepolia_Aggregation_interval = - | 'hour' - | 'day'; + | 'maxRoutersPerTransfer' + | 'caller'; -export type sepolia_ArbitrumConnectorMeta = { +export type arbitrumsepolia_SlippageUpdate = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; + 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 sepolia_ArbitrumConnectorMeta_filter = { +export type arbitrumsepolia_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56055,76 +56518,150 @@ export type sepolia_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 sepolia_ArbitrumConnectorMeta_orderBy = +export type arbitrumsepolia_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 sepolia_AvalancheConnectorMeta = { +export type arbitrumsepolia_SnapshotRoot = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; + spokeDomain?: Maybe; + root: Scalars['arbitrumsepolia_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type sepolia_AvalancheConnectorMeta_filter = { +export type arbitrumsepolia_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56141,68 +56678,60 @@ export type sepolia_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 sepolia_AvalancheConnectorMeta_orderBy = +export type arbitrumsepolia_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; -export type sepolia_BaseConnectorMeta = { +export type arbitrumsepolia_SpokeConnectorMode = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; + mode: Scalars['String']; }; -export type sepolia_BaseConnectorMeta_filter = { +export type arbitrumsepolia_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56211,238 +56740,87 @@ export type sepolia_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 sepolia_BaseConnectorMeta_orderBy = +export type arbitrumsepolia_SpokeConnectorMode_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; + | 'mode'; -export type sepolia_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; +export type arbitrumsepolia_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; -export type sepolia_BnbConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; +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 sepolia_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>>; +/** 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 sepolia_BnbConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_GnosisConnectorMeta = { +export type optimismsepolia_AggregateRoot = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_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>>; + root: Scalars['optimismsepolia_Bytes']; + blockNumber: Scalars['BigInt']; }; -export type sepolia_GnosisConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_HubDomain = { +export type optimismsepolia_AggregateRootProposed = { id: Scalars['ID']; - domain?: Maybe; + aggregateRoot: Scalars['optimismsepolia_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type sepolia_HubDomain_filter = { +export type optimismsepolia_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56451,6 +56829,32 @@ export type sepolia_HubDomain_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; @@ -56459,42 +56863,6 @@ export type sepolia_HubDomain_filter = { 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 sepolia_HubDomain_orderBy = - | 'id' - | 'domain'; - -export type sepolia_HubOptimisticRootFinalized = { - id: Scalars['ID']; - aggregateRoot: Scalars['sepolia_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type sepolia_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; @@ -56512,27 +56880,21 @@ export type sepolia_HubOptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_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_HubOptimisticRootFinalized_orderBy = +export type optimismsepolia_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' | 'timestamp' | 'blockNumber'; -export type sepolia_LineaConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_LineaConnectorMeta_filter = { +export type optimismsepolia_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56541,76 +56903,64 @@ export type sepolia_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; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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 sepolia_LineaConnectorMeta_orderBy = +export type optimismsepolia_AggregateRoot_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'root' + | 'blockNumber'; -export type sepolia_MantleConnectorMeta = { +export type optimismsepolia_Aggregation_interval = + | 'hour' + | 'day'; + +export type optimismsepolia_Asset = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type sepolia_MantleConnectorMeta_filter = { +export type optimismsepolia_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: optimismsepolia_Router; + asset: optimismsepolia_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type optimismsepolia_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56619,76 +56969,125 @@ export type sepolia_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; + 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 sepolia_MantleConnectorMeta_orderBy = +export type optimismsepolia_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 sepolia_MetisConnectorMeta = { +export type optimismsepolia_AssetStatus = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; + status?: Maybe; }; -export type sepolia_MetisConnectorMeta_filter = { +export type optimismsepolia_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56697,76 +57096,21 @@ export type sepolia_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; + 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 sepolia_MetisConnectorMeta_orderBy = +export type optimismsepolia_AssetStatus_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_ModeConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; + | 'status'; -export type sepolia_ModeConnectorMeta_filter = { +export type optimismsepolia_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56775,76 +57119,139 @@ export type sepolia_ModeConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + 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 sepolia_ModeConnectorMeta_orderBy = +export type optimismsepolia_Asset_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type sepolia_OptimismConnectorMeta = { +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: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type sepolia_OptimismConnectorMeta_filter = { +export type optimismsepolia_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56869,43 +57276,43 @@ export type sepolia_OptimismConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_OptimismConnectorMeta_orderBy = +export type optimismsepolia_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -56913,84 +57320,452 @@ export type sepolia_OptimismConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type sepolia_OptimisticRootPropagated = { +export type optimismsepolia_DestinationTransfer = { id: Scalars['ID']; - aggregateRoot: Scalars['sepolia_Bytes']; - domainsHash: Scalars['sepolia_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + 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 sepolia_OptimisticRootPropagated_filter = { - id?: InputMaybe; - id_not?: InputMaybe; + +export type optimismsepolia_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimismsepolia_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>; - 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>; + 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 sepolia_OptimisticRootPropagated_orderBy = +export type optimismsepolia_DestinationTransfer_orderBy = | 'id' - | 'aggregateRoot' - | 'domainsHash' - | 'timestamp' - | 'blockNumber'; + | '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 sepolia_OptimisticRootProposed = { +export type optimismsepolia_OptimisticRootFinalized = { id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['sepolia_Bytes']; - snapshotsRoots?: Maybe>; - domains?: Maybe>; - baseAggregateRoot: Scalars['sepolia_Bytes']; + aggregateRoot: Scalars['optimismsepolia_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type sepolia_OptimisticRootProposed_filter = { +export type optimismsepolia_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -56999,46 +57774,16 @@ export type sepolia_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; + 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; @@ -57056,190 +57801,36 @@ export type sepolia_OptimisticRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_OptimisticRootProposed_orderBy = +export type optimismsepolia_OptimisticRootFinalized_orderBy = | 'id' - | 'disputeCliff' | 'aggregateRoot' - | 'snapshotsRoots' - | 'domains' - | 'baseAggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type sepolia_OrderDirection = +export type optimismsepolia_OrderDirection = | 'asc' | 'desc'; -export type sepolia_PolygonConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_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 sepolia_PolygonConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_PolygonZkConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_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 sepolia_PolygonZkConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type sepolia_RootAggregated = { +export type optimismsepolia_OriginMessage = { id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['sepolia_Bytes']; - index: Scalars['BigInt']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type sepolia_RootAggregated_filter = { +export type optimismsepolia_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57248,24 +57839,34 @@ export type sepolia_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; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: 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; @@ -57274,114 +57875,130 @@ export type sepolia_RootAggregated_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; + 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 sepolia_RootAggregated_orderBy = - | 'id' - | 'domain' - | 'receivedRoot' - | 'index'; - -export type sepolia_RootManagerMeta = { - id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; -}; - -export type sepolia_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 sepolia_RootManagerMeta_orderBy = - | 'id' - | 'domains' - | 'connectors'; - -export type sepolia_RootManagerMode = { - id: Scalars['ID']; - mode: Scalars['String']; -}; - -export type sepolia_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>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_RootManagerMode_orderBy = +export type optimismsepolia_OriginMessage_orderBy = | 'id' - | 'mode'; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type sepolia_RootMessageProcessed = { +export type optimismsepolia_OriginTransfer = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + messageHash?: Maybe; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; + bumpRelayerFeeCount?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; + txOrigin?: Maybe; + txNonce?: Maybe; }; -export type sepolia_RootMessageProcessed_filter = { + +export type optimismsepolia_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimismsepolia_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57390,111 +58007,367 @@ export type sepolia_RootMessageProcessed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_RootMessageProcessed_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + 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 sepolia_RootPropagated = { +export type optimismsepolia_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 optimismsepolia_Relayer = { id: Scalars['ID']; - aggregate: Scalars['sepolia_Bytes']; - domainsHash: Scalars['sepolia_Bytes']; - count: Scalars['BigInt']; - blockNumber?: Maybe; + isActive: Scalars['Boolean']; + relayer?: Maybe; }; -export type sepolia_RootPropagated_filter = { +export type optimismsepolia_RelayerFee = { + id: Scalars['ID']; + transfer: optimismsepolia_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['optimismsepolia_Bytes']; +}; + +export type optimismsepolia_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57503,34 +58376,191 @@ export type sepolia_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>; + 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 optimismsepolia_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 = { + id: Scalars['ID']; + transfer: optimismsepolia_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['optimismsepolia_Bytes']; + transactionHash: Scalars['optimismsepolia_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type optimismsepolia_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; @@ -57540,28 +58570,53 @@ export type sepolia_RootPropagated_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_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_RootPropagated_orderBy = +export type optimismsepolia_RelayerFeesIncrease_orderBy = | 'id' - | 'aggregate' - | 'domainsHash' - | 'count' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' | 'blockNumber'; -export type sepolia_ScrollConnectorMeta = { - id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; -}; - -export type sepolia_ScrollConnectorMeta_filter = { +export type optimismsepolia_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57570,76 +58625,37 @@ export type sepolia_ScrollConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + 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_ScrollConnectorMeta_orderBy = +export type optimismsepolia_Relayer_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'isActive' + | 'relayer'; -export type sepolia_X1ConnectorMeta = { +export type optimismsepolia_RootCount = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; + count?: Maybe; }; -export type sepolia_X1ConnectorMeta_filter = { +export type optimismsepolia_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57648,76 +58664,39 @@ export type sepolia_X1ConnectorMeta_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; + 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 sepolia_X1ConnectorMeta_orderBy = +export type optimismsepolia_RootCount_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'count'; -export type sepolia_ZkSyncConnectorMeta = { +export type optimismsepolia_RootMessageSent = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['sepolia_Bytes']; - rootManager: Scalars['sepolia_Bytes']; - mirrorConnector: Scalars['sepolia_Bytes']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type sepolia_ZkSyncConnectorMeta_filter = { +export type optimismsepolia_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57742,94 +58721,123 @@ export type sepolia_ZkSyncConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_ZkSyncConnectorMeta_orderBy = +export type optimismsepolia_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type sepolia__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 optimismsepolia_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -/** The type for the top-level _meta field */ -export type sepolia__Meta_ = { - /** - * Information 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: sepolia__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 = { - id: Scalars['ID']; - root: Scalars['stagingmode_Bytes']; - blockNumber: Scalars['BigInt']; +export type optimismsepolia_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmode_AggregateRootProposed = { +export type optimismsepolia_RouterDailyTVL = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmode_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; + router: optimismsepolia_Router; + asset: optimismsepolia_Asset; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + balance: Scalars['BigInt']; }; -export type stagingmode_AggregateRootProposed_filter = { +export type optimismsepolia_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57838,138 +58846,111 @@ 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; - 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>; + 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 stagingmode_AggregateRootProposed_orderBy = +export type optimismsepolia_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'; - -export type stagingmode_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 stagingmode_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type stagingmode_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingmode_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; + | 'balance'; -export type stagingmode_AssetBalance = { +export type optimismsepolia_RouterLiquidityEvent = { id: Scalars['ID']; + type?: Maybe; + router: optimismsepolia_Router; + asset: optimismsepolia_Asset; amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: stagingmode_Router; - asset: stagingmode_Asset; - feesEarned: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['optimismsepolia_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingmode_AssetBalance_filter = { +export type optimismsepolia_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type optimismsepolia_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -57978,38 +58959,10 @@ export type stagingmode_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; @@ -58030,7 +58983,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; @@ -58051,27 +59004,76 @@ export type stagingmode_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 stagingmode_AssetBalance_orderBy = +export type optimismsepolia_RouterLiquidityEvent_orderBy = | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' + | 'type' | 'router' | 'router__id' | 'router__isActive' @@ -58089,14 +59091,88 @@ export type stagingmode_AssetBalance_orderBy = | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'feesEarned'; + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; -export type stagingmode_AssetStatus = { +export type optimismsepolia_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 optimismsepolia_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type optimismsepolia_Sequencer = { id: Scalars['ID']; - status?: Maybe; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type stagingmode_AssetStatus_filter = { +export type optimismsepolia_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58105,21 +59181,38 @@ export type stagingmode_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 stagingmode_AssetStatus_orderBy = +export type optimismsepolia_Sequencer_orderBy = | 'id' - | 'status'; + | 'isActive' + | 'sequencer'; -export type stagingmode_Asset_filter = { +export type optimismsepolia_Setting = { + id: Scalars['ID']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['optimismsepolia_Bytes']; +}; + +export type optimismsepolia_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58128,70 +59221,129 @@ 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; - 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 optimismsepolia_Setting_orderBy = + | 'id' + | 'maxRoutersPerTransfer' + | 'caller'; + +export type optimismsepolia_SlippageUpdate = { + id: Scalars['ID']; + transfer: optimismsepolia_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['optimismsepolia_Bytes']; + transactionHash: Scalars['optimismsepolia_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type optimismsepolia_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; @@ -58200,67 +59352,69 @@ export type stagingmode_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 stagingmode_Asset_orderBy = +export type optimismsepolia_SlippageUpdate_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type stagingmode_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type stagingmode_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 stagingmode_ConnectorMeta = { +export type optimismsepolia_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + root: Scalars['optimismsepolia_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type stagingmode_ConnectorMeta_filter = { +export type optimismsepolia_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58277,109 +59431,141 @@ export type stagingmode_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 stagingmode_ConnectorMeta_orderBy = +export type optimismsepolia_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; -export type stagingmode_DestinationTransfer = { +export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; -export type stagingmode_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type optimismsepolia_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +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; }; -export type stagingmode_DestinationTransfer_filter = { +/** 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 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; @@ -58388,393 +59574,60 @@ export type stagingmode_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 stagingmode_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 stagingmode_OptimisticRootFinalized = { +export type mainnet_AggregatedMessageRoot = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmode_Bytes']; - timestamp: Scalars['BigInt']; + index: Scalars['BigInt']; + receivedRoot: Scalars['mainnet_Bytes']; + domain?: Maybe; blockNumber?: Maybe; }; -export type stagingmode_OptimisticRootFinalized_filter = { +export type mainnet_AggregatedMessageRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58783,24 +59636,32 @@ 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; - 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; @@ -58810,36 +59671,462 @@ 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 mainnet_AggregatedMessageRoot_orderBy = | 'id' - | 'aggregateRoot' - | 'timestamp' + | 'index' + | 'receivedRoot' + | 'domain' | 'blockNumber'; -/** Defines the order direction, either ascending or descending */ -export type stagingmode_OrderDirection = - | 'asc' - | 'desc'; +export type mainnet_Aggregation_interval = + | 'hour' + | 'day'; -export type stagingmode_OriginMessage = { +export type mainnet_ArbitrumConnectorMeta = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + 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 = { + 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_BaseConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type mainnet_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type mainnet_BnbConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_BnbConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_BnbConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_GnosisConnectorMeta = { + id: Scalars['ID']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; +}; + +export type mainnet_GnosisConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_GnosisConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_HubDomain = { + id: Scalars['ID']; + 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']; blockNumber?: Maybe; - rootCount?: Maybe; }; -export type stagingmode_OriginMessage_filter = { +export type mainnet_HubOptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -58848,72 +60135,24 @@ 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; - 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; + 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; @@ -58922,92 +60161,28 @@ export type stagingmode_OriginMessage_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - rootCount?: InputMaybe; - rootCount_not?: InputMaybe; - rootCount_gt?: InputMaybe; - rootCount_lt?: InputMaybe; - rootCount_gte?: InputMaybe; - rootCount_lte?: InputMaybe; - rootCount_in?: InputMaybe>; - rootCount_not_in?: InputMaybe>; - rootCount_contains?: InputMaybe; - rootCount_contains_nocase?: InputMaybe; - rootCount_not_contains?: InputMaybe; - rootCount_not_contains_nocase?: InputMaybe; - rootCount_starts_with?: InputMaybe; - rootCount_starts_with_nocase?: InputMaybe; - rootCount_not_starts_with?: InputMaybe; - rootCount_not_starts_with_nocase?: InputMaybe; - rootCount_ends_with?: InputMaybe; - rootCount_ends_with_nocase?: InputMaybe; - rootCount_not_ends_with?: InputMaybe; - rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_OriginMessage_orderBy = +export type mainnet_HubOptimisticRootFinalized_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; -export type stagingmode_OriginTransfer = { +export type mainnet_LineaConnectorMeta = { 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 stagingmode_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type stagingmode_OriginTransfer_filter = { +export type mainnet_LineaConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59016,367 +60191,76 @@ export type stagingmode_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 stagingmode_OriginTransfer_orderBy = +export type mainnet_LineaConnectorMeta_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 stagingmode_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmode_RelayerFee = { +export type mainnet_MantleConnectorMeta = { id: Scalars['ID']; - transfer: stagingmode_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['stagingmode_Bytes']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type stagingmode_RelayerFee_filter = { +export type mainnet_MantleConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59385,247 +60269,76 @@ export type stagingmode_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 stagingmode_RelayerFee_orderBy = +export type mainnet_MantleConnectorMeta_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 stagingmode_RelayerFeesIncrease = { +export type mainnet_MetisConnectorMeta = { id: Scalars['ID']; - 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 stagingmode_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>>; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type stagingmode_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 stagingmode_Relayer_filter = { +export type mainnet_MetisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59634,37 +60347,76 @@ export type stagingmode_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 stagingmode_Relayer_orderBy = +export type mainnet_MetisConnectorMeta_orderBy = | 'id' - | 'isActive' - | 'relayer'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmode_RootCount = { +export type mainnet_ModeConnectorMeta = { 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 stagingmode_RootCount_filter = { +export type mainnet_ModeConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59673,39 +60425,76 @@ export type stagingmode_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 stagingmode_RootCount_orderBy = +export type mainnet_ModeConnectorMeta_orderBy = | 'id' - | 'count'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmode_RootMessageSent = { +export type mainnet_OptimismConnectorMeta = { 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 stagingmode_RootMessageSent_filter = { +export type mainnet_OptimismConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59730,44 +60519,87 @@ 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; - 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; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mainnet_OptimismConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type mainnet_OptimisticRootPropagated = { + id: Scalars['ID']; + aggregateRoot: Scalars['mainnet_Bytes']; + domainsHash: Scalars['mainnet_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type mainnet_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; @@ -59776,22 +60608,6 @@ export type stagingmode_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; @@ -59801,52 +60617,30 @@ 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 mainnet_OptimisticRootPropagated_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' + | 'aggregateRoot' + | 'domainsHash' | 'timestamp' - | 'gasPrice' - | 'gasLimit' | 'blockNumber'; -export type stagingmode_Router = { +export type mainnet_OptimisticRootProposed = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -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; + disputeCliff: Scalars['BigInt']; + aggregateRoot: Scalars['mainnet_Bytes']; + snapshotsRoots?: Maybe>; + domains?: Maybe>; + baseAggregateRoot: Scalars['mainnet_Bytes']; timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingmode_RouterDailyTVL_filter = { +export type mainnet_OptimisticRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59855,48 +60649,46 @@ export type stagingmode_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; + 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; @@ -59905,61 +60697,123 @@ export type stagingmode_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>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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 stagingmode_RouterDailyTVL_orderBy = +export type mainnet_OptimisticRootProposed_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' + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot' | 'timestamp' - | 'balance'; + | 'blockNumber'; -export type stagingmode_RouterLiquidityEvent = { +/** Defines the order direction, either ascending or descending */ +export type mainnet_OrderDirection = + | 'asc' + | 'desc'; + +export type mainnet_PolygonConnectorMeta = { id: Scalars['ID']; - 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']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['mainnet_Bytes']; + rootManager: Scalars['mainnet_Bytes']; + mirrorConnector: Scalars['mainnet_Bytes']; }; -export type stagingmode_RouterLiquidityEventType = - | 'Add' - | 'Remove'; +export type mainnet_PolygonConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type stagingmode_RouterLiquidityEvent_filter = { +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 mainnet_PolygonZkConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -59968,147 +60822,74 @@ 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>; - 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>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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 stagingmode_RouterLiquidityEvent_orderBy = +export type mainnet_PolygonZkConnectorMeta_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'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmode_Router_filter = { +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; @@ -60117,71 +60898,51 @@ export type stagingmode_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; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_Router_orderBy = +export type mainnet_RootAggregated_orderBy = | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'domain' + | 'receivedRoot' + | 'index'; -export type stagingmode_Sequencer = { +export type mainnet_RootManagerMeta = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; + domains?: Maybe>; + connectors?: Maybe>; }; -export type stagingmode_Sequencer_filter = { +export type mainnet_RootManagerMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60190,38 +60951,35 @@ export type stagingmode_Sequencer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + connectors?: InputMaybe>; + connectors_not?: InputMaybe>; + connectors_contains?: InputMaybe>; + connectors_contains_nocase?: InputMaybe>; + connectors_not_contains?: InputMaybe>; + connectors_not_contains_nocase?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_Sequencer_orderBy = +export type mainnet_RootManagerMeta_orderBy = | 'id' - | 'isActive' - | 'sequencer'; + | 'domains' + | 'connectors'; -export type stagingmode_Setting = { +export type mainnet_RootManagerMode = { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingmode_Bytes']; + mode: Scalars['String']; }; -export type stagingmode_Setting_filter = { +export type mainnet_RootManagerMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60230,48 +60988,50 @@ export type stagingmode_Setting_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmode_Setting_orderBy = +export type mainnet_RootManagerMode_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; + | 'mode'; -export type stagingmode_SlippageUpdate = { +export type mainnet_RootMessageProcessed = { 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']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + root?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type stagingmode_SlippageUpdate_filter = { +export type mainnet_RootMessageProcessed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60280,55 +61040,52 @@ export type stagingmode_SlippageUpdate_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -60362,51 +61119,16 @@ 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 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' @@ -60414,16 +61136,15 @@ export type stagingmode_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmode_SnapshotRoot = { +export type mainnet_RootPropagated = { id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['stagingmode_Bytes']; + aggregate: Scalars['mainnet_Bytes']; + domainsHash: Scalars['mainnet_Bytes']; count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingmode_SnapshotRoot_filter = { +export type mainnet_RootPropagated_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60432,24 +61153,26 @@ export type stagingmode_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; @@ -60458,14 +61181,6 @@ export type stagingmode_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; @@ -60475,25 +61190,28 @@ 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 mainnet_RootPropagated_orderBy = | 'id' - | 'spokeDomain' - | 'root' + | 'aggregate' + | 'domainsHash' | 'count' - | 'timestamp' | 'blockNumber'; -export type stagingmode_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 stagingmode_SpokeConnectorMode_filter = { +export type mainnet_ZkSyncConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60502,56 +61220,79 @@ export type stagingmode_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 stagingmode_SpokeConnectorMode_orderBy = +export type mainnet_ZkSyncConnectorMeta_orderBy = | 'id' - | 'mode'; - -export type stagingmode_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type stagingmode__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; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type stagingmode__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 @@ -60559,22 +61300,22 @@ export type stagingmode__Meta_ = { * and therefore asks for the latest block * */ - block: stagingmode__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 zksync_AggregateRoot = { +export type sepolia_AggregateRoot = { id: Scalars['ID']; - root: Scalars['zksync_Bytes']; + root: Scalars['sepolia_Bytes']; blockNumber: Scalars['BigInt']; }; -export type zksync_AggregateRootProposed = { +export type sepolia_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['zksync_Bytes']; + aggregateRoot: Scalars['sepolia_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -60582,7 +61323,7 @@ export type zksync_AggregateRootProposed = { blockNumber?: Maybe; }; -export type zksync_AggregateRootProposed_filter = { +export type sepolia_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60591,16 +61332,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; @@ -60642,12 +61383,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 sepolia_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -60656,7 +61397,7 @@ export type zksync_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type zksync_AggregateRoot_filter = { +export type sepolia_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60665,16 +61406,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; @@ -60684,45 +61425,41 @@ 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 sepolia_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type zksync_Aggregation_interval = - | 'hour' - | 'day'; - -export type zksync_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 zksync_AssetBalance = { +export type sepolia_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: zksync_Router; - asset: zksync_Asset; + router: sepolia_Router; + asset: sepolia_Asset; feesEarned: Scalars['BigInt']; }; -export type zksync_AssetBalance_filter = { +export type sepolia_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60783,7 +61520,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; @@ -60804,7 +61541,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; @@ -60814,12 +61551,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 sepolia_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -60844,12 +61581,12 @@ export type zksync_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type zksync_AssetStatus = { +export type sepolia_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type zksync_AssetStatus_filter = { +export type sepolia_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60863,16 +61600,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 sepolia_AssetStatus_orderBy = | 'id' | 'status'; -export type zksync_Asset_filter = { +export type sepolia_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -60881,16 +61618,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; @@ -60907,16 +61644,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; @@ -60925,26 +61662,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; @@ -60973,14 +61710,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 sepolia_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -60994,26 +61731,16 @@ export type zksync_Asset_orderBy = | 'status__id' | 'status__status'; -export type zksync_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type zksync_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type zksync_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 zksync_ConnectorMeta_filter = { +export type sepolia_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61038,43 +61765,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 sepolia_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -61082,57 +61809,57 @@ export type zksync_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type zksync_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 zksync_DestinationTransferroutersArgs = { +export type sepolia_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type zksync_DestinationTransfer_filter = { +export type sepolia_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61149,16 +61876,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; @@ -61167,17 +61894,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; @@ -61202,40 +61929,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; @@ -61252,16 +61979,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; @@ -61278,16 +62005,16 @@ 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; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: 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; @@ -61308,7 +62035,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; @@ -61325,26 +62052,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; @@ -61377,16 +62104,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; @@ -61395,26 +62122,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; @@ -61447,16 +62174,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; @@ -61466,12 +62193,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 sepolia_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -61520,14 +62247,14 @@ export type zksync_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type zksync_OptimisticRootFinalized = { +export type sepolia_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['zksync_Bytes']; + aggregateRoot: Scalars['sepolia_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type zksync_OptimisticRootFinalized_filter = { +export type sepolia_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61536,16 +62263,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; @@ -61563,36 +62290,31 @@ 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 sepolia_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -/** Defines the order direction, either ascending or descending */ -export type zksync_OrderDirection = - | 'asc' - | 'desc'; - -export type zksync_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 zksync_OriginMessage_filter = { +export type sepolia_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61601,16 +62323,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; @@ -61619,16 +62341,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; @@ -61637,36 +62359,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; @@ -61695,14 +62417,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 sepolia_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -61716,51 +62438,51 @@ export type zksync_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type zksync_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 zksync_OriginTransferrelayerFeesArgs = { +export type sepolia_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type zksync_OriginTransfer_filter = { +export type sepolia_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -61777,16 +62499,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; @@ -61795,20 +62517,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; @@ -61833,40 +62555,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; @@ -61875,16 +62597,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; @@ -61901,16 +62623,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; @@ -61931,17 +62653,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; @@ -61962,7 +62684,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; @@ -61977,37 +62699,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; @@ -62040,31 +62762,31 @@ 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; - 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>>; + 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 zksync_OriginTransfer_orderBy = +export type sepolia_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -62116,20 +62838,20 @@ export type zksync_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type zksync_Relayer = { +export type sepolia_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type zksync_RelayerFee = { +export type sepolia_RelayerFee = { id: Scalars['ID']; - transfer: zksync_OriginTransfer; + transfer: sepolia_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['zksync_Bytes']; + asset: Scalars['sepolia_Bytes']; }; -export type zksync_RelayerFee_filter = { +export type sepolia_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62158,7 +62880,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; @@ -62167,23 +62889,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 sepolia_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -62218,20 +62940,20 @@ export type zksync_RelayerFee_orderBy = | 'fee' | 'asset'; -export type zksync_RelayerFeesIncrease = { +export type sepolia_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: zksync_OriginTransfer; + transfer: sepolia_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['zksync_Bytes']; - transactionHash: Scalars['zksync_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 zksync_RelayerFeesIncrease_filter = { +export type sepolia_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62260,7 +62982,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; @@ -62269,36 +62991,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; @@ -62332,12 +63054,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 sepolia_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -62378,7 +63100,7 @@ export type zksync_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type zksync_Relayer_filter = { +export type sepolia_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62391,33 +63113,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 sepolia_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type zksync_RootCount = { +export type sepolia_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type zksync_RootCount_filter = { +export type sepolia_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62435,30 +63157,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 sepolia_RootCount_orderBy = | 'id' | 'count'; -export type zksync_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 zksync_RootMessageSent_filter = { +export type sepolia_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62483,16 +63205,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; @@ -62501,26 +63223,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; @@ -62554,12 +63276,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 sepolia_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -62572,34 +63294,34 @@ export type zksync_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type zksync_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 zksync_RouterassetBalancesArgs = { +export type sepolia_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type zksync_RouterDailyTVL = { +export type sepolia_RouterDailyTVL = { id: Scalars['ID']; - router: zksync_Router; - asset: zksync_Asset; + router: sepolia_Router; + asset: sepolia_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type zksync_RouterDailyTVL_filter = { +export type sepolia_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62628,7 +63350,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; @@ -62649,7 +63371,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; @@ -62667,12 +63389,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 sepolia_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -62694,25 +63416,25 @@ export type zksync_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type zksync_RouterLiquidityEvent = { +export type sepolia_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: zksync_Router; - asset: zksync_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['zksync_Bytes']; + transactionHash: Scalars['sepolia_Bytes']; nonce: Scalars['BigInt']; }; -export type zksync_RouterLiquidityEventType = +export type sepolia_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type zksync_RouterLiquidityEvent_filter = { +export type sepolia_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62721,10 +63443,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; @@ -62745,7 +63467,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; @@ -62766,7 +63488,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; @@ -62783,16 +63505,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; @@ -62809,16 +63531,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; @@ -62828,12 +63550,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 sepolia_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -62861,7 +63583,7 @@ export type zksync_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type zksync_Router_filter = { +export type sepolia_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62874,36 +63596,36 @@ 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; + 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; @@ -62912,14 +63634,14 @@ export type zksync_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 zksync_Router_orderBy = +export type sepolia_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -62928,13 +63650,13 @@ export type zksync_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type zksync_Sequencer = { +export type sepolia_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type zksync_Sequencer_filter = { +export type sepolia_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62947,34 +63669,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 sepolia_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type zksync_Setting = { +export type sepolia_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['zksync_Bytes']; + caller: Scalars['sepolia_Bytes']; }; -export type zksync_Setting_filter = { +export type sepolia_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -62991,40 +63713,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 sepolia_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type zksync_SlippageUpdate = { +export type sepolia_SlippageUpdate = { id: Scalars['ID']; - transfer: zksync_DestinationTransfer; + transfer: sepolia_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['zksync_Bytes']; - transactionHash: Scalars['zksync_Bytes']; + caller: Scalars['sepolia_Bytes']; + transactionHash: Scalars['sepolia_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type zksync_SlippageUpdate_filter = { +export type sepolia_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63053,7 +63775,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; @@ -63062,26 +63784,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; @@ -63115,12 +63837,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 sepolia_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -63167,16 +63889,16 @@ export type zksync_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type zksync_SnapshotRoot = { +export type sepolia_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['zksync_Bytes']; + root: Scalars['sepolia_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type zksync_SnapshotRoot_filter = { +export type sepolia_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63193,16 +63915,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; @@ -63228,12 +63950,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 sepolia_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -63241,12 +63963,12 @@ export type zksync_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type zksync_SpokeConnectorMode = { +export type sepolia_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type zksync_SpokeConnectorMode_filter = { +export type sepolia_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -63276,49 +63998,22 @@ 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 sepolia_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type zksync_TransferStatus = +export type sepolia_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type zksync__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 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 - * a block number. It will be filled if the _meta field has no block constraint - * and therefore asks for the latest 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 arbitrumone_AggregateRoot = { id: Scalars['ID']; root: Scalars['arbitrumone_Bytes']; @@ -63447,6 +64142,10 @@ export type arbitrumone_AggregateRoot_orderBy = | 'root' | 'blockNumber'; +export type arbitrumone_Aggregation_interval = + | 'hour' + | 'day'; + export type arbitrumone_Asset = { id: Scalars['ID']; key?: Maybe; @@ -66048,6 +66747,8 @@ export type arbitrumone__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 */ @@ -66066,23 +66767,46 @@ export type arbitrumone__Meta_ = { hasIndexingErrors: Scalars['Boolean']; }; -export type stagingscroll_AggregateRoot = { +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 = { id: Scalars['ID']; - root: Scalars['stagingscroll_Bytes']; - blockNumber: Scalars['BigInt']; + address: Scalars['zksync_swap_Bytes']; + balances: Array; }; -export type stagingscroll_AggregateRootProposed = { + +export type zksync_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type zksync_swap_LpAccountBalance = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingscroll_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + account: zksync_swap_LpAccount; + token: zksync_swap_LpToken; + amount: Scalars['zksync_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; }; -export type stagingscroll_AggregateRootProposed_filter = { +export type zksync_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66091,72 +66815,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 zksync_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 zksync_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66165,64 +66923,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 zksync_swap_LpAccount_orderBy = | 'id' - | 'root' - | 'blockNumber'; - -export type stagingscroll_Aggregation_interval = - | 'hour' - | 'day'; + | 'address' + | 'balances'; -export type stagingscroll_Asset = { +export type zksync_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['zksync_swap_Bytes']; + stableSwap: zksync_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['zksync_swap_BigDecimal']; + events: Array; }; -export type stagingscroll_AssetBalance = { + +export type zksync_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type zksync_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: zksync_swap_LpToken; + amount: Scalars['zksync_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['zksync_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingscroll_AssetBalance_filter = { +export type zksync_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66231,125 +66984,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 zksync_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'; - -export type stagingscroll_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type stagingscroll_AssetStatus_filter = { +export type zksync_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66358,21 +67077,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 zksync_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 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']; +}; + +export type zksync_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66381,139 +67220,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 zksync_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 zksync_swap_OrderDirection = + | 'asc' + | 'desc'; -export type stagingscroll_ConnectorMeta = { +export type zksync_swap_PooledToken = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + asset: Scalars['zksync_swap_Bytes']; }; -export type stagingscroll_ConnectorMeta_filter = { +export type zksync_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -66522,143 +67363,223 @@ 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 zksync_swap_PooledToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'asset'; -export type stagingscroll_DestinationTransfer = { +export type zksync_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['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 stagingscroll_DestinationTransferroutersArgs = { +export type zksync_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; + +export type zksync_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: 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 = { + 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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -66667,367 +67588,53 @@ export type stagingscroll_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 stagingscroll_DestinationTransfer_orderBy = +export type zksync_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 stagingscroll_OptimisticRootFinalized = { +export type zksync_swap_StableSwapEvent = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingscroll_Bytes']; + stableSwap: zksync_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['zksync_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type stagingscroll_OptimisticRootFinalized_filter = { +export type zksync_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67036,16 +67643,35 @@ export type stagingscroll_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; @@ -67054,45 +67680,71 @@ export type stagingscroll_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 stagingscroll_OptimisticRootFinalized_orderBy = +export type zksync_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 stagingscroll_OrderDirection = - | 'asc' - | 'desc'; + | 'transaction' + | 'nonce'; -export type stagingscroll_OriginMessage = { +export type zksync_swap_StableSwapExchange = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + 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']; }; -export type stagingscroll_OriginMessage_filter = { +export type zksync_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67101,166 +67753,171 @@ 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; + 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 stagingscroll_OriginMessage_orderBy = +export type zksync_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 stagingscroll_OriginTransfer = { +export type zksync_swap_StableSwapRemoveLiquidityEvent = zksync_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: 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']; }; -export type stagingscroll_OriginTransfer_filter = { +export type zksync_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67269,245 +67926,87 @@ 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; + 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; @@ -67516,120 +68015,62 @@ 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 zksync_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 stagingscroll_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type stagingscroll_RelayerFee = { - id: Scalars['ID']; - transfer: stagingscroll_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['stagingscroll_Bytes']; -}; + | 'transaction' + | 'nonce'; -export type stagingscroll_RelayerFee_filter = { +export type zksync_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67638,100 +68079,200 @@ 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; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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_RelayerFee_orderBy = +export type zksync_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 stagingscroll_RelayerFeesIncrease = { +export type zksync_swap_SwapDailyVolume = zksync_swap_SwapTradeVolume & { id: Scalars['ID']; - transfer: stagingscroll_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingscroll_Bytes']; - transactionHash: Scalars['stagingscroll_Bytes']; + stableSwap: zksync_swap_StableSwap; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + volume: Scalars['zksync_swap_BigDecimal']; }; -export type stagingscroll_RelayerFeesIncrease_filter = { +export type zksync_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67740,65 +68281,27 @@ 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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -67807,117 +68310,50 @@ export type stagingscroll_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 stagingscroll_RelayerFeesIncrease_orderBy = +export type zksync_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'; - -export type stagingscroll_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 stagingscroll_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; + | 'volume'; -export type stagingscroll_RootCount = { +export type zksync_swap_SwapHourlyVolume = zksync_swap_SwapTradeVolume & { id: Scalars['ID']; - count?: Maybe; + stableSwap: zksync_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['zksync_swap_BigDecimal']; }; -export type stagingscroll_RootCount_filter = { +export type zksync_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -67926,101 +68362,99 @@ 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 zksync_swap_SwapHourlyVolume_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 = { - 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 = { + stableSwap: zksync_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['zksync_swap_BigDecimal']; }; -export type stagingscroll_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; +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; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -68029,77 +68463,49 @@ 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 = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' +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' | '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 = { +export type zksync_swap_SwapWeeklyVolume = zksync_swap_SwapTradeVolume & { id: Scalars['ID']; - router: stagingscroll_Router; - asset: stagingscroll_Asset; + stableSwap: zksync_swap_StableSwap; timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + volume: Scalars['zksync_swap_BigDecimal']; }; -export type stagingscroll_RouterDailyTVL_filter = { +export type zksync_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68108,48 +68514,27 @@ export type stagingscroll_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; @@ -68158,61 +68543,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 = +export type zksync_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' | 'timestamp' - | 'balance'; + | 'volume'; -export type stagingscroll_RouterLiquidityEvent = { +export type zksync_swap_SystemInfo = { id: Scalars['ID']; - type?: Maybe; - router: stagingscroll_Router; - asset: stagingscroll_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingscroll_Bytes']; - nonce: Scalars['BigInt']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type stagingscroll_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type stagingscroll_RouterLiquidityEvent_filter = { +export type zksync_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68221,220 +68594,100 @@ 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>; - 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>; + 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_RouterLiquidityEvent_orderBy = +export type zksync_swap_SystemInfo_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'; + | 'exchangeCount' + | 'swapCount'; -export type stagingscroll_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 zksync_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 stagingscroll_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; +/** The type for the top-level _meta field */ +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 + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest 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 stagingscroll_Sequencer = { +export type base_swap_Aggregation_interval = + | 'hour' + | 'day'; + +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']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; + address: Scalars['base_swap_Bytes']; + balances: Array; }; -export type stagingscroll_Sequencer_filter = { + +export type base_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type base_swap_LpAccountBalance = { + id: Scalars['ID']; + account: base_swap_LpAccount; + token: base_swap_LpToken; + amount: Scalars['base_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type base_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68443,38 +68696,106 @@ export type stagingscroll_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; + 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_Sequencer_orderBy = +export type base_swap_LpAccountBalance_orderBy = | 'id' - | 'isActive' - | 'sequencer'; - -export type stagingscroll_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingscroll_Bytes']; -}; + | 'account' + | 'account__id' + | 'account__address' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; -export type stagingscroll_Setting_filter = { +export type base_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68483,48 +68804,59 @@ export type stagingscroll_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; + 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_Setting_orderBy = +export type base_swap_LpAccount_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; + | 'address' + | 'balances'; -export type stagingscroll_SlippageUpdate = { +export type base_swap_LpToken = { id: Scalars['ID']; - transfer: stagingscroll_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['stagingscroll_Bytes']; - transactionHash: Scalars['stagingscroll_Bytes']; + 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 base_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type base_swap_LpTokenEvent = { + id: Scalars['ID']; + token: base_swap_LpToken; + amount: Scalars['base_swap_BigDecimal']; + 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_SlippageUpdate_filter = { +export type base_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68533,55 +68865,43 @@ export type stagingscroll_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; + 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; @@ -68590,93 +68910,46 @@ export type stagingscroll_SlippageUpdate_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: 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_SlippageUpdate_orderBy = +export type base_swap_LpTokenEvent_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' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'block' | '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']; -}; + | 'transaction' + | 'nonce'; -export type stagingscroll_SnapshotRoot_filter = { +export type base_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68685,32 +68958,222 @@ export type stagingscroll_SnapshotRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type 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'; + +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; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -68719,34 +69182,60 @@ export type stagingscroll_SnapshotRoot_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 stagingscroll_SnapshotRoot_orderBy = +export type base_swap_LpTransferEvent_orderBy = | 'id' - | 'spokeDomain' - | 'root' - | 'count' + | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' | 'timestamp' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type stagingscroll_SpokeConnectorMode = { +/** Defines the order direction, either ascending or descending */ +export type base_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type base_swap_PooledToken = { id: Scalars['ID']; - mode: Scalars['String']; + asset: Scalars['base_swap_Bytes']; }; -export type stagingscroll_SpokeConnectorMode_filter = { +export type base_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68755,87 +69244,116 @@ export type stagingscroll_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; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: 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_SpokeConnectorMode_orderBy = +export type base_swap_PooledToken_orderBy = | 'id' - | 'mode'; + | 'asset'; -export type stagingscroll_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; +export type base_swap_StableSwap = { + id: Scalars['ID']; + 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__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 base_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -/** 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 base_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismsepolia_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['optimismsepolia_Bytes']; - blockNumber: Scalars['BigInt']; + +export type base_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismsepolia_AggregateRootProposed = { + +export type base_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type base_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type base_swap_StableSwapAddLiquidityEvent = base_swap_StableSwapEvent & { id: Scalars['ID']; - aggregateRoot: Scalars['optimismsepolia_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; + 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']; - blockNumber?: Maybe; + transaction: Scalars['base_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type optimismsepolia_AggregateRootProposed_filter = { +export type base_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68844,40 +69362,87 @@ 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; - 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>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -68886,30 +69451,71 @@ export type optimismsepolia_AggregateRootProposed_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 optimismsepolia_AggregateRootProposed_orderBy = +export type base_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type optimismsepolia_AggregateRoot_filter = { +export type base_swap_StableSwapEvent = { + id: Scalars['ID']; + stableSwap: base_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['base_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type base_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68918,64 +69524,108 @@ 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; - 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; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: 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 optimismsepolia_AggregateRoot_orderBy = +export type base_swap_StableSwapEvent_orderBy = | 'id' - | 'root' - | 'blockNumber'; - -export type optimismsepolia_Aggregation_interval = - | 'hour' - | 'day'; - -export type optimismsepolia_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type optimismsepolia_AssetBalance = { +export type base_swap_StableSwapExchange = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: optimismsepolia_Router; - asset: optimismsepolia_Asset; - feesEarned: Scalars['BigInt']; + 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']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['base_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type optimismsepolia_AssetBalance_filter = { +export type base_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -68984,126 +69634,172 @@ export type optimismsepolia_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>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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 optimismsepolia_AssetBalance_orderBy = +export type base_swap_StableSwapExchange_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 = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type optimismsepolia_AssetStatus_filter = { - id?: InputMaybe; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; + +export type base_swap_StableSwapRemoveLiquidityEvent = base_swap_StableSwapEvent & { + id: Scalars['ID']; + 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']; + transaction: Scalars['base_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type base_swap_StableSwapRemoveLiquidityEvent_filter = { + id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; id_lt?: InputMaybe; @@ -69111,21 +69807,151 @@ export type optimismsepolia_AssetStatus_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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 optimismsepolia_AssetStatus_orderBy = +export type base_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'; -export type optimismsepolia_Asset_filter = { +export type base_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69134,139 +69960,281 @@ 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; - 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; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismsepolia_Asset_orderBy = +export type base_swap_StableSwap_orderBy = | 'id' + | 'isActive' | 'key' - | 'decimal' - | 'adoptedDecimal' | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type optimismsepolia_BlockChangedFilter = { - number_gte: Scalars['Int']; +export type base_swap_SwapDailyVolume = base_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: base_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['base_swap_BigDecimal']; }; -export type optimismsepolia_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; +export type base_swap_SwapDailyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismsepolia_ConnectorMeta = { +export type base_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 base_swap_SwapHourlyVolume = base_swap_SwapTradeVolume & { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + stableSwap: base_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['base_swap_BigDecimal']; }; -export type optimismsepolia_ConnectorMeta_filter = { +export type base_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69275,117 +70243,230 @@ export type optimismsepolia_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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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 optimismsepolia_ConnectorMeta_orderBy = +export type base_swap_SwapHourlyVolume_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'timestamp' + | 'volume'; -export type optimismsepolia_DestinationTransfer = { +export type base_swap_SwapTradeVolume = { + stableSwap: base_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['base_swap_BigDecimal']; +}; + +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; + 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 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' + | 'volume'; + +export type base_swap_SwapWeeklyVolume = base_swap_SwapTradeVolume & { 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; + stableSwap: base_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['base_swap_BigDecimal']; +}; + +export type base_swap_SwapWeeklyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; +export type base_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_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type base_swap_SystemInfo = { + id: Scalars['ID']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type optimismsepolia_DestinationTransfer_filter = { +export type base_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69394,153 +70475,778 @@ export type optimismsepolia_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; + 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 base_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +export type base_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 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 + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest 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 optimism_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['optimism_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type optimism_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['optimism_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; +}; + +export type optimism_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 optimism_AggregateRootProposed_orderBy = + | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; + +export type optimism_AggregateRoot_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; + +export type optimism_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; + +export type optimism_AssetBalance = { + id: Scalars['ID']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: optimism_Router; + asset: optimism_Asset; + feesEarned: Scalars['BigInt']; +}; + +export type optimism_AssetBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + locked?: InputMaybe; + locked_not?: InputMaybe; + locked_gt?: InputMaybe; + locked_lt?: InputMaybe; + locked_gte?: InputMaybe; + locked_lte?: InputMaybe; + locked_in?: InputMaybe>; + locked_not_in?: InputMaybe>; + supplied?: InputMaybe; + supplied_not?: InputMaybe; + supplied_gt?: InputMaybe; + supplied_lt?: InputMaybe; + supplied_gte?: InputMaybe; + supplied_lte?: InputMaybe; + supplied_in?: InputMaybe>; + supplied_not_in?: InputMaybe>; + removed?: InputMaybe; + removed_not?: InputMaybe; + removed_gt?: InputMaybe; + removed_lt?: InputMaybe; + removed_gte?: InputMaybe; + removed_lte?: InputMaybe; + removed_in?: InputMaybe>; + removed_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + feesEarned?: InputMaybe; + feesEarned_not?: InputMaybe; + feesEarned_gt?: InputMaybe; + feesEarned_lt?: InputMaybe; + feesEarned_gte?: InputMaybe; + feesEarned_lte?: InputMaybe; + feesEarned_in?: InputMaybe>; + feesEarned_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_AssetBalance_orderBy = + | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'feesEarned'; + +export type optimism_AssetStatus = { + id: Scalars['ID']; + status?: Maybe; +}; + +export type optimism_AssetStatus_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type optimism_Asset_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + decimal?: InputMaybe; + decimal_not?: InputMaybe; + decimal_gt?: InputMaybe; + decimal_lt?: InputMaybe; + decimal_gte?: InputMaybe; + decimal_lte?: InputMaybe; + decimal_in?: InputMaybe>; + decimal_not_in?: InputMaybe>; + 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 optimism_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type optimism_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type optimism_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type optimism_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type optimism_ConnectorMeta_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type optimism_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type optimism_DestinationTransfer = { + id: Scalars['ID']; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; +}; + + +export type optimism_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type optimism_DestinationTransfer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + routers?: InputMaybe>; + routers_not?: InputMaybe>; + routers_contains?: InputMaybe>; + routers_contains_nocase?: InputMaybe>; + routers_not_contains?: InputMaybe>; + routers_not_contains_nocase?: InputMaybe>; + routers_?: InputMaybe; + originDomain?: InputMaybe; + originDomain_not?: InputMaybe; + originDomain_gt?: InputMaybe; + originDomain_lt?: InputMaybe; + originDomain_gte?: InputMaybe; + originDomain_lte?: InputMaybe; + originDomain_in?: InputMaybe>; + originDomain_not_in?: InputMaybe>; + destinationDomain?: InputMaybe; + destinationDomain_not?: InputMaybe; + destinationDomain_gt?: InputMaybe; + destinationDomain_lt?: InputMaybe; + destinationDomain_gte?: InputMaybe; + destinationDomain_lte?: InputMaybe; + destinationDomain_in?: InputMaybe>; + destinationDomain_not_in?: InputMaybe>; + canonicalDomain?: InputMaybe; + canonicalDomain_not?: InputMaybe; + canonicalDomain_gt?: InputMaybe; + canonicalDomain_lt?: InputMaybe; + canonicalDomain_gte?: InputMaybe; + canonicalDomain_lte?: InputMaybe; + canonicalDomain_in?: InputMaybe>; + canonicalDomain_not_in?: InputMaybe>; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; + receiveLocal?: InputMaybe; + receiveLocal_not?: InputMaybe; + receiveLocal_in?: InputMaybe>; + receiveLocal_not_in?: InputMaybe>; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + bumpSlippageCount?: InputMaybe; + bumpSlippageCount_not?: InputMaybe; + bumpSlippageCount_gt?: InputMaybe; + bumpSlippageCount_lt?: InputMaybe; + bumpSlippageCount_gte?: InputMaybe; + bumpSlippageCount_lte?: InputMaybe; + bumpSlippageCount_in?: InputMaybe>; + bumpSlippageCount_not_in?: InputMaybe>; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; + bridgedAmt?: InputMaybe; + bridgedAmt_not?: InputMaybe; + bridgedAmt_gt?: InputMaybe; + bridgedAmt_lt?: InputMaybe; + bridgedAmt_gte?: InputMaybe; + bridgedAmt_lte?: InputMaybe; + bridgedAmt_in?: InputMaybe>; + bridgedAmt_not_in?: InputMaybe>; + normalizedIn?: InputMaybe; + normalizedIn_not?: InputMaybe; + normalizedIn_gt?: InputMaybe; + normalizedIn_lt?: InputMaybe; + normalizedIn_gte?: InputMaybe; normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: 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; @@ -69561,7 +71267,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; @@ -69578,26 +71284,26 @@ 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_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; @@ -69630,16 +71336,16 @@ 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_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; @@ -69648,26 +71354,26 @@ 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_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; @@ -69700,16 +71406,16 @@ 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_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; @@ -69719,12 +71425,12 @@ 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; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismsepolia_DestinationTransfer_orderBy = +export type optimism_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -69773,14 +71479,14 @@ export type optimismsepolia_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type optimismsepolia_OptimisticRootFinalized = { +export type optimism_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['optimismsepolia_Bytes']; + aggregateRoot: Scalars['optimism_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type optimismsepolia_OptimisticRootFinalized_filter = { +export type optimism_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69789,16 +71495,16 @@ 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_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; @@ -69816,36 +71522,36 @@ 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; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismsepolia_OptimisticRootFinalized_orderBy = +export type optimism_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type optimismsepolia_OrderDirection = +export type optimism_OrderDirection = | 'asc' | 'desc'; -export type optimismsepolia_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 optimismsepolia_OriginMessage_filter = { +export type optimism_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -69854,16 +71560,16 @@ 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_gt?: 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; @@ -69872,16 +71578,16 @@ 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_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; @@ -69890,36 +71596,36 @@ 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_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; @@ -69948,14 +71654,14 @@ 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; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismsepolia_OriginMessage_orderBy = +export type optimism_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -69969,51 +71675,51 @@ export type optimismsepolia_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type optimismsepolia_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 optimismsepolia_OriginTransferrelayerFeesArgs = { +export type optimism_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismsepolia_OriginTransfer_filter = { +export type optimism_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70030,16 +71736,16 @@ 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_gt?: 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; @@ -70048,20 +71754,20 @@ 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_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; @@ -70086,40 +71792,40 @@ 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_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: 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; @@ -70128,16 +71834,16 @@ 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_gt?: 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; @@ -70154,16 +71860,16 @@ 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_gt?: 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; @@ -70184,17 +71890,17 @@ 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_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; @@ -70215,7 +71921,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; @@ -70230,37 +71936,37 @@ 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_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; @@ -70293,16 +71999,16 @@ 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_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; @@ -70312,12 +72018,12 @@ 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; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismsepolia_OriginTransfer_orderBy = +export type optimism_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -70369,20 +72075,20 @@ export type optimismsepolia_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type optimismsepolia_Relayer = { +export type optimism_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type optimismsepolia_RelayerFee = { +export type optimism_RelayerFee = { id: Scalars['ID']; - transfer: optimismsepolia_OriginTransfer; + transfer: optimism_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['optimismsepolia_Bytes']; + asset: Scalars['optimism_Bytes']; }; -export type optimismsepolia_RelayerFee_filter = { +export type optimism_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70411,7 +72117,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; @@ -70420,23 +72126,23 @@ 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_gt?: 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 optimismsepolia_RelayerFee_orderBy = +export type optimism_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -70471,20 +72177,20 @@ export type optimismsepolia_RelayerFee_orderBy = | 'fee' | 'asset'; -export type optimismsepolia_RelayerFeesIncrease = { +export type optimism_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: optimismsepolia_OriginTransfer; + transfer: optimism_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['optimismsepolia_Bytes']; - transactionHash: Scalars['optimismsepolia_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 optimismsepolia_RelayerFeesIncrease_filter = { +export type optimism_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70513,7 +72219,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; @@ -70522,36 +72228,36 @@ 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_gt?: 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; @@ -70585,12 +72291,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; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismsepolia_RelayerFeesIncrease_orderBy = +export type optimism_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -70631,7 +72337,7 @@ export type optimismsepolia_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type optimismsepolia_Relayer_filter = { +export type optimism_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70644,33 +72350,33 @@ 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_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 optimismsepolia_Relayer_orderBy = +export type optimism_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type optimismsepolia_RootCount = { +export type optimism_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type optimismsepolia_RootCount_filter = { +export type optimism_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70688,30 +72394,30 @@ 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; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismsepolia_RootCount_orderBy = +export type optimism_RootCount_orderBy = | 'id' | 'count'; -export type optimismsepolia_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 optimismsepolia_RootMessageSent_filter = { +export type optimism_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70736,16 +72442,16 @@ 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_gt?: 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; @@ -70754,26 +72460,26 @@ 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_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -70807,12 +72513,12 @@ 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; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismsepolia_RootMessageSent_orderBy = +export type optimism_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -70825,34 +72531,34 @@ export type optimismsepolia_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type optimismsepolia_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 optimismsepolia_RouterassetBalancesArgs = { +export type optimism_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimismsepolia_RouterDailyTVL = { +export type optimism_RouterDailyTVL = { id: Scalars['ID']; - router: optimismsepolia_Router; - asset: optimismsepolia_Asset; + router: optimism_Router; + asset: optimism_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type optimismsepolia_RouterDailyTVL_filter = { +export type optimism_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70881,7 +72587,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; @@ -70902,7 +72608,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; @@ -70920,12 +72626,12 @@ 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; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismsepolia_RouterDailyTVL_orderBy = +export type optimism_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -70947,25 +72653,25 @@ export type optimismsepolia_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type optimismsepolia_RouterLiquidityEvent = { +export type optimism_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: optimismsepolia_Router; - asset: optimismsepolia_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['optimismsepolia_Bytes']; + transactionHash: Scalars['optimism_Bytes']; nonce: Scalars['BigInt']; }; -export type optimismsepolia_RouterLiquidityEventType = +export type optimism_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type optimismsepolia_RouterLiquidityEvent_filter = { +export type optimism_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -70974,10 +72680,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; @@ -70998,7 +72704,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; @@ -71019,7 +72725,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; @@ -71036,16 +72742,16 @@ 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_gt?: 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; @@ -71062,16 +72768,16 @@ 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_gt?: 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; @@ -71081,12 +72787,12 @@ 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; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismsepolia_RouterLiquidityEvent_orderBy = +export type optimism_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -71114,7 +72820,7 @@ export type optimismsepolia_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type optimismsepolia_Router_filter = { +export type optimism_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71127,36 +72833,36 @@ 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_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; @@ -71165,14 +72871,14 @@ 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; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismsepolia_Router_orderBy = +export type optimism_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -71181,13 +72887,13 @@ export type optimismsepolia_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type optimismsepolia_Sequencer = { +export type optimism_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type optimismsepolia_Sequencer_filter = { +export type optimism_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71200,34 +72906,34 @@ 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_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 optimismsepolia_Sequencer_orderBy = +export type optimism_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type optimismsepolia_Setting = { +export type optimism_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['optimismsepolia_Bytes']; + caller: Scalars['optimism_Bytes']; }; -export type optimismsepolia_Setting_filter = { +export type optimism_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71244,40 +72950,40 @@ 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_gt?: 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 optimismsepolia_Setting_orderBy = +export type optimism_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type optimismsepolia_SlippageUpdate = { +export type optimism_SlippageUpdate = { id: Scalars['ID']; - transfer: optimismsepolia_DestinationTransfer; + transfer: optimism_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['optimismsepolia_Bytes']; - transactionHash: Scalars['optimismsepolia_Bytes']; + caller: Scalars['optimism_Bytes']; + transactionHash: Scalars['optimism_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type optimismsepolia_SlippageUpdate_filter = { +export type optimism_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71306,7 +73012,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; @@ -71315,26 +73021,26 @@ 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_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -71368,12 +73074,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; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismsepolia_SlippageUpdate_orderBy = +export type optimism_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -71420,16 +73126,16 @@ export type optimismsepolia_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type optimismsepolia_SnapshotRoot = { +export type optimism_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['optimismsepolia_Bytes']; + root: Scalars['optimism_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type optimismsepolia_SnapshotRoot_filter = { +export type optimism_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71446,16 +73152,16 @@ 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_gt?: 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; @@ -71481,12 +73187,12 @@ 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; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismsepolia_SnapshotRoot_orderBy = +export type optimism_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -71494,12 +73200,12 @@ export type optimismsepolia_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type optimismsepolia_SpokeConnectorMode = { +export type optimism_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type optimismsepolia_SpokeConnectorMode_filter = { +export type optimism_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71529,35 +73235,33 @@ 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; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimismsepolia_SpokeConnectorMode_orderBy = +export type optimism_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type optimismsepolia_TransferStatus = +export type optimism_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type optimismsepolia__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; }; /** The type for the top-level _meta field */ -export type optimismsepolia__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 @@ -71565,30 +73269,53 @@ export type optimismsepolia__Meta_ = { * and therefore asks for the latest block * */ - block: optimismsepolia__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 mantle_AggregateRoot = { +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 = { id: Scalars['ID']; - root: Scalars['mantle_Bytes']; - blockNumber: Scalars['BigInt']; + address: Scalars['metis_swap_Bytes']; + balances: Array; }; -export type mantle_AggregateRootProposed = { + +export type metis_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type metis_swap_LpAccountBalance = { id: Scalars['ID']; - aggregateRoot: Scalars['mantle_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + account: metis_swap_LpAccount; + token: metis_swap_LpToken; + amount: Scalars['metis_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; }; -export type mantle_AggregateRootProposed_filter = { +export type metis_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71597,72 +73324,106 @@ 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; - 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 mantle_AggregateRootProposed_orderBy = +export type metis_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 mantle_AggregateRoot_filter = { +export type metis_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71671,64 +73432,59 @@ 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; - 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 mantle_AggregateRoot_orderBy = +export type metis_swap_LpAccount_orderBy = | 'id' - | 'root' - | 'blockNumber'; - -export type mantle_Aggregation_interval = - | 'hour' - | 'day'; + | 'address' + | 'balances'; -export type mantle_Asset = { +export type metis_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['metis_swap_Bytes']; + stableSwap: metis_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['metis_swap_BigDecimal']; + events: Array; }; -export type mantle_AssetBalance = { + +export type metis_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type metis_swap_LpTokenEvent = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: mantle_Router; - asset: mantle_Asset; - feesEarned: Scalars['BigInt']; + token: metis_swap_LpToken; + amount: Scalars['metis_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['metis_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mantle_AssetBalance_filter = { +export type metis_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71737,125 +73493,91 @@ export type mantle_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 mantle_AssetBalance_orderBy = +export type metis_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'; - -export type mantle_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type mantle_AssetStatus_filter = { +export type metis_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71864,21 +73586,141 @@ export type mantle_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 mantle_AssetStatus_orderBy = +export type metis_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 mantle_Asset_filter = { +export type metis_swap_LpTransferEvent = metis_swap_LpTokenEvent & { + 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']; +}; + +export type metis_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -71887,139 +73729,141 @@ 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; - 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 mantle_Asset_orderBy = +export type metis_swap_LpTransferEvent_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type mantle_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 mantle_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; +/** Defines the order direction, either ascending or descending */ +export type metis_swap_OrderDirection = + | 'asc' + | 'desc'; -export type mantle_ConnectorMeta = { +export type metis_swap_PooledToken = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + asset: Scalars['metis_swap_Bytes']; }; -export type mantle_ConnectorMeta_filter = { +export type metis_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72028,117 +73872,116 @@ export type mantle_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 mantle_ConnectorMeta_orderBy = +export type metis_swap_PooledToken_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'asset'; -export type mantle_DestinationTransfer = { +export type metis_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['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 mantle_DestinationTransferroutersArgs = { +export type metis_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mantle_DestinationTransfer_filter = { + +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; +}; + + +export type metis_swap_StableSwapweeklyVolumesArgs = { + 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']; +}; + +export type metis_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72147,24 +73990,105 @@ export type mantle_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; @@ -72173,367 +74097,53 @@ 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>; - 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 mantle_DestinationTransfer_orderBy = +export type metis_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 mantle_OptimisticRootFinalized = { +export type metis_swap_StableSwapEvent = { id: Scalars['ID']; - aggregateRoot: Scalars['mantle_Bytes']; + stableSwap: metis_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + transaction: Scalars['metis_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type mantle_OptimisticRootFinalized_filter = { +export type metis_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72542,16 +74152,35 @@ 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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -72560,45 +74189,71 @@ export type mantle_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 mantle_OptimisticRootFinalized_orderBy = +export type metis_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 mantle_OrderDirection = - | 'asc' - | 'desc'; + | 'transaction' + | 'nonce'; -export type mantle_OriginMessage = { +export type metis_swap_StableSwapExchange = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + 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']; }; -export type mantle_OriginMessage_filter = { +export type metis_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72607,166 +74262,171 @@ 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; - 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 mantle_OriginMessage_orderBy = +export type metis_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 mantle_OriginTransfer = { +export type metis_swap_StableSwapRemoveLiquidityEvent = metis_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 mantle_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + 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']; }; -export type mantle_OriginTransfer_filter = { +export type metis_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -72775,245 +74435,87 @@ export type mantle_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; @@ -73022,120 +74524,62 @@ export type mantle_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 mantle_OriginTransfer_orderBy = +export type metis_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 mantle_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type mantle_RelayerFee = { - id: Scalars['ID']; - transfer: mantle_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['mantle_Bytes']; -}; + | 'transaction' + | 'nonce'; -export type mantle_RelayerFee_filter = { +export type metis_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73144,100 +74588,200 @@ export type mantle_RelayerFee_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - fee?: InputMaybe; - fee_not?: InputMaybe; - fee_gt?: InputMaybe; - fee_lt?: InputMaybe; - fee_gte?: InputMaybe; - fee_lte?: InputMaybe; - fee_in?: InputMaybe>; - fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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 mantle_RelayerFee_orderBy = +export type metis_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 mantle_RelayerFeesIncrease = { +export type metis_swap_SwapDailyVolume = metis_swap_SwapTradeVolume & { id: Scalars['ID']; - transfer: mantle_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['mantle_Bytes']; - transactionHash: Scalars['mantle_Bytes']; + stableSwap: metis_swap_StableSwap; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + volume: Scalars['metis_swap_BigDecimal']; }; -export type mantle_RelayerFeesIncrease_filter = { +export type metis_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73246,65 +74790,27 @@ export type mantle_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; @@ -73313,78 +74819,50 @@ export type mantle_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 mantle_RelayerFeesIncrease_orderBy = +export type metis_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 mantle_Relayer_filter = { +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; @@ -73393,37 +74871,150 @@ export type mantle_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 mantle_Relayer_orderBy = +export type metis_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 mantle_RootCount = { +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' + | 'timestamp' + | 'volume'; + +export type metis_swap_SwapWeeklyVolume = metis_swap_SwapTradeVolume & { id: Scalars['ID']; - count?: Maybe; + stableSwap: metis_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['metis_swap_BigDecimal']; }; -export type mantle_RootCount_filter = { +export type metis_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -73432,791 +75023,27 @@ export type mantle_RootCount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mantle_RootCount_orderBy = - | 'id' - | 'count'; - -export type mantle_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 mantle_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 mantle_RootMessageSent_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type mantle_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type mantle_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type mantle_RouterDailyTVL = { - id: Scalars['ID']; - router: mantle_Router; - asset: mantle_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; -}; - -export type mantle_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 mantle_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 mantle_RouterLiquidityEvent = { - id: Scalars['ID']; - type?: Maybe; - router: mantle_Router; - asset: mantle_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['mantle_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type mantle_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type mantle_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 mantle_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 mantle_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 mantle_Router_orderBy = - | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type mantle_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; - -export type mantle_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 mantle_Sequencer_orderBy = - | 'id' - | 'isActive' - | 'sequencer'; - -export type mantle_Setting = { - id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['mantle_Bytes']; -}; - -export type mantle_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 mantle_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type mantle_SlippageUpdate = { - id: Scalars['ID']; - transfer: mantle_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['mantle_Bytes']; - transactionHash: Scalars['mantle_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type mantle_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 mantle_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 mantle_SnapshotRoot = { - id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['mantle_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; -}; - -export type mantle_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>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -74225,34 +75052,49 @@ export type mantle_SnapshotRoot_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>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: 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_SnapshotRoot_orderBy = +export type metis_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'; -export type mantle_SpokeConnectorMode = { +export type metis_swap_SystemInfo = { id: Scalars['ID']; - mode: Scalars['String']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type mantle_SpokeConnectorMode_filter = { +export type metis_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74261,56 +75103,46 @@ export type mantle_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; + 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 mantle_SpokeConnectorMode_orderBy = +export type metis_swap_SystemInfo_orderBy = | 'id' - | 'mode'; - -export type mantle_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; + | 'exchangeCount' + | 'swapCount'; -export type mantle__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 mantle__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 @@ -74318,22 +75150,22 @@ export type mantle__Meta_ = { * and therefore asks for the latest block * */ - block: mantle__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 polygonzkevm_swap_AggregateRoot = { +export type polygon_AggregateRoot = { id: Scalars['ID']; - root: Scalars['polygonzkevm_swap_Bytes']; + root: Scalars['polygon_Bytes']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_swap_AggregateRootProposed = { +export type polygon_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['polygonzkevm_swap_Bytes']; + aggregateRoot: Scalars['polygon_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -74341,7 +75173,7 @@ export type polygonzkevm_swap_AggregateRootProposed = { blockNumber?: Maybe; }; -export type polygonzkevm_swap_AggregateRootProposed_filter = { +export type polygon_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74350,16 +75182,16 @@ export type polygonzkevm_swap_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; @@ -74401,12 +75233,12 @@ export type polygonzkevm_swap_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_swap_AggregateRootProposed_orderBy = +export type polygon_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -74415,7 +75247,7 @@ export type polygonzkevm_swap_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type polygonzkevm_swap_AggregateRoot_filter = { +export type polygon_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74424,16 +75256,16 @@ export type polygonzkevm_swap_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; @@ -74443,45 +75275,41 @@ export type polygonzkevm_swap_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_swap_AggregateRoot_orderBy = +export type polygon_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type polygonzkevm_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type polygonzkevm_swap_Asset = { +export type polygon_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_swap_AssetBalance = { +export type polygon_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: polygonzkevm_swap_Router; - asset: polygonzkevm_swap_Asset; + router: polygon_Router; + asset: polygon_Asset; feesEarned: Scalars['BigInt']; }; -export type polygonzkevm_swap_AssetBalance_filter = { +export type polygon_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74542,7 +75370,7 @@ export type polygonzkevm_swap_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; @@ -74563,7 +75391,7 @@ export type polygonzkevm_swap_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; @@ -74573,12 +75401,12 @@ export type polygonzkevm_swap_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_swap_AssetBalance_orderBy = +export type polygon_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -74603,12 +75431,12 @@ export type polygonzkevm_swap_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type polygonzkevm_swap_AssetStatus = { +export type polygon_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type polygonzkevm_swap_AssetStatus_filter = { +export type polygon_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74622,16 +75450,16 @@ export type polygonzkevm_swap_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_swap_AssetStatus_orderBy = +export type polygon_AssetStatus_orderBy = | 'id' | 'status'; -export type polygonzkevm_swap_Asset_filter = { +export type polygon_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74640,17 +75468,17 @@ export type polygonzkevm_swap_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; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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; @@ -74666,16 +75494,16 @@ export type polygonzkevm_swap_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; @@ -74684,26 +75512,26 @@ export type polygonzkevm_swap_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; @@ -74732,14 +75560,14 @@ export type polygonzkevm_swap_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_swap_Asset_orderBy = +export type polygon_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -74753,26 +75581,26 @@ export type polygonzkevm_swap_Asset_orderBy = | 'status__id' | 'status__status'; -export type polygonzkevm_swap_BlockChangedFilter = { +export type polygon_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type polygonzkevm_swap_Block_height = { - hash?: InputMaybe; +export type polygon_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type polygonzkevm_swap_ConnectorMeta = { +export type polygon_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type polygonzkevm_swap_ConnectorMeta_filter = { +export type polygon_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74797,43 +75625,43 @@ export type polygonzkevm_swap_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_swap_ConnectorMeta_orderBy = +export type polygon_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -74841,57 +75669,57 @@ export type polygonzkevm_swap_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type polygonzkevm_swap_DestinationTransfer = { +export type polygon_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_swap_DestinationTransferroutersArgs = { +export type polygon_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygonzkevm_swap_DestinationTransfer_filter = { +export type polygon_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -74908,16 +75736,16 @@ export type polygonzkevm_swap_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; @@ -74926,17 +75754,17 @@ export type polygonzkevm_swap_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; @@ -74961,40 +75789,40 @@ export type polygonzkevm_swap_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; @@ -75011,16 +75839,16 @@ export type polygonzkevm_swap_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; @@ -75037,16 +75865,16 @@ export type polygonzkevm_swap_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; @@ -75067,7 +75895,7 @@ export type polygonzkevm_swap_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; @@ -75084,26 +75912,26 @@ export type polygonzkevm_swap_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; @@ -75136,16 +75964,16 @@ export type polygonzkevm_swap_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; @@ -75154,26 +75982,26 @@ export type polygonzkevm_swap_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; @@ -75206,16 +76034,16 @@ export type polygonzkevm_swap_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; @@ -75225,12 +76053,12 @@ export type polygonzkevm_swap_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_swap_DestinationTransfer_orderBy = +export type polygon_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -75279,14 +76107,14 @@ export type polygonzkevm_swap_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type polygonzkevm_swap_OptimisticRootFinalized = { +export type polygon_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['polygonzkevm_swap_Bytes']; + aggregateRoot: Scalars['polygon_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type polygonzkevm_swap_OptimisticRootFinalized_filter = { +export type polygon_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75295,16 +76123,16 @@ export type polygonzkevm_swap_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; @@ -75322,36 +76150,36 @@ export type polygonzkevm_swap_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_swap_OptimisticRootFinalized_orderBy = +export type polygon_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type polygonzkevm_swap_OrderDirection = +export type polygon_OrderDirection = | 'asc' | 'desc'; -export type polygonzkevm_swap_OriginMessage = { +export type polygon_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_swap_OriginMessage_filter = { +export type polygon_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75360,16 +76188,16 @@ export type polygonzkevm_swap_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; @@ -75378,16 +76206,16 @@ export type polygonzkevm_swap_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; @@ -75396,36 +76224,36 @@ export type polygonzkevm_swap_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; @@ -75454,14 +76282,14 @@ export type polygonzkevm_swap_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_swap_OriginMessage_orderBy = +export type polygon_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -75475,51 +76303,51 @@ export type polygonzkevm_swap_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type polygonzkevm_swap_OriginTransfer = { +export type polygon_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_swap_OriginTransferrelayerFeesArgs = { +export type polygon_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygonzkevm_swap_OriginTransfer_filter = { +export type polygon_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75536,16 +76364,16 @@ export type polygonzkevm_swap_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; @@ -75554,20 +76382,20 @@ export type polygonzkevm_swap_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; @@ -75592,40 +76420,40 @@ export type polygonzkevm_swap_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; @@ -75634,16 +76462,16 @@ export type polygonzkevm_swap_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; @@ -75660,16 +76488,16 @@ export type polygonzkevm_swap_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; @@ -75690,17 +76518,17 @@ export type polygonzkevm_swap_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; @@ -75721,7 +76549,7 @@ export type polygonzkevm_swap_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; @@ -75736,37 +76564,37 @@ export type polygonzkevm_swap_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; @@ -75799,16 +76627,16 @@ export type polygonzkevm_swap_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; @@ -75818,12 +76646,12 @@ export type polygonzkevm_swap_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_swap_OriginTransfer_orderBy = +export type polygon_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -75875,20 +76703,20 @@ export type polygonzkevm_swap_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type polygonzkevm_swap_Relayer = { +export type polygon_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type polygonzkevm_swap_RelayerFee = { +export type polygon_RelayerFee = { id: Scalars['ID']; - transfer: polygonzkevm_swap_OriginTransfer; + transfer: polygon_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['polygonzkevm_swap_Bytes']; + asset: Scalars['polygon_Bytes']; }; -export type polygonzkevm_swap_RelayerFee_filter = { +export type polygon_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -75917,7 +76745,7 @@ export type polygonzkevm_swap_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; @@ -75926,23 +76754,23 @@ export type polygonzkevm_swap_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_swap_RelayerFee_orderBy = +export type polygon_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -75977,20 +76805,20 @@ export type polygonzkevm_swap_RelayerFee_orderBy = | 'fee' | 'asset'; -export type polygonzkevm_swap_RelayerFeesIncrease = { +export type polygon_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: polygonzkevm_swap_OriginTransfer; + transfer: polygon_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['polygonzkevm_swap_Bytes']; - transactionHash: Scalars['polygonzkevm_swap_Bytes']; + asset?: Maybe; + caller: Scalars['polygon_Bytes']; + transactionHash: Scalars['polygon_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_swap_RelayerFeesIncrease_filter = { +export type polygon_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76019,7 +76847,7 @@ export type polygonzkevm_swap_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; @@ -76028,39 +76856,39 @@ export type polygonzkevm_swap_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: 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; @@ -76091,12 +76919,12 @@ export type polygonzkevm_swap_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_swap_RelayerFeesIncrease_orderBy = +export type polygon_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -76137,7 +76965,7 @@ export type polygonzkevm_swap_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygonzkevm_swap_Relayer_filter = { +export type polygon_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76150,33 +76978,33 @@ export type polygonzkevm_swap_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_swap_Relayer_orderBy = +export type polygon_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type polygonzkevm_swap_RootCount = { +export type polygon_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type polygonzkevm_swap_RootCount_filter = { +export type polygon_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76194,30 +77022,30 @@ export type polygonzkevm_swap_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_swap_RootCount_orderBy = +export type polygon_RootCount_orderBy = | 'id' | 'count'; -export type polygonzkevm_swap_RootMessageSent = { +export type polygon_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_swap_RootMessageSent_filter = { +export type polygon_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76242,16 +77070,16 @@ export type polygonzkevm_swap_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; @@ -76260,26 +77088,26 @@ export type polygonzkevm_swap_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; @@ -76313,12 +77141,12 @@ export type polygonzkevm_swap_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_swap_RootMessageSent_orderBy = +export type polygon_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -76331,34 +77159,34 @@ export type polygonzkevm_swap_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygonzkevm_swap_Router = { +export type polygon_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_swap_RouterassetBalancesArgs = { +export type polygon_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygonzkevm_swap_RouterDailyTVL = { +export type polygon_RouterDailyTVL = { id: Scalars['ID']; - router: polygonzkevm_swap_Router; - asset: polygonzkevm_swap_Asset; + router: polygon_Router; + asset: polygon_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type polygonzkevm_swap_RouterDailyTVL_filter = { +export type polygon_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76387,7 +77215,7 @@ export type polygonzkevm_swap_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; @@ -76408,7 +77236,7 @@ export type polygonzkevm_swap_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; @@ -76426,12 +77254,12 @@ export type polygonzkevm_swap_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_swap_RouterDailyTVL_orderBy = +export type polygon_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -76453,25 +77281,25 @@ export type polygonzkevm_swap_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type polygonzkevm_swap_RouterLiquidityEvent = { +export type polygon_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: polygonzkevm_swap_Router; - asset: polygonzkevm_swap_Asset; + type?: Maybe; + router: polygon_Router; + asset: polygon_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['polygonzkevm_swap_Bytes']; + transactionHash: Scalars['polygon_Bytes']; nonce: Scalars['BigInt']; }; -export type polygonzkevm_swap_RouterLiquidityEventType = +export type polygon_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type polygonzkevm_swap_RouterLiquidityEvent_filter = { +export type polygon_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76480,10 +77308,10 @@ export type polygonzkevm_swap_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; @@ -76504,7 +77332,7 @@ export type polygonzkevm_swap_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; @@ -76525,7 +77353,7 @@ export type polygonzkevm_swap_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; @@ -76542,16 +77370,16 @@ export type polygonzkevm_swap_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; @@ -76568,16 +77396,16 @@ export type polygonzkevm_swap_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; @@ -76587,12 +77415,12 @@ export type polygonzkevm_swap_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_swap_RouterLiquidityEvent_orderBy = +export type polygon_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -76620,7 +77448,7 @@ export type polygonzkevm_swap_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type polygonzkevm_swap_Router_filter = { +export type polygon_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76633,36 +77461,36 @@ export type polygonzkevm_swap_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; @@ -76671,14 +77499,14 @@ export type polygonzkevm_swap_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_swap_Router_orderBy = +export type polygon_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -76687,13 +77515,13 @@ export type polygonzkevm_swap_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type polygonzkevm_swap_Sequencer = { +export type polygon_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type polygonzkevm_swap_Sequencer_filter = { +export type polygon_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76706,34 +77534,34 @@ export type polygonzkevm_swap_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_swap_Sequencer_orderBy = +export type polygon_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type polygonzkevm_swap_Setting = { +export type polygon_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['polygonzkevm_swap_Bytes']; + caller: Scalars['polygon_Bytes']; }; -export type polygonzkevm_swap_Setting_filter = { +export type polygon_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76750,40 +77578,40 @@ export type polygonzkevm_swap_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_swap_Setting_orderBy = +export type polygon_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type polygonzkevm_swap_SlippageUpdate = { +export type polygon_SlippageUpdate = { id: Scalars['ID']; - transfer: polygonzkevm_swap_DestinationTransfer; + transfer: polygon_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['polygonzkevm_swap_Bytes']; - transactionHash: Scalars['polygonzkevm_swap_Bytes']; + caller: Scalars['polygon_Bytes']; + transactionHash: Scalars['polygon_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_swap_SlippageUpdate_filter = { +export type polygon_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76812,7 +77640,7 @@ export type polygonzkevm_swap_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; @@ -76821,26 +77649,26 @@ export type polygonzkevm_swap_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; @@ -76874,12 +77702,12 @@ export type polygonzkevm_swap_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_swap_SlippageUpdate_orderBy = +export type polygon_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -76926,16 +77754,16 @@ export type polygonzkevm_swap_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygonzkevm_swap_SnapshotRoot = { +export type polygon_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['polygonzkevm_swap_Bytes']; + root: Scalars['polygon_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_swap_SnapshotRoot_filter = { +export type polygon_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -76952,16 +77780,16 @@ export type polygonzkevm_swap_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; @@ -76987,12 +77815,12 @@ export type polygonzkevm_swap_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_swap_SnapshotRoot_orderBy = +export type polygon_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -77000,12 +77828,12 @@ export type polygonzkevm_swap_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type polygonzkevm_swap_SpokeConnectorMode = { +export type polygon_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type polygonzkevm_swap_SpokeConnectorMode_filter = { +export type polygon_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -77035,35 +77863,33 @@ export type polygonzkevm_swap_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_swap_SpokeConnectorMode_orderBy = +export type polygon_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type polygonzkevm_swap_TransferStatus = +export type polygon_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type polygonzkevm_swap__Block_ = { +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; }; /** The type for the top-level _meta field */ -export type polygonzkevm_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 @@ -77071,7 +77897,7 @@ export type polygonzkevm_swap__Meta_ = { * and therefore asks for the latest block * */ - block: polygonzkevm_swap__Block_; + block: polygon__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ @@ -78534,4142 +79360,56 @@ export type mode_swap_StableSwap_filter = { 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 mode_swap_StableSwap_orderBy = - | 'id' - | 'isActive' - | 'key' - | 'canonicalId' - | 'domain' - | 'swapPool' - | 'lpToken' - | 'initialA' - | 'futureA' - | 'initialATime' - | 'futureATime' - | 'swapFee' - | 'adminFee' - | 'pooledTokens' - | 'tokenPrecisionMultipliers' - | 'balances' - | 'adminFees' - | 'virtualPrice' - | 'invariant' - | 'lpTokenSupply' - | 'events' - | 'exchanges' - | 'hourlyVolumes' - | 'dailyVolumes' - | 'weeklyVolumes'; - -export type mode_swap_SwapDailyVolume = mode_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: mode_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mode_swap_BigDecimal']; -}; - -export type mode_swap_SwapDailyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type 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'; - -export type mode_swap_SwapHourlyVolume = mode_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: mode_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mode_swap_BigDecimal']; -}; - -export type mode_swap_SwapHourlyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mode_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 mode_swap_SwapTradeVolume = { - stableSwap: mode_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mode_swap_BigDecimal']; -}; - -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; - 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_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 mode_swap_SwapWeeklyVolume = mode_swap_SwapTradeVolume & { - id: Scalars['ID']; - stableSwap: mode_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['mode_swap_BigDecimal']; -}; - -export type mode_swap_SwapWeeklyVolume_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mode_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 mode_swap_SystemInfo = { - id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; -}; - -export type mode_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 mode_swap_SystemInfo_orderBy = - | 'id' - | 'exchangeCount' - | 'swapCount'; - -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; -}; - -/** 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 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_Aggregation_interval = - | 'hour' - | 'day'; - -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 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 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 hash of the parent block */ - parentHash?: 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 optimism_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['optimism_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type optimism_AggregateRootProposed = { - id: Scalars['ID']; - aggregateRoot: Scalars['optimism_Bytes']; - rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; -}; - -export type optimism_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 optimism_AggregateRootProposed_orderBy = - | 'id' - | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; - -export type optimism_AggregateRoot_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_AggregateRoot_orderBy = - | 'id' - | 'root' - | 'blockNumber'; - -export type optimism_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type optimism_AssetBalance = { - id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: optimism_Router; - asset: optimism_Asset; - feesEarned: Scalars['BigInt']; -}; - -export type optimism_AssetBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - locked?: InputMaybe; - locked_not?: InputMaybe; - locked_gt?: InputMaybe; - locked_lt?: InputMaybe; - locked_gte?: InputMaybe; - locked_lte?: InputMaybe; - locked_in?: InputMaybe>; - locked_not_in?: InputMaybe>; - supplied?: InputMaybe; - supplied_not?: InputMaybe; - supplied_gt?: InputMaybe; - supplied_lt?: InputMaybe; - supplied_gte?: InputMaybe; - supplied_lte?: InputMaybe; - supplied_in?: InputMaybe>; - supplied_not_in?: InputMaybe>; - removed?: InputMaybe; - removed_not?: InputMaybe; - removed_gt?: InputMaybe; - removed_lt?: InputMaybe; - removed_gte?: InputMaybe; - removed_lte?: InputMaybe; - removed_in?: InputMaybe>; - removed_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - feesEarned?: InputMaybe; - feesEarned_not?: InputMaybe; - feesEarned_gt?: InputMaybe; - feesEarned_lt?: InputMaybe; - feesEarned_gte?: InputMaybe; - feesEarned_lte?: InputMaybe; - feesEarned_in?: InputMaybe>; - feesEarned_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_AssetBalance_orderBy = - | 'id' - | 'amount' - | 'locked' - | 'supplied' - | 'removed' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' - | 'feesEarned'; - -export type optimism_AssetStatus = { - id: Scalars['ID']; - status?: Maybe; -}; - -export type optimism_AssetStatus_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type optimism_Asset_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - decimal?: InputMaybe; - decimal_not?: InputMaybe; - decimal_gt?: InputMaybe; - decimal_lt?: InputMaybe; - decimal_gte?: InputMaybe; - decimal_lte?: InputMaybe; - decimal_in?: InputMaybe>; - decimal_not_in?: InputMaybe>; - 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 optimism_Asset_orderBy = - | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type optimism_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type optimism_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type optimism_ConnectorMeta = { - id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; -}; - -export type optimism_ConnectorMeta_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type optimism_ConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type optimism_DestinationTransfer = { - id: Scalars['ID']; - chainId?: Maybe; - transferId?: Maybe; - nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; - originDomain?: Maybe; - destinationDomain?: Maybe; - canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; - receiveLocal?: Maybe; - callData?: Maybe; - slippage?: Maybe; - bumpSlippageCount?: Maybe; - originSender?: Maybe; - bridgedAmt?: Maybe; - normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - amount?: Maybe; - routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; - executedTimestamp?: Maybe; - executedGasPrice?: Maybe; - executedGasLimit?: Maybe; - executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; - executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; - reconciledTimestamp?: Maybe; - reconciledGasPrice?: Maybe; - reconciledGasLimit?: Maybe; - reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; - reconciledTxNonce?: Maybe; -}; - - -export type optimism_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type optimism_DestinationTransfer_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - routers?: InputMaybe>; - routers_not?: InputMaybe>; - routers_contains?: InputMaybe>; - routers_contains_nocase?: InputMaybe>; - routers_not_contains?: InputMaybe>; - routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; - originDomain?: InputMaybe; - originDomain_not?: InputMaybe; - originDomain_gt?: InputMaybe; - originDomain_lt?: InputMaybe; - originDomain_gte?: InputMaybe; - originDomain_lte?: InputMaybe; - originDomain_in?: InputMaybe>; - originDomain_not_in?: InputMaybe>; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - canonicalDomain?: InputMaybe; - canonicalDomain_not?: InputMaybe; - canonicalDomain_gt?: InputMaybe; - canonicalDomain_lt?: InputMaybe; - canonicalDomain_gte?: InputMaybe; - canonicalDomain_lte?: InputMaybe; - canonicalDomain_in?: InputMaybe>; - canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; - receiveLocal?: InputMaybe; - receiveLocal_not?: InputMaybe; - receiveLocal_in?: InputMaybe>; - receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - bumpSlippageCount?: InputMaybe; - bumpSlippageCount_not?: InputMaybe; - bumpSlippageCount_gt?: InputMaybe; - bumpSlippageCount_lt?: InputMaybe; - bumpSlippageCount_gte?: InputMaybe; - bumpSlippageCount_lte?: InputMaybe; - bumpSlippageCount_in?: InputMaybe>; - bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; - bridgedAmt?: InputMaybe; - bridgedAmt_not?: InputMaybe; - bridgedAmt_gt?: InputMaybe; - bridgedAmt_lt?: InputMaybe; - bridgedAmt_gte?: InputMaybe; - bridgedAmt_lte?: InputMaybe; - bridgedAmt_in?: InputMaybe>; - bridgedAmt_not_in?: InputMaybe>; - normalizedIn?: InputMaybe; - normalizedIn_not?: InputMaybe; - normalizedIn_gt?: InputMaybe; - normalizedIn_lt?: InputMaybe; - normalizedIn_gte?: InputMaybe; - normalizedIn_lte?: InputMaybe; - normalizedIn_in?: InputMaybe>; - normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - routersFee?: InputMaybe; - routersFee_not?: InputMaybe; - routersFee_gt?: InputMaybe; - routersFee_lt?: InputMaybe; - routersFee_gte?: InputMaybe; - routersFee_lte?: InputMaybe; - routersFee_in?: InputMaybe>; - routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; - executedTimestamp?: InputMaybe; - executedTimestamp_not?: InputMaybe; - executedTimestamp_gt?: InputMaybe; - executedTimestamp_lt?: InputMaybe; - executedTimestamp_gte?: InputMaybe; - executedTimestamp_lte?: InputMaybe; - executedTimestamp_in?: InputMaybe>; - executedTimestamp_not_in?: InputMaybe>; - executedGasPrice?: InputMaybe; - executedGasPrice_not?: InputMaybe; - executedGasPrice_gt?: InputMaybe; - executedGasPrice_lt?: InputMaybe; - executedGasPrice_gte?: InputMaybe; - executedGasPrice_lte?: InputMaybe; - executedGasPrice_in?: InputMaybe>; - executedGasPrice_not_in?: InputMaybe>; - executedGasLimit?: InputMaybe; - executedGasLimit_not?: InputMaybe; - executedGasLimit_gt?: InputMaybe; - executedGasLimit_lt?: InputMaybe; - executedGasLimit_gte?: InputMaybe; - executedGasLimit_lte?: InputMaybe; - executedGasLimit_in?: InputMaybe>; - executedGasLimit_not_in?: InputMaybe>; - executedBlockNumber?: InputMaybe; - executedBlockNumber_not?: InputMaybe; - executedBlockNumber_gt?: InputMaybe; - executedBlockNumber_lt?: InputMaybe; - executedBlockNumber_gte?: InputMaybe; - executedBlockNumber_lte?: InputMaybe; - executedBlockNumber_in?: InputMaybe>; - executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; - executedTxNonce?: InputMaybe; - executedTxNonce_not?: InputMaybe; - executedTxNonce_gt?: InputMaybe; - executedTxNonce_lt?: InputMaybe; - executedTxNonce_gte?: InputMaybe; - executedTxNonce_lte?: InputMaybe; - executedTxNonce_in?: InputMaybe>; - executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; - reconciledTimestamp?: InputMaybe; - reconciledTimestamp_not?: InputMaybe; - reconciledTimestamp_gt?: InputMaybe; - reconciledTimestamp_lt?: InputMaybe; - reconciledTimestamp_gte?: InputMaybe; - reconciledTimestamp_lte?: InputMaybe; - reconciledTimestamp_in?: InputMaybe>; - reconciledTimestamp_not_in?: InputMaybe>; - reconciledGasPrice?: InputMaybe; - reconciledGasPrice_not?: InputMaybe; - reconciledGasPrice_gt?: InputMaybe; - reconciledGasPrice_lt?: InputMaybe; - reconciledGasPrice_gte?: InputMaybe; - reconciledGasPrice_lte?: InputMaybe; - reconciledGasPrice_in?: InputMaybe>; - reconciledGasPrice_not_in?: InputMaybe>; - reconciledGasLimit?: InputMaybe; - reconciledGasLimit_not?: InputMaybe; - reconciledGasLimit_gt?: InputMaybe; - reconciledGasLimit_lt?: InputMaybe; - reconciledGasLimit_gte?: InputMaybe; - reconciledGasLimit_lte?: InputMaybe; - reconciledGasLimit_in?: InputMaybe>; - reconciledGasLimit_not_in?: InputMaybe>; - reconciledBlockNumber?: InputMaybe; - reconciledBlockNumber_not?: InputMaybe; - reconciledBlockNumber_gt?: InputMaybe; - reconciledBlockNumber_lt?: InputMaybe; - reconciledBlockNumber_gte?: InputMaybe; - reconciledBlockNumber_lte?: InputMaybe; - reconciledBlockNumber_in?: InputMaybe>; - reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; - reconciledTxNonce?: InputMaybe; - reconciledTxNonce_not?: InputMaybe; - reconciledTxNonce_gt?: InputMaybe; - reconciledTxNonce_lt?: InputMaybe; - reconciledTxNonce_gte?: InputMaybe; - reconciledTxNonce_lte?: InputMaybe; - reconciledTxNonce_in?: InputMaybe>; - reconciledTxNonce_not_in?: InputMaybe>; + 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 optimism_DestinationTransfer_orderBy = +export type mode_swap_StableSwap_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'routers' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'bumpSlippageCount' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' + | 'isActive' + | 'key' | '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'; + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type optimism_OptimisticRootFinalized = { +export type mode_swap_SwapDailyVolume = mode_swap_SwapTradeVolume & { id: Scalars['ID']; - aggregateRoot: Scalars['optimism_Bytes']; + stableSwap: mode_swap_StableSwap; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + volume: Scalars['mode_swap_BigDecimal']; }; -export type optimism_OptimisticRootFinalized_filter = { +export type mode_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82678,16 +79418,27 @@ 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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -82696,45 +79447,202 @@ export type optimism_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>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_OptimisticRootFinalized_orderBy = +export type mode_swap_SwapDailyVolume_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 */ -export type optimism_OrderDirection = - | 'asc' - | 'desc'; +export type mode_swap_SwapHourlyVolume = mode_swap_SwapTradeVolume & { + id: Scalars['ID']; + stableSwap: mode_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mode_swap_BigDecimal']; +}; -export type optimism_OriginMessage = { +export type mode_swap_SwapHourlyVolume_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mode_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 mode_swap_SwapTradeVolume = { + stableSwap: mode_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mode_swap_BigDecimal']; +}; + +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; + 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_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 mode_swap_SwapWeeklyVolume = mode_swap_SwapTradeVolume & { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + stableSwap: mode_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mode_swap_BigDecimal']; }; -export type optimism_OriginMessage_filter = { +export type mode_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82743,166 +79651,176 @@ export type optimism_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - destinationDomain?: InputMaybe; - destinationDomain_not?: InputMaybe; - destinationDomain_gt?: InputMaybe; - destinationDomain_lt?: InputMaybe; - destinationDomain_gte?: InputMaybe; - destinationDomain_lte?: InputMaybe; - destinationDomain_in?: InputMaybe>; - destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - 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; + 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 optimism_OriginMessage_orderBy = +export type mode_swap_SwapWeeklyVolume_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' + | 'timestamp' + | 'volume'; -export type optimism_OriginTransfer = { +export type mode_swap_SystemInfo = { 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; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; +export type mode_swap_SystemInfo_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; -export type optimism_OriginTransferrelayerFeesArgs = { +export type mode_swap_SystemInfo_orderBy = + | 'id' + | 'exchangeCount' + | 'swapCount'; + +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; +}; + +/** 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 linea_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type linea_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type linea_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['linea_swap_Bytes']; + balances: Array; +}; + + +export type linea_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_OriginTransfer_filter = { +export type linea_swap_LpAccountBalance = { + id: Scalars['ID']; + account: linea_swap_LpAccount; + token: linea_swap_LpToken; + amount: Scalars['linea_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type linea_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -82911,245 +79829,192 @@ export type optimism_OriginTransfer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - chainId?: InputMaybe; - chainId_not?: InputMaybe; - chainId_gt?: InputMaybe; - chainId_lt?: InputMaybe; - chainId_gte?: InputMaybe; - chainId_lte?: InputMaybe; - chainId_in?: InputMaybe>; - chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - 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; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_swap_LpAccountBalance_orderBy = + | 'id' + | 'account' + | 'token' + | 'amount' + | 'block' + | 'modified' + | 'transaction'; + +export type linea_swap_LpAccount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; +}; + +export type linea_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type linea_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['linea_swap_Bytes']; + stableSwap: linea_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['linea_swap_BigDecimal']; + events: Array; +}; + + +export type linea_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type linea_swap_LpTokenEvent = { + id: Scalars['ID']; + token: linea_swap_LpToken; + amount: Scalars['linea_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type linea_swap_LpTokenEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -83158,120 +80023,34 @@ export type optimism_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_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimism_OriginTransfer_orderBy = +export type linea_swap_LpTokenEvent_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' + | 'token' + | 'amount' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; - -export type optimism_Relayer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; -}; - -export type optimism_RelayerFee = { - id: Scalars['ID']; - transfer: optimism_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['optimism_Bytes']; -}; + | 'transaction' + | 'nonce'; -export type optimism_RelayerFee_filter = { +export type linea_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83280,100 +80059,118 @@ export type optimism_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; + address?: InputMaybe; + address_not?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimism_RelayerFee_orderBy = +export type linea_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' + | 'decimals' + | 'name' + | 'symbol' + | 'totalSupply' + | 'events'; -export type optimism_RelayerFeesIncrease = { +export type linea_swap_LpTransferEvent = linea_swap_LpTokenEvent & { id: Scalars['ID']; - transfer: optimism_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['optimism_Bytes']; - transactionHash: Scalars['optimism_Bytes']; + 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']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type optimism_RelayerFeesIncrease_filter = { +export type linea_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83382,65 +80179,71 @@ export type optimism_RelayerFeesIncrease_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -83449,78 +80252,48 @@ export type optimism_RelayerFeesIncrease_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimism_RelayerFeesIncrease_orderBy = +export type linea_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' + | 'amount' + | 'from' + | 'to' + | 'fromBalance' + | 'toBalance' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'transaction' + | 'nonce'; -export type optimism_Relayer_filter = { +/** Defines the order direction, either ascending or descending */ +export type linea_swap_OrderDirection = + | 'asc' + | 'desc'; + +export type linea_swap_PooledToken = { + id: Scalars['ID']; + asset: Scalars['linea_swap_Bytes']; +}; + +export type linea_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83529,37 +80302,110 @@ export type optimism_Relayer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_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 optimism_Relayer_orderBy = +export type linea_swap_PooledToken_orderBy = | 'id' - | 'isActive' - | 'relayer'; + | 'asset'; -export type optimism_RootCount = { +export type linea_swap_StableSwap = { id: Scalars['ID']; - count?: Maybe; + isActive?: Maybe; + key: Scalars['linea_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type optimism_RootCount_filter = { + +export type linea_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type linea_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type linea_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type linea_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type linea_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type linea_swap_StableSwapAddLiquidityEvent = linea_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: linea_swap_StableSwap; + provider: Scalars['linea_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type linea_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83568,39 +80414,134 @@ export type optimism_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; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimism_RootCount_orderBy = +export type linea_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' - | 'count'; + | 'stableSwap' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type optimism_RootMessageSent = { +export type linea_swap_StableSwapEvent = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + stableSwap: linea_swap_StableSwap; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type optimism_RootMessageSent_filter = { +export type linea_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83609,60 +80550,35 @@ export type optimism_RootMessageSent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -83671,77 +80587,49 @@ export type optimism_RootMessageSent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimism_RootMessageSent_orderBy = +export type linea_swap_StableSwapEvent_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' + | 'stableSwap' + | 'block' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type optimism_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type optimism_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'transaction' + | 'nonce'; -export type optimism_RouterDailyTVL = { +export type linea_swap_StableSwapExchange = { id: Scalars['ID']; - router: optimism_Router; - asset: optimism_Asset; + stableSwap: linea_swap_StableSwap; + buyer: Scalars['linea_swap_Bytes']; + boughtId: Scalars['BigInt']; + tokensBought: Scalars['BigInt']; + soldId: Scalars['BigInt']; + tokensSold: Scalars['BigInt']; + balances: Array; + fee: Scalars['BigInt']; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + transaction: Scalars['linea_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type optimism_RouterDailyTVL_filter = { +export type linea_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83750,48 +80638,87 @@ export type optimism_RouterDailyTVL_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - router?: InputMaybe; - router_not?: InputMaybe; - router_gt?: InputMaybe; - router_lt?: InputMaybe; - router_gte?: InputMaybe; - router_lte?: InputMaybe; - router_in?: InputMaybe>; - router_not_in?: InputMaybe>; - router_contains?: InputMaybe; - router_contains_nocase?: InputMaybe; - router_not_contains?: InputMaybe; - router_not_contains_nocase?: InputMaybe; - router_starts_with?: InputMaybe; - router_starts_with_nocase?: InputMaybe; - router_not_starts_with?: InputMaybe; - router_not_starts_with_nocase?: InputMaybe; - router_ends_with?: InputMaybe; - router_ends_with_nocase?: InputMaybe; - router_not_ends_with?: InputMaybe; - router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_contains_nocase?: InputMaybe; - asset_not_contains?: InputMaybe; - asset_not_contains_nocase?: InputMaybe; - asset_starts_with?: InputMaybe; - asset_starts_with_nocase?: InputMaybe; - asset_not_starts_with?: InputMaybe; - asset_not_starts_with_nocase?: InputMaybe; - asset_ends_with?: InputMaybe; - asset_ends_with_nocase?: InputMaybe; - asset_not_ends_with?: InputMaybe; - asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_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; @@ -83800,61 +80727,56 @@ export type optimism_RouterDailyTVL_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimism_RouterDailyTVL_orderBy = +export type linea_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' + | 'buyer' + | 'boughtId' + | 'tokensBought' + | 'soldId' + | 'tokensSold' + | 'balances' + | 'fee' + | 'block' | 'timestamp' - | 'balance'; + | 'transaction' + | 'nonce'; -export type optimism_RouterLiquidityEvent = { +export type linea_swap_StableSwapRemoveLiquidityEvent = linea_swap_StableSwapEvent & { id: Scalars['ID']; - type?: Maybe; - router: optimism_Router; - asset: optimism_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; + stableSwap: linea_swap_StableSwap; + provider: Scalars['linea_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['optimism_Bytes']; + transaction: Scalars['linea_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimism_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type optimism_RouterLiquidityEvent_filter = { +export type linea_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -83863,86 +80785,83 @@ 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>; - 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; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; + tokenAmounts?: InputMaybe>; + tokenAmounts_not?: InputMaybe>; + tokenAmounts_contains?: InputMaybe>; + tokenAmounts_contains_nocase?: InputMaybe>; + tokenAmounts_not_contains?: InputMaybe>; + tokenAmounts_not_contains_nocase?: InputMaybe>; + fees?: InputMaybe>; + fees_not?: InputMaybe>; + fees_contains?: InputMaybe>; + fees_contains_nocase?: InputMaybe>; + fees_not_contains?: InputMaybe>; + fees_not_contains_nocase?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + lpTokenAmount?: InputMaybe; + lpTokenAmount_not?: InputMaybe; + lpTokenAmount_gt?: InputMaybe; + lpTokenAmount_lt?: InputMaybe; + lpTokenAmount_gte?: InputMaybe; + lpTokenAmount_lte?: InputMaybe; + lpTokenAmount_in?: InputMaybe>; + lpTokenAmount_not_in?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -83951,16 +80870,12 @@ 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; + 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; @@ -83970,40 +80885,25 @@ 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; }; -export type optimism_RouterLiquidityEvent_orderBy = +export type linea_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' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' | 'timestamp' - | 'transactionHash' + | 'transaction' | 'nonce'; -export type optimism_Router_filter = { +export type linea_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84016,67 +80916,177 @@ 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; - proposedTimestamp?: InputMaybe; - proposedTimestamp_not?: InputMaybe; - proposedTimestamp_gt?: InputMaybe; - proposedTimestamp_lt?: InputMaybe; - proposedTimestamp_gte?: InputMaybe; - proposedTimestamp_lte?: InputMaybe; - proposedTimestamp_in?: InputMaybe>; - proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; + initialA?: InputMaybe; + initialA_not?: InputMaybe; + initialA_gt?: InputMaybe; + initialA_lt?: InputMaybe; + initialA_gte?: InputMaybe; + initialA_lte?: InputMaybe; + initialA_in?: InputMaybe>; + initialA_not_in?: InputMaybe>; + futureA?: InputMaybe; + futureA_not?: InputMaybe; + futureA_gt?: InputMaybe; + futureA_lt?: InputMaybe; + futureA_gte?: InputMaybe; + futureA_lte?: InputMaybe; + futureA_in?: InputMaybe>; + futureA_not_in?: InputMaybe>; + initialATime?: InputMaybe; + initialATime_not?: InputMaybe; + initialATime_gt?: InputMaybe; + initialATime_lt?: InputMaybe; + initialATime_gte?: InputMaybe; + initialATime_lte?: InputMaybe; + initialATime_in?: InputMaybe>; + initialATime_not_in?: InputMaybe>; + futureATime?: InputMaybe; + futureATime_not?: InputMaybe; + futureATime_gt?: InputMaybe; + futureATime_lt?: InputMaybe; + futureATime_gte?: InputMaybe; + futureATime_lte?: InputMaybe; + futureATime_in?: InputMaybe>; + futureATime_not_in?: InputMaybe>; + swapFee?: InputMaybe; + swapFee_not?: InputMaybe; + swapFee_gt?: InputMaybe; + swapFee_lt?: InputMaybe; + swapFee_gte?: InputMaybe; + swapFee_lte?: InputMaybe; + swapFee_in?: InputMaybe>; + swapFee_not_in?: InputMaybe>; + adminFee?: InputMaybe; + adminFee_not?: InputMaybe; + adminFee_gt?: InputMaybe; + adminFee_lt?: InputMaybe; + adminFee_gte?: InputMaybe; + adminFee_lte?: InputMaybe; + adminFee_in?: InputMaybe>; + adminFee_not_in?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers?: InputMaybe>; + tokenPrecisionMultipliers_not?: InputMaybe>; + tokenPrecisionMultipliers_contains?: InputMaybe>; + tokenPrecisionMultipliers_contains_nocase?: InputMaybe>; + tokenPrecisionMultipliers_not_contains?: InputMaybe>; + tokenPrecisionMultipliers_not_contains_nocase?: InputMaybe>; + balances?: InputMaybe>; + balances_not?: InputMaybe>; + balances_contains?: InputMaybe>; + balances_contains_nocase?: InputMaybe>; + balances_not_contains?: InputMaybe>; + balances_not_contains_nocase?: InputMaybe>; + adminFees?: InputMaybe>; + adminFees_not?: InputMaybe>; + adminFees_contains?: InputMaybe>; + adminFees_contains_nocase?: InputMaybe>; + adminFees_not_contains?: InputMaybe>; + adminFees_not_contains_nocase?: InputMaybe>; + virtualPrice?: InputMaybe; + virtualPrice_not?: InputMaybe; + virtualPrice_gt?: InputMaybe; + virtualPrice_lt?: InputMaybe; + virtualPrice_gte?: InputMaybe; + virtualPrice_lte?: InputMaybe; + virtualPrice_in?: InputMaybe>; + virtualPrice_not_in?: InputMaybe>; + invariant?: InputMaybe; + invariant_not?: InputMaybe; + invariant_gt?: InputMaybe; + invariant_lt?: InputMaybe; + invariant_gte?: InputMaybe; + invariant_lte?: InputMaybe; + invariant_in?: InputMaybe>; + invariant_not_in?: InputMaybe>; + lpTokenSupply?: InputMaybe; + lpTokenSupply_not?: InputMaybe; + lpTokenSupply_gt?: InputMaybe; + lpTokenSupply_lt?: InputMaybe; + lpTokenSupply_gte?: InputMaybe; + lpTokenSupply_lte?: InputMaybe; + lpTokenSupply_in?: InputMaybe>; + lpTokenSupply_not_in?: InputMaybe>; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimism_Router_orderBy = +export type linea_swap_StableSwap_orderBy = | 'id' | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'key' + | 'canonicalId' + | 'domain' + | 'swapPool' + | 'lpToken' + | 'initialA' + | 'futureA' + | 'initialATime' + | 'futureATime' + | 'swapFee' + | 'adminFee' + | 'pooledTokens' + | 'tokenPrecisionMultipliers' + | 'balances' + | 'adminFees' + | 'virtualPrice' + | 'invariant' + | 'lpTokenSupply' + | 'events' + | 'exchanges' + | 'hourlyVolumes' + | 'dailyVolumes' + | 'weeklyVolumes'; -export type optimism_Sequencer = { +export type linea_swap_SwapDailyVolume = linea_swap_SwapTradeVolume & { id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; + stableSwap: linea_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; }; -export type optimism_Sequencer_filter = { +export type linea_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84085,38 +81095,61 @@ export type optimism_Sequencer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimism_Sequencer_orderBy = +export type linea_swap_SwapDailyVolume_orderBy = | 'id' - | 'isActive' - | 'sequencer'; + | 'stableSwap' + | 'timestamp' + | 'volume'; -export type optimism_Setting = { +export type linea_swap_SwapHourlyVolume = linea_swap_SwapTradeVolume & { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['optimism_Bytes']; + stableSwap: linea_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; }; -export type optimism_Setting_filter = { +export type linea_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84125,105 +81158,81 @@ export type optimism_Setting_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimism_Setting_orderBy = +export type linea_swap_SwapHourlyVolume_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; + | 'stableSwap' + | 'timestamp' + | 'volume'; -export type optimism_SlippageUpdate = { - id: Scalars['ID']; - transfer: optimism_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['optimism_Bytes']; - transactionHash: Scalars['optimism_Bytes']; +export type linea_swap_SwapTradeVolume = { + stableSwap: linea_swap_StableSwap; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; }; -export type optimism_SlippageUpdate_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; +export type linea_swap_SwapTradeVolume_filter = { + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -84232,93 +81241,31 @@ export type optimism_SlippageUpdate_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimism_SlippageUpdate_orderBy = - | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' - | 'caller' - | 'transactionHash' +export type linea_swap_SwapTradeVolume_orderBy = + | 'stableSwap' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'volume'; -export type optimism_SnapshotRoot = { +export type linea_swap_SwapWeeklyVolume = linea_swap_SwapTradeVolume & { id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['optimism_Bytes']; - count: Scalars['BigInt']; + stableSwap: linea_swap_StableSwap; timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + volume: Scalars['linea_swap_BigDecimal']; }; -export type optimism_SnapshotRoot_filter = { +export type linea_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84327,68 +81274,60 @@ export type optimism_SnapshotRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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>; - 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_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimism_SnapshotRoot_orderBy = +export type linea_swap_SwapWeeklyVolume_orderBy = | 'id' - | 'spokeDomain' - | 'root' - | 'count' + | 'stableSwap' | 'timestamp' - | 'blockNumber'; + | 'volume'; -export type optimism_SpokeConnectorMode = { +export type linea_swap_SystemInfo = { id: Scalars['ID']; - mode: Scalars['String']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type optimism_SpokeConnectorMode_filter = { +export type linea_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84397,46 +81336,34 @@ export type optimism_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; + exchangeCount?: InputMaybe; + exchangeCount_not?: InputMaybe; + exchangeCount_gt?: InputMaybe; + exchangeCount_lt?: InputMaybe; + exchangeCount_gte?: InputMaybe; + exchangeCount_lte?: InputMaybe; + exchangeCount_in?: InputMaybe>; + exchangeCount_not_in?: InputMaybe>; + swapCount?: InputMaybe; + swapCount_not?: InputMaybe; + swapCount_gt?: InputMaybe; + swapCount_lt?: InputMaybe; + swapCount_gte?: InputMaybe; + swapCount_lte?: InputMaybe; + swapCount_in?: InputMaybe>; + swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type optimism_SpokeConnectorMode_orderBy = +export type linea_swap_SystemInfo_orderBy = | 'id' - | 'mode'; - -export type optimism_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; + | 'exchangeCount' + | 'swapCount'; -export type optimism__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 */ @@ -84444,7 +81371,7 @@ export type optimism__Block_ = { }; /** The type for the top-level _meta field */ -export type optimism__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 @@ -84452,22 +81379,22 @@ export type optimism__Meta_ = { * and therefore asks for the latest block * */ - block: optimism__Block_; + block: linea_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type mainnet_AggregateRoot = { +export type linea_AggregateRoot = { id: Scalars['ID']; - root: Scalars['mainnet_Bytes']; + root: Scalars['linea_Bytes']; blockNumber: Scalars['BigInt']; }; -export type mainnet_AggregateRootProposed = { +export type linea_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['mainnet_Bytes']; + aggregateRoot: Scalars['linea_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -84475,7 +81402,7 @@ export type mainnet_AggregateRootProposed = { blockNumber?: Maybe; }; -export type mainnet_AggregateRootProposed_filter = { +export type linea_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84484,16 +81411,12 @@ 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_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -84535,12 +81458,10 @@ 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; }; -export type mainnet_AggregateRootProposed_orderBy = +export type linea_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -84549,7 +81470,7 @@ export type mainnet_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type mainnet_AggregateRoot_filter = { +export type linea_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84558,16 +81479,12 @@ export type mainnet_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -84577,45 +81494,39 @@ export type mainnet_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_AggregateRoot_orderBy = +export type linea_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type mainnet_Aggregation_interval = - | 'hour' - | 'day'; - -export type mainnet_Asset = { +export type linea_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type mainnet_AssetBalance = { +export type linea_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: mainnet_Router; - asset: mainnet_Asset; + router: linea_Router; + asset: linea_Asset; feesEarned: Scalars['BigInt']; }; -export type mainnet_AssetBalance_filter = { +export type linea_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84676,7 +81587,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; @@ -84697,7 +81608,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; @@ -84707,42 +81618,25 @@ export type mainnet_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_AssetBalance_orderBy = +export type linea_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' | 'supplied' | 'removed' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'feesEarned'; -export type mainnet_AssetStatus = { +export type linea_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type mainnet_AssetStatus_filter = { +export type linea_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84756,16 +81650,14 @@ export type mainnet_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_AssetStatus_orderBy = +export type linea_AssetStatus_orderBy = | 'id' | 'status'; -export type mainnet_Asset_filter = { +export type linea_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84774,16 +81666,12 @@ export type mainnet_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -84800,16 +81688,12 @@ export type mainnet_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -84818,26 +81702,18 @@ export type mainnet_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -84866,14 +81742,12 @@ export type mainnet_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_Asset_orderBy = +export type linea_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -84883,30 +81757,28 @@ export type mainnet_Asset_orderBy = | 'adoptedAsset' | 'localAsset' | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'status'; -export type mainnet_BlockChangedFilter = { +export type linea_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type mainnet_Block_height = { - hash?: InputMaybe; +export type linea_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type mainnet_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 mainnet_ConnectorMeta_filter = { +export type linea_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -84931,43 +81803,29 @@ export type mainnet_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_ConnectorMeta_orderBy = +export type linea_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -84975,57 +81833,57 @@ export type mainnet_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type mainnet_DestinationTransfer = { +export type linea_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type mainnet_DestinationTransferroutersArgs = { +export type linea_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mainnet_DestinationTransfer_filter = { +export type linea_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85042,16 +81900,12 @@ export type mainnet_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -85060,17 +81914,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; @@ -85095,40 +81949,28 @@ export type mainnet_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -85145,16 +81987,12 @@ export type mainnet_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -85171,16 +82009,12 @@ export type mainnet_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -85201,7 +82035,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; @@ -85218,26 +82052,18 @@ export type mainnet_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -85270,16 +82096,12 @@ export type mainnet_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -85288,26 +82110,18 @@ export type mainnet_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -85340,16 +82154,12 @@ export type mainnet_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -85359,12 +82169,10 @@ export type mainnet_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_DestinationTransfer_orderBy = +export type linea_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -85385,15 +82193,6 @@ export type mainnet_DestinationTransfer_orderBy = | 'normalizedIn' | 'canonicalId' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'amount' | 'routersFee' | 'executedCaller' @@ -85413,14 +82212,14 @@ export type mainnet_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type mainnet_OptimisticRootFinalized = { +export type linea_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['mainnet_Bytes']; + aggregateRoot: Scalars['linea_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type mainnet_OptimisticRootFinalized_filter = { +export type linea_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85429,16 +82228,12 @@ 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_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -85456,36 +82251,34 @@ 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; }; -export type mainnet_OptimisticRootFinalized_orderBy = +export type linea_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type mainnet_OrderDirection = +export type linea_OrderDirection = | 'asc' | 'desc'; -export type mainnet_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 mainnet_OriginMessage_filter = { +export type linea_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85494,16 +82287,12 @@ export type mainnet_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -85512,16 +82301,12 @@ export type mainnet_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -85530,36 +82315,24 @@ export type mainnet_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -85588,14 +82361,12 @@ export type mainnet_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_OriginMessage_orderBy = +export type linea_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -85605,55 +82376,53 @@ export type mainnet_OriginMessage_orderBy = | 'root' | 'transactionHash' | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'rootCount'; -export type mainnet_OriginTransfer = { +export type linea_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type mainnet_OriginTransferrelayerFeesArgs = { +export type linea_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mainnet_OriginTransfer_filter = { +export type linea_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -85670,16 +82439,12 @@ export type mainnet_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -85688,20 +82453,16 @@ export type mainnet_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -85726,40 +82487,28 @@ export type mainnet_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -85768,16 +82517,12 @@ export type mainnet_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -85794,16 +82539,12 @@ export type mainnet_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -85824,17 +82565,13 @@ export type mainnet_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -85855,7 +82592,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; @@ -85870,37 +82607,25 @@ export type mainnet_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -85933,16 +82658,12 @@ export type mainnet_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -85952,12 +82673,10 @@ export type mainnet_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_OriginTransfer_orderBy = +export type linea_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -85974,29 +82693,11 @@ export type mainnet_OriginTransfer_orderBy = | 'slippage' | 'originSender' | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' + | 'normalizedIn' + | 'canonicalId' + | 'asset' | 'transactingAsset' | 'message' - | 'message__id' - | 'message__transferId' - | 'message__destinationDomain' - | 'message__leaf' - | 'message__index' - | 'message__message' - | 'message__root' - | 'message__transactionHash' - | 'message__blockNumber' | 'bumpRelayerFeeCount' | 'relayerFees' | 'initialRelayerFeeAsset' @@ -86009,20 +82710,20 @@ export type mainnet_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type mainnet_Relayer = { +export type linea_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type mainnet_RelayerFee = { +export type linea_RelayerFee = { id: Scalars['ID']; - transfer: mainnet_OriginTransfer; + transfer: linea_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['mainnet_Bytes']; + asset: Scalars['linea_Bytes']; }; -export type mainnet_RelayerFee_filter = { +export type linea_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86051,7 +82752,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; @@ -86060,71 +82761,36 @@ export type mainnet_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_RelayerFee_orderBy = +export type linea_RelayerFee_orderBy = | 'id' | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' | 'fee' | 'asset'; -export type mainnet_RelayerFeesIncrease = { +export type linea_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: mainnet_OriginTransfer; + transfer: linea_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['mainnet_Bytes']; - transactionHash: Scalars['mainnet_Bytes']; + asset?: Maybe; + caller: Scalars['linea_Bytes']; + transactionHash: Scalars['linea_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mainnet_RelayerFeesIncrease_filter = { +export type linea_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86153,7 +82819,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; @@ -86162,36 +82828,24 @@ export type mainnet_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -86225,43 +82879,12 @@ export type mainnet_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_RelayerFeesIncrease_orderBy = +export type linea_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' | 'increase' | 'asset' | 'caller' @@ -86271,7 +82894,7 @@ export type mainnet_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type mainnet_Relayer_filter = { +export type linea_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86284,33 +82907,27 @@ export type mainnet_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_Relayer_orderBy = +export type linea_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type mainnet_RootCount = { +export type linea_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type mainnet_RootCount_filter = { +export type linea_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86328,30 +82945,28 @@ export type mainnet_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_RootCount_orderBy = +export type linea_RootCount_orderBy = | 'id' | 'count'; -export type mainnet_RootMessageSent = { +export type linea_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type mainnet_RootMessageSent_filter = { +export type linea_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86376,16 +82991,12 @@ export type mainnet_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -86394,26 +83005,18 @@ export type mainnet_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -86447,12 +83050,10 @@ export type mainnet_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_RootMessageSent_orderBy = +export type linea_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -86465,34 +83066,34 @@ export type mainnet_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type mainnet_Router = { +export type linea_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type mainnet_RouterassetBalancesArgs = { +export type linea_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mainnet_RouterDailyTVL = { +export type linea_RouterDailyTVL = { id: Scalars['ID']; - router: mainnet_Router; - asset: mainnet_Asset; + router: linea_Router; + asset: linea_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type mainnet_RouterDailyTVL_filter = { +export type linea_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86521,7 +83122,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; @@ -86542,7 +83143,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; @@ -86560,52 +83161,35 @@ export type mainnet_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_RouterDailyTVL_orderBy = +export type linea_RouterDailyTVL_orderBy = | 'id' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'timestamp' | 'balance'; -export type mainnet_RouterLiquidityEvent = { +export type linea_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: mainnet_Router; - asset: mainnet_Asset; + type?: Maybe; + router: linea_Router; + asset: linea_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['mainnet_Bytes']; + transactionHash: Scalars['linea_Bytes']; nonce: Scalars['BigInt']; }; -export type mainnet_RouterLiquidityEventType = +export type linea_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type mainnet_RouterLiquidityEvent_filter = { +export type linea_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86614,10 +83198,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; @@ -86638,7 +83222,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; @@ -86659,7 +83243,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; @@ -86676,16 +83260,12 @@ export type mainnet_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -86702,16 +83282,12 @@ export type mainnet_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -86721,31 +83297,14 @@ export type mainnet_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_RouterLiquidityEvent_orderBy = +export type linea_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__adoptedDecimal' - | 'asset__canonicalId' - | 'asset__canonicalDomain' - | 'asset__adoptedAsset' - | 'asset__localAsset' - | 'asset__blockNumber' | 'amount' | 'balance' | 'caller' @@ -86754,7 +83313,7 @@ export type mainnet_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type mainnet_Router_filter = { +export type linea_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86767,36 +83326,24 @@ export type mainnet_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -86805,14 +83352,12 @@ export type mainnet_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_Router_orderBy = +export type linea_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -86821,13 +83366,13 @@ export type mainnet_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type mainnet_Sequencer = { +export type linea_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type mainnet_Sequencer_filter = { +export type linea_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86840,34 +83385,28 @@ export type mainnet_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_Sequencer_orderBy = +export type linea_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type mainnet_Setting = { +export type linea_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['mainnet_Bytes']; + caller: Scalars['linea_Bytes']; }; -export type mainnet_Setting_filter = { +export type linea_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86884,40 +83423,34 @@ export type mainnet_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_Setting_orderBy = +export type linea_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type mainnet_SlippageUpdate = { +export type linea_SlippageUpdate = { id: Scalars['ID']; - transfer: mainnet_DestinationTransfer; + transfer: linea_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['mainnet_Bytes']; - transactionHash: Scalars['mainnet_Bytes']; + caller: Scalars['linea_Bytes']; + transactionHash: Scalars['linea_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mainnet_SlippageUpdate_filter = { +export type linea_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -86946,7 +83479,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; @@ -86955,26 +83488,18 @@ export type mainnet_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -87008,50 +83533,12 @@ export type mainnet_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; }; -export type mainnet_SlippageUpdate_orderBy = +export type linea_SlippageUpdate_orderBy = | 'id' | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__bumpSlippageCount' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' | 'slippage' | 'caller' | 'transactionHash' @@ -87060,16 +83547,16 @@ export type mainnet_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type mainnet_SnapshotRoot = { +export type linea_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['mainnet_Bytes']; + root: Scalars['linea_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mainnet_SnapshotRoot_filter = { +export type linea_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87086,16 +83573,12 @@ 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_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -87121,12 +83604,10 @@ 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; }; -export type mainnet_SnapshotRoot_orderBy = +export type linea_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -87134,12 +83615,12 @@ export type mainnet_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type mainnet_SpokeConnectorMode = { +export type linea_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type mainnet_SpokeConnectorMode_filter = { +export type linea_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87169,35 +83650,31 @@ 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; }; -export type mainnet_SpokeConnectorMode_orderBy = +export type linea_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type mainnet_TransferStatus = +export type linea_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type mainnet__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 mainnet__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 @@ -87205,49 +83682,49 @@ export type mainnet__Meta_ = { * and therefore asks for the latest block * */ - block: mainnet__Block_; + block: linea__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type linea_swap_BlockChangedFilter = { +export type xlayer_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type linea_swap_Block_height = { - hash?: InputMaybe; +export type xlayer_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type linea_swap_LpAccount = { +export type xlayer_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['linea_swap_Bytes']; - balances: Array; + address: Scalars['xlayer_swap_Bytes']; + balances: Array; }; -export type linea_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 linea_swap_LpAccountBalance = { +export type xlayer_swap_LpAccountBalance = { id: Scalars['ID']; - account: linea_swap_LpAccount; - token: linea_swap_LpToken; - amount: Scalars['linea_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 linea_swap_LpAccountBalance_filter = { +export type xlayer_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87276,7 +83753,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; @@ -87297,15 +83774,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; @@ -87322,26 +83799,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 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'; -export type linea_swap_LpAccount_filter = { +export type xlayer_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87350,53 +83841,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 xlayer_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type linea_swap_LpToken = { +export type xlayer_swap_LpToken = { id: Scalars['ID']; - address: Scalars['linea_swap_Bytes']; - stableSwap: linea_swap_StableSwap; + address: Scalars['xlayer_swap_Bytes']; + stableSwap: xlayer_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['linea_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['xlayer_swap_BigDecimal']; + events: Array; }; -export type linea_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 linea_swap_LpTokenEvent = { +export type xlayer_swap_LpTokenEvent = { id: Scalars['ID']; - token: linea_swap_LpToken; - amount: Scalars['linea_swap_BigDecimal']; + token: xlayer_swap_LpToken; + amount: Scalars['xlayer_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['xlayer_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_LpTokenEvent_filter = { +export type xlayer_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87425,15 +83922,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; @@ -87450,12 +83947,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; @@ -87465,19 +83966,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 xlayer_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 xlayer_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87486,12 +83995,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; @@ -87512,7 +84025,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; @@ -87561,43 +84074,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 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'; -export type linea_swap_LpTransferEvent = linea_swap_LpTokenEvent & { +export type xlayer_swap_LpTransferEvent = xlayer_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: 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['linea_swap_Bytes']; + transaction: Scalars['xlayer_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_LpTransferEvent_filter = { +export type xlayer_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87626,43 +84158,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; @@ -87679,12 +84219,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; @@ -87694,12 +84238,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 xlayer_swap_LpTransferEvent_orderBy = | 'id' | 'token' + | 'token__id' + | 'token__address' + | 'token__decimals' + | 'token__name' + | 'token__symbol' + | 'token__totalSupply' | 'amount' | 'from' | 'to' @@ -87711,16 +84263,16 @@ export type linea_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type linea_swap_OrderDirection = +export type xlayer_swap_OrderDirection = | 'asc' | 'desc'; -export type linea_swap_PooledToken = { +export type xlayer_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['linea_swap_Bytes']; + asset: Scalars['xlayer_swap_Bytes']; }; -export type linea_swap_PooledToken_filter = { +export type xlayer_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87729,97 +84281,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 xlayer_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type linea_swap_StableSwap = { +export type xlayer_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['linea_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 linea_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 linea_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 linea_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 linea_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 linea_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 linea_swap_StableSwapAddLiquidityEvent = linea_swap_StableSwapEvent & { +export type xlayer_swap_StableSwapAddLiquidityEvent = xlayer_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - provider: Scalars['linea_swap_Bytes']; + stableSwap: xlayer_swap_StableSwap; + provider: Scalars['xlayer_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -87828,11 +84386,11 @@ export type linea_swap_StableSwapAddLiquidityEvent = linea_swap_StableSwapEvent balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['xlayer_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_StableSwapAddLiquidityEvent_filter = { +export type xlayer_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87861,13 +84419,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>; @@ -87926,12 +84488,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; @@ -87941,12 +84507,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 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' @@ -87959,16 +84543,16 @@ export type linea_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type linea_swap_StableSwapEvent = { +export type xlayer_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; + stableSwap: xlayer_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['xlayer_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_StableSwapEvent_filter = { +export type xlayer_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -87997,7 +84581,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; @@ -88014,12 +84598,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; @@ -88029,21 +84617,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 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'; -export type linea_swap_StableSwapExchange = { +export type xlayer_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - buyer: Scalars['linea_swap_Bytes']; + stableSwap: xlayer_swap_StableSwap; + buyer: Scalars['xlayer_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -88052,11 +84658,11 @@ export type linea_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['xlayer_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_StableSwapExchange_filter = { +export type xlayer_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88085,13 +84691,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; @@ -88154,12 +84764,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; @@ -88169,12 +84783,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 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' @@ -88187,10 +84819,10 @@ export type linea_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type linea_swap_StableSwapRemoveLiquidityEvent = linea_swap_StableSwapEvent & { +export type xlayer_swap_StableSwapRemoveLiquidityEvent = xlayer_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; - provider: Scalars['linea_swap_Bytes']; + stableSwap: xlayer_swap_StableSwap; + provider: Scalars['xlayer_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -88199,11 +84831,11 @@ export type linea_swap_StableSwapRemoveLiquidityEvent = linea_swap_StableSwapEve balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['linea_swap_Bytes']; + transaction: Scalars['xlayer_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_swap_StableSwapRemoveLiquidityEvent_filter = { +export type xlayer_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88232,13 +84864,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>; @@ -88297,12 +84933,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; @@ -88312,12 +84952,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 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' @@ -88330,7 +84988,7 @@ export type linea_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type linea_swap_StableSwap_filter = { +export type xlayer_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88343,18 +85001,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; @@ -88363,18 +85029,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; @@ -88423,12 +85097,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>; @@ -88471,15 +85145,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 xlayer_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -88506,14 +85183,14 @@ export type linea_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type linea_swap_SwapDailyVolume = linea_swap_SwapTradeVolume & { +export type xlayer_swap_SwapDailyVolume = xlayer_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; + stableSwap: xlayer_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; + volume: Scalars['xlayer_swap_BigDecimal']; }; -export type linea_swap_SwapDailyVolume_filter = { +export type xlayer_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88542,7 +85219,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; @@ -88551,32 +85228,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 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'; -export type linea_swap_SwapHourlyVolume = linea_swap_SwapTradeVolume & { +export type xlayer_swap_SwapHourlyVolume = xlayer_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; + stableSwap: xlayer_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; + volume: Scalars['xlayer_swap_BigDecimal']; }; -export type linea_swap_SwapHourlyVolume_filter = { +export type xlayer_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88605,7 +85300,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; @@ -88614,31 +85309,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 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'; -export type linea_swap_SwapTradeVolume = { - stableSwap: linea_swap_StableSwap; +export type xlayer_swap_SwapTradeVolume = { + stableSwap: xlayer_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; + volume: Scalars['xlayer_swap_BigDecimal']; }; -export type linea_swap_SwapTradeVolume_filter = { +export type xlayer_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -88659,7 +85372,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; @@ -88668,31 +85381,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 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'; -export type linea_swap_SwapWeeklyVolume = linea_swap_SwapTradeVolume & { +export type xlayer_swap_SwapWeeklyVolume = xlayer_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: linea_swap_StableSwap; + stableSwap: xlayer_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['linea_swap_BigDecimal']; + volume: Scalars['xlayer_swap_BigDecimal']; }; -export type linea_swap_SwapWeeklyVolume_filter = { +export type xlayer_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88721,7 +85452,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; @@ -88730,31 +85461,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 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'; -export type linea_swap_SystemInfo = { +export type xlayer_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type linea_swap_SystemInfo_filter = { +export type xlayer_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88780,17 +85529,19 @@ 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 xlayer_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type linea_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 */ @@ -88798,7 +85549,7 @@ export type linea_swap__Block_ = { }; /** The type for the top-level _meta field */ -export type linea_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 @@ -88806,30 +85557,22 @@ export type linea_swap__Meta_ = { * and therefore asks for the latest block * */ - block: linea_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 arbitrumsepolia_AggregateRoot = { - id: Scalars['ID']; - root: Scalars['arbitrumsepolia_Bytes']; - blockNumber: Scalars['BigInt']; -}; - -export type arbitrumsepolia_AggregateRootProposed = { +export type stagingmainnet_AggregateRootSavedSlow = { id: Scalars['ID']; - aggregateRoot: Scalars['arbitrumsepolia_Bytes']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; + count: Scalars['BigInt']; + aggregatedRoots?: Maybe>; rootTimestamp: Scalars['BigInt']; - endOfDispute: Scalars['BigInt']; - domain: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; }; -export type arbitrumsepolia_AggregateRootProposed_filter = { +export type stagingmainnet_AggregateRootSavedSlow_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88838,16 +85581,30 @@ 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_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; @@ -88856,54 +85613,28 @@ export type arbitrumsepolia_AggregateRootProposed_filter = { 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 arbitrumsepolia_AggregateRootProposed_orderBy = +export type stagingmainnet_AggregateRootSavedSlow_orderBy = | 'id' | 'aggregateRoot' - | 'rootTimestamp' - | 'endOfDispute' - | 'domain' - | 'timestamp' - | 'blockNumber'; + | 'count' + | 'aggregatedRoots' + | 'rootTimestamp'; -export type arbitrumsepolia_AggregateRoot_filter = { +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; @@ -88912,16 +85643,32 @@ 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; + 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; @@ -88931,45 +85678,32 @@ 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; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_AggregateRoot_orderBy = +export type stagingmainnet_AggregatedMessageRoot_orderBy = | 'id' - | 'root' + | 'index' + | 'receivedRoot' + | 'domain' | 'blockNumber'; -export type arbitrumsepolia_Aggregation_interval = +export type stagingmainnet_Aggregation_interval = | 'hour' | 'day'; -export type arbitrumsepolia_Asset = { - id: Scalars['ID']; - key?: Maybe; - decimal?: Maybe; - adoptedDecimal?: Maybe; - canonicalId?: Maybe; - canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; - blockNumber?: Maybe; - status?: Maybe; -}; - -export type arbitrumsepolia_AssetBalance = { +export type stagingmainnet_ArbitrumConnectorMeta = { id: Scalars['ID']; - amount: Scalars['BigInt']; - locked: Scalars['BigInt']; - supplied: Scalars['BigInt']; - removed: Scalars['BigInt']; - router: arbitrumsepolia_Router; - asset: arbitrumsepolia_Asset; - feesEarned: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type arbitrumsepolia_AssetBalance_filter = { +export type stagingmainnet_ArbitrumConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -88978,148 +85712,76 @@ export type arbitrumsepolia_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>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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 arbitrumsepolia_AssetBalance_orderBy = +export type stagingmainnet_ArbitrumConnectorMeta_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'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type arbitrumsepolia_AssetStatus = { +export type stagingmainnet_AvalancheConnectorMeta = { id: Scalars['ID']; - status?: Maybe; -}; - -export type arbitrumsepolia_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>>; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type arbitrumsepolia_AssetStatus_orderBy = - | 'id' - | 'status'; - -export type arbitrumsepolia_Asset_filter = { +export type stagingmainnet_AvalancheConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89128,139 +85790,76 @@ 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; - 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; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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 arbitrumsepolia_Asset_orderBy = +export type stagingmainnet_AvalancheConnectorMeta_orderBy = | 'id' - | 'key' - | 'decimal' - | 'adoptedDecimal' - | 'canonicalId' - | 'canonicalDomain' - | 'adoptedAsset' - | 'localAsset' - | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; - -export type arbitrumsepolia_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type arbitrumsepolia_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type arbitrumsepolia_ConnectorMeta = { +export type stagingmainnet_BaseConnectorMeta = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type arbitrumsepolia_ConnectorMeta_filter = { +export type stagingmainnet_BaseConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89285,43 +85884,43 @@ 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_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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 arbitrumsepolia_ConnectorMeta_orderBy = +export type stagingmainnet_BaseConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -89329,57 +85928,26 @@ export type arbitrumsepolia_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type arbitrumsepolia_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_BlockChangedFilter = { + number_gte: Scalars['Int']; }; +export type stagingmainnet_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; -export type arbitrumsepolia_DestinationTransferroutersArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: 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 arbitrumsepolia_DestinationTransfer_filter = { +export type stagingmainnet_BnbConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89388,393 +85956,76 @@ export type arbitrumsepolia_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>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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 arbitrumsepolia_DestinationTransfer_orderBy = +export type stagingmainnet_BnbConnectorMeta_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'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type arbitrumsepolia_OptimisticRootFinalized = { +export type stagingmainnet_GnosisConnectorMeta = { id: Scalars['ID']; - aggregateRoot: Scalars['arbitrumsepolia_Bytes']; - timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type arbitrumsepolia_OptimisticRootFinalized_filter = { +export type stagingmainnet_GnosisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89783,63 +86034,72 @@ 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; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_OptimisticRootFinalized_orderBy = +export type stagingmainnet_GnosisConnectorMeta_orderBy = | 'id' - | 'aggregateRoot' - | 'timestamp' - | 'blockNumber'; - -/** Defines the order direction, either ascending or descending */ -export type arbitrumsepolia_OrderDirection = - | 'asc' - | 'desc'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type arbitrumsepolia_OriginMessage = { +export type stagingmainnet_HubDomain = { id: Scalars['ID']; - transferId?: Maybe; - destinationDomain?: Maybe; - leaf?: Maybe; - index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; - blockNumber?: Maybe; - rootCount?: Maybe; + domain?: Maybe; }; -export type arbitrumsepolia_OriginMessage_filter = { +export type stagingmainnet_HubDomain_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -89848,166 +86108,32 @@ 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; - 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; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_OriginMessage_orderBy = +export type stagingmainnet_HubDomain_orderBy = | 'id' - | 'transferId' - | 'destinationDomain' - | 'leaf' - | 'index' - | 'message' - | 'root' - | 'transactionHash' - | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; - -export type arbitrumsepolia_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; -}; - + | 'domain'; -export type arbitrumsepolia_OriginTransferrelayerFeesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type stagingmainnet_HubOptimisticRootFinalized = { + id: Scalars['ID']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type arbitrumsepolia_OriginTransfer_filter = { +export type stagingmainnet_HubOptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90016,245 +86142,16 @@ export type arbitrumsepolia_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; + 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; @@ -90263,22 +86160,6 @@ export type arbitrumsepolia_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; @@ -90287,96 +86168,106 @@ 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; - 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 arbitrumsepolia_OriginTransfer_orderBy = +export type stagingmainnet_HubOptimisticRootFinalized_orderBy = | 'id' - | 'chainId' - | 'transferId' - | 'nonce' - | 'status' - | 'messageHash' - | 'originDomain' - | 'destinationDomain' - | 'canonicalDomain' - | 'to' - | 'delegate' - | 'receiveLocal' - | 'callData' - | 'slippage' - | 'originSender' - | 'bridgedAmt' - | 'normalizedIn' - | 'canonicalId' - | 'asset' - | 'asset__id' - | 'asset__key' - | 'asset__decimal' - | 'asset__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' + | 'aggregateRoot' | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber' - | 'txOrigin' - | 'txNonce'; + | 'blockNumber'; -export type arbitrumsepolia_Relayer = { +export type stagingmainnet_LineaConnectorMeta = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - relayer?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type arbitrumsepolia_RelayerFee = { +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']; - transfer: arbitrumsepolia_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['arbitrumsepolia_Bytes']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type arbitrumsepolia_RelayerFee_filter = { +export type stagingmainnet_MantleConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90385,100 +86276,76 @@ export type arbitrumsepolia_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 arbitrumsepolia_RelayerFee_orderBy = +export type stagingmainnet_MantleConnectorMeta_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 arbitrumsepolia_RelayerFeesIncrease = { +export type stagingmainnet_MetisConnectorMeta = { id: Scalars['ID']; - transfer: arbitrumsepolia_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['arbitrumsepolia_Bytes']; - transactionHash: Scalars['arbitrumsepolia_Bytes']; - timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type arbitrumsepolia_RelayerFeesIncrease_filter = { +export type stagingmainnet_MetisConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90487,145 +86354,76 @@ export type arbitrumsepolia_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>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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 arbitrumsepolia_RelayerFeesIncrease_orderBy = +export type stagingmainnet_MetisConnectorMeta_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'; -export type arbitrumsepolia_Relayer_filter = { +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; @@ -90634,37 +86432,76 @@ export type arbitrumsepolia_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 arbitrumsepolia_Relayer_orderBy = +export type stagingmainnet_ModeConnectorMeta_orderBy = | 'id' - | 'isActive' - | 'relayer'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type arbitrumsepolia_RootCount = { +export type stagingmainnet_OptimismConnectorMeta = { id: Scalars['ID']; - count?: Maybe; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type arbitrumsepolia_RootCount_filter = { +export type stagingmainnet_OptimismConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90673,39 +86510,144 @@ export type arbitrumsepolia_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 arbitrumsepolia_RootCount_orderBy = +export type stagingmainnet_OptimismConnectorMeta_orderBy = | 'id' - | 'count'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type arbitrumsepolia_RootMessageSent = { +export type stagingmainnet_OptimisticRootPropagated = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; + 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 arbitrumsepolia_RootMessageSent_filter = { +export type stagingmainnet_OptimisticRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90714,60 +86656,46 @@ export type arbitrumsepolia_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; + 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; @@ -90776,22 +86704,6 @@ export type arbitrumsepolia_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; @@ -90801,52 +86713,36 @@ 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; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_RootMessageSent_orderBy = +export type stagingmainnet_OptimisticRootProposed_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' + | 'disputeCliff' + | 'aggregateRoot' + | 'snapshotsRoots' + | 'domains' + | 'baseAggregateRoot' | 'timestamp' - | 'gasPrice' - | 'gasLimit' | 'blockNumber'; -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; -}; +/** Defines the order direction, either ascending or descending */ +export type stagingmainnet_OrderDirection = + | 'asc' + | 'desc'; -export type arbitrumsepolia_RouterDailyTVL = { +export type stagingmainnet_PolygonConnectorMeta = { id: Scalars['ID']; - router: arbitrumsepolia_Router; - asset: arbitrumsepolia_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type arbitrumsepolia_RouterDailyTVL_filter = { +export type stagingmainnet_PolygonConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90855,111 +86751,76 @@ export type arbitrumsepolia_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 arbitrumsepolia_RouterDailyTVL_orderBy = +export type stagingmainnet_PolygonConnectorMeta_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 arbitrumsepolia_RouterLiquidityEvent = { +export type stagingmainnet_PolygonZkConnectorMeta = { id: Scalars['ID']; - type?: Maybe; - router: arbitrumsepolia_Router; - asset: arbitrumsepolia_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transactionHash: Scalars['arbitrumsepolia_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type arbitrumsepolia_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type arbitrumsepolia_RouterLiquidityEvent_filter = { +export type stagingmainnet_PolygonZkConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -90968,147 +86829,74 @@ 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>; - 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>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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 arbitrumsepolia_RouterLiquidityEvent_orderBy = +export type stagingmainnet_PolygonZkConnectorMeta_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'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type arbitrumsepolia_Router_filter = { +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; @@ -91117,71 +86905,51 @@ export type arbitrumsepolia_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; + domain?: InputMaybe; + domain_not?: InputMaybe; + domain_gt?: InputMaybe; + domain_lt?: InputMaybe; + domain_gte?: InputMaybe; + domain_lte?: InputMaybe; + domain_in?: InputMaybe>; + domain_not_in?: InputMaybe>; + receivedRoot?: InputMaybe; + receivedRoot_not?: InputMaybe; + receivedRoot_gt?: InputMaybe; + receivedRoot_lt?: InputMaybe; + receivedRoot_gte?: InputMaybe; + receivedRoot_lte?: InputMaybe; + receivedRoot_in?: InputMaybe>; + receivedRoot_not_in?: InputMaybe>; + receivedRoot_contains?: InputMaybe; + receivedRoot_not_contains?: InputMaybe; + index?: InputMaybe; + index_not?: InputMaybe; + index_gt?: InputMaybe; + index_lt?: InputMaybe; + index_gte?: InputMaybe; + index_lte?: InputMaybe; + index_in?: InputMaybe>; + index_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_Router_orderBy = +export type stagingmainnet_RootAggregated_orderBy = | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; + | 'domain' + | 'receivedRoot' + | 'index'; -export type arbitrumsepolia_Sequencer = { +export type stagingmainnet_RootManagerMeta = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; + domains?: Maybe>; + connectors?: Maybe>; }; -export type arbitrumsepolia_Sequencer_filter = { +export type stagingmainnet_RootManagerMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91190,38 +86958,35 @@ export type arbitrumsepolia_Sequencer_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - isActive?: InputMaybe; - isActive_not?: InputMaybe; - isActive_in?: InputMaybe>; - isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + domains?: InputMaybe>; + domains_not?: InputMaybe>; + domains_contains?: InputMaybe>; + domains_contains_nocase?: InputMaybe>; + domains_not_contains?: InputMaybe>; + domains_not_contains_nocase?: InputMaybe>; + connectors?: InputMaybe>; + connectors_not?: InputMaybe>; + connectors_contains?: InputMaybe>; + connectors_contains_nocase?: InputMaybe>; + connectors_not_contains?: InputMaybe>; + connectors_not_contains_nocase?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_Sequencer_orderBy = +export type stagingmainnet_RootManagerMeta_orderBy = | 'id' - | 'isActive' - | 'sequencer'; + | 'domains' + | 'connectors'; -export type arbitrumsepolia_Setting = { +export type stagingmainnet_RootManagerMode = { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['arbitrumsepolia_Bytes']; + mode: Scalars['String']; }; -export type arbitrumsepolia_Setting_filter = { +export type stagingmainnet_RootManagerMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91230,48 +86995,50 @@ export type arbitrumsepolia_Setting_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - maxRoutersPerTransfer?: InputMaybe; - maxRoutersPerTransfer_not?: InputMaybe; - maxRoutersPerTransfer_gt?: InputMaybe; - maxRoutersPerTransfer_lt?: InputMaybe; - maxRoutersPerTransfer_gte?: InputMaybe; - maxRoutersPerTransfer_lte?: InputMaybe; - maxRoutersPerTransfer_in?: InputMaybe>; - maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_Setting_orderBy = +export type stagingmainnet_RootManagerMode_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; + | 'mode'; -export type arbitrumsepolia_SlippageUpdate = { +export type stagingmainnet_RootMessageProcessed = { 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']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + root?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type arbitrumsepolia_SlippageUpdate_filter = { +export type stagingmainnet_RootMessageProcessed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91280,55 +87047,52 @@ export type arbitrumsepolia_SlippageUpdate_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -91362,51 +87126,16 @@ 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; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumsepolia_SlippageUpdate_orderBy = +export type stagingmainnet_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' @@ -91414,16 +87143,160 @@ export type arbitrumsepolia_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type arbitrumsepolia_SnapshotRoot = { +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 stagingmainnet_XlayerConnectorMeta = { id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['arbitrumsepolia_Bytes']; - count: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type arbitrumsepolia_SnapshotRoot_filter = { +export type stagingmainnet_XlayerConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91440,60 +87313,68 @@ 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; - count?: InputMaybe; - count_not?: InputMaybe; - count_gt?: InputMaybe; - count_lt?: InputMaybe; - count_gte?: InputMaybe; - count_lte?: InputMaybe; - count_in?: InputMaybe>; - count_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + 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 arbitrumsepolia_SnapshotRoot_orderBy = +export type stagingmainnet_XlayerConnectorMeta_orderBy = | 'id' | 'spokeDomain' - | 'root' - | 'count' - | 'timestamp' - | 'blockNumber'; + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type arbitrumsepolia_SpokeConnectorMode = { +export type stagingmainnet_ZkSyncConnectorMeta = { id: Scalars['ID']; - mode: Scalars['String']; + spokeDomain: Scalars['BigInt']; + hubDomain: Scalars['BigInt']; + amb: Scalars['stagingmainnet_Bytes']; + rootManager: Scalars['stagingmainnet_Bytes']; + mirrorConnector: Scalars['stagingmainnet_Bytes']; }; -export type arbitrumsepolia_SpokeConnectorMode_filter = { +export type stagingmainnet_ZkSyncConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91502,56 +87383,79 @@ export type arbitrumsepolia_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 arbitrumsepolia_SpokeConnectorMode_orderBy = +export type stagingmainnet_ZkSyncConnectorMeta_orderBy = | 'id' - | 'mode'; - -export type arbitrumsepolia_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; -export type arbitrumsepolia__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; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type arbitrumsepolia__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 @@ -91559,22 +87463,22 @@ export type arbitrumsepolia__Meta_ = { * and therefore asks for the latest block * */ - block: arbitrumsepolia__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 stagingoptimism_AggregateRoot = { +export type stagingavalanche_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingoptimism_Bytes']; + root: Scalars['stagingavalanche_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingoptimism_AggregateRootProposed = { +export type stagingavalanche_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingoptimism_Bytes']; + aggregateRoot: Scalars['stagingavalanche_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -91582,7 +87486,7 @@ export type stagingoptimism_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingoptimism_AggregateRootProposed_filter = { +export type stagingavalanche_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91591,16 +87495,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; @@ -91642,12 +87546,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 stagingavalanche_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -91656,7 +87560,7 @@ export type stagingoptimism_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingoptimism_AggregateRoot_filter = { +export type stagingavalanche_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91665,16 +87569,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; @@ -91684,45 +87588,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 stagingavalanche_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingoptimism_Aggregation_interval = +export type stagingavalanche_Aggregation_interval = | 'hour' | 'day'; -export type stagingoptimism_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 stagingoptimism_AssetBalance = { +export type stagingavalanche_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingoptimism_Router; - asset: stagingoptimism_Asset; + router: stagingavalanche_Router; + asset: stagingavalanche_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingoptimism_AssetBalance_filter = { +export type stagingavalanche_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91783,7 +87687,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; @@ -91804,7 +87708,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; @@ -91814,12 +87718,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 stagingavalanche_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -91844,12 +87748,12 @@ export type stagingoptimism_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingoptimism_AssetStatus = { +export type stagingavalanche_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingoptimism_AssetStatus_filter = { +export type stagingavalanche_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91863,16 +87767,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 stagingavalanche_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingoptimism_Asset_filter = { +export type stagingavalanche_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -91881,16 +87785,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; @@ -91907,16 +87811,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; @@ -91925,26 +87829,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; @@ -91973,14 +87877,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 stagingavalanche_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -91994,26 +87898,26 @@ export type stagingoptimism_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingoptimism_BlockChangedFilter = { +export type stagingavalanche_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingoptimism_Block_height = { - hash?: InputMaybe; +export type stagingavalanche_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingoptimism_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 stagingoptimism_ConnectorMeta_filter = { +export type stagingavalanche_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92038,43 +87942,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 stagingavalanche_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -92082,57 +87986,57 @@ export type stagingoptimism_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingoptimism_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 stagingoptimism_DestinationTransferroutersArgs = { +export type stagingavalanche_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingoptimism_DestinationTransfer_filter = { +export type stagingavalanche_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92149,16 +88053,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; @@ -92167,17 +88071,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; @@ -92202,40 +88106,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; @@ -92252,16 +88156,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; @@ -92278,16 +88182,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; @@ -92308,7 +88212,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; @@ -92325,26 +88229,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; @@ -92377,16 +88281,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; @@ -92395,26 +88299,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; @@ -92447,16 +88351,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; @@ -92466,12 +88370,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 stagingavalanche_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -92520,14 +88424,14 @@ export type stagingoptimism_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingoptimism_OptimisticRootFinalized = { +export type stagingavalanche_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingoptimism_Bytes']; + aggregateRoot: Scalars['stagingavalanche_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingoptimism_OptimisticRootFinalized_filter = { +export type stagingavalanche_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92536,16 +88440,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; @@ -92563,36 +88467,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 stagingavalanche_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingoptimism_OrderDirection = +export type stagingavalanche_OrderDirection = | 'asc' | 'desc'; -export type stagingoptimism_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 stagingoptimism_OriginMessage_filter = { +export type stagingavalanche_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92601,16 +88505,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; @@ -92619,16 +88523,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; @@ -92637,36 +88541,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; @@ -92695,14 +88599,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 stagingavalanche_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -92716,51 +88620,51 @@ export type stagingoptimism_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingoptimism_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 stagingoptimism_OriginTransferrelayerFeesArgs = { +export type stagingavalanche_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingoptimism_OriginTransfer_filter = { +export type stagingavalanche_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -92772,21 +88676,21 @@ export type stagingoptimism_OriginTransfer_filter = { 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; + 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; @@ -92795,20 +88699,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; @@ -92833,40 +88737,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; @@ -92875,16 +88779,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; @@ -92901,16 +88805,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; @@ -92931,17 +88835,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; @@ -92962,7 +88866,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; @@ -92977,37 +88881,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; @@ -93040,16 +88944,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; @@ -93059,790 +88963,30 @@ 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>>; -}; - -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 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>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_RouterLiquidityEvent_orderBy = +export type stagingavalanche_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' @@ -93853,178 +88997,43 @@ export type stagingoptimism_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'; - -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'; + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type stagingoptimism_Sequencer = { +export type stagingavalanche_Relayer = { 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>>; + relayer?: Maybe; }; -export type stagingoptimism_Setting_orderBy = - | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; - -export type stagingoptimism_SlippageUpdate = { +export type stagingavalanche_RelayerFee = { 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']; + transfer: stagingavalanche_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingavalanche_Bytes']; }; -export type stagingoptimism_SlippageUpdate_filter = { +export type stagingavalanche_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94053,74 +89062,32 @@ export type stagingoptimism_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - slippage?: InputMaybe; - slippage_not?: InputMaybe; - slippage_gt?: InputMaybe; - slippage_lt?: InputMaybe; - slippage_gte?: InputMaybe; - slippage_lte?: InputMaybe; - slippage_in?: InputMaybe>; - slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingoptimism_SlippageUpdate_orderBy = +export type stagingavalanche_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -94128,6 +89095,7 @@ export type stagingoptimism_SlippageUpdate_orderBy = | 'transfer__transferId' | 'transfer__nonce' | 'transfer__status' + | 'transfer__messageHash' | 'transfer__originDomain' | 'transfer__destinationDomain' | 'transfer__canonicalDomain' @@ -94136,715 +89104,105 @@ export type stagingoptimism_SlippageUpdate_orderBy = | 'transfer__receiveLocal' | 'transfer__callData' | 'transfer__slippage' - | 'transfer__bumpSlippageCount' | 'transfer__originSender' | 'transfer__bridgedAmt' | 'transfer__normalizedIn' | 'transfer__canonicalId' - | 'transfer__amount' - | 'transfer__routersFee' - | 'transfer__executedCaller' - | 'transfer__executedTransactionHash' - | 'transfer__executedTimestamp' - | 'transfer__executedGasPrice' - | 'transfer__executedGasLimit' - | 'transfer__executedBlockNumber' - | 'transfer__executedTxOrigin' - | 'transfer__executedTxNonce' - | 'transfer__reconciledCaller' - | 'transfer__reconciledTransactionHash' - | 'transfer__reconciledTimestamp' - | 'transfer__reconciledGasPrice' - | 'transfer__reconciledGasLimit' - | 'transfer__reconciledBlockNumber' - | 'transfer__reconciledTxOrigin' - | 'transfer__reconciledTxNonce' - | 'slippage' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; -export type stagingoptimism_SnapshotRoot = { +export type stagingavalanche_RelayerFeesIncrease = { id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['stagingoptimism_Bytes']; - count: Scalars['BigInt']; + 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 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 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 sepolia_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type sepolia_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type sepolia_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type sepolia_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['sepolia_swap_Bytes']; - balances: Array; -}; - - -export type sepolia_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type sepolia_swap_LpAccountBalance = { - id: Scalars['ID']; - account: sepolia_swap_LpAccount; - token: sepolia_swap_LpToken; - amount: Scalars['sepolia_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; -}; - -export type sepolia_swap_LpAccountBalance_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_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 sepolia_swap_LpAccount_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_swap_LpAccount_orderBy = - | 'id' - | 'address' - | 'balances'; - -export type sepolia_swap_LpToken = { - id: Scalars['ID']; - address: Scalars['sepolia_swap_Bytes']; - stableSwap: sepolia_swap_StableSwap; - decimals: Scalars['Int']; - name: Scalars['String']; - symbol: Scalars['String']; - totalSupply: Scalars['sepolia_swap_BigDecimal']; - events: Array; -}; - - -export type sepolia_swap_LpTokeneventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type sepolia_swap_LpTokenEvent = { - id: Scalars['ID']; - token: sepolia_swap_LpToken; - amount: Scalars['sepolia_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['sepolia_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type sepolia_swap_LpTokenEvent_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_swap_LpTokenEvent_orderBy = - | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'timestamp' - | 'transaction' - | 'nonce'; - -export type sepolia_swap_LpToken_filter = { - id?: InputMaybe; - id_not?: InputMaybe; - id_gt?: InputMaybe; - id_lt?: InputMaybe; - id_gte?: InputMaybe; - id_lte?: InputMaybe; - id_in?: InputMaybe>; - id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_nocase?: InputMaybe; - stableSwap_ends_with?: InputMaybe; - stableSwap_ends_with_nocase?: InputMaybe; - stableSwap_not_ends_with?: InputMaybe; - stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - decimals?: InputMaybe; - decimals_not?: InputMaybe; - decimals_gt?: InputMaybe; - decimals_lt?: InputMaybe; - decimals_gte?: InputMaybe; - decimals_lte?: InputMaybe; - decimals_in?: InputMaybe>; - decimals_not_in?: InputMaybe>; - name?: InputMaybe; - name_not?: InputMaybe; - name_gt?: InputMaybe; - name_lt?: InputMaybe; - name_gte?: InputMaybe; - name_lte?: InputMaybe; - name_in?: InputMaybe>; - name_not_in?: InputMaybe>; - name_contains?: InputMaybe; - name_contains_nocase?: InputMaybe; - name_not_contains?: InputMaybe; - name_not_contains_nocase?: InputMaybe; - name_starts_with?: InputMaybe; - name_starts_with_nocase?: InputMaybe; - name_not_starts_with?: InputMaybe; - name_not_starts_with_nocase?: InputMaybe; - name_ends_with?: InputMaybe; - name_ends_with_nocase?: InputMaybe; - name_not_ends_with?: InputMaybe; - name_not_ends_with_nocase?: InputMaybe; - symbol?: InputMaybe; - symbol_not?: InputMaybe; - symbol_gt?: InputMaybe; - symbol_lt?: InputMaybe; - symbol_gte?: InputMaybe; - symbol_lte?: InputMaybe; - symbol_in?: InputMaybe>; - symbol_not_in?: InputMaybe>; - symbol_contains?: InputMaybe; - symbol_contains_nocase?: InputMaybe; - symbol_not_contains?: InputMaybe; - symbol_not_contains_nocase?: InputMaybe; - symbol_starts_with?: InputMaybe; - symbol_starts_with_nocase?: InputMaybe; - symbol_not_starts_with?: InputMaybe; - symbol_not_starts_with_nocase?: InputMaybe; - symbol_ends_with?: InputMaybe; - symbol_ends_with_nocase?: InputMaybe; - symbol_not_ends_with?: InputMaybe; - symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type sepolia_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 sepolia_swap_LpTransferEvent = sepolia_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']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['sepolia_swap_Bytes']; - nonce: Scalars['BigInt']; -}; - -export type sepolia_swap_LpTransferEvent_filter = { +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>; - 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>; + 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; @@ -94853,60 +89211,78 @@ 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; - 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 sepolia_swap_LpTransferEvent_orderBy = +export type 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 */ -export type sepolia_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type sepolia_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['sepolia_swap_Bytes']; -}; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type sepolia_swap_PooledToken_filter = { +export type stagingavalanche_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -94915,116 +89291,37 @@ 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; + 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 sepolia_swap_PooledToken_orderBy = +export type stagingavalanche_Relayer_orderBy = | 'id' - | 'asset'; - -export type sepolia_swap_StableSwap = { - id: Scalars['ID']; - isActive?: Maybe; - key: Scalars['sepolia_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 sepolia_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type sepolia_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type sepolia_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type sepolia_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type sepolia_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'isActive' + | 'relayer'; -export type sepolia_swap_StableSwapAddLiquidityEvent = sepolia_swap_StableSwapEvent & { +export type stagingavalanche_RootCount = { id: Scalars['ID']; - stableSwap: sepolia_swap_StableSwap; - provider: Scalars['sepolia_swap_Bytes']; - tokenAmounts: Array; - fees: Array; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['sepolia_swap_Bytes']; - nonce: Scalars['BigInt']; + count?: Maybe; }; -export type sepolia_swap_StableSwapAddLiquidityEvent_filter = { +export type stagingavalanche_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95033,160 +89330,39 @@ export type sepolia_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>; + 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 sepolia_swap_StableSwapAddLiquidityEvent_orderBy = +export type 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'; -export type sepolia_swap_StableSwapEvent = { +export type stagingavalanche_RootMessageSent = { id: Scalars['ID']; - stableSwap: sepolia_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['sepolia_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type sepolia_swap_StableSwapEvent_filter = { +export type stagingavalanche_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95195,35 +89371,60 @@ export type sepolia_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>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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; @@ -95232,71 +89433,77 @@ 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; - 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 sepolia_swap_StableSwapEvent_orderBy = +export type 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'; -export type sepolia_swap_StableSwapExchange = { +export type stagingavalanche_Router = { id: Scalars['ID']; - stableSwap: sepolia_swap_StableSwap; - buyer: Scalars['sepolia_swap_Bytes']; - boughtId: Scalars['BigInt']; - tokensBought: Scalars['BigInt']; - soldId: Scalars['BigInt']; - tokensSold: Scalars['BigInt']; - balances: Array; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; + 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']; - transaction: Scalars['sepolia_swap_Bytes']; - nonce: Scalars['BigInt']; + balance: Scalars['BigInt']; }; -export type sepolia_swap_StableSwapExchange_filter = { +export type stagingavalanche_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95305,91 +89512,48 @@ export type sepolia_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>; + 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; @@ -95398,78 +89562,61 @@ 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; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_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 sepolia_swap_StableSwapExchange_orderBy = +export type 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'; -export type sepolia_swap_StableSwapRemoveLiquidityEvent = sepolia_swap_StableSwapEvent & { +export type stagingavalanche_RouterLiquidityEvent = { id: Scalars['ID']; - stableSwap: sepolia_swap_StableSwap; - provider: Scalars['sepolia_swap_Bytes']; - tokenAmounts: Array; - fees?: Maybe>; - invariant?: Maybe; - lpTokenSupply: Scalars['BigInt']; - lpTokenAmount: Scalars['BigInt']; - balances: Array; - block: Scalars['BigInt']; + type?: Maybe; + router: stagingavalanche_Router; + asset: stagingavalanche_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['sepolia_swap_Bytes']; + transactionHash: Scalars['stagingavalanche_Bytes']; nonce: Scalars['BigInt']; }; -export type sepolia_swap_StableSwapRemoveLiquidityEvent_filter = { +export type stagingavalanche_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingavalanche_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95478,87 +89625,86 @@ export type sepolia_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>; + 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; @@ -95567,16 +89713,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; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: 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; @@ -95586,43 +89732,40 @@ 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 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'; -export type sepolia_swap_StableSwap_filter = { +export type stagingavalanche_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95635,196 +89778,67 @@ 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; - 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; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type sepolia_swap_StableSwap_orderBy = +export type 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'; -export type sepolia_swap_SwapDailyVolume = sepolia_swap_SwapTradeVolume & { +export type stagingavalanche_Sequencer = { id: Scalars['ID']; - stableSwap: sepolia_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['sepolia_swap_BigDecimal']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type sepolia_swap_SwapDailyVolume_filter = { +export type stagingavalanche_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95833,79 +89847,38 @@ export type sepolia_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>; + 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 sepolia_swap_SwapDailyVolume_orderBy = +export type 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'; -export type sepolia_swap_SwapHourlyVolume = sepolia_swap_SwapTradeVolume & { +export type stagingavalanche_Setting = { id: Scalars['ID']; - stableSwap: sepolia_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['sepolia_swap_BigDecimal']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingavalanche_Bytes']; }; -export type sepolia_swap_SwapHourlyVolume_filter = { +export type stagingavalanche_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -95914,99 +89887,105 @@ export type sepolia_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>; + 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 sepolia_swap_SwapHourlyVolume_orderBy = +export type 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'; -export type sepolia_swap_SwapTradeVolume = { - stableSwap: sepolia_swap_StableSwap; +export type stagingavalanche_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingavalanche_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingavalanche_Bytes']; + transactionHash: Scalars['stagingavalanche_Bytes']; timestamp: Scalars['BigInt']; - volume: Scalars['sepolia_swap_BigDecimal']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type sepolia_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 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; @@ -96015,49 +89994,93 @@ 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>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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 sepolia_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 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'; -export type sepolia_swap_SwapWeeklyVolume = sepolia_swap_SwapTradeVolume & { +export type stagingavalanche_SnapshotRoot = { id: Scalars['ID']; - stableSwap: sepolia_swap_StableSwap; + spokeDomain?: Maybe; + root: Scalars['stagingavalanche_Bytes']; + count: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['sepolia_swap_BigDecimal']; + blockNumber: Scalars['BigInt']; }; -export type sepolia_swap_SwapWeeklyVolume_filter = { +export type stagingavalanche_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96066,27 +90089,32 @@ export type sepolia_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; + 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; @@ -96095,49 +90123,34 @@ 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>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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 sepolia_swap_SwapWeeklyVolume_orderBy = +export type 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'; -export type sepolia_swap_SystemInfo = { +export type stagingavalanche_SpokeConnectorMode = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + mode: Scalars['String']; }; -export type sepolia_swap_SystemInfo_filter = { +export type stagingavalanche_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96146,46 +90159,56 @@ export type sepolia_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>; + 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 sepolia_swap_SystemInfo_orderBy = +export type stagingavalanche_SpokeConnectorMode_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; + | 'mode'; -export type sepolia_swap__Block_ = { +export type stagingavalanche_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +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 sepolia_swap__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 @@ -96193,22 +90216,22 @@ export type sepolia_swap__Meta_ = { * and therefore asks for the latest block * */ - block: sepolia_swap__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 base_AggregateRoot = { +export type mantle_AggregateRoot = { id: Scalars['ID']; - root: Scalars['base_Bytes']; + root: Scalars['mantle_Bytes']; blockNumber: Scalars['BigInt']; }; -export type base_AggregateRootProposed = { +export type mantle_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['base_Bytes']; + aggregateRoot: Scalars['mantle_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -96216,7 +90239,7 @@ export type base_AggregateRootProposed = { blockNumber?: Maybe; }; -export type base_AggregateRootProposed_filter = { +export type mantle_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96225,16 +90248,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; @@ -96276,12 +90299,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 mantle_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -96290,7 +90313,7 @@ export type base_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type base_AggregateRoot_filter = { +export type mantle_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96299,16 +90322,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; @@ -96318,45 +90341,45 @@ 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 mantle_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type base_Aggregation_interval = +export type mantle_Aggregation_interval = | 'hour' | 'day'; -export type base_Asset = { +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 base_AssetBalance = { +export type mantle_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: base_Router; - asset: base_Asset; + router: mantle_Router; + asset: mantle_Asset; feesEarned: Scalars['BigInt']; }; -export type base_AssetBalance_filter = { +export type mantle_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96417,7 +90440,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; @@ -96438,7 +90461,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; @@ -96448,12 +90471,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 mantle_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -96478,12 +90501,12 @@ export type base_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type base_AssetStatus = { +export type mantle_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type base_AssetStatus_filter = { +export type mantle_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96497,16 +90520,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 mantle_AssetStatus_orderBy = | 'id' | 'status'; -export type base_Asset_filter = { +export type mantle_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96515,16 +90538,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; @@ -96541,16 +90564,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; @@ -96559,26 +90582,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; @@ -96607,14 +90630,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 mantle_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -96628,26 +90651,26 @@ export type base_Asset_orderBy = | 'status__id' | 'status__status'; -export type base_BlockChangedFilter = { +export type mantle_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type base_Block_height = { - hash?: InputMaybe; +export type mantle_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type base_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 base_ConnectorMeta_filter = { +export type mantle_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96672,43 +90695,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 mantle_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -96716,57 +90739,57 @@ export type base_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type base_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 base_DestinationTransferroutersArgs = { +export type mantle_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_DestinationTransfer_filter = { +export type mantle_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -96783,16 +90806,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; @@ -96801,17 +90824,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; @@ -96836,40 +90859,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; @@ -96886,16 +90909,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; @@ -96912,16 +90935,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; @@ -96942,7 +90965,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; @@ -96959,26 +90982,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; @@ -97011,16 +91034,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; @@ -97029,26 +91052,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; @@ -97081,16 +91104,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; @@ -97100,12 +91123,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 mantle_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -97154,14 +91177,14 @@ export type base_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type base_OptimisticRootFinalized = { +export type mantle_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['base_Bytes']; + aggregateRoot: Scalars['mantle_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type base_OptimisticRootFinalized_filter = { +export type mantle_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97170,16 +91193,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; @@ -97197,36 +91220,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 mantle_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type base_OrderDirection = +export type mantle_OrderDirection = | 'asc' | 'desc'; -export type base_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 base_OriginMessage_filter = { +export type mantle_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97235,16 +91258,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; @@ -97253,16 +91276,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; @@ -97271,36 +91294,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; @@ -97329,14 +91352,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 mantle_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -97350,51 +91373,51 @@ export type base_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type base_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 base_OriginTransferrelayerFeesArgs = { +export type mantle_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_OriginTransfer_filter = { +export type mantle_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97411,16 +91434,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; @@ -97429,20 +91452,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; @@ -97467,40 +91490,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; @@ -97509,16 +91532,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; @@ -97535,16 +91558,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; @@ -97565,17 +91588,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; @@ -97596,7 +91619,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; @@ -97611,37 +91634,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; @@ -97674,16 +91697,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; @@ -97693,12 +91716,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 mantle_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -97750,20 +91773,20 @@ export type base_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type base_Relayer = { +export type mantle_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type base_RelayerFee = { +export type mantle_RelayerFee = { id: Scalars['ID']; - transfer: base_OriginTransfer; + transfer: mantle_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['base_Bytes']; + asset: Scalars['mantle_Bytes']; }; -export type base_RelayerFee_filter = { +export type mantle_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97792,7 +91815,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; @@ -97801,23 +91824,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 mantle_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -97852,20 +91875,20 @@ export type base_RelayerFee_orderBy = | 'fee' | 'asset'; -export type base_RelayerFeesIncrease = { +export type mantle_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: base_OriginTransfer; + transfer: mantle_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['base_Bytes']; - transactionHash: Scalars['base_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 base_RelayerFeesIncrease_filter = { +export type mantle_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -97894,7 +91917,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; @@ -97903,36 +91926,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; @@ -97966,12 +91989,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 mantle_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -98012,7 +92035,7 @@ export type base_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type base_Relayer_filter = { +export type mantle_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98025,33 +92048,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 mantle_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type base_RootCount = { +export type mantle_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type base_RootCount_filter = { +export type mantle_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98069,30 +92092,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 mantle_RootCount_orderBy = | 'id' | 'count'; -export type base_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 base_RootMessageSent_filter = { +export type mantle_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98117,16 +92140,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; @@ -98135,26 +92158,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; @@ -98188,12 +92211,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 mantle_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -98206,34 +92229,34 @@ export type base_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type base_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 base_RouterassetBalancesArgs = { +export type mantle_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_RouterDailyTVL = { +export type mantle_RouterDailyTVL = { id: Scalars['ID']; - router: base_Router; - asset: base_Asset; + router: mantle_Router; + asset: mantle_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type base_RouterDailyTVL_filter = { +export type mantle_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98262,7 +92285,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; @@ -98283,7 +92306,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; @@ -98301,12 +92324,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 mantle_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -98328,25 +92351,25 @@ export type base_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type base_RouterLiquidityEvent = { +export type mantle_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: base_Router; - asset: base_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['base_Bytes']; + transactionHash: Scalars['mantle_Bytes']; nonce: Scalars['BigInt']; }; -export type base_RouterLiquidityEventType = +export type mantle_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type base_RouterLiquidityEvent_filter = { +export type mantle_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98355,10 +92378,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; @@ -98379,7 +92402,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; @@ -98400,7 +92423,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; @@ -98417,16 +92440,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; @@ -98443,16 +92466,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; @@ -98462,12 +92485,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 mantle_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -98495,7 +92518,7 @@ export type base_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type base_Router_filter = { +export type mantle_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98508,36 +92531,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; @@ -98546,14 +92569,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 mantle_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -98562,13 +92585,13 @@ export type base_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type base_Sequencer = { +export type mantle_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type base_Sequencer_filter = { +export type mantle_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98581,34 +92604,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 mantle_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type base_Setting = { +export type mantle_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['base_Bytes']; + caller: Scalars['mantle_Bytes']; }; -export type base_Setting_filter = { +export type mantle_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98625,40 +92648,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 mantle_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type base_SlippageUpdate = { +export type mantle_SlippageUpdate = { id: Scalars['ID']; - transfer: base_DestinationTransfer; + transfer: mantle_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['base_Bytes']; - transactionHash: Scalars['base_Bytes']; + caller: Scalars['mantle_Bytes']; + transactionHash: Scalars['mantle_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type base_SlippageUpdate_filter = { +export type mantle_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98687,7 +92710,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; @@ -98696,26 +92719,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; @@ -98749,12 +92772,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 mantle_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -98801,16 +92824,16 @@ export type base_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type base_SnapshotRoot = { +export type mantle_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['base_Bytes']; + root: Scalars['mantle_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type base_SnapshotRoot_filter = { +export type mantle_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98827,16 +92850,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; @@ -98862,12 +92885,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 mantle_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -98875,12 +92898,12 @@ export type base_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type base_SpokeConnectorMode = { +export type mantle_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type base_SpokeConnectorMode_filter = { +export type mantle_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98910,35 +92933,35 @@ 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 mantle_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type base_TransferStatus = +export type mantle_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type base__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; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type base__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 @@ -98946,22 +92969,22 @@ export type base__Meta_ = { * and therefore asks for the latest block * */ - block: base__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 stagingpolygonzkevm_AggregateRoot = { +export type stagingpolygon_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingpolygonzkevm_Bytes']; + root: Scalars['stagingpolygon_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygonzkevm_AggregateRootProposed = { +export type stagingpolygon_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingpolygonzkevm_Bytes']; + aggregateRoot: Scalars['stagingpolygon_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -98969,7 +92992,7 @@ export type stagingpolygonzkevm_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingpolygonzkevm_AggregateRootProposed_filter = { +export type stagingpolygon_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -98978,16 +93001,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; @@ -99029,12 +93052,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 stagingpolygon_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -99043,7 +93066,7 @@ export type stagingpolygonzkevm_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingpolygonzkevm_AggregateRoot_filter = { +export type stagingpolygon_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99052,16 +93075,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; @@ -99071,45 +93094,45 @@ 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 stagingpolygon_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingpolygonzkevm_Aggregation_interval = +export type stagingpolygon_Aggregation_interval = | 'hour' | 'day'; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_AssetBalance = { +export type stagingpolygon_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingpolygonzkevm_Router; - asset: stagingpolygonzkevm_Asset; + router: stagingpolygon_Router; + asset: stagingpolygon_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingpolygonzkevm_AssetBalance_filter = { +export type stagingpolygon_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99170,7 +93193,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; @@ -99191,7 +93214,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; @@ -99201,12 +93224,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 stagingpolygon_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -99231,12 +93254,12 @@ export type stagingpolygonzkevm_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingpolygonzkevm_AssetStatus = { +export type stagingpolygon_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingpolygonzkevm_AssetStatus_filter = { +export type stagingpolygon_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99250,16 +93273,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 stagingpolygon_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingpolygonzkevm_Asset_filter = { +export type stagingpolygon_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99268,16 +93291,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; @@ -99294,16 +93317,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; @@ -99312,26 +93335,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; @@ -99360,14 +93383,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 stagingpolygon_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -99381,26 +93404,26 @@ export type stagingpolygonzkevm_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingpolygonzkevm_BlockChangedFilter = { +export type stagingpolygon_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingpolygonzkevm_Block_height = { - hash?: InputMaybe; +export type stagingpolygon_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_ConnectorMeta_filter = { +export type stagingpolygon_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99425,43 +93448,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 stagingpolygon_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -99469,57 +93492,57 @@ export type stagingpolygonzkevm_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_DestinationTransferroutersArgs = { +export type stagingpolygon_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygonzkevm_DestinationTransfer_filter = { +export type stagingpolygon_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99536,16 +93559,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; @@ -99554,17 +93577,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; @@ -99589,40 +93612,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; @@ -99639,16 +93662,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; @@ -99665,16 +93688,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; @@ -99694,44 +93717,44 @@ export type stagingpolygonzkevm_DestinationTransfer_filter = { 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; + 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; @@ -99764,16 +93787,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; @@ -99782,26 +93805,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; @@ -99834,16 +93857,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; @@ -99853,12 +93876,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 stagingpolygon_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -99907,14 +93930,14 @@ export type stagingpolygonzkevm_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingpolygonzkevm_OptimisticRootFinalized = { +export type stagingpolygon_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingpolygonzkevm_Bytes']; + aggregateRoot: Scalars['stagingpolygon_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingpolygonzkevm_OptimisticRootFinalized_filter = { +export type stagingpolygon_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99923,16 +93946,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; @@ -99950,36 +93973,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 stagingpolygon_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingpolygonzkevm_OrderDirection = +export type stagingpolygon_OrderDirection = | 'asc' | 'desc'; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_OriginMessage_filter = { +export type stagingpolygon_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -99988,16 +94011,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; @@ -100006,16 +94029,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; @@ -100024,36 +94047,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; @@ -100082,14 +94105,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 stagingpolygon_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -100103,51 +94126,51 @@ export type stagingpolygonzkevm_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_OriginTransferrelayerFeesArgs = { +export type stagingpolygon_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygonzkevm_OriginTransfer_filter = { +export type stagingpolygon_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100164,16 +94187,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; @@ -100182,20 +94205,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; @@ -100220,40 +94243,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; @@ -100262,16 +94285,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; @@ -100288,16 +94311,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; @@ -100318,17 +94341,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; @@ -100349,7 +94372,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; @@ -100364,37 +94387,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; @@ -100427,16 +94450,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; @@ -100446,12 +94469,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 stagingpolygon_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -100503,20 +94526,20 @@ export type stagingpolygonzkevm_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingpolygonzkevm_Relayer = { +export type stagingpolygon_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingpolygonzkevm_RelayerFee = { +export type stagingpolygon_RelayerFee = { id: Scalars['ID']; - transfer: stagingpolygonzkevm_OriginTransfer; + transfer: stagingpolygon_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingpolygonzkevm_Bytes']; + asset: Scalars['stagingpolygon_Bytes']; }; -export type stagingpolygonzkevm_RelayerFee_filter = { +export type stagingpolygon_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100545,7 +94568,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; @@ -100554,23 +94577,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 stagingpolygon_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -100605,20 +94628,20 @@ export type stagingpolygonzkevm_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingpolygonzkevm_RelayerFeesIncrease = { +export type stagingpolygon_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingpolygonzkevm_OriginTransfer; + transfer: stagingpolygon_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingpolygonzkevm_Bytes']; - transactionHash: Scalars['stagingpolygonzkevm_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 stagingpolygonzkevm_RelayerFeesIncrease_filter = { +export type stagingpolygon_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100647,7 +94670,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; @@ -100656,36 +94679,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; @@ -100719,12 +94742,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 stagingpolygon_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -100765,7 +94788,7 @@ export type stagingpolygonzkevm_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygonzkevm_Relayer_filter = { +export type stagingpolygon_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100778,33 +94801,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 stagingpolygon_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingpolygonzkevm_RootCount = { +export type stagingpolygon_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingpolygonzkevm_RootCount_filter = { +export type stagingpolygon_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100822,30 +94845,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 stagingpolygon_RootCount_orderBy = | 'id' | 'count'; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_RootMessageSent_filter = { +export type stagingpolygon_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -100870,16 +94893,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; @@ -100888,26 +94911,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; @@ -100941,12 +94964,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 stagingpolygon_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -100959,34 +94982,34 @@ export type stagingpolygonzkevm_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygonzkevm_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 stagingpolygonzkevm_RouterassetBalancesArgs = { +export type stagingpolygon_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygonzkevm_RouterDailyTVL = { +export type stagingpolygon_RouterDailyTVL = { id: Scalars['ID']; - router: stagingpolygonzkevm_Router; - asset: stagingpolygonzkevm_Asset; + router: stagingpolygon_Router; + asset: stagingpolygon_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingpolygonzkevm_RouterDailyTVL_filter = { +export type stagingpolygon_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101015,7 +95038,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; @@ -101036,7 +95059,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; @@ -101054,12 +95077,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 stagingpolygon_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -101081,25 +95104,25 @@ export type stagingpolygonzkevm_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingpolygonzkevm_RouterLiquidityEvent = { +export type stagingpolygon_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingpolygonzkevm_Router; - asset: stagingpolygonzkevm_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['stagingpolygonzkevm_Bytes']; + transactionHash: Scalars['stagingpolygon_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingpolygonzkevm_RouterLiquidityEventType = +export type stagingpolygon_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingpolygonzkevm_RouterLiquidityEvent_filter = { +export type stagingpolygon_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101108,10 +95131,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; @@ -101132,7 +95155,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; @@ -101153,7 +95176,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; @@ -101170,16 +95193,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; @@ -101196,16 +95219,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; @@ -101215,12 +95238,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 stagingpolygon_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -101248,7 +95271,7 @@ export type stagingpolygonzkevm_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingpolygonzkevm_Router_filter = { +export type stagingpolygon_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101261,36 +95284,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; @@ -101299,14 +95322,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 stagingpolygon_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -101315,13 +95338,13 @@ export type stagingpolygonzkevm_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingpolygonzkevm_Sequencer = { +export type stagingpolygon_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingpolygonzkevm_Sequencer_filter = { +export type stagingpolygon_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101334,34 +95357,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 stagingpolygon_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingpolygonzkevm_Setting = { +export type stagingpolygon_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingpolygonzkevm_Bytes']; + caller: Scalars['stagingpolygon_Bytes']; }; -export type stagingpolygonzkevm_Setting_filter = { +export type stagingpolygon_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101378,40 +95401,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 stagingpolygon_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingpolygonzkevm_SlippageUpdate = { +export type stagingpolygon_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingpolygonzkevm_DestinationTransfer; + transfer: stagingpolygon_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingpolygonzkevm_Bytes']; - transactionHash: Scalars['stagingpolygonzkevm_Bytes']; + caller: Scalars['stagingpolygon_Bytes']; + transactionHash: Scalars['stagingpolygon_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygonzkevm_SlippageUpdate_filter = { +export type stagingpolygon_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101440,7 +95463,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; @@ -101449,26 +95472,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; @@ -101502,12 +95525,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 stagingpolygon_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -101554,16 +95577,16 @@ export type stagingpolygonzkevm_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygonzkevm_SnapshotRoot = { +export type stagingpolygon_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingpolygonzkevm_Bytes']; + root: Scalars['stagingpolygon_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygonzkevm_SnapshotRoot_filter = { +export type stagingpolygon_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101580,16 +95603,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; @@ -101615,12 +95638,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 stagingpolygon_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -101628,12 +95651,12 @@ export type stagingpolygonzkevm_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingpolygonzkevm_SpokeConnectorMode = { +export type stagingpolygon_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingpolygonzkevm_SpokeConnectorMode_filter = { +export type stagingpolygon_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101663,35 +95686,35 @@ 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 stagingpolygon_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingpolygonzkevm_TransferStatus = +export type stagingpolygon_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingpolygonzkevm__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 stagingpolygonzkevm__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 @@ -101699,22 +95722,22 @@ export type stagingpolygonzkevm__Meta_ = { * and therefore asks for the latest block * */ - block: stagingpolygonzkevm__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 polygon_AggregateRoot = { +export type bnb_AggregateRoot = { id: Scalars['ID']; - root: Scalars['polygon_Bytes']; + root: Scalars['bnb_Bytes']; blockNumber: Scalars['BigInt']; }; -export type polygon_AggregateRootProposed = { +export type bnb_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['polygon_Bytes']; + aggregateRoot: Scalars['bnb_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -101722,7 +95745,7 @@ export type polygon_AggregateRootProposed = { blockNumber?: Maybe; }; -export type polygon_AggregateRootProposed_filter = { +export type bnb_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101731,16 +95754,16 @@ 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; + 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; @@ -101782,12 +95805,12 @@ 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 bnb_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -101796,7 +95819,7 @@ export type polygon_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type polygon_AggregateRoot_filter = { +export type bnb_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101805,16 +95828,16 @@ export type polygon_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -101824,45 +95847,41 @@ export type polygon_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_AggregateRoot_orderBy = +export type bnb_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type polygon_Aggregation_interval = - | 'hour' - | 'day'; - -export type polygon_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 polygon_AssetBalance = { +export type bnb_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: polygon_Router; - asset: polygon_Asset; + router: bnb_Router; + asset: bnb_Asset; feesEarned: Scalars['BigInt']; }; -export type polygon_AssetBalance_filter = { +export type bnb_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -101923,7 +95942,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; @@ -101944,7 +95963,7 @@ export type polygon_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -101954,12 +95973,12 @@ export type polygon_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_AssetBalance_orderBy = +export type bnb_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -101984,12 +96003,12 @@ export type polygon_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type polygon_AssetStatus = { +export type bnb_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type polygon_AssetStatus_filter = { +export type bnb_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102003,16 +96022,16 @@ export type polygon_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_AssetStatus_orderBy = +export type bnb_AssetStatus_orderBy = | 'id' | 'status'; -export type polygon_Asset_filter = { +export type bnb_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102021,16 +96040,16 @@ export type polygon_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -102047,16 +96066,16 @@ export type polygon_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -102065,26 +96084,26 @@ export type polygon_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -102113,14 +96132,14 @@ export type polygon_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_Asset_orderBy = +export type bnb_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -102134,26 +96153,26 @@ export type polygon_Asset_orderBy = | 'status__id' | 'status__status'; -export type polygon_BlockChangedFilter = { +export type bnb_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type polygon_Block_height = { - hash?: InputMaybe; +export type bnb_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type polygon_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 polygon_ConnectorMeta_filter = { +export type bnb_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102178,43 +96197,43 @@ export type polygon_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_ConnectorMeta_orderBy = +export type bnb_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -102222,57 +96241,57 @@ export type polygon_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type polygon_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 polygon_DestinationTransferroutersArgs = { +export type bnb_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_DestinationTransfer_filter = { +export type bnb_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102289,16 +96308,16 @@ export type polygon_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -102307,17 +96326,17 @@ export type polygon_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -102342,40 +96361,40 @@ export type polygon_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -102392,16 +96411,16 @@ export type polygon_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -102418,16 +96437,16 @@ export type polygon_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -102448,7 +96467,7 @@ export type polygon_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -102465,26 +96484,26 @@ export type polygon_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -102517,16 +96536,16 @@ export type polygon_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -102535,26 +96554,26 @@ export type polygon_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -102587,16 +96606,16 @@ export type polygon_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -102606,12 +96625,12 @@ export type polygon_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_DestinationTransfer_orderBy = +export type bnb_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -102660,14 +96679,14 @@ export type polygon_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type polygon_OptimisticRootFinalized = { +export type bnb_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['polygon_Bytes']; + aggregateRoot: Scalars['bnb_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type polygon_OptimisticRootFinalized_filter = { +export type bnb_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102676,16 +96695,16 @@ 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; + 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; @@ -102703,36 +96722,36 @@ 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 bnb_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type polygon_OrderDirection = +export type bnb_OrderDirection = | 'asc' | 'desc'; -export type polygon_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 polygon_OriginMessage_filter = { +export type bnb_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102741,16 +96760,16 @@ export type polygon_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -102759,16 +96778,16 @@ export type polygon_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -102777,36 +96796,36 @@ export type polygon_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -102835,14 +96854,14 @@ export type polygon_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_OriginMessage_orderBy = +export type bnb_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -102856,51 +96875,51 @@ export type polygon_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type polygon_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 polygon_OriginTransferrelayerFeesArgs = { +export type bnb_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_OriginTransfer_filter = { +export type bnb_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -102917,38 +96936,38 @@ export type polygon_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; - 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; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: 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; @@ -102973,40 +96992,40 @@ export type polygon_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -103015,16 +97034,16 @@ export type polygon_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -103041,16 +97060,16 @@ export type polygon_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -103071,17 +97090,17 @@ export type polygon_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -103102,7 +97121,7 @@ export type polygon_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -103117,37 +97136,37 @@ export type polygon_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -103180,16 +97199,16 @@ export type polygon_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -103199,12 +97218,12 @@ export type polygon_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_OriginTransfer_orderBy = +export type bnb_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -103256,20 +97275,865 @@ export type polygon_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type polygon_Relayer = { +export type bnb_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type bnb_RelayerFee = { + id: Scalars['ID']; + transfer: bnb_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['bnb_Bytes']; +}; + +export type bnb_RelayerFee_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + fee?: InputMaybe; + fee_not?: InputMaybe; + fee_gt?: InputMaybe; + fee_lt?: InputMaybe; + fee_gte?: InputMaybe; + fee_lte?: InputMaybe; + fee_in?: InputMaybe>; + fee_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_RelayerFee_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'fee' + | 'asset'; + +export type bnb_RelayerFeesIncrease = { + id: Scalars['ID']; + transfer: bnb_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['bnb_Bytes']; + transactionHash: Scalars['bnb_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type bnb_RelayerFeesIncrease_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + transfer?: InputMaybe; + transfer_not?: InputMaybe; + transfer_gt?: InputMaybe; + transfer_lt?: InputMaybe; + transfer_gte?: InputMaybe; + transfer_lte?: InputMaybe; + transfer_in?: InputMaybe>; + transfer_not_in?: InputMaybe>; + transfer_contains?: InputMaybe; + transfer_contains_nocase?: InputMaybe; + transfer_not_contains?: InputMaybe; + transfer_not_contains_nocase?: InputMaybe; + transfer_starts_with?: InputMaybe; + transfer_starts_with_nocase?: InputMaybe; + transfer_not_starts_with?: InputMaybe; + transfer_not_starts_with_nocase?: InputMaybe; + transfer_ends_with?: InputMaybe; + transfer_ends_with_nocase?: InputMaybe; + transfer_not_ends_with?: InputMaybe; + transfer_not_ends_with_nocase?: InputMaybe; + transfer_?: InputMaybe; + increase?: InputMaybe; + increase_not?: InputMaybe; + increase_gt?: InputMaybe; + increase_lt?: InputMaybe; + increase_gte?: InputMaybe; + increase_lte?: InputMaybe; + increase_in?: InputMaybe>; + increase_not_in?: InputMaybe>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_RelayerFeesIncrease_orderBy = + | 'id' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' + | 'increase' + | 'asset' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type bnb_Relayer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_Relayer_orderBy = + | 'id' + | 'isActive' + | 'relayer'; + +export type bnb_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type bnb_RootCount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_RootCount_orderBy = + | 'id' + | 'count'; + +export type bnb_RootMessageSent = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; +}; + +export type bnb_RootMessageSent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + hubDomain?: InputMaybe; + hubDomain_not?: InputMaybe; + hubDomain_gt?: InputMaybe; + hubDomain_lt?: InputMaybe; + hubDomain_gte?: InputMaybe; + hubDomain_lte?: InputMaybe; + hubDomain_in?: InputMaybe>; + hubDomain_not_in?: InputMaybe>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + count?: InputMaybe; + count_not?: InputMaybe; + count_gt?: InputMaybe; + count_lt?: InputMaybe; + count_gte?: InputMaybe; + count_lte?: InputMaybe; + count_in?: InputMaybe>; + count_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type bnb_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type bnb_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type bnb_RouterDailyTVL = { + id: Scalars['ID']; + router: bnb_Router; + asset: bnb_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type bnb_RouterDailyTVL_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_RouterDailyTVL_orderBy = + | 'id' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'timestamp' + | 'balance'; + +export type bnb_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: bnb_Router; + asset: bnb_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['bnb_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type bnb_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type bnb_RouterLiquidityEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; + router?: InputMaybe; + router_not?: InputMaybe; + router_gt?: InputMaybe; + router_lt?: InputMaybe; + router_gte?: InputMaybe; + router_lte?: InputMaybe; + router_in?: InputMaybe>; + router_not_in?: InputMaybe>; + router_contains?: InputMaybe; + router_contains_nocase?: InputMaybe; + router_not_contains?: InputMaybe; + router_not_contains_nocase?: InputMaybe; + router_starts_with?: InputMaybe; + router_starts_with_nocase?: InputMaybe; + router_not_starts_with?: InputMaybe; + router_not_starts_with_nocase?: InputMaybe; + router_ends_with?: InputMaybe; + router_ends_with_nocase?: InputMaybe; + router_not_ends_with?: InputMaybe; + router_not_ends_with_nocase?: InputMaybe; + router_?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_contains_nocase?: InputMaybe; + asset_not_contains?: InputMaybe; + asset_not_contains_nocase?: InputMaybe; + asset_starts_with?: InputMaybe; + asset_starts_with_nocase?: InputMaybe; + asset_not_starts_with?: InputMaybe; + asset_not_starts_with_nocase?: InputMaybe; + asset_ends_with?: InputMaybe; + asset_ends_with_nocase?: InputMaybe; + asset_not_ends_with?: InputMaybe; + asset_not_ends_with_nocase?: InputMaybe; + asset_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + balance?: InputMaybe; + balance_not?: InputMaybe; + balance_gt?: InputMaybe; + balance_lt?: InputMaybe; + balance_gte?: InputMaybe; + balance_lte?: InputMaybe; + balance_in?: InputMaybe>; + balance_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_RouterLiquidityEvent_orderBy = + | 'id' + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; + +export type bnb_Router_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type bnb_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + sequencer?: Maybe; }; -export type polygon_RelayerFee = { +export type bnb_Sequencer_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type bnb_Sequencer_orderBy = + | 'id' + | 'isActive' + | 'sequencer'; + +export type bnb_Setting = { id: Scalars['ID']; - transfer: polygon_OriginTransfer; - fee: Scalars['BigInt']; - asset: Scalars['polygon_Bytes']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['bnb_Bytes']; }; -export type polygon_RelayerFee_filter = { +export type bnb_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103278,100 +98142,48 @@ 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; + 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 polygon_RelayerFee_orderBy = +export type bnb_Setting_orderBy = | 'id' - | 'transfer' - | 'transfer__id' - | 'transfer__chainId' - | 'transfer__transferId' - | 'transfer__nonce' - | 'transfer__status' - | 'transfer__messageHash' - | 'transfer__originDomain' - | 'transfer__destinationDomain' - | 'transfer__canonicalDomain' - | 'transfer__to' - | 'transfer__delegate' - | 'transfer__receiveLocal' - | 'transfer__callData' - | 'transfer__slippage' - | 'transfer__originSender' - | 'transfer__bridgedAmt' - | 'transfer__normalizedIn' - | 'transfer__canonicalId' - | 'transfer__transactingAsset' - | 'transfer__bumpRelayerFeeCount' - | 'transfer__initialRelayerFeeAsset' - | 'transfer__caller' - | 'transfer__transactionHash' - | 'transfer__timestamp' - | 'transfer__gasPrice' - | 'transfer__gasLimit' - | 'transfer__blockNumber' - | 'transfer__txOrigin' - | 'transfer__txNonce' - | 'fee' - | 'asset'; + | 'maxRoutersPerTransfer' + | 'caller'; -export type polygon_RelayerFeesIncrease = { +export type bnb_SlippageUpdate = { id: Scalars['ID']; - transfer: polygon_OriginTransfer; - increase?: Maybe; - asset?: Maybe; - caller: Scalars['polygon_Bytes']; - transactionHash: Scalars['polygon_Bytes']; + transfer: bnb_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['bnb_Bytes']; + transactionHash: Scalars['bnb_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygon_RelayerFeesIncrease_filter = { +export type bnb_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103400,45 +98212,35 @@ export type polygon_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; - increase?: InputMaybe; - increase_not?: InputMaybe; - increase_gt?: InputMaybe; - increase_lt?: InputMaybe; - increase_gte?: InputMaybe; - increase_lte?: InputMaybe; - increase_in?: InputMaybe>; - increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transfer_?: InputMaybe; + slippage?: InputMaybe; + slippage_not?: InputMaybe; + slippage_gt?: InputMaybe; + slippage_lt?: InputMaybe; + slippage_gte?: InputMaybe; + slippage_lte?: InputMaybe; + slippage_in?: InputMaybe>; + slippage_not_in?: InputMaybe>; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -103472,12 +98274,12 @@ export type polygon_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RelayerFeesIncrease_orderBy = +export type bnb_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -103485,7 +98287,6 @@ export type polygon_RelayerFeesIncrease_orderBy = | 'transfer__transferId' | 'transfer__nonce' | 'transfer__status' - | 'transfer__messageHash' | 'transfer__originDomain' | 'transfer__destinationDomain' | 'transfer__canonicalDomain' @@ -103494,23 +98295,30 @@ export type polygon_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' @@ -103518,7 +98326,16 @@ export type polygon_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygon_Relayer_filter = { +export type bnb_SnapshotRoot = { + id: Scalars['ID']; + spokeDomain?: Maybe; + root: Scalars['bnb_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; +}; + +export type bnb_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103527,37 +98344,726 @@ 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>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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 bnb_SnapshotRoot_orderBy = + | 'id' + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type bnb_SpokeConnectorMode = { + id: Scalars['ID']; + mode: Scalars['String']; +}; + +export type bnb_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 bnb_SpokeConnectorMode_orderBy = + | 'id' + | 'mode'; + +export type bnb_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type bnb__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; +}; + +/** The type for the top-level _meta field */ +export type bnb__Meta_ = { + /** + * Information about a specific subgraph block. The hash of the block + * will be null if the _meta field has a block constraint that asks for + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest block + * + */ + block: bnb__Block_; + /** The deployment ID */ + deployment: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type mantle_swap_Aggregation_interval = + | 'hour' + | 'day'; + +export type mantle_swap_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type mantle_swap_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type mantle_swap_LpAccount = { + id: Scalars['ID']; + address: Scalars['mantle_swap_Bytes']; + balances: Array; +}; + + +export type mantle_swap_LpAccountbalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mantle_swap_LpAccountBalance = { + id: Scalars['ID']; + account: mantle_swap_LpAccount; + token: mantle_swap_LpToken; + amount: Scalars['mantle_swap_BigDecimal']; + block?: Maybe; + modified?: Maybe; + transaction?: Maybe; +}; + +export type mantle_swap_LpAccountBalance_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + account?: InputMaybe; + account_not?: InputMaybe; + account_gt?: InputMaybe; + account_lt?: InputMaybe; + account_gte?: InputMaybe; + account_lte?: InputMaybe; + account_in?: InputMaybe>; + account_not_in?: InputMaybe>; + account_contains?: InputMaybe; + account_contains_nocase?: InputMaybe; + account_not_contains?: InputMaybe; + account_not_contains_nocase?: InputMaybe; + account_starts_with?: InputMaybe; + account_starts_with_nocase?: InputMaybe; + account_not_starts_with?: InputMaybe; + account_not_starts_with_nocase?: InputMaybe; + account_ends_with?: InputMaybe; + account_ends_with_nocase?: InputMaybe; + account_not_ends_with?: InputMaybe; + account_not_ends_with_nocase?: InputMaybe; + account_?: InputMaybe; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + modified?: InputMaybe; + modified_not?: InputMaybe; + modified_gt?: InputMaybe; + modified_lt?: InputMaybe; + modified_gte?: InputMaybe; + modified_lte?: InputMaybe; + modified_in?: InputMaybe>; + modified_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type 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 mantle_swap_LpAccount_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mantle_swap_LpAccount_orderBy = + | 'id' + | 'address' + | 'balances'; + +export type mantle_swap_LpToken = { + id: Scalars['ID']; + address: Scalars['mantle_swap_Bytes']; + stableSwap: mantle_swap_StableSwap; + decimals: Scalars['Int']; + name: Scalars['String']; + symbol: Scalars['String']; + totalSupply: Scalars['mantle_swap_BigDecimal']; + events: Array; +}; + + +export type mantle_swap_LpTokeneventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mantle_swap_LpTokenEvent = { + id: Scalars['ID']; + token: mantle_swap_LpToken; + amount: Scalars['mantle_swap_BigDecimal']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mantle_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mantle_swap_LpTokenEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type 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 mantle_swap_LpToken_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_nocase?: InputMaybe; + stableSwap_ends_with?: InputMaybe; + stableSwap_ends_with_nocase?: InputMaybe; + stableSwap_not_ends_with?: InputMaybe; + stableSwap_not_ends_with_nocase?: InputMaybe; + stableSwap_?: InputMaybe; + decimals?: InputMaybe; + decimals_not?: InputMaybe; + decimals_gt?: InputMaybe; + decimals_lt?: InputMaybe; + decimals_gte?: InputMaybe; + decimals_lte?: InputMaybe; + decimals_in?: InputMaybe>; + decimals_not_in?: InputMaybe>; + name?: InputMaybe; + name_not?: InputMaybe; + name_gt?: InputMaybe; + name_lt?: InputMaybe; + name_gte?: InputMaybe; + name_lte?: InputMaybe; + name_in?: InputMaybe>; + name_not_in?: InputMaybe>; + name_contains?: InputMaybe; + name_contains_nocase?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_nocase?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_nocase?: InputMaybe; + name_not_starts_with?: InputMaybe; + name_not_starts_with_nocase?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_nocase?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_nocase?: InputMaybe; + symbol?: InputMaybe; + symbol_not?: InputMaybe; + symbol_gt?: InputMaybe; + symbol_lt?: InputMaybe; + symbol_gte?: InputMaybe; + symbol_lte?: InputMaybe; + symbol_in?: InputMaybe>; + symbol_not_in?: InputMaybe>; + symbol_contains?: InputMaybe; + symbol_contains_nocase?: InputMaybe; + symbol_not_contains?: InputMaybe; + symbol_not_contains_nocase?: InputMaybe; + symbol_starts_with?: InputMaybe; + symbol_starts_with_nocase?: InputMaybe; + symbol_not_starts_with?: InputMaybe; + symbol_not_starts_with_nocase?: InputMaybe; + symbol_ends_with?: InputMaybe; + symbol_ends_with_nocase?: InputMaybe; + symbol_not_ends_with?: InputMaybe; + symbol_not_ends_with_nocase?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type 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 mantle_swap_LpTransferEvent = mantle_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']; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mantle_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mantle_swap_LpTransferEvent_filter = { + id?: InputMaybe; + id_not?: InputMaybe; + id_gt?: InputMaybe; + id_lt?: InputMaybe; + id_gte?: InputMaybe; + id_lte?: InputMaybe; + id_in?: InputMaybe>; + id_not_in?: InputMaybe>; + token?: InputMaybe; + token_not?: InputMaybe; + token_gt?: InputMaybe; + token_lt?: InputMaybe; + token_gte?: InputMaybe; + token_lte?: InputMaybe; + token_in?: InputMaybe>; + token_not_in?: InputMaybe>; + token_contains?: InputMaybe; + token_contains_nocase?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_nocase?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_nocase?: InputMaybe; + token_not_starts_with?: InputMaybe; + token_not_starts_with_nocase?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_nocase?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_nocase?: InputMaybe; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; + block?: InputMaybe; + block_not?: InputMaybe; + block_gt?: InputMaybe; + block_lt?: InputMaybe; + block_gte?: InputMaybe; + block_lte?: InputMaybe; + block_in?: InputMaybe>; + block_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_Relayer_orderBy = - | 'id' - | 'isActive' - | 'relayer'; +export type mantle_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 mantle_swap_OrderDirection = + | 'asc' + | 'desc'; -export type polygon_RootCount = { +export type mantle_swap_PooledToken = { id: Scalars['ID']; - count?: Maybe; + asset: Scalars['mantle_swap_Bytes']; }; -export type polygon_RootCount_filter = { +export type mantle_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103566,39 +99072,116 @@ 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>; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: 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_RootCount_orderBy = +export type mantle_swap_PooledToken_orderBy = | 'id' - | 'count'; + | 'asset'; -export type polygon_RootMessageSent = { +export type mantle_swap_StableSwap = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + isActive?: Maybe; + key: Scalars['mantle_swap_Bytes']; + canonicalId?: Maybe; + domain?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; + initialA?: Maybe; + futureA?: Maybe; + initialATime?: Maybe; + futureATime?: Maybe; + swapFee?: Maybe; + adminFee?: Maybe; + pooledTokens: Array; + tokenPrecisionMultipliers: Array; + balances: Array; + adminFees: Array; + virtualPrice: Scalars['BigInt']; + invariant: Scalars['BigInt']; + lpTokenSupply: Scalars['BigInt']; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type polygon_RootMessageSent_filter = { + +export type mantle_swap_StableSwapeventsArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type mantle_swap_StableSwapexchangesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type mantle_swap_StableSwaphourlyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type mantle_swap_StableSwapdailyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + + +export type mantle_swap_StableSwapweeklyVolumesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mantle_swap_StableSwapAddLiquidityEvent = mantle_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: mantle_swap_StableSwap; + provider: Scalars['mantle_swap_Bytes']; + tokenAmounts: Array; + fees: Array; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mantle_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mantle_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103607,60 +99190,87 @@ export type polygon_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; + 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; @@ -103669,77 +99279,71 @@ export type polygon_RootMessageSent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RootMessageSent_orderBy = +export type mantle_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'; - -export type polygon_Router = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; - proposedTimestamp?: Maybe; - assetBalances: Array; -}; - - -export type polygon_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'transaction' + | 'nonce'; -export type polygon_RouterDailyTVL = { +export type mantle_swap_StableSwapEvent = { id: Scalars['ID']; - router: polygon_Router; - asset: polygon_Asset; + stableSwap: mantle_swap_StableSwap; + block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + transaction: Scalars['mantle_swap_Bytes']; + nonce: Scalars['BigInt']; }; -export type polygon_RouterDailyTVL_filter = { +export type mantle_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103748,48 +99352,35 @@ 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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -103798,61 +99389,71 @@ export type polygon_RouterDailyTVL_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - balance?: InputMaybe; - balance_not?: InputMaybe; - balance_gt?: InputMaybe; - balance_lt?: InputMaybe; - balance_gte?: InputMaybe; - balance_lte?: InputMaybe; - balance_in?: InputMaybe>; - balance_not_in?: InputMaybe>; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RouterDailyTVL_orderBy = +export type mantle_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'; -export type polygon_RouterLiquidityEvent = { +export type mantle_swap_StableSwapExchange = { id: Scalars['ID']; - type?: Maybe; - router: polygon_Router; - asset: polygon_Asset; - amount: Scalars['BigInt']; - balance: Scalars['BigInt']; - caller?: Maybe; - blockNumber: Scalars['BigInt']; + stableSwap: mantle_swap_StableSwap; + buyer: Scalars['mantle_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']; - transactionHash: Scalars['polygon_Bytes']; + transaction: Scalars['mantle_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_RouterLiquidityEventType = - | 'Add' - | 'Remove'; - -export type polygon_RouterLiquidityEvent_filter = { +export type mantle_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -103861,86 +99462,91 @@ 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>; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -103949,16 +99555,16 @@ export type polygon_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -103968,40 +99574,59 @@ export type polygon_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_RouterLiquidityEvent_orderBy = +export type mantle_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'; -export type polygon_Router_filter = { +export type mantle_swap_StableSwapRemoveLiquidityEvent = mantle_swap_StableSwapEvent & { + id: Scalars['ID']; + stableSwap: mantle_swap_StableSwap; + provider: Scalars['mantle_swap_Bytes']; + tokenAmounts: Array; + fees?: Maybe>; + invariant?: Maybe; + lpTokenSupply: Scalars['BigInt']; + lpTokenAmount: Scalars['BigInt']; + balances: Array; + block: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transaction: Scalars['mantle_swap_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mantle_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104010,71 +99635,151 @@ 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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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 polygon_Router_orderBy = +export type mantle_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' - | 'isActive' - | 'owner' - | 'recipient' - | 'proposedOwner' - | 'proposedTimestamp' - | 'assetBalances'; - -export type polygon_Sequencer = { - id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; -}; + | 'stableSwap' + | 'stableSwap__id' + | 'stableSwap__isActive' + | 'stableSwap__key' + | 'stableSwap__canonicalId' + | 'stableSwap__domain' + | 'stableSwap__swapPool' + | 'stableSwap__lpToken' + | 'stableSwap__initialA' + | 'stableSwap__futureA' + | 'stableSwap__initialATime' + | 'stableSwap__futureATime' + | 'stableSwap__swapFee' + | 'stableSwap__adminFee' + | 'stableSwap__virtualPrice' + | 'stableSwap__invariant' + | 'stableSwap__lpTokenSupply' + | 'provider' + | 'tokenAmounts' + | 'fees' + | 'invariant' + | 'lpTokenSupply' + | 'lpTokenAmount' + | 'balances' + | 'block' + | 'timestamp' + | 'transaction' + | 'nonce'; -export type polygon_Sequencer_filter = { +export type mantle_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104087,34 +99792,196 @@ export type polygon_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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 polygon_Sequencer_orderBy = +export type mantle_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'; -export type polygon_Setting = { +export type mantle_swap_SwapDailyVolume = mantle_swap_SwapTradeVolume & { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['polygon_Bytes']; + stableSwap: mantle_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mantle_swap_BigDecimal']; }; -export type polygon_Setting_filter = { +export type mantle_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104123,48 +99990,79 @@ 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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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 polygon_Setting_orderBy = +export type mantle_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'; -export type polygon_SlippageUpdate = { +export type mantle_swap_SwapHourlyVolume = mantle_swap_SwapTradeVolume & { id: Scalars['ID']; - transfer: polygon_DestinationTransfer; - slippage: Scalars['BigInt']; - caller: Scalars['polygon_Bytes']; - transactionHash: Scalars['polygon_Bytes']; + stableSwap: mantle_swap_StableSwap; timestamp: Scalars['BigInt']; - gasPrice: Scalars['BigInt']; - gasLimit: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + volume: Scalars['mantle_swap_BigDecimal']; }; -export type polygon_SlippageUpdate_filter = { +export type mantle_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104173,55 +100071,27 @@ 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; + stableSwap?: InputMaybe; + stableSwap_not?: InputMaybe; + stableSwap_gt?: InputMaybe; + stableSwap_lt?: InputMaybe; + stableSwap_gte?: InputMaybe; + stableSwap_lte?: InputMaybe; + stableSwap_in?: InputMaybe>; + stableSwap_not_in?: InputMaybe>; + stableSwap_contains?: InputMaybe; + stableSwap_contains_nocase?: InputMaybe; + stableSwap_not_contains?: InputMaybe; + stableSwap_not_contains_nocase?: InputMaybe; + stableSwap_starts_with?: InputMaybe; + stableSwap_starts_with_nocase?: InputMaybe; + stableSwap_not_starts_with?: InputMaybe; + stableSwap_not_starts_with_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; @@ -104230,93 +100100,121 @@ export type polygon_SlippageUpdate_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_SlippageUpdate_orderBy = +export type mantle_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'; -export type polygon_SnapshotRoot = { +export type mantle_swap_SwapTradeVolume = { + stableSwap: mantle_swap_StableSwap; + timestamp: Scalars['BigInt']; + volume: Scalars['mantle_swap_BigDecimal']; +}; + +export type mantle_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 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 mantle_swap_SwapWeeklyVolume = mantle_swap_SwapTradeVolume & { id: Scalars['ID']; - spokeDomain?: Maybe; - root: Scalars['polygon_Bytes']; - count: Scalars['BigInt']; + stableSwap: mantle_swap_StableSwap; timestamp: Scalars['BigInt']; - blockNumber: Scalars['BigInt']; + volume: Scalars['mantle_swap_BigDecimal']; }; -export type polygon_SnapshotRoot_filter = { +export type mantle_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104325,32 +100223,27 @@ 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; - 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; @@ -104359,34 +100252,49 @@ export type polygon_SnapshotRoot_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>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: 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_SnapshotRoot_orderBy = +export type mantle_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'; -export type polygon_SpokeConnectorMode = { +export type mantle_swap_SystemInfo = { id: Scalars['ID']; - mode: Scalars['String']; + exchangeCount: Scalars['BigInt']; + swapCount: Scalars['BigInt']; }; -export type polygon_SpokeConnectorMode_filter = { +export type mantle_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104395,56 +100303,46 @@ 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; + 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 polygon_SpokeConnectorMode_orderBy = +export type mantle_swap_SystemInfo_orderBy = | 'id' - | 'mode'; - -export type polygon_TransferStatus = - | 'XCalled' - | 'Executed' - | 'Reconciled' - | 'CompletedSlow' - | 'CompletedFast'; + | 'exchangeCount' + | 'swapCount'; -export type polygon__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; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type polygon__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 @@ -104452,22 +100350,30 @@ export type polygon__Meta_ = { * and therefore asks for the latest block * */ - block: polygon__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 stagingmainnet_AggregateRootSavedSlow = { +export type mode_AggregateRoot = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; - count: Scalars['BigInt']; - aggregatedRoots?: Maybe>; + root: Scalars['mode_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type mode_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['mode_Bytes']; rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingmainnet_AggregateRootSavedSlow_filter = { +export type mode_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104476,30 +100382,16 @@ 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>; + 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; @@ -104508,28 +100400,54 @@ export type stagingmainnet_AggregateRootSavedSlow_filter = { 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 stagingmainnet_AggregateRootSavedSlow_orderBy = +export type mode_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' - | 'count' - | 'aggregatedRoots' - | 'rootTimestamp'; - -export type stagingmainnet_AggregatedMessageRoot = { - id: Scalars['ID']; - index: Scalars['BigInt']; - receivedRoot: Scalars['stagingmainnet_Bytes']; - domain?: Maybe; - blockNumber?: Maybe; -}; + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' + | 'timestamp' + | 'blockNumber'; -export type stagingmainnet_AggregatedMessageRoot_filter = { +export type mode_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104538,32 +100456,16 @@ 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>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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; @@ -104573,32 +100475,41 @@ export type stagingmainnet_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 stagingmainnet_AggregatedMessageRoot_orderBy = +export type mode_AggregateRoot_orderBy = | 'id' - | 'index' - | 'receivedRoot' - | 'domain' + | 'root' | 'blockNumber'; -export type stagingmainnet_Aggregation_interval = - | 'hour' - | 'day'; +export type mode_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_ArbitrumConnectorMeta = { +export type mode_AssetBalance = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: mode_Router; + asset: mode_Asset; + feesEarned: Scalars['BigInt']; }; -export type stagingmainnet_ArbitrumConnectorMeta_filter = { +export type mode_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104607,76 +100518,125 @@ 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; + 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 stagingmainnet_ArbitrumConnectorMeta_orderBy = +export type mode_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 stagingmainnet_AvalancheConnectorMeta = { +export type mode_AssetStatus = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + status?: Maybe; }; -export type stagingmainnet_AvalancheConnectorMeta_filter = { +export type mode_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104685,76 +100645,21 @@ export type stagingmainnet_AvalancheConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_AvalancheConnectorMeta_orderBy = +export type mode_AssetStatus_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']; -}; + | 'status'; -export type stagingmainnet_BaseConnectorMeta_filter = { +export type mode_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104763,86 +100668,139 @@ 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; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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 stagingmainnet_BaseConnectorMeta_orderBy = +export type mode_Asset_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type stagingmainnet_BlockChangedFilter = { +export type mode_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingmainnet_Block_height = { - hash?: InputMaybe; +export type mode_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingmainnet_BnbConnectorMeta = { +export type mode_ConnectorMeta = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingmainnet_BnbConnectorMeta_filter = { +export type mode_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104867,43 +100825,43 @@ export type stagingmainnet_BnbConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_BnbConnectorMeta_orderBy = +export type mode_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -104911,16 +100869,57 @@ export type stagingmainnet_BnbConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingmainnet_GnosisConnectorMeta = { +export type mode_DestinationTransfer = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_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 stagingmainnet_GnosisConnectorMeta_filter = { + +export type mode_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mode_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -104929,72 +100928,393 @@ 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; + 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 stagingmainnet_GnosisConnectorMeta_orderBy = +export type mode_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 stagingmainnet_HubDomain = { +export type mode_OptimisticRootFinalized = { id: Scalars['ID']; - domain?: Maybe; + aggregateRoot: Scalars['mode_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingmainnet_HubDomain_filter = { +export type mode_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105003,32 +101323,231 @@ 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>; + 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 mode_OptimisticRootFinalized_orderBy = + | 'id' + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; + +/** Defines the order direction, either ascending or descending */ +export type mode_OrderDirection = + | 'asc' + | 'desc'; + +export type mode_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type mode_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>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_HubDomain_orderBy = +export type mode_OriginMessage_orderBy = | 'id' - | 'domain'; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type stagingmainnet_HubOptimisticRootFinalized = { +export type mode_OriginTransfer = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; - timestamp: 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 stagingmainnet_HubOptimisticRootFinalized_filter = { + +export type mode_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mode_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105037,16 +101556,245 @@ 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; + 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; @@ -105055,6 +101803,22 @@ export type stagingmainnet_HubOptimisticRootFinalized_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; @@ -105063,106 +101827,96 @@ export type stagingmainnet_HubOptimisticRootFinalized_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_HubOptimisticRootFinalized_orderBy = +export type mode_OriginTransfer_orderBy = | 'id' - | 'aggregateRoot' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'messageHash' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'transactingAsset' + | 'message' + | 'message__id' + | 'message__transferId' + | 'message__destinationDomain' + | 'message__leaf' + | 'message__index' + | 'message__message' + | 'message__root' + | 'message__transactionHash' + | 'message__blockNumber' + | 'bumpRelayerFeeCount' + | 'relayerFees' + | 'initialRelayerFeeAsset' + | 'caller' + | 'transactionHash' | 'timestamp' - | 'blockNumber'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber' + | 'txOrigin' + | 'txNonce'; -export type stagingmainnet_LineaConnectorMeta = { +export type mode_Relayer = { 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>>; + isActive: Scalars['Boolean']; + relayer?: Maybe; }; -export type stagingmainnet_LineaConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type stagingmainnet_MantleConnectorMeta = { +export type mode_RelayerFee = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + transfer: mode_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['mode_Bytes']; }; -export type stagingmainnet_MantleConnectorMeta_filter = { +export type mode_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105171,76 +101925,100 @@ 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; + 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 stagingmainnet_MantleConnectorMeta_orderBy = +export type mode_RelayerFee_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | '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_MetisConnectorMeta = { +export type mode_RelayerFeesIncrease = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + transfer: mode_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['mode_Bytes']; + transactionHash: Scalars['mode_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type stagingmainnet_MetisConnectorMeta_filter = { +export type mode_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105249,76 +102027,145 @@ 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; + 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 stagingmainnet_MetisConnectorMeta_orderBy = +export type mode_RelayerFeesIncrease_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']; -}; + | '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_ModeConnectorMeta_filter = { +export type mode_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105327,76 +102174,37 @@ export type stagingmainnet_ModeConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + 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_ModeConnectorMeta_orderBy = +export type mode_Relayer_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'isActive' + | 'relayer'; -export type stagingmainnet_OptimismConnectorMeta = { +export type mode_RootCount = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + count?: Maybe; }; -export type stagingmainnet_OptimismConnectorMeta_filter = { +export type mode_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105405,75 +102213,39 @@ export type stagingmainnet_OptimismConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + 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 stagingmainnet_OptimismConnectorMeta_orderBy = +export type mode_RootCount_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'count'; -export type stagingmainnet_OptimisticRootPropagated = { +export type mode_RootMessageSent = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; - domainsHash: Scalars['stagingmainnet_Bytes']; - 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 stagingmainnet_OptimisticRootPropagated_filter = { +export type mode_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105482,26 +102254,60 @@ 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; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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; @@ -105510,6 +102316,22 @@ export type stagingmainnet_OptimisticRootPropagated_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; @@ -105519,30 +102341,52 @@ export type stagingmainnet_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 stagingmainnet_OptimisticRootPropagated_orderBy = +export type mode_RootMessageSent_orderBy = | 'id' - | 'aggregateRoot' - | 'domainsHash' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' | 'timestamp' + | 'gasPrice' + | 'gasLimit' | 'blockNumber'; -export type stagingmainnet_OptimisticRootProposed = { +export type mode_Router = { id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; - snapshotsRoots?: Maybe>; - domains?: Maybe>; - baseAggregateRoot: Scalars['stagingmainnet_Bytes']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +export type mode_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type mode_RouterDailyTVL = { + id: Scalars['ID']; + router: mode_Router; + asset: mode_Asset; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + balance: Scalars['BigInt']; }; -export type stagingmainnet_OptimisticRootProposed_filter = { +export type mode_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105551,46 +102395,48 @@ 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; + 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; @@ -105599,6 +102445,141 @@ export type stagingmainnet_OptimisticRootProposed_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>; + /** Filter for the block changed event. */ + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; +}; + +export type mode_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 mode_RouterLiquidityEvent = { + id: Scalars['ID']; + type?: Maybe; + router: mode_Router; + asset: mode_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['mode_Bytes']; + nonce: Scalars['BigInt']; +}; + +export type mode_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type mode_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; @@ -105607,37 +102588,140 @@ export type stagingmainnet_OptimisticRootProposed_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; /** 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_RouterLiquidityEvent_orderBy = | 'id' - | 'disputeCliff' - | 'aggregateRoot' - | 'snapshotsRoots' - | 'domains' - | 'baseAggregateRoot' + | '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' - | 'blockNumber'; + | 'transactionHash' + | 'nonce'; -/** Defines the order direction, either ascending or descending */ -export type stagingmainnet_OrderDirection = - | 'asc' - | 'desc'; +export type mode_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_PolygonConnectorMeta = { +export type mode_Router_orderBy = + | 'id' + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; + +export type mode_Sequencer = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type stagingmainnet_PolygonConnectorMeta_filter = { +export type mode_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105646,76 +102730,38 @@ 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; + 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_PolygonConnectorMeta_orderBy = +export type mode_Sequencer_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'isActive' + | 'sequencer'; -export type stagingmainnet_PolygonZkConnectorMeta = { +export type mode_Setting = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['mode_Bytes']; }; -export type stagingmainnet_PolygonZkConnectorMeta_filter = { +export type mode_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105724,74 +102770,48 @@ 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; + 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_PolygonZkConnectorMeta_orderBy = +export type mode_Setting_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'maxRoutersPerTransfer' + | 'caller'; -export type stagingmainnet_RootAggregated = { +export type mode_SlippageUpdate = { id: Scalars['ID']; - domain: Scalars['BigInt']; - receivedRoot: Scalars['stagingmainnet_Bytes']; - index: Scalars['BigInt']; + transfer: mode_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['mode_Bytes']; + transactionHash: Scalars['mode_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type stagingmainnet_RootAggregated_filter = { +export type mode_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105800,51 +102820,150 @@ export type stagingmainnet_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; + 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_RootAggregated_orderBy = +export type mode_SlippageUpdate_orderBy = | 'id' - | 'domain' - | 'receivedRoot' - | 'index'; + | '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_RootManagerMeta = { +export type mode_SnapshotRoot = { id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; + spokeDomain?: Maybe; + root: Scalars['mode_Bytes']; + count: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type stagingmainnet_RootManagerMeta_filter = { +export type mode_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105853,35 +102972,68 @@ 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>; + 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>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_RootManagerMeta_orderBy = +export type mode_SnapshotRoot_orderBy = | 'id' - | 'domains' - | 'connectors'; + | 'spokeDomain' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; -export type stagingmainnet_RootManagerMode = { +export type mode_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingmainnet_RootManagerMode_filter = { +export type mode_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -105911,83 +103063,106 @@ export type stagingmainnet_RootManagerMode_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_RootManagerMode_orderBy = +export type mode_SpokeConnectorMode_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 mode_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type mode__Block_ = { + /** The hash of the block */ + hash?: Maybe; + /** The block number */ + number: Scalars['Int']; + /** Integer representation of the timestamp stored in blocks for the chain */ + timestamp?: Maybe; }; -export type 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; +/** The type for the top-level _meta field */ +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 + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest 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 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; @@ -105996,22 +103171,6 @@ 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; @@ -106021,32 +103180,21 @@ export type stagingmainnet_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 stagingmainnet_RootMessageProcessed_orderBy = +export type stagingmetis_AggregateRootProposed_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'caller' - | 'transactionHash' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' | '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 = { +export type stagingmetis_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106055,34 +103203,16 @@ 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>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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; @@ -106092,28 +103222,41 @@ export type stagingmainnet_RootPropagated_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_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_RootPropagated_orderBy = +export type stagingmetis_AggregateRoot_orderBy = | 'id' - | 'aggregate' - | 'domainsHash' - | 'count' + | 'root' | 'blockNumber'; -export type stagingmainnet_ScrollConnectorMeta = { +export type stagingmetis_Asset = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; }; -export type stagingmainnet_ScrollConnectorMeta_filter = { +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; @@ -106122,76 +103265,125 @@ export type stagingmainnet_ScrollConnectorMeta_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 stagingmainnet_ScrollConnectorMeta_orderBy = +export type stagingmetis_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 stagingmainnet_XlayerConnectorMeta = { +export type stagingmetis_AssetStatus = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + status?: Maybe; }; -export type stagingmainnet_XlayerConnectorMeta_filter = { +export type stagingmetis_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106200,76 +103392,162 @@ export type stagingmainnet_XlayerConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_XlayerConnectorMeta_orderBy = +export type stagingmetis_AssetStatus_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'status'; -export type stagingmainnet_ZkSyncConnectorMeta = { +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: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['stagingmainnet_Bytes']; - rootManager: Scalars['stagingmainnet_Bytes']; - mirrorConnector: Scalars['stagingmainnet_Bytes']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type stagingmainnet_ZkSyncConnectorMeta_filter = { +export type stagingmetis_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106294,43 +103572,43 @@ export type stagingmainnet_ZkSyncConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingmainnet_ZkSyncConnectorMeta_orderBy = +export type stagingmetis_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -106338,73 +103616,452 @@ export type stagingmainnet_ZkSyncConnectorMeta_orderBy = | '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 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 base_swap_Aggregation_interval = - | 'hour' - | 'day'; - -export type base_swap_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; -export type base_swap_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; +export type stagingmetis_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_swap_LpAccount = { - id: Scalars['ID']; - address: Scalars['base_swap_Bytes']; - balances: Array; +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 base_swap_LpAccountbalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type base_swap_LpAccountBalance = { +export type stagingmetis_OptimisticRootFinalized = { id: Scalars['ID']; - account: base_swap_LpAccount; - token: base_swap_LpToken; - amount: Scalars['base_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + aggregateRoot: Scalars['stagingmetis_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type base_swap_LpAccountBalance_filter = { +export type stagingmetis_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106413,106 +104070,63 @@ export type base_swap_LpAccountBalance_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - account?: InputMaybe; - account_not?: InputMaybe; - account_gt?: InputMaybe; - account_lt?: InputMaybe; - account_gte?: InputMaybe; - account_lte?: InputMaybe; - account_in?: InputMaybe>; - account_not_in?: InputMaybe>; - account_contains?: InputMaybe; - account_contains_nocase?: InputMaybe; - account_not_contains?: InputMaybe; - account_not_contains_nocase?: InputMaybe; - account_starts_with?: InputMaybe; - account_starts_with_nocase?: InputMaybe; - account_not_starts_with?: InputMaybe; - account_not_starts_with_nocase?: InputMaybe; - account_ends_with?: InputMaybe; - account_ends_with_nocase?: InputMaybe; - account_not_ends_with?: InputMaybe; - account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; - token?: InputMaybe; - token_not?: InputMaybe; - token_gt?: InputMaybe; - token_lt?: InputMaybe; - token_gte?: InputMaybe; - token_lte?: InputMaybe; - token_in?: InputMaybe>; - token_not_in?: InputMaybe>; - token_contains?: InputMaybe; - token_contains_nocase?: InputMaybe; - token_not_contains?: InputMaybe; - token_not_contains_nocase?: InputMaybe; - token_starts_with?: InputMaybe; - token_starts_with_nocase?: InputMaybe; - token_not_starts_with?: InputMaybe; - token_not_starts_with_nocase?: InputMaybe; - token_ends_with?: InputMaybe; - token_ends_with_nocase?: InputMaybe; - token_not_ends_with?: InputMaybe; - token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - block?: InputMaybe; - block_not?: InputMaybe; - block_gt?: InputMaybe; - block_lt?: InputMaybe; - block_gte?: InputMaybe; - block_lte?: InputMaybe; - block_in?: InputMaybe>; - block_not_in?: InputMaybe>; - modified?: InputMaybe; - modified_not?: InputMaybe; - modified_gt?: InputMaybe; - modified_lt?: InputMaybe; - modified_gte?: InputMaybe; - modified_lte?: InputMaybe; - modified_in?: InputMaybe>; - modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + aggregateRoot?: InputMaybe; + aggregateRoot_not?: InputMaybe; + aggregateRoot_gt?: InputMaybe; + aggregateRoot_lt?: InputMaybe; + aggregateRoot_gte?: InputMaybe; + aggregateRoot_lte?: InputMaybe; + aggregateRoot_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; + timestamp?: InputMaybe; + timestamp_not?: InputMaybe; + timestamp_gt?: InputMaybe; + timestamp_lt?: InputMaybe; + timestamp_gte?: InputMaybe; + timestamp_lte?: InputMaybe; + timestamp_in?: InputMaybe>; + timestamp_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: InputMaybe; + blockNumber_lte?: InputMaybe; + blockNumber_in?: InputMaybe>; + blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_LpAccountBalance_orderBy = +export type stagingmetis_OptimisticRootFinalized_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; -export type base_swap_LpAccount_filter = { +/** 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; @@ -106521,59 +104135,166 @@ 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; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: 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 base_swap_LpAccount_orderBy = +export type stagingmetis_OriginMessage_orderBy = | 'id' - | 'address' - | 'balances'; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type base_swap_LpToken = { +export type stagingmetis_OriginTransfer = { id: Scalars['ID']; - 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; + 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 base_swap_LpTokeneventsArgs = { +export type stagingmetis_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type base_swap_LpTokenEvent = { - id: Scalars['ID']; - token: base_swap_LpToken; - amount: Scalars['base_swap_BigDecimal']; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; - nonce: Scalars['BigInt']; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type base_swap_LpTokenEvent_filter = { +export type stagingmetis_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106582,61 +104303,24 @@ export type base_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; + 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; @@ -106645,28 +104329,341 @@ export type base_swap_LpTokenEvent_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 base_swap_LpTokenEvent_orderBy = +export type stagingmetis_OriginTransfer_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | '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 base_swap_LpToken_filter = { +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; @@ -106675,141 +104672,100 @@ 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; - stableSwap?: InputMaybe; - stableSwap_not?: InputMaybe; - stableSwap_gt?: InputMaybe; - stableSwap_lt?: InputMaybe; - stableSwap_gte?: InputMaybe; - stableSwap_lte?: InputMaybe; - stableSwap_in?: InputMaybe>; - stableSwap_not_in?: InputMaybe>; - stableSwap_contains?: InputMaybe; - stableSwap_contains_nocase?: InputMaybe; - stableSwap_not_contains?: InputMaybe; - stableSwap_not_contains_nocase?: InputMaybe; - stableSwap_starts_with?: InputMaybe; - stableSwap_starts_with_nocase?: InputMaybe; - stableSwap_not_starts_with?: InputMaybe; - stableSwap_not_starts_with_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; + 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 base_swap_LpToken_orderBy = +export type stagingmetis_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'; -export type base_swap_LpTransferEvent = base_swap_LpTokenEvent & { +export type stagingmetis_RelayerFeesIncrease = { 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']; + transfer: stagingmetis_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingmetis_Bytes']; + transactionHash: Scalars['stagingmetis_Bytes']; timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; - nonce: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type base_swap_LpTransferEvent_filter = { +export type stagingmetis_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106818,79 +104774,65 @@ export type base_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>; + 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; @@ -106899,60 +104841,78 @@ 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; - 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 base_swap_LpTransferEvent_orderBy = +export type stagingmetis_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 */ -export type base_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type base_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['base_swap_Bytes']; -}; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type base_swap_PooledToken_filter = { +export type stagingmetis_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -106961,116 +104921,37 @@ 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; + 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 base_swap_PooledToken_orderBy = +export type stagingmetis_Relayer_orderBy = | 'id' - | 'asset'; - -export type base_swap_StableSwap = { - id: Scalars['ID']; - 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 base_swap_StableSwapeventsArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type base_swap_StableSwapexchangesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type base_swap_StableSwaphourlyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type base_swap_StableSwapdailyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - - -export type base_swap_StableSwapweeklyVolumesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; + | 'isActive' + | 'relayer'; -export type base_swap_StableSwapAddLiquidityEvent = base_swap_StableSwapEvent & { +export type stagingmetis_RootCount = { id: Scalars['ID']; - 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']; + count?: Maybe; }; -export type base_swap_StableSwapAddLiquidityEvent_filter = { +export type stagingmetis_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107079,160 +104960,39 @@ export type base_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>; + 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 base_swap_StableSwapAddLiquidityEvent_orderBy = +export type stagingmetis_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'; -export type base_swap_StableSwapEvent = { +export type stagingmetis_RootMessageSent = { id: Scalars['ID']; - stableSwap: base_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type base_swap_StableSwapEvent_filter = { +export type stagingmetis_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107241,35 +105001,60 @@ export type base_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>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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; @@ -107278,71 +105063,77 @@ 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; - 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 base_swap_StableSwapEvent_orderBy = +export type stagingmetis_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'; -export type base_swap_StableSwapExchange = { +export type stagingmetis_Router = { id: Scalars['ID']; - 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']; - block: Scalars['BigInt']; + 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']; - transaction: Scalars['base_swap_Bytes']; - nonce: Scalars['BigInt']; + balance: Scalars['BigInt']; }; -export type base_swap_StableSwapExchange_filter = { +export type stagingmetis_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107351,91 +105142,48 @@ export type base_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>; + 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; @@ -107444,78 +105192,61 @@ 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; - nonce?: InputMaybe; - nonce_not?: InputMaybe; - nonce_gt?: InputMaybe; - nonce_lt?: InputMaybe; - nonce_gte?: InputMaybe; - nonce_lte?: InputMaybe; - nonce_in?: InputMaybe>; - nonce_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 base_swap_StableSwapExchange_orderBy = +export type stagingmetis_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'; -export type base_swap_StableSwapRemoveLiquidityEvent = base_swap_StableSwapEvent & { +export type stagingmetis_RouterLiquidityEvent = { id: Scalars['ID']; - 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']; + type?: Maybe; + router: stagingmetis_Router; + asset: stagingmetis_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['base_swap_Bytes']; + transactionHash: Scalars['stagingmetis_Bytes']; nonce: Scalars['BigInt']; }; -export type base_swap_StableSwapRemoveLiquidityEvent_filter = { +export type stagingmetis_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingmetis_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107524,87 +105255,86 @@ export type base_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>; + 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; @@ -107613,16 +105343,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; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: 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; @@ -107632,43 +105362,40 @@ 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 stagingmetis_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'; -export type base_swap_StableSwap_filter = { +export type stagingmetis_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107681,196 +105408,67 @@ 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; - 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; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type base_swap_StableSwap_orderBy = +export type stagingmetis_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'; -export type base_swap_SwapDailyVolume = base_swap_SwapTradeVolume & { +export type stagingmetis_Sequencer = { id: Scalars['ID']; - stableSwap: base_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['base_swap_BigDecimal']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type base_swap_SwapDailyVolume_filter = { +export type stagingmetis_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107879,79 +105477,38 @@ export type base_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>; + 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 base_swap_SwapDailyVolume_orderBy = +export type stagingmetis_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'; -export type base_swap_SwapHourlyVolume = base_swap_SwapTradeVolume & { +export type stagingmetis_Setting = { id: Scalars['ID']; - stableSwap: base_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['base_swap_BigDecimal']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingmetis_Bytes']; }; -export type base_swap_SwapHourlyVolume_filter = { +export type stagingmetis_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -107960,99 +105517,105 @@ export type base_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>; + 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 base_swap_SwapHourlyVolume_orderBy = +export type stagingmetis_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'; -export type base_swap_SwapTradeVolume = { - stableSwap: base_swap_StableSwap; +export type stagingmetis_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingmetis_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingmetis_Bytes']; + transactionHash: Scalars['stagingmetis_Bytes']; timestamp: Scalars['BigInt']; - volume: Scalars['base_swap_BigDecimal']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -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; +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; @@ -108061,49 +105624,93 @@ 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>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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 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' +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' - | 'volume'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type base_swap_SwapWeeklyVolume = base_swap_SwapTradeVolume & { +export type stagingmetis_SnapshotRoot = { id: Scalars['ID']; - stableSwap: base_swap_StableSwap; + spokeDomain?: Maybe; + root: Scalars['stagingmetis_Bytes']; + count: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['base_swap_BigDecimal']; + blockNumber: Scalars['BigInt']; }; -export type base_swap_SwapWeeklyVolume_filter = { +export type stagingmetis_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108112,27 +105719,32 @@ export type base_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; + 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; @@ -108141,49 +105753,34 @@ 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>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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 base_swap_SwapWeeklyVolume_orderBy = +export type stagingmetis_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'; -export type base_swap_SystemInfo = { +export type stagingmetis_SpokeConnectorMode = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + mode: Scalars['String']; }; -export type base_swap_SystemInfo_filter = { +export type stagingmetis_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -108192,46 +105789,54 @@ export type base_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>; + 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 base_swap_SystemInfo_orderBy = +export type stagingmetis_SpokeConnectorMode_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; + | 'mode'; -export type base_swap__Block_ = { +export type stagingmetis_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +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 base_swap__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 @@ -108239,7 +105844,7 @@ export type base_swap__Meta_ = { * and therefore asks for the latest block * */ - block: base_swap__Block_; + block: stagingmetis__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ @@ -110999,15 +108604,15 @@ export type avalanche__Meta_ = { hasIndexingErrors: Scalars['Boolean']; }; -export type polygonzkevm_AggregateRoot = { +export type stagingmainnet_AggregateRoot = { id: Scalars['ID']; - root: Scalars['polygonzkevm_Bytes']; + root: Scalars['stagingmainnet_Bytes']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_AggregateRootProposed = { +export type stagingmainnet_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['polygonzkevm_Bytes']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -111015,7 +108620,7 @@ export type polygonzkevm_AggregateRootProposed = { blockNumber?: Maybe; }; -export type polygonzkevm_AggregateRootProposed_filter = { +export type stagingmainnet_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111024,16 +108629,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; @@ -111075,12 +108680,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 stagingmainnet_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -111089,7 +108694,7 @@ export type polygonzkevm_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type polygonzkevm_AggregateRoot_filter = { +export type stagingmainnet_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111098,16 +108703,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; @@ -111117,45 +108722,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 stagingmainnet_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type polygonzkevm_Aggregation_interval = - | 'hour' - | 'day'; - -export type polygonzkevm_Asset = { +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 polygonzkevm_AssetBalance = { +export type stagingmainnet_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: polygonzkevm_Router; - asset: polygonzkevm_Asset; + router: stagingmainnet_Router; + asset: stagingmainnet_Asset; feesEarned: Scalars['BigInt']; }; -export type polygonzkevm_AssetBalance_filter = { +export type stagingmainnet_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111216,7 +108817,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; @@ -111237,7 +108838,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; @@ -111247,12 +108848,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 stagingmainnet_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -111277,12 +108878,12 @@ export type polygonzkevm_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type polygonzkevm_AssetStatus = { +export type stagingmainnet_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type polygonzkevm_AssetStatus_filter = { +export type stagingmainnet_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111296,16 +108897,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 stagingmainnet_AssetStatus_orderBy = | 'id' | 'status'; -export type polygonzkevm_Asset_filter = { +export type stagingmainnet_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111314,16 +108915,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; @@ -111340,16 +108941,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; @@ -111358,26 +108959,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; @@ -111406,14 +109007,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 stagingmainnet_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -111427,26 +109028,16 @@ export type polygonzkevm_Asset_orderBy = | 'status__id' | 'status__status'; -export type polygonzkevm_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type polygonzkevm_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; - -export type polygonzkevm_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 polygonzkevm_ConnectorMeta_filter = { +export type stagingmainnet_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111471,43 +109062,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 stagingmainnet_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -111515,57 +109106,57 @@ export type polygonzkevm_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type polygonzkevm_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 polygonzkevm_DestinationTransferroutersArgs = { +export type stagingmainnet_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygonzkevm_DestinationTransfer_filter = { +export type stagingmainnet_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111582,16 +109173,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; @@ -111600,17 +109191,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; @@ -111635,40 +109226,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; @@ -111685,16 +109276,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; @@ -111711,16 +109302,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; @@ -111741,7 +109332,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; @@ -111758,26 +109349,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; @@ -111810,16 +109401,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; @@ -111828,26 +109419,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; @@ -111880,16 +109471,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; @@ -111899,12 +109490,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 stagingmainnet_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -111953,14 +109544,14 @@ export type polygonzkevm_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type polygonzkevm_OptimisticRootFinalized = { +export type stagingmainnet_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['polygonzkevm_Bytes']; + aggregateRoot: Scalars['stagingmainnet_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type polygonzkevm_OptimisticRootFinalized_filter = { +export type stagingmainnet_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -111969,16 +109560,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; @@ -111996,36 +109587,31 @@ 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 stagingmainnet_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -/** Defines the order direction, either ascending or descending */ -export type polygonzkevm_OrderDirection = - | 'asc' - | 'desc'; - -export type polygonzkevm_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 polygonzkevm_OriginMessage_filter = { +export type stagingmainnet_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112034,16 +109620,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; @@ -112052,16 +109638,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; @@ -112070,36 +109656,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; @@ -112128,14 +109714,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 stagingmainnet_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -112149,51 +109735,51 @@ export type polygonzkevm_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type polygonzkevm_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 polygonzkevm_OriginTransferrelayerFeesArgs = { +export type stagingmainnet_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygonzkevm_OriginTransfer_filter = { +export type stagingmainnet_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112210,16 +109796,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; @@ -112228,20 +109814,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; @@ -112266,40 +109852,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; @@ -112308,16 +109894,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; @@ -112334,16 +109920,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; @@ -112364,17 +109950,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; @@ -112384,63 +109970,63 @@ export type polygonzkevm_OriginTransfer_filter = { 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; + 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; @@ -112473,16 +110059,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; @@ -112492,12 +110078,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 stagingmainnet_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -112549,20 +110135,20 @@ export type polygonzkevm_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type polygonzkevm_Relayer = { +export type stagingmainnet_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type polygonzkevm_RelayerFee = { +export type stagingmainnet_RelayerFee = { id: Scalars['ID']; - transfer: polygonzkevm_OriginTransfer; + transfer: stagingmainnet_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['polygonzkevm_Bytes']; + asset: Scalars['stagingmainnet_Bytes']; }; -export type polygonzkevm_RelayerFee_filter = { +export type stagingmainnet_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112591,7 +110177,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; @@ -112600,23 +110186,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 stagingmainnet_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -112651,20 +110237,20 @@ export type polygonzkevm_RelayerFee_orderBy = | 'fee' | 'asset'; -export type polygonzkevm_RelayerFeesIncrease = { +export type stagingmainnet_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: polygonzkevm_OriginTransfer; + transfer: stagingmainnet_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['polygonzkevm_Bytes']; - transactionHash: Scalars['polygonzkevm_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 polygonzkevm_RelayerFeesIncrease_filter = { +export type stagingmainnet_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112693,7 +110279,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; @@ -112702,36 +110288,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; @@ -112765,12 +110351,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 stagingmainnet_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -112811,7 +110397,7 @@ export type polygonzkevm_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygonzkevm_Relayer_filter = { +export type stagingmainnet_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112824,33 +110410,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 stagingmainnet_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type polygonzkevm_RootCount = { +export type stagingmainnet_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type polygonzkevm_RootCount_filter = { +export type stagingmainnet_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112868,30 +110454,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 stagingmainnet_RootCount_orderBy = | 'id' | 'count'; -export type polygonzkevm_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 polygonzkevm_RootMessageSent_filter = { +export type stagingmainnet_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -112916,16 +110502,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; @@ -112934,26 +110520,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; @@ -112987,12 +110573,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 stagingmainnet_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -113005,34 +110591,34 @@ export type polygonzkevm_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygonzkevm_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 polygonzkevm_RouterassetBalancesArgs = { +export type stagingmainnet_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygonzkevm_RouterDailyTVL = { +export type stagingmainnet_RouterDailyTVL = { id: Scalars['ID']; - router: polygonzkevm_Router; - asset: polygonzkevm_Asset; + router: stagingmainnet_Router; + asset: stagingmainnet_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type polygonzkevm_RouterDailyTVL_filter = { +export type stagingmainnet_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113061,7 +110647,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; @@ -113082,7 +110668,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; @@ -113100,12 +110686,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 stagingmainnet_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -113127,25 +110713,25 @@ export type polygonzkevm_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type polygonzkevm_RouterLiquidityEvent = { +export type stagingmainnet_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: polygonzkevm_Router; - asset: polygonzkevm_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['polygonzkevm_Bytes']; + transactionHash: Scalars['stagingmainnet_Bytes']; nonce: Scalars['BigInt']; }; -export type polygonzkevm_RouterLiquidityEventType = +export type stagingmainnet_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type polygonzkevm_RouterLiquidityEvent_filter = { +export type stagingmainnet_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113154,10 +110740,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; @@ -113178,7 +110764,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; @@ -113199,7 +110785,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; @@ -113216,16 +110802,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; @@ -113242,16 +110828,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; @@ -113261,12 +110847,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 stagingmainnet_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -113294,7 +110880,7 @@ export type polygonzkevm_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type polygonzkevm_Router_filter = { +export type stagingmainnet_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113307,36 +110893,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; @@ -113345,14 +110931,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 stagingmainnet_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -113361,13 +110947,13 @@ export type polygonzkevm_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type polygonzkevm_Sequencer = { +export type stagingmainnet_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type polygonzkevm_Sequencer_filter = { +export type stagingmainnet_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113380,34 +110966,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 stagingmainnet_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type polygonzkevm_Setting = { +export type stagingmainnet_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['polygonzkevm_Bytes']; + caller: Scalars['stagingmainnet_Bytes']; }; -export type polygonzkevm_Setting_filter = { +export type stagingmainnet_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113424,40 +111010,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 stagingmainnet_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type polygonzkevm_SlippageUpdate = { +export type stagingmainnet_SlippageUpdate = { id: Scalars['ID']; - transfer: polygonzkevm_DestinationTransfer; + transfer: stagingmainnet_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['polygonzkevm_Bytes']; - transactionHash: Scalars['polygonzkevm_Bytes']; + caller: Scalars['stagingmainnet_Bytes']; + transactionHash: Scalars['stagingmainnet_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_SlippageUpdate_filter = { +export type stagingmainnet_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113486,7 +111072,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; @@ -113495,26 +111081,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; @@ -113548,12 +111134,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 stagingmainnet_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -113600,16 +111186,16 @@ export type polygonzkevm_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type polygonzkevm_SnapshotRoot = { +export type stagingmainnet_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['polygonzkevm_Bytes']; + root: Scalars['stagingmainnet_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type polygonzkevm_SnapshotRoot_filter = { +export type stagingmainnet_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113626,16 +111212,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; @@ -113661,12 +111247,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 stagingmainnet_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -113674,12 +111260,12 @@ export type polygonzkevm_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type polygonzkevm_SpokeConnectorMode = { +export type stagingmainnet_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type polygonzkevm_SpokeConnectorMode_filter = { +export type stagingmainnet_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113709,58 +111295,31 @@ 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 stagingmainnet_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type polygonzkevm_TransferStatus = +export type stagingmainnet_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type polygonzkevm__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 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: Scalars['String']; - /** If `true`, the subgraph encountered indexing errors at some past block */ - hasIndexingErrors: Scalars['Boolean']; -}; - -export type stagingxdai_AggregateRoot = { +export type zksync_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingxdai_Bytes']; + root: Scalars['zksync_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingxdai_AggregateRootProposed = { +export type zksync_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingxdai_Bytes']; + aggregateRoot: Scalars['zksync_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -113768,7 +111327,7 @@ export type stagingxdai_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingxdai_AggregateRootProposed_filter = { +export type zksync_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113777,16 +111336,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; @@ -113828,12 +111387,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 zksync_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -113842,7 +111401,7 @@ export type stagingxdai_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingxdai_AggregateRoot_filter = { +export type zksync_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113851,16 +111410,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; @@ -113870,45 +111429,45 @@ 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 zksync_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingxdai_Aggregation_interval = +export type zksync_Aggregation_interval = | 'hour' | 'day'; -export type stagingxdai_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 stagingxdai_AssetBalance = { +export type zksync_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingxdai_Router; - asset: stagingxdai_Asset; + router: zksync_Router; + asset: zksync_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingxdai_AssetBalance_filter = { +export type zksync_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -113969,7 +111528,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; @@ -113990,7 +111549,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; @@ -114000,12 +111559,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 zksync_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -114030,12 +111589,12 @@ export type stagingxdai_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingxdai_AssetStatus = { +export type zksync_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingxdai_AssetStatus_filter = { +export type zksync_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114049,16 +111608,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 zksync_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingxdai_Asset_filter = { +export type zksync_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114067,16 +111626,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; @@ -114093,16 +111652,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; @@ -114111,26 +111670,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; @@ -114159,14 +111718,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 zksync_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -114180,26 +111739,26 @@ export type stagingxdai_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingxdai_BlockChangedFilter = { +export type zksync_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingxdai_Block_height = { - hash?: InputMaybe; +export type zksync_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingxdai_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 stagingxdai_ConnectorMeta_filter = { +export type zksync_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114224,43 +111783,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 zksync_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -114268,57 +111827,57 @@ export type stagingxdai_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingxdai_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 stagingxdai_DestinationTransferroutersArgs = { +export type zksync_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingxdai_DestinationTransfer_filter = { +export type zksync_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114335,16 +111894,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; @@ -114353,17 +111912,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; @@ -114388,40 +111947,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; @@ -114438,16 +111997,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; @@ -114464,16 +112023,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; @@ -114494,7 +112053,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; @@ -114511,26 +112070,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; @@ -114563,16 +112122,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; @@ -114581,26 +112140,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; @@ -114633,16 +112192,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; @@ -114652,12 +112211,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 zksync_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -114706,14 +112265,14 @@ export type stagingxdai_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingxdai_OptimisticRootFinalized = { +export type zksync_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingxdai_Bytes']; + aggregateRoot: Scalars['zksync_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingxdai_OptimisticRootFinalized_filter = { +export type zksync_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114722,16 +112281,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; @@ -114749,36 +112308,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 zksync_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingxdai_OrderDirection = +export type zksync_OrderDirection = | 'asc' | 'desc'; -export type stagingxdai_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 stagingxdai_OriginMessage_filter = { +export type zksync_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114787,16 +112346,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; @@ -114805,16 +112364,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; @@ -114823,36 +112382,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; @@ -114881,14 +112440,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 zksync_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -114902,51 +112461,51 @@ export type stagingxdai_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingxdai_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 stagingxdai_OriginTransferrelayerFeesArgs = { +export type zksync_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingxdai_OriginTransfer_filter = { +export type zksync_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -114963,16 +112522,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; @@ -114981,20 +112540,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; @@ -115019,40 +112578,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; @@ -115061,16 +112620,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; @@ -115087,16 +112646,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; @@ -115117,17 +112676,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; @@ -115148,7 +112707,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; @@ -115163,37 +112722,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; @@ -115226,16 +112785,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; @@ -115245,12 +112804,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 zksync_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -115302,20 +112861,20 @@ export type stagingxdai_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingxdai_Relayer = { +export type zksync_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingxdai_RelayerFee = { +export type zksync_RelayerFee = { id: Scalars['ID']; - transfer: stagingxdai_OriginTransfer; + transfer: zksync_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingxdai_Bytes']; + asset: Scalars['zksync_Bytes']; }; -export type stagingxdai_RelayerFee_filter = { +export type zksync_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -115344,7 +112903,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; @@ -115353,23 +112912,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 zksync_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -115404,20 +112963,20 @@ export type stagingxdai_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingxdai_RelayerFeesIncrease = { +export type zksync_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingxdai_OriginTransfer; + transfer: zksync_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingxdai_Bytes']; - transactionHash: Scalars['stagingxdai_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 stagingxdai_RelayerFeesIncrease_filter = { +export type zksync_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -115446,7 +113005,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; @@ -115455,36 +113014,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; @@ -115518,12 +113077,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 zksync_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -115564,7 +113123,7 @@ export type stagingxdai_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingxdai_Relayer_filter = { +export type zksync_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -115577,33 +113136,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 zksync_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingxdai_RootCount = { +export type zksync_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingxdai_RootCount_filter = { +export type zksync_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -115621,30 +113180,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 zksync_RootCount_orderBy = | 'id' | 'count'; -export type stagingxdai_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 stagingxdai_RootMessageSent_filter = { +export type zksync_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -115669,16 +113228,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; @@ -115687,26 +113246,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; @@ -115740,12 +113299,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 zksync_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -115758,34 +113317,34 @@ export type stagingxdai_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingxdai_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 stagingxdai_RouterassetBalancesArgs = { +export type zksync_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingxdai_RouterDailyTVL = { +export type zksync_RouterDailyTVL = { id: Scalars['ID']; - router: stagingxdai_Router; - asset: stagingxdai_Asset; + router: zksync_Router; + asset: zksync_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingxdai_RouterDailyTVL_filter = { +export type zksync_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -115814,7 +113373,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; @@ -115835,7 +113394,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; @@ -115853,12 +113412,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 zksync_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -115880,25 +113439,25 @@ export type stagingxdai_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingxdai_RouterLiquidityEvent = { +export type zksync_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingxdai_Router; - asset: stagingxdai_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['stagingxdai_Bytes']; + transactionHash: Scalars['zksync_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingxdai_RouterLiquidityEventType = +export type zksync_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingxdai_RouterLiquidityEvent_filter = { +export type zksync_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -115907,10 +113466,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; @@ -115931,7 +113490,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; @@ -115952,7 +113511,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; @@ -115969,16 +113528,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; @@ -115995,16 +113554,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; @@ -116014,12 +113573,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 zksync_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -116047,7 +113606,7 @@ export type stagingxdai_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingxdai_Router_filter = { +export type zksync_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116060,36 +113619,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; @@ -116098,14 +113657,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 zksync_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -116114,13 +113673,13 @@ export type stagingxdai_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingxdai_Sequencer = { +export type zksync_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingxdai_Sequencer_filter = { +export type zksync_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116133,34 +113692,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 zksync_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingxdai_Setting = { +export type zksync_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingxdai_Bytes']; + caller: Scalars['zksync_Bytes']; }; -export type stagingxdai_Setting_filter = { +export type zksync_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116177,40 +113736,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 zksync_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingxdai_SlippageUpdate = { +export type zksync_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingxdai_DestinationTransfer; + transfer: zksync_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingxdai_Bytes']; - transactionHash: Scalars['stagingxdai_Bytes']; + caller: Scalars['zksync_Bytes']; + transactionHash: Scalars['zksync_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingxdai_SlippageUpdate_filter = { +export type zksync_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116239,7 +113798,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; @@ -116248,26 +113807,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; @@ -116301,12 +113860,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 zksync_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -116353,16 +113912,16 @@ export type stagingxdai_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingxdai_SnapshotRoot = { +export type zksync_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingxdai_Bytes']; + root: Scalars['zksync_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingxdai_SnapshotRoot_filter = { +export type zksync_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116379,16 +113938,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; @@ -116414,12 +113973,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 zksync_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -116427,12 +113986,12 @@ export type stagingxdai_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingxdai_SpokeConnectorMode = { +export type zksync_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingxdai_SpokeConnectorMode_filter = { +export type zksync_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116462,35 +114021,35 @@ 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 zksync_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingxdai_TransferStatus = +export type zksync_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingxdai__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 stagingxdai__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 @@ -116498,22 +114057,22 @@ export type stagingxdai__Meta_ = { * and therefore asks for the latest block * */ - block: stagingxdai__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 stagingavalanche_AggregateRoot = { +export type polygonzkevm_swap_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingavalanche_Bytes']; + root: Scalars['polygonzkevm_swap_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingavalanche_AggregateRootProposed = { +export type polygonzkevm_swap_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingavalanche_Bytes']; + aggregateRoot: Scalars['polygonzkevm_swap_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -116521,7 +114080,7 @@ export type stagingavalanche_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingavalanche_AggregateRootProposed_filter = { +export type polygonzkevm_swap_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116530,16 +114089,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; @@ -116581,12 +114140,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 polygonzkevm_swap_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -116595,7 +114154,7 @@ export type stagingavalanche_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingavalanche_AggregateRoot_filter = { +export type polygonzkevm_swap_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116604,16 +114163,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; @@ -116623,45 +114182,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 polygonzkevm_swap_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingavalanche_Aggregation_interval = +export type polygonzkevm_swap_Aggregation_interval = | 'hour' | 'day'; -export type stagingavalanche_Asset = { +export type polygonzkevm_swap_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 polygonzkevm_swap_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingavalanche_Router; - asset: stagingavalanche_Asset; + router: polygonzkevm_swap_Router; + asset: polygonzkevm_swap_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingavalanche_AssetBalance_filter = { +export type polygonzkevm_swap_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116722,7 +114281,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; @@ -116743,7 +114302,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; @@ -116753,12 +114312,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 polygonzkevm_swap_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -116783,12 +114342,12 @@ export type stagingavalanche_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingavalanche_AssetStatus = { +export type polygonzkevm_swap_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingavalanche_AssetStatus_filter = { +export type polygonzkevm_swap_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116802,16 +114361,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 polygonzkevm_swap_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingavalanche_Asset_filter = { +export type polygonzkevm_swap_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116820,16 +114379,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; @@ -116846,16 +114405,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; @@ -116864,26 +114423,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; @@ -116912,14 +114471,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 polygonzkevm_swap_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -116933,26 +114492,26 @@ export type stagingavalanche_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingavalanche_BlockChangedFilter = { +export type polygonzkevm_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingavalanche_Block_height = { - hash?: InputMaybe; +export type polygonzkevm_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingavalanche_ConnectorMeta = { +export type polygonzkevm_swap_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 polygonzkevm_swap_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -116977,43 +114536,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 polygonzkevm_swap_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -117021,57 +114580,57 @@ export type stagingavalanche_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingavalanche_DestinationTransfer = { +export type polygonzkevm_swap_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 polygonzkevm_swap_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingavalanche_DestinationTransfer_filter = { +export type polygonzkevm_swap_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -117088,16 +114647,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; @@ -117106,17 +114665,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; @@ -117141,40 +114700,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; @@ -117191,16 +114750,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; @@ -117217,16 +114776,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; @@ -117247,7 +114806,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; @@ -117264,26 +114823,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; @@ -117316,16 +114875,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; @@ -117334,26 +114893,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; @@ -117386,16 +114945,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; @@ -117405,12 +114964,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 polygonzkevm_swap_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -117459,14 +115018,14 @@ export type stagingavalanche_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingavalanche_OptimisticRootFinalized = { +export type polygonzkevm_swap_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingavalanche_Bytes']; + aggregateRoot: Scalars['polygonzkevm_swap_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingavalanche_OptimisticRootFinalized_filter = { +export type polygonzkevm_swap_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -117475,16 +115034,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; @@ -117502,36 +115061,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 polygonzkevm_swap_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingavalanche_OrderDirection = +export type polygonzkevm_swap_OrderDirection = | 'asc' | 'desc'; -export type stagingavalanche_OriginMessage = { +export type polygonzkevm_swap_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 polygonzkevm_swap_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -117540,16 +115099,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; @@ -117558,16 +115117,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; @@ -117576,36 +115135,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; @@ -117634,14 +115193,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 polygonzkevm_swap_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -117655,51 +115214,51 @@ export type stagingavalanche_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingavalanche_OriginTransfer = { +export type polygonzkevm_swap_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 polygonzkevm_swap_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingavalanche_OriginTransfer_filter = { +export type polygonzkevm_swap_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -117716,16 +115275,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; @@ -117734,20 +115293,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; @@ -117772,40 +115331,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; @@ -117814,16 +115373,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; @@ -117840,16 +115399,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; @@ -117870,17 +115429,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; @@ -117901,7 +115460,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; @@ -117916,37 +115475,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; @@ -117979,16 +115538,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; @@ -117998,12 +115557,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 polygonzkevm_swap_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -118055,20 +115614,20 @@ export type stagingavalanche_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingavalanche_Relayer = { +export type polygonzkevm_swap_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingavalanche_RelayerFee = { +export type polygonzkevm_swap_RelayerFee = { id: Scalars['ID']; - transfer: stagingavalanche_OriginTransfer; + transfer: polygonzkevm_swap_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingavalanche_Bytes']; + asset: Scalars['polygonzkevm_swap_Bytes']; }; -export type stagingavalanche_RelayerFee_filter = { +export type polygonzkevm_swap_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118097,7 +115656,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; @@ -118106,23 +115665,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 polygonzkevm_swap_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -118157,20 +115716,20 @@ export type stagingavalanche_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingavalanche_RelayerFeesIncrease = { +export type polygonzkevm_swap_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingavalanche_OriginTransfer; + transfer: polygonzkevm_swap_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingavalanche_Bytes']; - transactionHash: Scalars['stagingavalanche_Bytes']; + asset?: Maybe; + caller: Scalars['polygonzkevm_swap_Bytes']; + transactionHash: Scalars['polygonzkevm_swap_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingavalanche_RelayerFeesIncrease_filter = { +export type polygonzkevm_swap_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118199,7 +115758,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; @@ -118208,36 +115767,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; @@ -118271,12 +115830,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 polygonzkevm_swap_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -118317,7 +115876,7 @@ export type stagingavalanche_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingavalanche_Relayer_filter = { +export type polygonzkevm_swap_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118330,33 +115889,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 polygonzkevm_swap_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingavalanche_RootCount = { +export type polygonzkevm_swap_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingavalanche_RootCount_filter = { +export type polygonzkevm_swap_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118374,30 +115933,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 polygonzkevm_swap_RootCount_orderBy = | 'id' | 'count'; -export type stagingavalanche_RootMessageSent = { +export type polygonzkevm_swap_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 polygonzkevm_swap_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118422,16 +115981,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; @@ -118440,26 +115999,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; @@ -118493,12 +116052,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 polygonzkevm_swap_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -118511,34 +116070,34 @@ export type stagingavalanche_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingavalanche_Router = { +export type polygonzkevm_swap_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 polygonzkevm_swap_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingavalanche_RouterDailyTVL = { +export type polygonzkevm_swap_RouterDailyTVL = { id: Scalars['ID']; - router: stagingavalanche_Router; - asset: stagingavalanche_Asset; + router: polygonzkevm_swap_Router; + asset: polygonzkevm_swap_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingavalanche_RouterDailyTVL_filter = { +export type polygonzkevm_swap_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118567,7 +116126,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; @@ -118588,7 +116147,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; @@ -118606,12 +116165,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 polygonzkevm_swap_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -118633,25 +116192,25 @@ export type stagingavalanche_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingavalanche_RouterLiquidityEvent = { +export type polygonzkevm_swap_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingavalanche_Router; - asset: stagingavalanche_Asset; + type?: Maybe; + router: polygonzkevm_swap_Router; + asset: polygonzkevm_swap_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['stagingavalanche_Bytes']; + transactionHash: Scalars['polygonzkevm_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingavalanche_RouterLiquidityEventType = +export type polygonzkevm_swap_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingavalanche_RouterLiquidityEvent_filter = { +export type polygonzkevm_swap_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118660,10 +116219,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; @@ -118684,7 +116243,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; @@ -118705,7 +116264,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; @@ -118714,24 +116273,24 @@ export type stagingavalanche_RouterLiquidityEvent_filter = { 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; + 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; @@ -118748,16 +116307,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; @@ -118767,12 +116326,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 polygonzkevm_swap_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -118800,7 +116359,7 @@ export type stagingavalanche_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingavalanche_Router_filter = { +export type polygonzkevm_swap_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118813,36 +116372,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; @@ -118851,14 +116410,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 polygonzkevm_swap_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -118867,13 +116426,13 @@ export type stagingavalanche_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingavalanche_Sequencer = { +export type polygonzkevm_swap_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingavalanche_Sequencer_filter = { +export type polygonzkevm_swap_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118886,34 +116445,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 polygonzkevm_swap_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingavalanche_Setting = { +export type polygonzkevm_swap_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingavalanche_Bytes']; + caller: Scalars['polygonzkevm_swap_Bytes']; }; -export type stagingavalanche_Setting_filter = { +export type polygonzkevm_swap_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118930,40 +116489,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 polygonzkevm_swap_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingavalanche_SlippageUpdate = { +export type polygonzkevm_swap_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingavalanche_DestinationTransfer; + transfer: polygonzkevm_swap_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingavalanche_Bytes']; - transactionHash: Scalars['stagingavalanche_Bytes']; + caller: Scalars['polygonzkevm_swap_Bytes']; + transactionHash: Scalars['polygonzkevm_swap_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingavalanche_SlippageUpdate_filter = { +export type polygonzkevm_swap_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -118992,7 +116551,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; @@ -119001,26 +116560,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; @@ -119054,12 +116613,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 polygonzkevm_swap_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -119106,16 +116665,16 @@ export type stagingavalanche_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingavalanche_SnapshotRoot = { +export type polygonzkevm_swap_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingavalanche_Bytes']; + root: Scalars['polygonzkevm_swap_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingavalanche_SnapshotRoot_filter = { +export type polygonzkevm_swap_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119132,16 +116691,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; @@ -119167,12 +116726,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 polygonzkevm_swap_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -119180,12 +116739,12 @@ export type stagingavalanche_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingavalanche_SpokeConnectorMode = { +export type polygonzkevm_swap_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingavalanche_SpokeConnectorMode_filter = { +export type polygonzkevm_swap_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119215,35 +116774,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 polygonzkevm_swap_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingavalanche_TransferStatus = +export type polygonzkevm_swap_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingavalanche__Block_ = { +export type polygonzkevm_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 stagingavalanche__Meta_ = { +export 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 @@ -119251,22 +116810,22 @@ export type stagingavalanche__Meta_ = { * and therefore asks for the latest block * */ - block: stagingavalanche__Block_; + block: polygonzkevm_swap__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 xlayer_AggregateRoot = { id: Scalars['ID']; - root: Scalars['sepolia_Bytes']; + root: Scalars['xlayer_Bytes']; blockNumber: Scalars['BigInt']; }; -export type sepolia_AggregateRootProposed = { +export type xlayer_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['sepolia_Bytes']; + aggregateRoot: Scalars['xlayer_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -119274,7 +116833,7 @@ export type sepolia_AggregateRootProposed = { blockNumber?: Maybe; }; -export type sepolia_AggregateRootProposed_filter = { +export type xlayer_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119283,16 +116842,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; @@ -119334,12 +116893,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 xlayer_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -119348,7 +116907,7 @@ export type sepolia_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type sepolia_AggregateRoot_filter = { +export type xlayer_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119357,16 +116916,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; @@ -119376,41 +116935,41 @@ 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 xlayer_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type sepolia_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 sepolia_AssetBalance = { +export type xlayer_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: sepolia_Router; - asset: sepolia_Asset; + router: xlayer_Router; + asset: xlayer_Asset; feesEarned: Scalars['BigInt']; }; -export type sepolia_AssetBalance_filter = { +export type xlayer_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119471,7 +117030,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; @@ -119492,7 +117051,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; @@ -119502,12 +117061,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 xlayer_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -119532,12 +117091,12 @@ export type sepolia_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type sepolia_AssetStatus = { +export type xlayer_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type sepolia_AssetStatus_filter = { +export type xlayer_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119551,16 +117110,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 xlayer_AssetStatus_orderBy = | 'id' | 'status'; -export type sepolia_Asset_filter = { +export type xlayer_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119569,16 +117128,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; @@ -119595,16 +117154,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; @@ -119613,26 +117172,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; @@ -119661,14 +117220,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 xlayer_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -119682,16 +117241,26 @@ export type sepolia_Asset_orderBy = | 'status__id' | 'status__status'; -export type sepolia_ConnectorMeta = { +export type xlayer_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type xlayer_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +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 sepolia_ConnectorMeta_filter = { +export type xlayer_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119716,43 +117285,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 xlayer_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -119760,57 +117329,57 @@ export type sepolia_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type sepolia_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 sepolia_DestinationTransferroutersArgs = { +export type xlayer_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type sepolia_DestinationTransfer_filter = { +export type xlayer_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -119827,16 +117396,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; @@ -119845,17 +117414,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; @@ -119880,40 +117449,40 @@ 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; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: 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; @@ -119930,16 +117499,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; @@ -119956,16 +117525,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; @@ -119986,7 +117555,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; @@ -120003,26 +117572,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; @@ -120055,16 +117624,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; @@ -120073,26 +117642,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; @@ -120125,16 +117694,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; @@ -120144,12 +117713,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 xlayer_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -120198,14 +117767,14 @@ export type sepolia_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type sepolia_OptimisticRootFinalized = { +export type xlayer_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['sepolia_Bytes']; + aggregateRoot: Scalars['xlayer_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type sepolia_OptimisticRootFinalized_filter = { +export type xlayer_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120214,16 +117783,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; @@ -120241,31 +117810,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 xlayer_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -export type sepolia_OriginMessage = { +/** Defines the order direction, either ascending or descending */ +export type xlayer_OrderDirection = + | 'asc' + | 'desc'; + +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 sepolia_OriginMessage_filter = { +export type xlayer_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120274,72 +117848,72 @@ 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; 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; + 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; @@ -120368,14 +117942,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 xlayer_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -120389,51 +117963,51 @@ export type sepolia_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type sepolia_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 sepolia_OriginTransferrelayerFeesArgs = { +export type xlayer_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type sepolia_OriginTransfer_filter = { +export type xlayer_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120450,16 +118024,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; @@ -120468,20 +118042,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; @@ -120506,40 +118080,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; @@ -120548,16 +118122,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; @@ -120574,16 +118148,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; @@ -120604,17 +118178,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; @@ -120635,7 +118209,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; @@ -120650,37 +118224,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; @@ -120713,16 +118287,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; @@ -120732,12 +118306,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 xlayer_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -120789,20 +118363,20 @@ export type sepolia_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type sepolia_Relayer = { +export type xlayer_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type sepolia_RelayerFee = { +export type xlayer_RelayerFee = { id: Scalars['ID']; - transfer: sepolia_OriginTransfer; + transfer: xlayer_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['sepolia_Bytes']; + asset: Scalars['xlayer_Bytes']; }; -export type sepolia_RelayerFee_filter = { +export type xlayer_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120831,7 +118405,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; @@ -120840,23 +118414,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 xlayer_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -120891,20 +118465,20 @@ export type sepolia_RelayerFee_orderBy = | 'fee' | 'asset'; -export type sepolia_RelayerFeesIncrease = { +export type xlayer_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: sepolia_OriginTransfer; + transfer: xlayer_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['sepolia_Bytes']; - transactionHash: Scalars['sepolia_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 sepolia_RelayerFeesIncrease_filter = { +export type xlayer_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -120933,7 +118507,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; @@ -120942,36 +118516,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; @@ -121005,12 +118579,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 xlayer_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -121051,7 +118625,7 @@ export type sepolia_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type sepolia_Relayer_filter = { +export type xlayer_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121064,33 +118638,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 xlayer_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type sepolia_RootCount = { +export type xlayer_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type sepolia_RootCount_filter = { +export type xlayer_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121108,30 +118682,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 xlayer_RootCount_orderBy = | 'id' | 'count'; -export type sepolia_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 sepolia_RootMessageSent_filter = { +export type xlayer_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121156,16 +118730,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; @@ -121174,26 +118748,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; @@ -121227,12 +118801,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 xlayer_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -121245,34 +118819,34 @@ export type sepolia_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type sepolia_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 sepolia_RouterassetBalancesArgs = { +export type xlayer_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type sepolia_RouterDailyTVL = { +export type xlayer_RouterDailyTVL = { id: Scalars['ID']; - router: sepolia_Router; - asset: sepolia_Asset; + router: xlayer_Router; + asset: xlayer_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type sepolia_RouterDailyTVL_filter = { +export type xlayer_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121301,7 +118875,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; @@ -121322,7 +118896,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; @@ -121340,12 +118914,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 xlayer_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -121367,25 +118941,25 @@ export type sepolia_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type sepolia_RouterLiquidityEvent = { +export type xlayer_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: sepolia_Router; - asset: sepolia_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['sepolia_Bytes']; + transactionHash: Scalars['xlayer_Bytes']; nonce: Scalars['BigInt']; }; -export type sepolia_RouterLiquidityEventType = +export type xlayer_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type sepolia_RouterLiquidityEvent_filter = { +export type xlayer_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121394,10 +118968,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; @@ -121418,7 +118992,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; @@ -121439,7 +119013,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; @@ -121456,16 +119030,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; @@ -121482,16 +119056,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; @@ -121501,12 +119075,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 xlayer_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -121534,7 +119108,7 @@ export type sepolia_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type sepolia_Router_filter = { +export type xlayer_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121547,36 +119121,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; @@ -121585,14 +119159,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 xlayer_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -121601,13 +119175,13 @@ export type sepolia_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type sepolia_Sequencer = { +export type xlayer_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type sepolia_Sequencer_filter = { +export type xlayer_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121620,34 +119194,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 xlayer_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type sepolia_Setting = { +export type xlayer_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['sepolia_Bytes']; + caller: Scalars['xlayer_Bytes']; }; -export type sepolia_Setting_filter = { +export type xlayer_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121664,40 +119238,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 xlayer_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type sepolia_SlippageUpdate = { +export type xlayer_SlippageUpdate = { id: Scalars['ID']; - transfer: sepolia_DestinationTransfer; + transfer: xlayer_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['sepolia_Bytes']; - transactionHash: Scalars['sepolia_Bytes']; + caller: Scalars['xlayer_Bytes']; + transactionHash: Scalars['xlayer_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type sepolia_SlippageUpdate_filter = { +export type xlayer_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121726,7 +119300,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; @@ -121735,26 +119309,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; @@ -121788,12 +119362,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 xlayer_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -121840,16 +119414,16 @@ export type sepolia_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type sepolia_SnapshotRoot = { +export type xlayer_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['sepolia_Bytes']; + root: Scalars['xlayer_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type sepolia_SnapshotRoot_filter = { +export type xlayer_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121866,16 +119440,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; @@ -121901,12 +119475,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 xlayer_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -121914,12 +119488,12 @@ export type sepolia_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type sepolia_SpokeConnectorMode = { +export type xlayer_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type sepolia_SpokeConnectorMode_filter = { +export type xlayer_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121949,31 +119523,56 @@ 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 xlayer_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type sepolia_TransferStatus = +export type xlayer_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type staginglinea_AggregateRoot = { +export type xlayer__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 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 + * a block number. It will be filled if the _meta field has no block constraint + * and therefore asks for the latest 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 mainnet_AggregateRoot = { id: Scalars['ID']; - root: Scalars['staginglinea_Bytes']; + root: Scalars['mainnet_Bytes']; blockNumber: Scalars['BigInt']; }; -export type staginglinea_AggregateRootProposed = { +export type mainnet_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['staginglinea_Bytes']; + aggregateRoot: Scalars['mainnet_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -121981,7 +119580,7 @@ export type staginglinea_AggregateRootProposed = { blockNumber?: Maybe; }; -export type staginglinea_AggregateRootProposed_filter = { +export type mainnet_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -121990,12 +119589,16 @@ export type staginglinea_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; + 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; @@ -122037,10 +119640,12 @@ export type staginglinea_AggregateRootProposed_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_AggregateRootProposed_orderBy = +export type mainnet_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -122049,7 +119654,7 @@ export type staginglinea_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type staginglinea_AggregateRoot_filter = { +export type mainnet_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122058,12 +119663,16 @@ export type staginglinea_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; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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; @@ -122073,39 +119682,41 @@ export type staginglinea_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_AggregateRoot_orderBy = +export type mainnet_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type staginglinea_Asset = { +export type mainnet_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 staginglinea_AssetBalance = { +export type mainnet_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: staginglinea_Router; - asset: staginglinea_Asset; + router: mainnet_Router; + asset: mainnet_Asset; feesEarned: Scalars['BigInt']; }; -export type staginglinea_AssetBalance_filter = { +export type mainnet_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122166,7 +119777,7 @@ export type staginglinea_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; @@ -122187,7 +119798,7 @@ export type staginglinea_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; @@ -122197,25 +119808,42 @@ export type staginglinea_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type staginglinea_AssetBalance_orderBy = +export type mainnet_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' | 'supplied' | 'removed' | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'feesEarned'; -export type staginglinea_AssetStatus = { +export type mainnet_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type staginglinea_AssetStatus_filter = { +export type mainnet_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122229,14 +119857,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 mainnet_AssetStatus_orderBy = | 'id' | 'status'; -export type staginglinea_Asset_filter = { +export type mainnet_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122245,12 +119875,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; @@ -122267,12 +119901,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; @@ -122281,18 +119919,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; @@ -122321,12 +119967,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 mainnet_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -122336,28 +119984,20 @@ export type staginglinea_Asset_orderBy = | 'adoptedAsset' | 'localAsset' | 'blockNumber' - | 'status'; - -export type staginglinea_BlockChangedFilter = { - number_gte: Scalars['Int']; -}; - -export type staginglinea_Block_height = { - hash?: InputMaybe; - number?: InputMaybe; - number_gte?: InputMaybe; -}; + | 'status' + | 'status__id' + | 'status__status'; -export type staginglinea_ConnectorMeta = { +export type mainnet_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type staginglinea_ConnectorMeta_filter = { +export type mainnet_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122382,29 +120022,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 mainnet_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -122412,57 +120066,57 @@ export type staginglinea_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type staginglinea_DestinationTransfer = { +export type mainnet_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type staginglinea_DestinationTransferroutersArgs = { +export type mainnet_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginglinea_DestinationTransfer_filter = { +export type mainnet_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122479,12 +120133,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; @@ -122493,17 +120151,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; @@ -122528,28 +120186,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; @@ -122566,12 +120236,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; @@ -122588,12 +120262,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; @@ -122614,7 +120292,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; @@ -122631,18 +120309,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; @@ -122675,12 +120361,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; @@ -122689,18 +120379,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; @@ -122733,12 +120431,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; @@ -122748,10 +120450,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 mainnet_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -122772,6 +120476,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' @@ -122791,14 +120504,14 @@ export type staginglinea_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type staginglinea_OptimisticRootFinalized = { +export type mainnet_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['staginglinea_Bytes']; + aggregateRoot: Scalars['mainnet_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type staginglinea_OptimisticRootFinalized_filter = { +export type mainnet_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122807,12 +120520,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; @@ -122830,34 +120547,31 @@ 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 mainnet_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -/** Defines the order direction, either ascending or descending */ -export type staginglinea_OrderDirection = - | 'asc' - | 'desc'; - -export type staginglinea_OriginMessage = { +export type mainnet_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type staginglinea_OriginMessage_filter = { +export type mainnet_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -122866,12 +120580,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; @@ -122880,12 +120598,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; @@ -122894,24 +120616,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; @@ -122940,12 +120674,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 mainnet_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -122955,53 +120691,55 @@ export type staginglinea_OriginMessage_orderBy = | 'root' | 'transactionHash' | 'blockNumber' - | 'rootCount'; + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type staginglinea_OriginTransfer = { +export type mainnet_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type staginglinea_OriginTransferrelayerFeesArgs = { +export type mainnet_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginglinea_OriginTransfer_filter = { +export type mainnet_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123018,12 +120756,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; @@ -123032,16 +120774,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; @@ -123066,28 +120812,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; @@ -123096,12 +120854,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; @@ -123118,12 +120880,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; @@ -123144,13 +120910,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; @@ -123171,7 +120941,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; @@ -123186,25 +120956,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; @@ -123237,12 +121019,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; @@ -123252,10 +121038,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 mainnet_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -123275,8 +121063,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' @@ -123289,20 +121095,20 @@ export type staginglinea_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type staginglinea_Relayer = { +export type mainnet_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type staginglinea_RelayerFee = { +export type mainnet_RelayerFee = { id: Scalars['ID']; - transfer: staginglinea_OriginTransfer; + transfer: mainnet_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['staginglinea_Bytes']; + asset: Scalars['mainnet_Bytes']; }; -export type staginglinea_RelayerFee_filter = { +export type mainnet_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123331,7 +121137,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; @@ -123340,36 +121146,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 mainnet_RelayerFee_orderBy = | 'id' | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__messageHash' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__transactingAsset' + | 'transfer__bumpRelayerFeeCount' + | 'transfer__initialRelayerFeeAsset' + | 'transfer__caller' + | 'transfer__transactionHash' + | 'transfer__timestamp' + | 'transfer__gasPrice' + | 'transfer__gasLimit' + | 'transfer__blockNumber' + | 'transfer__txOrigin' + | 'transfer__txNonce' | 'fee' | 'asset'; -export type staginglinea_RelayerFeesIncrease = { +export type mainnet_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: staginglinea_OriginTransfer; + transfer: mainnet_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['staginglinea_Bytes']; - transactionHash: Scalars['staginglinea_Bytes']; + asset?: Maybe; + caller: Scalars['mainnet_Bytes']; + transactionHash: Scalars['mainnet_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type staginglinea_RelayerFeesIncrease_filter = { +export type mainnet_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123398,7 +121239,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; @@ -123407,24 +121248,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; @@ -123458,12 +121311,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 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' @@ -123473,7 +121357,7 @@ export type staginglinea_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type staginglinea_Relayer_filter = { +export type mainnet_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123486,27 +121370,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 mainnet_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type staginglinea_RootCount = { +export type mainnet_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type staginglinea_RootCount_filter = { +export type mainnet_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123524,28 +121414,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 mainnet_RootCount_orderBy = | 'id' | 'count'; -export type staginglinea_RootMessageSent = { +export type mainnet_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type staginglinea_RootMessageSent_filter = { +export type mainnet_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123570,12 +121462,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; @@ -123584,18 +121480,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; @@ -123629,10 +121533,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 mainnet_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -123645,34 +121551,34 @@ export type staginglinea_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type staginglinea_Router = { +export type mainnet_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type staginglinea_RouterassetBalancesArgs = { +export type mainnet_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type staginglinea_RouterDailyTVL = { +export type mainnet_RouterDailyTVL = { id: Scalars['ID']; - router: staginglinea_Router; - asset: staginglinea_Asset; + router: mainnet_Router; + asset: mainnet_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type staginglinea_RouterDailyTVL_filter = { +export type mainnet_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123701,7 +121607,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; @@ -123722,7 +121628,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; @@ -123740,35 +121646,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 mainnet_RouterDailyTVL_orderBy = | 'id' | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' | 'timestamp' | 'balance'; -export type staginglinea_RouterLiquidityEvent = { +export type mainnet_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: staginglinea_Router; - asset: staginglinea_Asset; + type?: Maybe; + router: mainnet_Router; + asset: mainnet_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['staginglinea_Bytes']; + transactionHash: Scalars['mainnet_Bytes']; nonce: Scalars['BigInt']; }; -export type staginglinea_RouterLiquidityEventType = +export type mainnet_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type staginglinea_RouterLiquidityEvent_filter = { +export type mainnet_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123777,10 +121700,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; @@ -123801,7 +121724,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; @@ -123822,7 +121745,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; @@ -123839,12 +121762,16 @@ 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; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: 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; @@ -123861,12 +121788,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; @@ -123876,14 +121807,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 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' @@ -123892,7 +121840,7 @@ export type staginglinea_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type staginglinea_Router_filter = { +export type mainnet_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123905,24 +121853,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; @@ -123931,12 +121891,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 mainnet_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -123945,13 +121907,13 @@ export type staginglinea_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type staginglinea_Sequencer = { +export type mainnet_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type staginglinea_Sequencer_filter = { +export type mainnet_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -123964,28 +121926,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 mainnet_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type staginglinea_Setting = { +export type mainnet_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['staginglinea_Bytes']; + caller: Scalars['mainnet_Bytes']; }; -export type staginglinea_Setting_filter = { +export type mainnet_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124002,34 +121970,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 mainnet_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type staginglinea_SlippageUpdate = { +export type mainnet_SlippageUpdate = { id: Scalars['ID']; - transfer: staginglinea_DestinationTransfer; + transfer: mainnet_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['staginglinea_Bytes']; - transactionHash: Scalars['staginglinea_Bytes']; + caller: Scalars['mainnet_Bytes']; + transactionHash: Scalars['mainnet_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type staginglinea_SlippageUpdate_filter = { +export type mainnet_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124058,7 +122032,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; @@ -124067,18 +122041,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; @@ -124112,12 +122094,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 mainnet_SlippageUpdate_orderBy = | 'id' | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' | 'slippage' | 'caller' | 'transactionHash' @@ -124126,16 +122146,16 @@ export type staginglinea_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type staginglinea_SnapshotRoot = { +export type mainnet_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['staginglinea_Bytes']; + root: Scalars['mainnet_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type staginglinea_SnapshotRoot_filter = { +export type mainnet_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124152,12 +122172,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; @@ -124183,10 +122207,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 mainnet_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -124194,12 +122220,12 @@ export type staginglinea_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type staginglinea_SpokeConnectorMode = { +export type mainnet_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type staginglinea_SpokeConnectorMode_filter = { +export type mainnet_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124229,54 +122255,31 @@ 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 mainnet_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type staginglinea_TransferStatus = +export type mainnet_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 linea_AggregateRoot = { +export type stagingbase_AggregateRoot = { id: Scalars['ID']; - root: Scalars['linea_Bytes']; + root: Scalars['stagingbase_Bytes']; blockNumber: Scalars['BigInt']; }; -export type linea_AggregateRootProposed = { +export type stagingbase_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['linea_Bytes']; + aggregateRoot: Scalars['stagingbase_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -124284,7 +122287,7 @@ export type linea_AggregateRootProposed = { blockNumber?: Maybe; }; -export type linea_AggregateRootProposed_filter = { +export type stagingbase_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124293,12 +122296,16 @@ 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; + 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; @@ -124340,10 +122347,12 @@ export type linea_AggregateRootProposed_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_AggregateRootProposed_orderBy = +export type stagingbase_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -124352,7 +122361,7 @@ export type linea_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type linea_AggregateRoot_filter = { +export type stagingbase_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124361,12 +122370,16 @@ 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; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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; @@ -124376,39 +122389,45 @@ export type linea_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_AggregateRoot_orderBy = +export type stagingbase_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type linea_Asset = { +export type stagingbase_Aggregation_interval = + | 'hour' + | 'day'; + +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 linea_AssetBalance = { +export type stagingbase_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: linea_Router; - asset: linea_Asset; + router: stagingbase_Router; + asset: stagingbase_Asset; feesEarned: Scalars['BigInt']; }; -export type linea_AssetBalance_filter = { +export type stagingbase_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124469,7 +122488,7 @@ export type linea_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -124490,7 +122509,7 @@ export type linea_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -124500,25 +122519,42 @@ export type linea_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_AssetBalance_orderBy = +export type 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 linea_AssetStatus = { +export type stagingbase_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type linea_AssetStatus_filter = { +export type stagingbase_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124532,14 +122568,16 @@ export type linea_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_AssetStatus_orderBy = +export type stagingbase_AssetStatus_orderBy = | 'id' | 'status'; -export type linea_Asset_filter = { +export type stagingbase_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124548,12 +122586,16 @@ export type linea_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -124570,12 +122612,16 @@ export type linea_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; @@ -124584,18 +122630,26 @@ export type linea_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -124624,12 +122678,14 @@ export type linea_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_Asset_orderBy = +export type stagingbase_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -124639,28 +122695,30 @@ export type linea_Asset_orderBy = | 'adoptedAsset' | 'localAsset' | 'blockNumber' - | 'status'; + | 'status' + | 'status__id' + | 'status__status'; -export type linea_BlockChangedFilter = { +export type stagingbase_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type linea_Block_height = { - hash?: InputMaybe; +export type stagingbase_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type linea_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 linea_ConnectorMeta_filter = { +export type stagingbase_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124685,29 +122743,43 @@ export type linea_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_ConnectorMeta_orderBy = +export type stagingbase_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -124715,57 +122787,57 @@ export type linea_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type linea_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 linea_DestinationTransferroutersArgs = { +export type stagingbase_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_DestinationTransfer_filter = { +export type stagingbase_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -124782,12 +122854,16 @@ export type linea_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -124796,17 +122872,17 @@ export type linea_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -124831,28 +122907,40 @@ export type linea_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -124869,12 +122957,16 @@ export type linea_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -124891,12 +122983,16 @@ export type linea_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -124917,7 +123013,7 @@ export type linea_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -124934,18 +123030,26 @@ export type linea_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -124978,12 +123082,16 @@ export type linea_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -124992,18 +123100,26 @@ export type linea_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -125036,12 +123152,16 @@ export type linea_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -125051,10 +123171,12 @@ export type linea_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_DestinationTransfer_orderBy = +export type stagingbase_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -125075,6 +123197,15 @@ export type linea_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' @@ -125094,14 +123225,14 @@ export type linea_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type linea_OptimisticRootFinalized = { +export type stagingbase_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['linea_Bytes']; + aggregateRoot: Scalars['stagingbase_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type linea_OptimisticRootFinalized_filter = { +export type stagingbase_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125110,12 +123241,16 @@ 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; + 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; @@ -125133,34 +123268,36 @@ export type linea_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 linea_OptimisticRootFinalized_orderBy = +export type stagingbase_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type linea_OrderDirection = +export type stagingbase_OrderDirection = | 'asc' | 'desc'; -export type linea_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 linea_OriginMessage_filter = { +export type stagingbase_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125169,12 +123306,16 @@ export type linea_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -125183,12 +123324,16 @@ export type linea_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -125197,24 +123342,36 @@ export type linea_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -125243,12 +123400,14 @@ export type linea_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_OriginMessage_orderBy = +export type stagingbase_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -125258,53 +123417,55 @@ export type linea_OriginMessage_orderBy = | 'root' | 'transactionHash' | 'blockNumber' - | 'rootCount'; + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type linea_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 linea_OriginTransferrelayerFeesArgs = { +export type stagingbase_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_OriginTransfer_filter = { +export type stagingbase_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125321,12 +123482,16 @@ export type linea_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -125335,16 +123500,20 @@ export type linea_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -125369,28 +123538,40 @@ export type linea_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -125399,12 +123580,16 @@ export type linea_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -125421,12 +123606,16 @@ export type linea_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -125447,13 +123636,17 @@ export type linea_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -125474,7 +123667,7 @@ export type linea_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -125489,25 +123682,37 @@ export type linea_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -125540,12 +123745,16 @@ export type linea_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -125555,10 +123764,12 @@ export type linea_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_OriginTransfer_orderBy = +export type stagingbase_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -125578,8 +123789,26 @@ export type linea_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' @@ -125592,20 +123821,20 @@ export type linea_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type linea_Relayer = { +export type stagingbase_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type linea_RelayerFee = { +export type stagingbase_RelayerFee = { id: Scalars['ID']; - transfer: linea_OriginTransfer; + transfer: stagingbase_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['linea_Bytes']; + asset: Scalars['stagingbase_Bytes']; }; -export type linea_RelayerFee_filter = { +export type stagingbase_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125634,7 +123863,7 @@ export type linea_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -125643,36 +123872,71 @@ export type linea_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_RelayerFee_orderBy = +export type 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 linea_RelayerFeesIncrease = { +export type stagingbase_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: linea_OriginTransfer; + transfer: stagingbase_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['linea_Bytes']; - transactionHash: Scalars['linea_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 linea_RelayerFeesIncrease_filter = { +export type stagingbase_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125701,7 +123965,7 @@ export type linea_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -125710,24 +123974,36 @@ export type linea_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -125761,12 +124037,43 @@ export type linea_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_RelayerFeesIncrease_orderBy = +export type 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' @@ -125776,7 +124083,7 @@ export type linea_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type linea_Relayer_filter = { +export type stagingbase_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125789,27 +124096,33 @@ export type linea_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_Relayer_orderBy = +export type stagingbase_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type linea_RootCount = { +export type stagingbase_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type linea_RootCount_filter = { +export type stagingbase_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125827,28 +124140,30 @@ export type linea_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_RootCount_orderBy = +export type stagingbase_RootCount_orderBy = | 'id' | 'count'; -export type linea_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 linea_RootMessageSent_filter = { +export type stagingbase_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -125873,12 +124188,16 @@ export type linea_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -125887,18 +124206,26 @@ export type linea_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -125932,10 +124259,12 @@ export type linea_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_RootMessageSent_orderBy = +export type stagingbase_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -125948,34 +124277,34 @@ export type linea_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type linea_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 linea_RouterassetBalancesArgs = { +export type stagingbase_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type linea_RouterDailyTVL = { +export type stagingbase_RouterDailyTVL = { id: Scalars['ID']; - router: linea_Router; - asset: linea_Asset; + router: stagingbase_Router; + asset: stagingbase_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type linea_RouterDailyTVL_filter = { +export type stagingbase_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126004,7 +124333,7 @@ export type linea_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -126025,7 +124354,7 @@ export type linea_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -126043,35 +124372,52 @@ export type linea_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_RouterDailyTVL_orderBy = +export type 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 linea_RouterLiquidityEvent = { +export type stagingbase_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: linea_Router; - asset: linea_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['linea_Bytes']; + transactionHash: Scalars['stagingbase_Bytes']; nonce: Scalars['BigInt']; }; -export type linea_RouterLiquidityEventType = +export type stagingbase_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type linea_RouterLiquidityEvent_filter = { +export type stagingbase_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126080,10 +124426,10 @@ export type linea_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; @@ -126104,7 +124450,7 @@ export type linea_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; @@ -126125,7 +124471,7 @@ export type linea_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; @@ -126142,12 +124488,16 @@ export type linea_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; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: 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; @@ -126164,12 +124514,16 @@ export type linea_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: 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; @@ -126179,14 +124533,31 @@ export type linea_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_RouterLiquidityEvent_orderBy = +export type 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' @@ -126195,7 +124566,7 @@ export type linea_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type linea_Router_filter = { +export type stagingbase_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126208,24 +124579,36 @@ export type linea_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -126234,12 +124617,14 @@ export type linea_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_Router_orderBy = +export type stagingbase_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -126248,13 +124633,13 @@ export type linea_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type linea_Sequencer = { +export type stagingbase_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type linea_Sequencer_filter = { +export type stagingbase_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126267,28 +124652,34 @@ export type linea_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_Sequencer_orderBy = +export type stagingbase_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type linea_Setting = { +export type stagingbase_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['linea_Bytes']; + caller: Scalars['stagingbase_Bytes']; }; -export type linea_Setting_filter = { +export type stagingbase_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126305,34 +124696,40 @@ export type linea_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_Setting_orderBy = +export type stagingbase_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type linea_SlippageUpdate = { +export type stagingbase_SlippageUpdate = { id: Scalars['ID']; - transfer: linea_DestinationTransfer; + transfer: stagingbase_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['linea_Bytes']; - transactionHash: Scalars['linea_Bytes']; + caller: Scalars['stagingbase_Bytes']; + transactionHash: Scalars['stagingbase_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type linea_SlippageUpdate_filter = { +export type stagingbase_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126361,7 +124758,7 @@ export type linea_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -126370,18 +124767,26 @@ export type linea_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -126415,12 +124820,50 @@ export type linea_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type linea_SlippageUpdate_orderBy = +export type 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' @@ -126429,16 +124872,16 @@ export type linea_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type linea_SnapshotRoot = { +export type stagingbase_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['linea_Bytes']; + root: Scalars['stagingbase_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type linea_SnapshotRoot_filter = { +export type stagingbase_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126455,12 +124898,16 @@ export type linea_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; @@ -126486,10 +124933,12 @@ 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 stagingbase_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -126497,12 +124946,12 @@ export type linea_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type linea_SpokeConnectorMode = { +export type stagingbase_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type linea_SpokeConnectorMode_filter = { +export type stagingbase_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126532,31 +124981,35 @@ export type linea_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 linea_SpokeConnectorMode_orderBy = +export type stagingbase_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type linea_TransferStatus = +export type stagingbase_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type linea__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 linea__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 @@ -126564,22 +125017,22 @@ export type linea__Meta_ = { * and therefore asks for the latest block * */ - block: linea__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 stagingmainnet_AggregateRoot = { +export type metis_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingmainnet_Bytes']; + root: Scalars['metis_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingmainnet_AggregateRootProposed = { +export type metis_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; + aggregateRoot: Scalars['metis_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -126587,7 +125040,7 @@ export type stagingmainnet_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingmainnet_AggregateRootProposed_filter = { +export type metis_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126596,16 +125049,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; @@ -126647,12 +125100,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 metis_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -126661,7 +125114,7 @@ export type stagingmainnet_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmainnet_AggregateRoot_filter = { +export type metis_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126670,16 +125123,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; @@ -126689,41 +125142,41 @@ 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 metis_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingmainnet_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 stagingmainnet_AssetBalance = { +export type metis_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingmainnet_Router; - asset: stagingmainnet_Asset; + router: metis_Router; + asset: metis_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingmainnet_AssetBalance_filter = { +export type metis_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126784,7 +125237,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; @@ -126805,7 +125258,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; @@ -126815,12 +125268,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 metis_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -126845,12 +125298,12 @@ export type stagingmainnet_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingmainnet_AssetStatus = { +export type metis_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingmainnet_AssetStatus_filter = { +export type metis_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126864,16 +125317,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 metis_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingmainnet_Asset_filter = { +export type metis_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -126882,16 +125335,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; @@ -126908,16 +125361,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; @@ -126926,26 +125379,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; @@ -126974,14 +125427,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 metis_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -126995,16 +125448,26 @@ export type stagingmainnet_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingmainnet_ConnectorMeta = { +export type metis_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type metis_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +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 stagingmainnet_ConnectorMeta_filter = { +export type metis_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127029,43 +125492,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 metis_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -127073,57 +125536,57 @@ export type stagingmainnet_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingmainnet_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 stagingmainnet_DestinationTransferroutersArgs = { +export type metis_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmainnet_DestinationTransfer_filter = { +export type metis_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127140,16 +125603,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; @@ -127158,17 +125621,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; @@ -127193,40 +125656,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; @@ -127243,16 +125706,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; @@ -127269,16 +125732,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; @@ -127299,7 +125762,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; @@ -127316,26 +125779,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; @@ -127368,16 +125831,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; @@ -127386,26 +125849,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; @@ -127438,16 +125901,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; @@ -127457,12 +125920,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 metis_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -127511,14 +125974,14 @@ export type stagingmainnet_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingmainnet_OptimisticRootFinalized = { +export type metis_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmainnet_Bytes']; + aggregateRoot: Scalars['metis_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingmainnet_OptimisticRootFinalized_filter = { +export type metis_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127527,16 +125990,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; @@ -127554,31 +126017,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 metis_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; -export type stagingmainnet_OriginMessage = { +/** Defines the order direction, either ascending or descending */ +export type metis_OrderDirection = + | 'asc' + | 'desc'; + +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 stagingmainnet_OriginMessage_filter = { +export type metis_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127587,16 +126055,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; @@ -127605,16 +126073,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; @@ -127623,36 +126091,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; @@ -127681,14 +126149,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 metis_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -127702,51 +126170,51 @@ export type stagingmainnet_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingmainnet_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 stagingmainnet_OriginTransferrelayerFeesArgs = { +export type metis_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmainnet_OriginTransfer_filter = { +export type metis_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -127763,16 +126231,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; @@ -127781,20 +126249,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; @@ -127819,40 +126287,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; @@ -127861,16 +126329,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; @@ -127887,16 +126355,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; @@ -127917,17 +126385,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; @@ -127948,7 +126416,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; @@ -127963,37 +126431,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; @@ -128026,16 +126494,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; @@ -128045,12 +126513,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 metis_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -128102,20 +126570,20 @@ export type stagingmainnet_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingmainnet_Relayer = { +export type metis_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingmainnet_RelayerFee = { +export type metis_RelayerFee = { id: Scalars['ID']; - transfer: stagingmainnet_OriginTransfer; + transfer: metis_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingmainnet_Bytes']; + asset: Scalars['metis_Bytes']; }; -export type stagingmainnet_RelayerFee_filter = { +export type metis_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128144,7 +126612,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; @@ -128153,23 +126621,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 metis_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -128204,20 +126672,20 @@ export type stagingmainnet_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingmainnet_RelayerFeesIncrease = { +export type metis_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingmainnet_OriginTransfer; + transfer: metis_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingmainnet_Bytes']; - transactionHash: Scalars['stagingmainnet_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 stagingmainnet_RelayerFeesIncrease_filter = { +export type metis_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128246,7 +126714,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; @@ -128255,36 +126723,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; @@ -128318,12 +126786,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 metis_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -128364,7 +126832,7 @@ export type stagingmainnet_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmainnet_Relayer_filter = { +export type metis_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128377,33 +126845,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 metis_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingmainnet_RootCount = { +export type metis_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingmainnet_RootCount_filter = { +export type metis_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128421,30 +126889,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 metis_RootCount_orderBy = | 'id' | 'count'; -export type stagingmainnet_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 stagingmainnet_RootMessageSent_filter = { +export type metis_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128469,16 +126937,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; @@ -128487,26 +126955,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; @@ -128540,12 +127008,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 metis_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -128558,34 +127026,34 @@ export type stagingmainnet_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmainnet_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 stagingmainnet_RouterassetBalancesArgs = { +export type metis_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmainnet_RouterDailyTVL = { +export type metis_RouterDailyTVL = { id: Scalars['ID']; - router: stagingmainnet_Router; - asset: stagingmainnet_Asset; + router: metis_Router; + asset: metis_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingmainnet_RouterDailyTVL_filter = { +export type metis_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128614,7 +127082,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; @@ -128635,7 +127103,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; @@ -128653,12 +127121,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 metis_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -128680,25 +127148,25 @@ export type stagingmainnet_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingmainnet_RouterLiquidityEvent = { +export type metis_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingmainnet_Router; - asset: stagingmainnet_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['stagingmainnet_Bytes']; + transactionHash: Scalars['metis_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmainnet_RouterLiquidityEventType = +export type metis_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingmainnet_RouterLiquidityEvent_filter = { +export type metis_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128707,10 +127175,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; @@ -128731,7 +127199,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; @@ -128752,7 +127220,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; @@ -128769,16 +127237,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; @@ -128795,16 +127263,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; @@ -128814,12 +127282,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 metis_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -128847,7 +127315,7 @@ export type stagingmainnet_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingmainnet_Router_filter = { +export type metis_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128860,36 +127328,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; @@ -128898,14 +127366,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 metis_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -128914,13 +127382,13 @@ export type stagingmainnet_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingmainnet_Sequencer = { +export type metis_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingmainnet_Sequencer_filter = { +export type metis_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128933,34 +127401,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 metis_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingmainnet_Setting = { +export type metis_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingmainnet_Bytes']; + caller: Scalars['metis_Bytes']; }; -export type stagingmainnet_Setting_filter = { +export type metis_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -128977,40 +127445,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 metis_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingmainnet_SlippageUpdate = { +export type metis_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingmainnet_DestinationTransfer; + transfer: metis_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingmainnet_Bytes']; - transactionHash: Scalars['stagingmainnet_Bytes']; + caller: Scalars['metis_Bytes']; + transactionHash: Scalars['metis_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmainnet_SlippageUpdate_filter = { +export type metis_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129039,7 +127507,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; @@ -129048,26 +127516,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; @@ -129101,12 +127569,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 metis_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -129153,16 +127621,16 @@ export type stagingmainnet_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmainnet_SnapshotRoot = { +export type metis_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingmainnet_Bytes']; + root: Scalars['metis_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmainnet_SnapshotRoot_filter = { +export type metis_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129179,16 +127647,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; @@ -129214,12 +127682,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 metis_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -129227,12 +127695,12 @@ export type stagingmainnet_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmainnet_SpokeConnectorMode = { +export type metis_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingmainnet_SpokeConnectorMode_filter = { +export type metis_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129262,31 +127730,56 @@ 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 metis_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingmainnet_TransferStatus = +export type metis_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingpolygon_AggregateRoot = { +export type metis__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 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: 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['stagingpolygon_Bytes']; + root: Scalars['stagingoptimism_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygon_AggregateRootProposed = { +export type stagingoptimism_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingpolygon_Bytes']; + aggregateRoot: Scalars['stagingoptimism_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -129294,7 +127787,7 @@ export type stagingpolygon_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingpolygon_AggregateRootProposed_filter = { +export type stagingoptimism_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129303,16 +127796,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; @@ -129354,12 +127847,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 stagingoptimism_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -129368,7 +127861,7 @@ export type stagingpolygon_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingpolygon_AggregateRoot_filter = { +export type stagingoptimism_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129377,16 +127870,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; @@ -129396,45 +127889,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 stagingoptimism_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingpolygon_Aggregation_interval = +export type stagingoptimism_Aggregation_interval = | 'hour' | 'day'; -export type stagingpolygon_Asset = { +export type stagingoptimism_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 stagingoptimism_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingpolygon_Router; - asset: stagingpolygon_Asset; + router: stagingoptimism_Router; + asset: stagingoptimism_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingpolygon_AssetBalance_filter = { +export type stagingoptimism_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129495,7 +127988,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; @@ -129516,7 +128009,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; @@ -129526,12 +128019,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 stagingoptimism_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -129556,12 +128049,12 @@ export type stagingpolygon_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingpolygon_AssetStatus = { +export type stagingoptimism_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingpolygon_AssetStatus_filter = { +export type stagingoptimism_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129575,16 +128068,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 stagingoptimism_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingpolygon_Asset_filter = { +export type stagingoptimism_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129593,16 +128086,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; @@ -129619,16 +128112,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; @@ -129637,26 +128130,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; @@ -129685,14 +128178,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 stagingoptimism_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -129706,87 +128199,87 @@ export type stagingpolygon_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingpolygon_BlockChangedFilter = { +export type stagingoptimism_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingpolygon_Block_height = { - hash?: InputMaybe; +export type stagingoptimism_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingpolygon_ConnectorMeta = { +export type stagingoptimism_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; + 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>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type stagingpolygon_ConnectorMeta_orderBy = +export type stagingoptimism_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -129794,57 +128287,57 @@ export type stagingpolygon_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingpolygon_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 stagingpolygon_DestinationTransferroutersArgs = { +export type stagingoptimism_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygon_DestinationTransfer_filter = { +export type stagingoptimism_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -129861,16 +128354,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; @@ -129879,17 +128372,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; @@ -129914,40 +128407,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; @@ -129964,16 +128457,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; @@ -129990,16 +128483,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; @@ -130020,7 +128513,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; @@ -130037,26 +128530,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; @@ -130089,16 +128582,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; @@ -130107,26 +128600,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; @@ -130159,16 +128652,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; @@ -130178,12 +128671,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 stagingoptimism_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -130232,14 +128725,14 @@ export type stagingpolygon_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingpolygon_OptimisticRootFinalized = { +export type stagingoptimism_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingpolygon_Bytes']; + aggregateRoot: Scalars['stagingoptimism_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingpolygon_OptimisticRootFinalized_filter = { +export type stagingoptimism_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130248,16 +128741,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; @@ -130275,36 +128768,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 stagingoptimism_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingpolygon_OrderDirection = +export type stagingoptimism_OrderDirection = | 'asc' | 'desc'; -export type stagingpolygon_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 stagingpolygon_OriginMessage_filter = { +export type stagingoptimism_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130313,16 +128806,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; @@ -130331,16 +128824,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; @@ -130349,36 +128842,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; @@ -130407,14 +128900,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 stagingoptimism_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -130428,51 +128921,51 @@ export type stagingpolygon_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingpolygon_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 stagingpolygon_OriginTransferrelayerFeesArgs = { +export type stagingoptimism_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygon_OriginTransfer_filter = { +export type stagingoptimism_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130489,16 +128982,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; @@ -130507,20 +129000,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; @@ -130545,40 +129038,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; @@ -130587,16 +129080,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; @@ -130613,16 +129106,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; @@ -130643,17 +129136,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; @@ -130674,7 +129167,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; @@ -130689,37 +129182,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; @@ -130752,16 +129245,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; @@ -130771,12 +129264,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 stagingoptimism_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -130828,20 +129321,20 @@ export type stagingpolygon_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingpolygon_Relayer = { +export type stagingoptimism_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingpolygon_RelayerFee = { +export type stagingoptimism_RelayerFee = { id: Scalars['ID']; - transfer: stagingpolygon_OriginTransfer; + transfer: stagingoptimism_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingpolygon_Bytes']; + asset: Scalars['stagingoptimism_Bytes']; }; -export type stagingpolygon_RelayerFee_filter = { +export type stagingoptimism_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130870,7 +129363,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; @@ -130879,23 +129372,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 stagingoptimism_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -130930,20 +129423,20 @@ export type stagingpolygon_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingpolygon_RelayerFeesIncrease = { +export type stagingoptimism_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingpolygon_OriginTransfer; + transfer: stagingoptimism_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingpolygon_Bytes']; - transactionHash: Scalars['stagingpolygon_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 stagingpolygon_RelayerFeesIncrease_filter = { +export type stagingoptimism_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -130972,7 +129465,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; @@ -130981,36 +129474,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; @@ -131044,12 +129537,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 stagingoptimism_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -131090,7 +129583,7 @@ export type stagingpolygon_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygon_Relayer_filter = { +export type stagingoptimism_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131103,33 +129596,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 stagingoptimism_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingpolygon_RootCount = { +export type stagingoptimism_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingpolygon_RootCount_filter = { +export type stagingoptimism_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131147,30 +129640,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 stagingoptimism_RootCount_orderBy = | 'id' | 'count'; -export type stagingpolygon_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 stagingpolygon_RootMessageSent_filter = { +export type stagingoptimism_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131195,16 +129688,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; @@ -131213,26 +129706,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; @@ -131266,12 +129759,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 stagingoptimism_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -131284,34 +129777,34 @@ export type stagingpolygon_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygon_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 stagingpolygon_RouterassetBalancesArgs = { +export type stagingoptimism_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingpolygon_RouterDailyTVL = { +export type stagingoptimism_RouterDailyTVL = { id: Scalars['ID']; - router: stagingpolygon_Router; - asset: stagingpolygon_Asset; + router: stagingoptimism_Router; + asset: stagingoptimism_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingpolygon_RouterDailyTVL_filter = { +export type stagingoptimism_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131340,7 +129833,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; @@ -131361,7 +129854,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; @@ -131379,12 +129872,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 stagingoptimism_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -131406,25 +129899,25 @@ export type stagingpolygon_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingpolygon_RouterLiquidityEvent = { +export type stagingoptimism_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingpolygon_Router; - asset: stagingpolygon_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['stagingpolygon_Bytes']; + transactionHash: Scalars['stagingoptimism_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingpolygon_RouterLiquidityEventType = +export type stagingoptimism_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingpolygon_RouterLiquidityEvent_filter = { +export type stagingoptimism_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131433,10 +129926,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; @@ -131457,7 +129950,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; @@ -131478,7 +129971,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; @@ -131495,16 +129988,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; @@ -131521,16 +130014,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; @@ -131540,12 +130033,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 stagingoptimism_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -131573,7 +130066,7 @@ export type stagingpolygon_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingpolygon_Router_filter = { +export type stagingoptimism_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131586,36 +130079,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; @@ -131624,14 +130117,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 stagingoptimism_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -131640,13 +130133,13 @@ export type stagingpolygon_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingpolygon_Sequencer = { +export type stagingoptimism_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingpolygon_Sequencer_filter = { +export type stagingoptimism_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131659,34 +130152,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 stagingoptimism_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingpolygon_Setting = { +export type stagingoptimism_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingpolygon_Bytes']; + caller: Scalars['stagingoptimism_Bytes']; }; -export type stagingpolygon_Setting_filter = { +export type stagingoptimism_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131703,40 +130196,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 stagingoptimism_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingpolygon_SlippageUpdate = { +export type stagingoptimism_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingpolygon_DestinationTransfer; + transfer: stagingoptimism_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingpolygon_Bytes']; - transactionHash: Scalars['stagingpolygon_Bytes']; + caller: Scalars['stagingoptimism_Bytes']; + transactionHash: Scalars['stagingoptimism_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygon_SlippageUpdate_filter = { +export type stagingoptimism_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131765,7 +130258,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; @@ -131774,26 +130267,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; @@ -131827,12 +130320,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 stagingoptimism_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -131879,16 +130372,16 @@ export type stagingpolygon_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingpolygon_SnapshotRoot = { +export type stagingoptimism_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingpolygon_Bytes']; + root: Scalars['stagingoptimism_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingpolygon_SnapshotRoot_filter = { +export type stagingoptimism_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131905,16 +130398,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; @@ -131940,12 +130433,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 stagingoptimism_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -131953,12 +130446,12 @@ export type stagingpolygon_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingpolygon_SpokeConnectorMode = { +export type stagingoptimism_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingpolygon_SpokeConnectorMode_filter = { +export type stagingoptimism_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -131988,35 +130481,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 stagingoptimism_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingpolygon_TransferStatus = +export type stagingoptimism_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingpolygon__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; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type stagingpolygon__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 @@ -132024,22 +130517,22 @@ export type stagingpolygon__Meta_ = { * and therefore asks for the latest block * */ - block: stagingpolygon__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 stagingbnb_AggregateRoot = { +export type stagingmantle_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingbnb_Bytes']; + root: Scalars['stagingmantle_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingbnb_AggregateRootProposed = { +export type stagingmantle_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingbnb_Bytes']; + aggregateRoot: Scalars['stagingmantle_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -132047,7 +130540,7 @@ export type stagingbnb_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingbnb_AggregateRootProposed_filter = { +export type stagingmantle_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132056,16 +130549,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; @@ -132107,12 +130600,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 stagingmantle_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -132121,7 +130614,7 @@ export type stagingbnb_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingbnb_AggregateRoot_filter = { +export type stagingmantle_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132130,16 +130623,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; @@ -132149,45 +130642,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 stagingmantle_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingbnb_Aggregation_interval = - | 'hour' - | 'day'; - -export type stagingbnb_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 stagingbnb_AssetBalance = { +export type stagingmantle_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingbnb_Router; - asset: stagingbnb_Asset; + router: stagingmantle_Router; + asset: stagingmantle_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingbnb_AssetBalance_filter = { +export type stagingmantle_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132248,7 +130737,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; @@ -132269,7 +130758,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; @@ -132279,12 +130768,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 stagingmantle_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -132309,12 +130798,12 @@ export type stagingbnb_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingbnb_AssetStatus = { +export type stagingmantle_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingbnb_AssetStatus_filter = { +export type stagingmantle_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132328,16 +130817,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 stagingmantle_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingbnb_Asset_filter = { +export type stagingmantle_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132346,16 +130835,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; @@ -132372,16 +130861,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; @@ -132390,26 +130879,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; @@ -132438,14 +130927,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 stagingmantle_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -132459,26 +130948,26 @@ export type stagingbnb_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingbnb_BlockChangedFilter = { +export type stagingmantle_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingbnb_Block_height = { - hash?: InputMaybe; +export type stagingmantle_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingbnb_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 stagingbnb_ConnectorMeta_filter = { +export type stagingmantle_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132503,43 +130992,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 stagingmantle_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -132547,57 +131036,57 @@ export type stagingbnb_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingbnb_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 stagingbnb_DestinationTransferroutersArgs = { +export type stagingmantle_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingbnb_DestinationTransfer_filter = { +export type stagingmantle_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -132614,16 +131103,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; @@ -132632,17 +131121,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; @@ -132667,40 +131156,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; @@ -132717,16 +131206,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; @@ -132743,16 +131232,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; @@ -132773,7 +131262,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; @@ -132790,26 +131279,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; @@ -132842,16 +131331,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; @@ -132860,26 +131349,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; @@ -132912,16 +131401,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; @@ -132931,12 +131420,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 stagingmantle_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -132985,14 +131474,14 @@ export type stagingbnb_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingbnb_OptimisticRootFinalized = { +export type stagingmantle_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingbnb_Bytes']; + aggregateRoot: Scalars['stagingmantle_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingbnb_OptimisticRootFinalized_filter = { +export type stagingmantle_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133001,16 +131490,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; @@ -133028,36 +131517,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 stagingmantle_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingbnb_OrderDirection = +export type stagingmantle_OrderDirection = | 'asc' | 'desc'; -export type stagingbnb_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 stagingbnb_OriginMessage_filter = { +export type stagingmantle_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133066,16 +131555,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; @@ -133084,16 +131573,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; @@ -133102,36 +131591,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; @@ -133160,14 +131649,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 stagingmantle_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -133181,51 +131670,51 @@ export type stagingbnb_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingbnb_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 stagingbnb_OriginTransferrelayerFeesArgs = { +export type stagingmantle_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingbnb_OriginTransfer_filter = { +export type stagingmantle_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133242,16 +131731,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; @@ -133260,20 +131749,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; @@ -133298,40 +131787,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; @@ -133340,16 +131829,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; @@ -133366,16 +131855,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; @@ -133396,17 +131885,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; @@ -133427,7 +131916,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; @@ -133442,37 +131931,37 @@ 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; + 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; @@ -133505,16 +131994,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; @@ -133524,12 +132013,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 stagingmantle_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -133581,20 +132070,20 @@ export type stagingbnb_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingbnb_Relayer = { +export type stagingmantle_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingbnb_RelayerFee = { +export type stagingmantle_RelayerFee = { id: Scalars['ID']; - transfer: stagingbnb_OriginTransfer; + transfer: stagingmantle_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingbnb_Bytes']; + asset: Scalars['stagingmantle_Bytes']; }; -export type stagingbnb_RelayerFee_filter = { +export type stagingmantle_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133623,7 +132112,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; @@ -133632,23 +132121,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 stagingmantle_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -133683,20 +132172,20 @@ export type stagingbnb_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingbnb_RelayerFeesIncrease = { +export type stagingmantle_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingbnb_OriginTransfer; + transfer: stagingmantle_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingbnb_Bytes']; - transactionHash: Scalars['stagingbnb_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 stagingbnb_RelayerFeesIncrease_filter = { +export type stagingmantle_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133725,7 +132214,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; @@ -133734,36 +132223,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; @@ -133797,12 +132286,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 stagingmantle_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -133843,7 +132332,7 @@ export type stagingbnb_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingbnb_Relayer_filter = { +export type stagingmantle_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133856,33 +132345,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 stagingmantle_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingbnb_RootCount = { +export type stagingmantle_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingbnb_RootCount_filter = { +export type stagingmantle_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133900,30 +132389,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 stagingmantle_RootCount_orderBy = | 'id' | 'count'; -export type stagingbnb_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 stagingbnb_RootMessageSent_filter = { +export type stagingmantle_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -133948,16 +132437,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; @@ -133966,26 +132455,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; @@ -134019,12 +132508,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 stagingmantle_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -134037,34 +132526,34 @@ export type stagingbnb_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingbnb_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 stagingbnb_RouterassetBalancesArgs = { +export type stagingmantle_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingbnb_RouterDailyTVL = { +export type stagingmantle_RouterDailyTVL = { id: Scalars['ID']; - router: stagingbnb_Router; - asset: stagingbnb_Asset; + router: stagingmantle_Router; + asset: stagingmantle_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingbnb_RouterDailyTVL_filter = { +export type stagingmantle_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134093,7 +132582,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; @@ -134114,7 +132603,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; @@ -134132,12 +132621,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 stagingmantle_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -134159,25 +132648,25 @@ export type stagingbnb_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingbnb_RouterLiquidityEvent = { +export type stagingmantle_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingbnb_Router; - asset: stagingbnb_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['stagingbnb_Bytes']; + transactionHash: Scalars['stagingmantle_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingbnb_RouterLiquidityEventType = +export type stagingmantle_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingbnb_RouterLiquidityEvent_filter = { +export type stagingmantle_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134186,10 +132675,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; @@ -134210,7 +132699,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; @@ -134231,7 +132720,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; @@ -134248,16 +132737,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; @@ -134274,16 +132763,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; @@ -134293,12 +132782,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 stagingmantle_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -134326,7 +132815,7 @@ export type stagingbnb_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingbnb_Router_filter = { +export type stagingmantle_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134339,36 +132828,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; @@ -134377,14 +132866,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 stagingmantle_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -134393,13 +132882,13 @@ export type stagingbnb_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingbnb_Sequencer = { +export type stagingmantle_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingbnb_Sequencer_filter = { +export type stagingmantle_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134412,34 +132901,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 stagingmantle_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingbnb_Setting = { +export type stagingmantle_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingbnb_Bytes']; + caller: Scalars['stagingmantle_Bytes']; }; -export type stagingbnb_Setting_filter = { +export type stagingmantle_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134456,40 +132945,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 stagingmantle_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingbnb_SlippageUpdate = { +export type stagingmantle_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingbnb_DestinationTransfer; + transfer: stagingmantle_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingbnb_Bytes']; - transactionHash: Scalars['stagingbnb_Bytes']; + caller: Scalars['stagingmantle_Bytes']; + transactionHash: Scalars['stagingmantle_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingbnb_SlippageUpdate_filter = { +export type stagingmantle_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134518,7 +133007,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; @@ -134527,26 +133016,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; @@ -134580,12 +133069,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 stagingmantle_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -134632,16 +133121,16 @@ export type stagingbnb_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingbnb_SnapshotRoot = { +export type stagingmantle_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingbnb_Bytes']; + root: Scalars['stagingmantle_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingbnb_SnapshotRoot_filter = { +export type stagingmantle_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134658,16 +133147,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; @@ -134693,12 +133182,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 stagingmantle_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -134706,12 +133195,12 @@ export type stagingbnb_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingbnb_SpokeConnectorMode = { +export type stagingmantle_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingbnb_SpokeConnectorMode_filter = { +export type stagingmantle_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134741,35 +133230,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 stagingmantle_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingbnb_TransferStatus = +export type stagingmantle_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingbnb__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 stagingbnb__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 @@ -134777,22 +133264,22 @@ export type stagingbnb__Meta_ = { * and therefore asks for the latest block * */ - block: stagingbnb__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 stagingarbitrumone_AggregateRoot = { +export type polygonzkevm_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingarbitrumone_Bytes']; + root: Scalars['polygonzkevm_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingarbitrumone_AggregateRootProposed = { +export type polygonzkevm_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingarbitrumone_Bytes']; + aggregateRoot: Scalars['polygonzkevm_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -134800,7 +133287,7 @@ export type stagingarbitrumone_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingarbitrumone_AggregateRootProposed_filter = { +export type polygonzkevm_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134809,16 +133296,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; @@ -134860,12 +133347,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 polygonzkevm_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -134874,7 +133361,7 @@ export type stagingarbitrumone_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingarbitrumone_AggregateRoot_filter = { +export type polygonzkevm_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -134883,16 +133370,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; @@ -134902,45 +133389,45 @@ 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 polygonzkevm_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingarbitrumone_Aggregation_interval = +export type polygonzkevm_Aggregation_interval = | 'hour' | 'day'; -export type stagingarbitrumone_Asset = { +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 stagingarbitrumone_AssetBalance = { +export type polygonzkevm_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingarbitrumone_Router; - asset: stagingarbitrumone_Asset; + router: polygonzkevm_Router; + asset: polygonzkevm_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingarbitrumone_AssetBalance_filter = { +export type polygonzkevm_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135001,7 +133488,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; @@ -135022,7 +133509,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; @@ -135032,12 +133519,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 polygonzkevm_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -135062,12 +133549,12 @@ export type stagingarbitrumone_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingarbitrumone_AssetStatus = { +export type polygonzkevm_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingarbitrumone_AssetStatus_filter = { +export type polygonzkevm_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135081,16 +133568,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 polygonzkevm_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingarbitrumone_Asset_filter = { +export type polygonzkevm_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135099,16 +133586,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; @@ -135125,16 +133612,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; @@ -135143,26 +133630,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; @@ -135191,14 +133678,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 polygonzkevm_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -135212,26 +133699,26 @@ export type stagingarbitrumone_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingarbitrumone_BlockChangedFilter = { +export type polygonzkevm_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingarbitrumone_Block_height = { - hash?: InputMaybe; +export type polygonzkevm_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingarbitrumone_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 stagingarbitrumone_ConnectorMeta_filter = { +export type polygonzkevm_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135256,43 +133743,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 polygonzkevm_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -135300,57 +133787,57 @@ export type stagingarbitrumone_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingarbitrumone_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 stagingarbitrumone_DestinationTransferroutersArgs = { +export type polygonzkevm_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingarbitrumone_DestinationTransfer_filter = { +export type polygonzkevm_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135367,16 +133854,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; @@ -135385,17 +133872,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; @@ -135420,40 +133907,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; @@ -135470,16 +133957,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; @@ -135496,16 +133983,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; @@ -135526,7 +134013,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; @@ -135543,26 +134030,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; @@ -135595,16 +134082,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; @@ -135613,26 +134100,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; @@ -135665,16 +134152,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; @@ -135684,12 +134171,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 polygonzkevm_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -135738,14 +134225,14 @@ export type stagingarbitrumone_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingarbitrumone_OptimisticRootFinalized = { +export type polygonzkevm_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingarbitrumone_Bytes']; + aggregateRoot: Scalars['polygonzkevm_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingarbitrumone_OptimisticRootFinalized_filter = { +export type polygonzkevm_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135754,16 +134241,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; @@ -135781,36 +134268,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 polygonzkevm_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingarbitrumone_OrderDirection = +export type polygonzkevm_OrderDirection = | 'asc' | 'desc'; -export type stagingarbitrumone_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 stagingarbitrumone_OriginMessage_filter = { +export type polygonzkevm_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135819,16 +134306,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; @@ -135837,16 +134324,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; @@ -135855,36 +134342,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; @@ -135913,14 +134400,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 polygonzkevm_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -135934,51 +134421,51 @@ export type stagingarbitrumone_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingarbitrumone_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 stagingarbitrumone_OriginTransferrelayerFeesArgs = { +export type polygonzkevm_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingarbitrumone_OriginTransfer_filter = { +export type polygonzkevm_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -135995,16 +134482,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; @@ -136013,20 +134500,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; @@ -136051,40 +134538,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; @@ -136093,16 +134580,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; @@ -136119,16 +134606,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; @@ -136149,17 +134636,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; @@ -136180,7 +134667,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; @@ -136195,37 +134682,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; @@ -136258,16 +134745,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; @@ -136277,12 +134764,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 polygonzkevm_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -136334,20 +134821,20 @@ export type stagingarbitrumone_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingarbitrumone_Relayer = { +export type polygonzkevm_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingarbitrumone_RelayerFee = { +export type polygonzkevm_RelayerFee = { id: Scalars['ID']; - transfer: stagingarbitrumone_OriginTransfer; + transfer: polygonzkevm_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingarbitrumone_Bytes']; + asset: Scalars['polygonzkevm_Bytes']; }; -export type stagingarbitrumone_RelayerFee_filter = { +export type polygonzkevm_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136376,7 +134863,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; @@ -136385,23 +134872,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 polygonzkevm_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -136436,20 +134923,20 @@ export type stagingarbitrumone_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingarbitrumone_RelayerFeesIncrease = { +export type polygonzkevm_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingarbitrumone_OriginTransfer; + transfer: polygonzkevm_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingarbitrumone_Bytes']; - transactionHash: Scalars['stagingarbitrumone_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 stagingarbitrumone_RelayerFeesIncrease_filter = { +export type polygonzkevm_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136478,7 +134965,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; @@ -136487,36 +134974,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; @@ -136550,12 +135037,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 polygonzkevm_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -136596,7 +135083,7 @@ export type stagingarbitrumone_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingarbitrumone_Relayer_filter = { +export type polygonzkevm_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136609,33 +135096,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 polygonzkevm_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingarbitrumone_RootCount = { +export type polygonzkevm_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingarbitrumone_RootCount_filter = { +export type polygonzkevm_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136653,30 +135140,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 polygonzkevm_RootCount_orderBy = | 'id' | 'count'; -export type stagingarbitrumone_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 stagingarbitrumone_RootMessageSent_filter = { +export type polygonzkevm_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136701,16 +135188,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; @@ -136719,26 +135206,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; @@ -136772,12 +135259,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 polygonzkevm_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -136790,34 +135277,34 @@ export type stagingarbitrumone_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingarbitrumone_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 stagingarbitrumone_RouterassetBalancesArgs = { +export type polygonzkevm_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingarbitrumone_RouterDailyTVL = { +export type polygonzkevm_RouterDailyTVL = { id: Scalars['ID']; - router: stagingarbitrumone_Router; - asset: stagingarbitrumone_Asset; + router: polygonzkevm_Router; + asset: polygonzkevm_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingarbitrumone_RouterDailyTVL_filter = { +export type polygonzkevm_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136846,7 +135333,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; @@ -136867,7 +135354,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; @@ -136885,12 +135372,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 polygonzkevm_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -136912,25 +135399,25 @@ export type stagingarbitrumone_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingarbitrumone_RouterLiquidityEvent = { +export type polygonzkevm_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingarbitrumone_Router; - asset: stagingarbitrumone_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['stagingarbitrumone_Bytes']; + transactionHash: Scalars['polygonzkevm_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingarbitrumone_RouterLiquidityEventType = +export type polygonzkevm_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingarbitrumone_RouterLiquidityEvent_filter = { +export type polygonzkevm_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -136939,10 +135426,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; @@ -136963,7 +135450,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; @@ -136984,7 +135471,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; @@ -137001,16 +135488,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; @@ -137027,16 +135514,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; @@ -137046,12 +135533,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 polygonzkevm_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -137079,7 +135566,7 @@ export type stagingarbitrumone_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingarbitrumone_Router_filter = { +export type polygonzkevm_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137092,36 +135579,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; @@ -137130,14 +135617,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 polygonzkevm_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -137146,13 +135633,13 @@ export type stagingarbitrumone_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingarbitrumone_Sequencer = { +export type polygonzkevm_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingarbitrumone_Sequencer_filter = { +export type polygonzkevm_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137165,34 +135652,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 polygonzkevm_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingarbitrumone_Setting = { +export type polygonzkevm_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingarbitrumone_Bytes']; + caller: Scalars['polygonzkevm_Bytes']; }; -export type stagingarbitrumone_Setting_filter = { +export type polygonzkevm_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137209,40 +135696,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 polygonzkevm_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingarbitrumone_SlippageUpdate = { +export type polygonzkevm_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingarbitrumone_DestinationTransfer; + transfer: polygonzkevm_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingarbitrumone_Bytes']; - transactionHash: Scalars['stagingarbitrumone_Bytes']; + caller: Scalars['polygonzkevm_Bytes']; + transactionHash: Scalars['polygonzkevm_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingarbitrumone_SlippageUpdate_filter = { +export type polygonzkevm_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137271,7 +135758,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; @@ -137280,26 +135767,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; @@ -137333,12 +135820,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 polygonzkevm_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -137385,16 +135872,16 @@ export type stagingarbitrumone_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingarbitrumone_SnapshotRoot = { +export type polygonzkevm_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingarbitrumone_Bytes']; + root: Scalars['polygonzkevm_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingarbitrumone_SnapshotRoot_filter = { +export type polygonzkevm_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137411,16 +135898,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; @@ -137446,12 +135933,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 polygonzkevm_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -137459,12 +135946,12 @@ export type stagingarbitrumone_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingarbitrumone_SpokeConnectorMode = { +export type polygonzkevm_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingarbitrumone_SpokeConnectorMode_filter = { +export type polygonzkevm_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137494,35 +135981,35 @@ 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 polygonzkevm_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingarbitrumone_TransferStatus = +export type polygonzkevm_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingarbitrumone__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; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type stagingarbitrumone__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 @@ -137530,22 +136017,22 @@ export type stagingarbitrumone__Meta_ = { * and therefore asks for the latest block * */ - block: stagingarbitrumone__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 stagingzksync_AggregateRoot = { +export type stagingmode_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingzksync_Bytes']; + root: Scalars['stagingmode_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingzksync_AggregateRootProposed = { +export type stagingmode_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingzksync_Bytes']; + aggregateRoot: Scalars['stagingmode_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -137553,7 +136040,7 @@ export type stagingzksync_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingzksync_AggregateRootProposed_filter = { +export type stagingmode_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137562,16 +136049,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; @@ -137613,12 +136100,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 stagingmode_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -137627,7 +136114,7 @@ export type stagingzksync_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingzksync_AggregateRoot_filter = { +export type stagingmode_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137636,16 +136123,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; @@ -137655,45 +136142,45 @@ 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 stagingmode_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingzksync_Aggregation_interval = +export type stagingmode_Aggregation_interval = | 'hour' | 'day'; -export type stagingzksync_Asset = { +export type stagingmode_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 stagingmode_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingzksync_Router; - asset: stagingzksync_Asset; + router: stagingmode_Router; + asset: stagingmode_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingzksync_AssetBalance_filter = { +export type stagingmode_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137754,7 +136241,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; @@ -137775,7 +136262,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; @@ -137785,12 +136272,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 stagingmode_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -137815,12 +136302,12 @@ export type stagingzksync_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingzksync_AssetStatus = { +export type stagingmode_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingzksync_AssetStatus_filter = { +export type stagingmode_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137834,16 +136321,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 stagingmode_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingzksync_Asset_filter = { +export type stagingmode_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -137852,16 +136339,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; @@ -137878,16 +136365,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; @@ -137896,26 +136383,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; @@ -137944,14 +136431,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 stagingmode_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -137965,26 +136452,26 @@ export type stagingzksync_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingzksync_BlockChangedFilter = { +export type stagingmode_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingzksync_Block_height = { - hash?: InputMaybe; +export type stagingmode_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingzksync_ConnectorMeta = { +export type stagingmode_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 stagingmode_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138009,43 +136496,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 stagingmode_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -138053,57 +136540,57 @@ export type stagingzksync_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingzksync_DestinationTransfer = { +export type stagingmode_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 stagingmode_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingzksync_DestinationTransfer_filter = { +export type stagingmode_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138120,16 +136607,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; @@ -138138,17 +136625,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; @@ -138173,40 +136660,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; @@ -138223,16 +136710,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; @@ -138249,16 +136736,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; @@ -138279,7 +136766,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; @@ -138296,26 +136783,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; @@ -138348,16 +136835,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; @@ -138366,26 +136853,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; @@ -138418,16 +136905,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; @@ -138437,12 +136924,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 stagingmode_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -138491,14 +136978,14 @@ export type stagingzksync_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingzksync_OptimisticRootFinalized = { +export type stagingmode_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingzksync_Bytes']; + aggregateRoot: Scalars['stagingmode_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingzksync_OptimisticRootFinalized_filter = { +export type stagingmode_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138507,16 +136994,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; @@ -138534,36 +137021,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 stagingmode_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingzksync_OrderDirection = +export type stagingmode_OrderDirection = | 'asc' | 'desc'; -export type stagingzksync_OriginMessage = { +export type stagingmode_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 stagingmode_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138572,16 +137059,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; @@ -138590,16 +137077,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; @@ -138608,36 +137095,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; @@ -138666,14 +137153,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 stagingmode_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -138687,51 +137174,51 @@ export type stagingzksync_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingzksync_OriginTransfer = { +export type stagingmode_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 stagingmode_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingzksync_OriginTransfer_filter = { +export type stagingmode_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -138748,16 +137235,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; @@ -138766,20 +137253,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; @@ -138804,40 +137291,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; @@ -138846,16 +137333,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; @@ -138872,16 +137359,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; @@ -138902,17 +137389,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; @@ -138933,7 +137420,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; @@ -138948,37 +137435,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; @@ -139011,16 +137498,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; @@ -139030,12 +137517,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 stagingmode_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -139087,20 +137574,20 @@ export type stagingzksync_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingzksync_Relayer = { +export type stagingmode_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingzksync_RelayerFee = { +export type stagingmode_RelayerFee = { id: Scalars['ID']; - transfer: stagingzksync_OriginTransfer; + transfer: stagingmode_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingzksync_Bytes']; + asset: Scalars['stagingmode_Bytes']; }; -export type stagingzksync_RelayerFee_filter = { +export type stagingmode_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139129,7 +137616,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; @@ -139138,23 +137625,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 stagingmode_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -139189,20 +137676,20 @@ export type stagingzksync_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingzksync_RelayerFeesIncrease = { +export type stagingmode_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingzksync_OriginTransfer; + transfer: stagingmode_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingzksync_Bytes']; - transactionHash: Scalars['stagingzksync_Bytes']; + asset?: Maybe; + caller: Scalars['stagingmode_Bytes']; + transactionHash: Scalars['stagingmode_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingzksync_RelayerFeesIncrease_filter = { +export type stagingmode_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139231,7 +137718,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; @@ -139240,36 +137727,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; @@ -139303,12 +137790,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 stagingmode_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -139349,7 +137836,7 @@ export type stagingzksync_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingzksync_Relayer_filter = { +export type stagingmode_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139362,33 +137849,862 @@ 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 stagingmode_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingzksync_RootCount = { +export type stagingmode_RootCount = { + id: Scalars['ID']; + count?: Maybe; +}; + +export type stagingmode_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 stagingmode_RootCount_orderBy = + | 'id' + | 'count'; + +export type stagingmode_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 stagingmode_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 stagingmode_RootMessageSent_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' + | 'timestamp' + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; + +export type stagingmode_Router = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; +}; + + +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; + 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 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'; + +export type stagingmode_RouterLiquidityEvent = { + id: Scalars['ID']; + 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 stagingmode_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingmode_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 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' + | 'root' + | 'count' + | 'timestamp' + | 'blockNumber'; + +export type stagingmode_SpokeConnectorMode = { id: Scalars['ID']; - count?: Maybe; + mode: Scalars['String']; }; -export type stagingzksync_RootCount_filter = { +export type stagingmode_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139397,39 +138713,87 @@ export type stagingzksync_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>; + 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 stagingzksync_RootCount_orderBy = +export type stagingmode_SpokeConnectorMode_orderBy = | 'id' - | 'count'; + | 'mode'; -export type stagingzksync_RootMessageSent = { +export type stagingmode_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type stagingmode__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 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: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; +}; + +export type base_AggregateRoot = { id: Scalars['ID']; - spokeDomain?: Maybe; - hubDomain?: Maybe; - root?: Maybe; - count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; + root: Scalars['base_Bytes']; + blockNumber: Scalars['BigInt']; +}; + +export type base_AggregateRootProposed = { + id: Scalars['ID']; + aggregateRoot: Scalars['base_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; + domain: Scalars['BigInt']; + timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingzksync_RootMessageSent_filter = { +export type base_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139438,60 +138802,40 @@ export type stagingzksync_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; @@ -139500,22 +138844,6 @@ export type stagingzksync_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; @@ -139525,52 +138853,87 @@ 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 base_AggregateRootProposed_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'count' - | 'caller' - | 'transactionHash' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' + | 'domain' | '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 base_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 base_AggregateRoot_orderBy = + | 'id' + | 'root' + | 'blockNumber'; -export type stagingzksync_RouterassetBalancesArgs = { - skip?: InputMaybe; - first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; +export type base_Aggregation_interval = + | 'hour' + | 'day'; + +export type base_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_RouterDailyTVL = { +export type base_AssetBalance = { id: Scalars['ID']; - router: stagingzksync_Router; - asset: stagingzksync_Asset; - timestamp: Scalars['BigInt']; - balance: Scalars['BigInt']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: base_Router; + asset: base_Asset; + feesEarned: Scalars['BigInt']; }; -export type stagingzksync_RouterDailyTVL_filter = { +export type base_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139579,6 +138942,38 @@ export type stagingzksync_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; @@ -139599,7 +138994,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; @@ -139620,31 +139015,27 @@ export type stagingzksync_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 stagingzksync_RouterDailyTVL_orderBy = +export type base_AssetBalance_orderBy = | 'id' + | 'amount' + | 'locked' + | 'supplied' + | 'removed' | 'router' | 'router__id' | 'router__isActive' @@ -139662,28 +139053,37 @@ export type stagingzksync_RouterDailyTVL_orderBy = | 'asset__adoptedAsset' | 'asset__localAsset' | 'asset__blockNumber' - | 'timestamp' - | 'balance'; + | 'feesEarned'; -export type stagingzksync_RouterLiquidityEvent = { +export type base_AssetStatus = { 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']; + status?: Maybe; }; -export type stagingzksync_RouterLiquidityEventType = - | 'Add' - | 'Remove'; +export type base_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_RouterLiquidityEvent_filter = { +export type base_AssetStatus_orderBy = + | 'id' + | 'status'; + +export type base_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139692,31 +139092,413 @@ 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>; - 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; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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 base_Asset_orderBy = + | 'id' + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; + +export type base_BlockChangedFilter = { + number_gte: Scalars['Int']; +}; + +export type base_Block_height = { + hash?: InputMaybe; + number?: InputMaybe; + number_gte?: InputMaybe; +}; + +export type base_ConnectorMeta = { + id: Scalars['ID']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; +}; + +export type base_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 base_ConnectorMeta_orderBy = + | 'id' + | 'spokeDomain' + | 'hubDomain' + | 'amb' + | 'rootManager' + | 'mirrorConnector'; + +export type base_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 base_DestinationTransferroutersArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type base_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; @@ -139737,7 +139519,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; @@ -139746,74 +139528,180 @@ export type stagingzksync_RouterLiquidityEvent_filter = { 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>; + 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 stagingzksync_RouterLiquidityEvent_orderBy = +export type base_DestinationTransfer_orderBy = | 'id' - | 'type' - | 'router' - | 'router__id' - | 'router__isActive' - | 'router__owner' - | 'router__recipient' - | 'router__proposedOwner' - | 'router__proposedTimestamp' + | 'chainId' + | 'transferId' + | 'nonce' + | 'status' + | 'routers' + | 'originDomain' + | 'destinationDomain' + | 'canonicalDomain' + | 'to' + | 'delegate' + | 'receiveLocal' + | 'callData' + | 'slippage' + | 'bumpSlippageCount' + | 'originSender' + | 'bridgedAmt' + | 'normalizedIn' + | 'canonicalId' | 'asset' | 'asset__id' | 'asset__key' @@ -139825,87 +139713,32 @@ export type stagingzksync_RouterLiquidityEvent_orderBy = | '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'; + | 'routersFee' + | 'executedCaller' + | 'executedTransactionHash' + | 'executedTimestamp' + | 'executedGasPrice' + | 'executedGasLimit' + | 'executedBlockNumber' + | 'executedTxOrigin' + | 'executedTxNonce' + | 'reconciledCaller' + | 'reconciledTransactionHash' + | 'reconciledTimestamp' + | 'reconciledGasPrice' + | 'reconciledGasLimit' + | 'reconciledBlockNumber' + | 'reconciledTxOrigin' + | 'reconciledTxNonce'; -export type stagingzksync_Sequencer = { +export type base_OptimisticRootFinalized = { id: Scalars['ID']; - isActive: Scalars['Boolean']; - sequencer?: Maybe; + aggregateRoot: Scalars['base_Bytes']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type stagingzksync_Sequencer_filter = { +export type base_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139914,38 +139747,63 @@ export type stagingzksync_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; + 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 stagingzksync_Sequencer_orderBy = +export type base_OptimisticRootFinalized_orderBy = | 'id' - | 'isActive' - | 'sequencer'; + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; -export type stagingzksync_Setting = { +/** Defines the order direction, either ascending or descending */ +export type base_OrderDirection = + | 'asc' + | 'desc'; + +export type base_OriginMessage = { id: Scalars['ID']; - maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingzksync_Bytes']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; }; -export type stagingzksync_Setting_filter = { +export type base_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -139954,48 +139812,166 @@ export type stagingzksync_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; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: 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 stagingzksync_Setting_orderBy = +export type base_OriginMessage_orderBy = | 'id' - | 'maxRoutersPerTransfer' - | 'caller'; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type stagingzksync_SlippageUpdate = { +export type base_OriginTransfer = { 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']; + 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_SlippageUpdate_filter = { + +export type base_OriginTransferrelayerFeesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type base_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140004,27 +139980,104 @@ export type stagingzksync_SlippageUpdate_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transfer?: InputMaybe; - transfer_not?: InputMaybe; - transfer_gt?: InputMaybe; - transfer_lt?: InputMaybe; - transfer_gte?: InputMaybe; - transfer_lte?: InputMaybe; - transfer_in?: InputMaybe>; - transfer_not_in?: InputMaybe>; - transfer_contains?: InputMaybe; - transfer_contains_nocase?: InputMaybe; - transfer_not_contains?: InputMaybe; - transfer_not_contains_nocase?: InputMaybe; - transfer_starts_with?: InputMaybe; - transfer_starts_with_nocase?: InputMaybe; - transfer_not_starts_with?: InputMaybe; - transfer_not_starts_with_nocase?: InputMaybe; - transfer_ends_with?: InputMaybe; - transfer_ends_with_nocase?: InputMaybe; - transfer_not_ends_with?: InputMaybe; - transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + chainId?: InputMaybe; + chainId_not?: InputMaybe; + chainId_gt?: InputMaybe; + chainId_lt?: InputMaybe; + chainId_gte?: InputMaybe; + chainId_lte?: InputMaybe; + chainId_in?: InputMaybe>; + chainId_not_in?: InputMaybe>; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; + nonce?: InputMaybe; + nonce_not?: InputMaybe; + nonce_gt?: InputMaybe; + nonce_lt?: InputMaybe; + nonce_gte?: InputMaybe; + nonce_lte?: InputMaybe; + nonce_in?: InputMaybe>; + nonce_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + 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; @@ -140033,26 +140086,139 @@ 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; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: 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; @@ -140085,347 +140251,96 @@ export type stagingzksync_SlippageUpdate_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; + txNonce?: InputMaybe; + txNonce_not?: InputMaybe; + txNonce_gt?: InputMaybe; + txNonce_lt?: InputMaybe; + txNonce_gte?: InputMaybe; + txNonce_lte?: InputMaybe; + txNonce_in?: InputMaybe>; + txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -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 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 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; - 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 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; - domain?: InputMaybe; - domain_not?: InputMaybe; - domain_gt?: InputMaybe; - domain_lt?: InputMaybe; - domain_gte?: InputMaybe; - domain_lte?: InputMaybe; - domain_in?: InputMaybe>; - domain_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_AggregatedMessageRoot_orderBy = +export type base_OriginTransfer_orderBy = | 'id' - | 'index' - | 'receivedRoot' - | 'domain' - | 'blockNumber'; + | '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_ArbitrumConnectorMeta = { +export type base_Relayer = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + isActive: Scalars['Boolean']; + relayer?: Maybe; }; -export type mainnet_ArbitrumConnectorMeta_filter = { +export type base_RelayerFee = { + id: Scalars['ID']; + transfer: base_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['base_Bytes']; +}; + +export type base_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140434,76 +140349,100 @@ export type mainnet_ArbitrumConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + 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_ArbitrumConnectorMeta_orderBy = +export type base_RelayerFee_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | '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_AvalancheConnectorMeta = { +export type base_RelayerFeesIncrease = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + transfer: base_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['base_Bytes']; + transactionHash: Scalars['base_Bytes']; + timestamp: Scalars['BigInt']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type mainnet_AvalancheConnectorMeta_filter = { +export type base_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140512,76 +140451,145 @@ export type mainnet_AvalancheConnectorMeta_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; + 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_AvalancheConnectorMeta_orderBy = +export type base_RelayerFeesIncrease_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']; -}; + | '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_BaseConnectorMeta_filter = { +export type base_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140590,76 +140598,37 @@ 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; + 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 mainnet_BaseConnectorMeta_orderBy = +export type base_Relayer_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'isActive' + | 'relayer'; -export type mainnet_BnbConnectorMeta = { +export type base_RootCount = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + count?: Maybe; }; -export type mainnet_BnbConnectorMeta_filter = { +export type base_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140668,76 +140637,39 @@ export type mainnet_BnbConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + 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_BnbConnectorMeta_orderBy = +export type base_RootCount_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'count'; -export type mainnet_GnosisConnectorMeta = { +export type base_RootMessageSent = { 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; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type mainnet_GnosisConnectorMeta_filter = { +export type base_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140762,108 +140694,44 @@ export type mainnet_GnosisConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; - /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; -}; - -export type mainnet_GnosisConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; - -export type mainnet_HubDomain = { - id: Scalars['ID']; - 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']; - blockNumber?: Maybe; -}; - -export type mainnet_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; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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; @@ -140872,6 +140740,22 @@ export type mainnet_HubOptimisticRootFinalized_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; @@ -140881,27 +140765,52 @@ export type mainnet_HubOptimisticRootFinalized_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_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_HubOptimisticRootFinalized_orderBy = +export type base_RootMessageSent_orderBy = | 'id' - | 'aggregateRoot' + | 'spokeDomain' + | 'hubDomain' + | 'root' + | 'count' + | 'caller' + | 'transactionHash' | 'timestamp' + | 'gasPrice' + | 'gasLimit' | 'blockNumber'; -export type mainnet_LineaConnectorMeta = { +export type base_Router = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + isActive: Scalars['Boolean']; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; + proposedTimestamp?: Maybe; + assetBalances: Array; }; -export type mainnet_LineaConnectorMeta_filter = { + +export type base_RouterassetBalancesArgs = { + skip?: InputMaybe; + first?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; +}; + +export type base_RouterDailyTVL = { + id: Scalars['ID']; + router: base_Router; + asset: base_Asset; + timestamp: Scalars['BigInt']; + balance: Scalars['BigInt']; +}; + +export type base_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140910,76 +140819,111 @@ export type mainnet_LineaConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + 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_LineaConnectorMeta_orderBy = +export type base_RouterDailyTVL_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | '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_MantleConnectorMeta = { +export type base_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: base_Router; + asset: base_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + transactionHash: Scalars['base_Bytes']; + nonce: Scalars['BigInt']; }; -export type mainnet_MantleConnectorMeta_filter = { +export type base_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type base_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -140988,76 +140932,147 @@ 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; + 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_MantleConnectorMeta_orderBy = +export type base_RouterLiquidityEvent_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']; -}; + | 'type' + | 'router' + | 'router__id' + | 'router__isActive' + | 'router__owner' + | 'router__recipient' + | 'router__proposedOwner' + | 'router__proposedTimestamp' + | 'asset' + | 'asset__id' + | 'asset__key' + | 'asset__decimal' + | 'asset__adoptedDecimal' + | 'asset__canonicalId' + | 'asset__canonicalDomain' + | 'asset__adoptedAsset' + | 'asset__localAsset' + | 'asset__blockNumber' + | 'amount' + | 'balance' + | 'caller' + | 'blockNumber' + | 'timestamp' + | 'transactionHash' + | 'nonce'; -export type mainnet_MetisConnectorMeta_filter = { +export type base_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141066,76 +141081,71 @@ export type mainnet_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; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_MetisConnectorMeta_orderBy = +export type base_Router_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'isActive' + | 'owner' + | 'recipient' + | 'proposedOwner' + | 'proposedTimestamp' + | 'assetBalances'; -export type mainnet_ModeConnectorMeta = { +export type base_Sequencer = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type mainnet_ModeConnectorMeta_filter = { +export type base_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141144,76 +141154,38 @@ export type mainnet_ModeConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + isActive?: InputMaybe; + isActive_not?: InputMaybe; + isActive_in?: InputMaybe>; + isActive_not_in?: InputMaybe>; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_ModeConnectorMeta_orderBy = +export type base_Sequencer_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'isActive' + | 'sequencer'; -export type mainnet_OptimismConnectorMeta = { +export type base_Setting = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['base_Bytes']; }; -export type mainnet_OptimismConnectorMeta_filter = { +export type base_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141222,75 +141194,48 @@ export type mainnet_OptimismConnectorMeta_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + 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 mainnet_OptimismConnectorMeta_orderBy = +export type base_Setting_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'maxRoutersPerTransfer' + | 'caller'; -export type mainnet_OptimisticRootPropagated = { +export type base_SlippageUpdate = { id: Scalars['ID']; - aggregateRoot: Scalars['mainnet_Bytes']; - domainsHash: Scalars['mainnet_Bytes']; + transfer: base_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['base_Bytes']; + transactionHash: Scalars['base_Bytes']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: Scalars['BigInt']; }; -export type mainnet_OptimisticRootPropagated_filter = { +export type base_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141299,26 +141244,55 @@ 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; + 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; @@ -141327,6 +141301,22 @@ export type mainnet_OptimisticRootPropagated_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; @@ -141336,30 +141326,68 @@ 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 base_SlippageUpdate_orderBy = | 'id' - | 'aggregateRoot' - | 'domainsHash' + | 'transfer' + | 'transfer__id' + | 'transfer__chainId' + | 'transfer__transferId' + | 'transfer__nonce' + | 'transfer__status' + | 'transfer__originDomain' + | 'transfer__destinationDomain' + | 'transfer__canonicalDomain' + | 'transfer__to' + | 'transfer__delegate' + | 'transfer__receiveLocal' + | 'transfer__callData' + | 'transfer__slippage' + | 'transfer__bumpSlippageCount' + | 'transfer__originSender' + | 'transfer__bridgedAmt' + | 'transfer__normalizedIn' + | 'transfer__canonicalId' + | 'transfer__amount' + | 'transfer__routersFee' + | 'transfer__executedCaller' + | 'transfer__executedTransactionHash' + | 'transfer__executedTimestamp' + | 'transfer__executedGasPrice' + | 'transfer__executedGasLimit' + | 'transfer__executedBlockNumber' + | 'transfer__executedTxOrigin' + | 'transfer__executedTxNonce' + | 'transfer__reconciledCaller' + | 'transfer__reconciledTransactionHash' + | 'transfer__reconciledTimestamp' + | 'transfer__reconciledGasPrice' + | 'transfer__reconciledGasLimit' + | 'transfer__reconciledBlockNumber' + | 'transfer__reconciledTxOrigin' + | 'transfer__reconciledTxNonce' + | 'slippage' + | 'caller' + | 'transactionHash' | 'timestamp' + | 'gasPrice' + | 'gasLimit' | 'blockNumber'; -export type mainnet_OptimisticRootProposed = { +export type base_SnapshotRoot = { id: Scalars['ID']; - disputeCliff: Scalars['BigInt']; - aggregateRoot: Scalars['mainnet_Bytes']; - snapshotsRoots?: Maybe>; - domains?: Maybe>; - baseAggregateRoot: Scalars['mainnet_Bytes']; + spokeDomain?: Maybe; + root: Scalars['base_Bytes']; + count: Scalars['BigInt']; timestamp: Scalars['BigInt']; - blockNumber?: Maybe; + blockNumber: Scalars['BigInt']; }; -export type mainnet_OptimisticRootProposed_filter = { +export type base_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141368,46 +141396,32 @@ 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; + 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; @@ -141425,31 +141439,25 @@ export type mainnet_OptimisticRootProposed_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_OptimisticRootProposed_orderBy = +export type base_SnapshotRoot_orderBy = | 'id' - | 'disputeCliff' - | 'aggregateRoot' - | 'snapshotsRoots' - | 'domains' - | 'baseAggregateRoot' + | 'spokeDomain' + | 'root' + | 'count' | 'timestamp' | 'blockNumber'; -export type mainnet_PolygonConnectorMeta = { +export type base_SpokeConnectorMode = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - amb: Scalars['mainnet_Bytes']; - rootManager: Scalars['mainnet_Bytes']; - mirrorConnector: Scalars['mainnet_Bytes']; + mode: Scalars['String']; }; -export type mainnet_PolygonConnectorMeta_filter = { +export type base_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141458,152 +141466,87 @@ export type mainnet_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; + mode?: InputMaybe; + mode_not?: InputMaybe; + mode_gt?: InputMaybe; + mode_lt?: InputMaybe; + mode_gte?: InputMaybe; + mode_lte?: InputMaybe; + mode_in?: InputMaybe>; + mode_not_in?: InputMaybe>; + mode_contains?: InputMaybe; + mode_contains_nocase?: InputMaybe; + mode_not_contains?: InputMaybe; + mode_not_contains_nocase?: InputMaybe; + mode_starts_with?: InputMaybe; + mode_starts_with_nocase?: InputMaybe; + mode_not_starts_with?: InputMaybe; + mode_not_starts_with_nocase?: InputMaybe; + mode_ends_with?: InputMaybe; + mode_ends_with_nocase?: InputMaybe; + mode_not_ends_with?: InputMaybe; + mode_not_ends_with_nocase?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_PolygonConnectorMeta_orderBy = +export type base_SpokeConnectorMode_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; + | 'mode'; -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 base_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type base__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 mainnet_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>>; +/** The type for the top-level _meta field */ +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 + * 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: Scalars['String']; + /** If `true`, the subgraph encountered indexing errors at some past block */ + hasIndexingErrors: Scalars['Boolean']; }; -export type mainnet_PolygonZkConnectorMeta_orderBy = - | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'amb' - | 'rootManager' - | 'mirrorConnector'; +export type stagingscroll_AggregateRoot = { + id: Scalars['ID']; + root: Scalars['stagingscroll_Bytes']; + blockNumber: Scalars['BigInt']; +}; -export type mainnet_RootAggregated = { +export type stagingscroll_AggregateRootProposed = { id: Scalars['ID']; + aggregateRoot: Scalars['stagingscroll_Bytes']; + rootTimestamp: Scalars['BigInt']; + endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; - receivedRoot: Scalars['mainnet_Bytes']; - index: Scalars['BigInt']; + timestamp: Scalars['BigInt']; + blockNumber?: Maybe; }; -export type mainnet_RootAggregated_filter = { +export type stagingscroll_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141612,6 +141555,32 @@ export type mainnet_RootAggregated_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; @@ -141620,43 +141589,38 @@ export type mainnet_RootAggregated_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - receivedRoot?: InputMaybe; - receivedRoot_not?: InputMaybe; - receivedRoot_gt?: InputMaybe; - receivedRoot_lt?: InputMaybe; - receivedRoot_gte?: InputMaybe; - receivedRoot_lte?: InputMaybe; - receivedRoot_in?: InputMaybe>; - receivedRoot_not_in?: InputMaybe>; - receivedRoot_contains?: InputMaybe; - receivedRoot_not_contains?: InputMaybe; - index?: InputMaybe; - index_not?: InputMaybe; - index_gt?: InputMaybe; - index_lt?: InputMaybe; - index_gte?: InputMaybe; - index_lte?: InputMaybe; - index_in?: InputMaybe>; - index_not_in?: InputMaybe>; + 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 mainnet_RootAggregated_orderBy = +export type stagingscroll_AggregateRootProposed_orderBy = | 'id' + | 'aggregateRoot' + | 'rootTimestamp' + | 'endOfDispute' | 'domain' - | 'receivedRoot' - | 'index'; - -export type mainnet_RootManagerMeta = { - id: Scalars['ID']; - domains?: Maybe>; - connectors?: Maybe>; -}; + | 'timestamp' + | 'blockNumber'; -export type mainnet_RootManagerMeta_filter = { +export type stagingscroll_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141665,35 +141629,64 @@ 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>; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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_RootManagerMeta_orderBy = +export type stagingscroll_AggregateRoot_orderBy = | 'id' - | 'domains' - | 'connectors'; + | 'root' + | 'blockNumber'; + +export type stagingscroll_Aggregation_interval = + | 'hour' + | 'day'; + +export type stagingscroll_Asset = { + id: Scalars['ID']; + key?: Maybe; + decimal?: Maybe; + adoptedDecimal?: Maybe; + canonicalId?: Maybe; + canonicalDomain?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; + blockNumber?: Maybe; + status?: Maybe; +}; -export type mainnet_RootManagerMode = { +export type stagingscroll_AssetBalance = { id: Scalars['ID']; - mode: Scalars['String']; + amount: Scalars['BigInt']; + locked: Scalars['BigInt']; + supplied: Scalars['BigInt']; + removed: Scalars['BigInt']; + router: stagingscroll_Router; + asset: stagingscroll_Asset; + feesEarned: Scalars['BigInt']; }; -export type mainnet_RootManagerMode_filter = { +export type stagingscroll_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141702,50 +141695,125 @@ 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; + 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_RootManagerMode_orderBy = +export type stagingscroll_AssetBalance_orderBy = | 'id' - | 'mode'; + | '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_RootMessageProcessed = { +export type stagingscroll_AssetStatus = { id: Scalars['ID']; - spokeDomain: Scalars['BigInt']; - hubDomain: Scalars['BigInt']; - root?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; - timestamp?: Maybe; - gasPrice?: Maybe; - gasLimit?: Maybe; - blockNumber?: Maybe; + status?: Maybe; }; -export type mainnet_RootMessageProcessed_filter = { +export type stagingscroll_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141754,111 +141822,21 @@ export type mainnet_RootMessageProcessed_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - spokeDomain?: InputMaybe; - spokeDomain_not?: InputMaybe; - spokeDomain_gt?: InputMaybe; - spokeDomain_lt?: InputMaybe; - spokeDomain_gte?: InputMaybe; - spokeDomain_lte?: InputMaybe; - spokeDomain_in?: InputMaybe>; - spokeDomain_not_in?: InputMaybe>; - hubDomain?: InputMaybe; - hubDomain_not?: InputMaybe; - hubDomain_gt?: InputMaybe; - hubDomain_lt?: InputMaybe; - hubDomain_gte?: InputMaybe; - hubDomain_lte?: InputMaybe; - hubDomain_in?: InputMaybe>; - hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; - timestamp?: InputMaybe; - timestamp_not?: InputMaybe; - timestamp_gt?: InputMaybe; - timestamp_lt?: InputMaybe; - timestamp_gte?: InputMaybe; - timestamp_lte?: InputMaybe; - timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - gasPrice?: InputMaybe; - gasPrice_not?: InputMaybe; - gasPrice_gt?: InputMaybe; - gasPrice_lt?: InputMaybe; - gasPrice_gte?: InputMaybe; - gasPrice_lte?: InputMaybe; - gasPrice_in?: InputMaybe>; - gasPrice_not_in?: InputMaybe>; - gasLimit?: InputMaybe; - gasLimit_not?: InputMaybe; - gasLimit_gt?: InputMaybe; - gasLimit_lt?: InputMaybe; - gasLimit_gte?: InputMaybe; - gasLimit_lte?: InputMaybe; - gasLimit_in?: InputMaybe>; - gasLimit_not_in?: InputMaybe>; - blockNumber?: InputMaybe; - blockNumber_not?: InputMaybe; - blockNumber_gt?: InputMaybe; - blockNumber_lt?: InputMaybe; - blockNumber_gte?: InputMaybe; - blockNumber_lte?: InputMaybe; - blockNumber_in?: InputMaybe>; - blockNumber_not_in?: InputMaybe>; + 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_RootMessageProcessed_orderBy = +export type stagingscroll_AssetStatus_orderBy = | 'id' - | 'spokeDomain' - | 'hubDomain' - | 'root' - | 'caller' - | 'transactionHash' - | 'timestamp' - | 'gasPrice' - | 'gasLimit' - | 'blockNumber'; - -export type mainnet_RootPropagated = { - id: Scalars['ID']; - aggregate: Scalars['mainnet_Bytes']; - domainsHash: Scalars['mainnet_Bytes']; - count: Scalars['BigInt']; - blockNumber?: Maybe; -}; + | 'status'; -export type mainnet_RootPropagated_filter = { +export type stagingscroll_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141867,34 +141845,70 @@ 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>; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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; @@ -141903,29 +141917,67 @@ export type mainnet_RootPropagated_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_RootPropagated_orderBy = +export type stagingscroll_Asset_orderBy = | 'id' - | 'aggregate' - | 'domainsHash' - | 'count' - | 'blockNumber'; + | 'key' + | 'decimal' + | 'adoptedDecimal' + | 'canonicalId' + | 'canonicalDomain' + | 'adoptedAsset' + | 'localAsset' + | 'blockNumber' + | 'status' + | 'status__id' + | 'status__status'; -export type mainnet_ZkSyncConnectorMeta = { +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: 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_ZkSyncConnectorMeta_filter = { +export type stagingscroll_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -141950,43 +142002,43 @@ export type mainnet_ZkSyncConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type mainnet_ZkSyncConnectorMeta_orderBy = +export type stagingscroll_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -141994,42 +142046,57 @@ export type mainnet_ZkSyncConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -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 stagingscroll_DestinationTransfer = { id: Scalars['ID']; - address: Scalars['xlayer_swap_Bytes']; - balances: Array; + chainId?: Maybe; + transferId?: Maybe; + nonce?: Maybe; + status?: Maybe; + routers?: Maybe>; + originDomain?: Maybe; + destinationDomain?: Maybe; + canonicalDomain?: Maybe; + to?: Maybe; + delegate?: Maybe; + receiveLocal?: Maybe; + callData?: Maybe; + slippage?: Maybe; + bumpSlippageCount?: Maybe; + originSender?: Maybe; + bridgedAmt?: Maybe; + normalizedIn?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + amount?: Maybe; + routersFee?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; + executedTimestamp?: Maybe; + executedGasPrice?: Maybe; + executedGasLimit?: Maybe; + executedBlockNumber?: Maybe; + executedTxOrigin?: Maybe; + executedTxNonce?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; + reconciledTimestamp?: Maybe; + reconciledGasPrice?: Maybe; + reconciledGasLimit?: Maybe; + reconciledBlockNumber?: Maybe; + reconciledTxOrigin?: Maybe; + reconciledTxNonce?: Maybe; }; -export type xlayer_swap_LpAccountbalancesArgs = { +export type stagingscroll_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; -}; - -export type xlayer_swap_LpAccountBalance = { - id: Scalars['ID']; - account: xlayer_swap_LpAccount; - token: xlayer_swap_LpToken; - amount: Scalars['xlayer_swap_BigDecimal']; - block?: Maybe; - modified?: Maybe; - transaction?: Maybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xlayer_swap_LpAccountBalance_filter = { +export type stagingscroll_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142038,106 +142105,458 @@ 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; + 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 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 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>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_swap_LpAccountBalance_orderBy = +export type stagingscroll_OptimisticRootFinalized_orderBy = | 'id' - | 'account' - | 'account__id' - | 'account__address' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | 'block' - | 'modified' - | 'transaction'; + | 'aggregateRoot' + | 'timestamp' + | 'blockNumber'; -export type xlayer_swap_LpAccount_filter = { +/** Defines the order direction, either ascending or descending */ +export type stagingscroll_OrderDirection = + | 'asc' + | 'desc'; + +export type stagingscroll_OriginMessage = { + id: Scalars['ID']; + transferId?: Maybe; + destinationDomain?: Maybe; + leaf?: Maybe; + index?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; + blockNumber?: Maybe; + rootCount?: Maybe; +}; + +export type stagingscroll_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142146,59 +142565,166 @@ 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; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: 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_LpAccount_orderBy = +export type stagingscroll_OriginMessage_orderBy = | 'id' - | 'address' - | 'balances'; + | 'transferId' + | 'destinationDomain' + | 'leaf' + | 'index' + | 'message' + | 'root' + | 'transactionHash' + | 'blockNumber' + | 'rootCount' + | 'rootCount__id' + | 'rootCount__count'; -export type xlayer_swap_LpToken = { +export type stagingscroll_OriginTransfer = { 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; + 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_LpTokeneventsArgs = { +export type stagingscroll_OriginTransferrelayerFeesArgs = { 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']; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xlayer_swap_LpTokenEvent_filter = { +export type stagingscroll_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142207,61 +142733,24 @@ 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; + 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; @@ -142270,28 +142759,341 @@ export type xlayer_swap_LpTokenEvent_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_LpTokenEvent_orderBy = +export type stagingscroll_OriginTransfer_orderBy = | 'id' - | 'token' - | 'token__id' - | 'token__address' - | 'token__decimals' - | 'token__name' - | 'token__symbol' - | 'token__totalSupply' - | 'amount' - | '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_LpToken_filter = { +export type stagingscroll_Relayer = { + id: Scalars['ID']; + isActive: Scalars['Boolean']; + relayer?: Maybe; +}; + +export type stagingscroll_RelayerFee = { + id: Scalars['ID']; + transfer: stagingscroll_OriginTransfer; + fee: Scalars['BigInt']; + asset: Scalars['stagingscroll_Bytes']; +}; + +export type stagingscroll_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142300,141 +143102,100 @@ 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; + 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 xlayer_swap_LpToken_orderBy = +export type stagingscroll_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'; -export type xlayer_swap_LpTransferEvent = xlayer_swap_LpTokenEvent & { +export type stagingscroll_RelayerFeesIncrease = { 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']; + transfer: stagingscroll_OriginTransfer; + increase?: Maybe; + asset?: Maybe; + caller: Scalars['stagingscroll_Bytes']; + transactionHash: Scalars['stagingscroll_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_LpTransferEvent_filter = { +export type stagingscroll_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142443,79 +143204,65 @@ 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>; + 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; @@ -142524,60 +143271,78 @@ export type xlayer_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>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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_LpTransferEvent_orderBy = +export type stagingscroll_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 */ -export type xlayer_swap_OrderDirection = - | 'asc' - | 'desc'; - -export type xlayer_swap_PooledToken = { - id: Scalars['ID']; - asset: Scalars['xlayer_swap_Bytes']; -}; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type xlayer_swap_PooledToken_filter = { +export type stagingscroll_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142586,116 +143351,37 @@ 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; + 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 xlayer_swap_PooledToken_orderBy = +export type stagingscroll_Relayer_orderBy = | 'id' - | 'asset'; - -export type xlayer_swap_StableSwap = { - 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; -}; + | 'isActive' + | 'relayer'; -export type xlayer_swap_StableSwapAddLiquidityEvent = xlayer_swap_StableSwapEvent & { +export type stagingscroll_RootCount = { 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']; + count?: Maybe; }; -export type xlayer_swap_StableSwapAddLiquidityEvent_filter = { +export type stagingscroll_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142704,160 +143390,39 @@ 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>; + 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_StableSwapAddLiquidityEvent_orderBy = +export type stagingscroll_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'; -export type xlayer_swap_StableSwapEvent = { +export type stagingscroll_RootMessageSent = { id: Scalars['ID']; - stableSwap: xlayer_swap_StableSwap; - block: Scalars['BigInt']; - timestamp: Scalars['BigInt']; - transaction: Scalars['xlayer_swap_Bytes']; - nonce: Scalars['BigInt']; + spokeDomain?: Maybe; + hubDomain?: Maybe; + root?: Maybe; + count?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; + timestamp?: Maybe; + gasPrice?: Maybe; + gasLimit?: Maybe; + blockNumber?: Maybe; }; -export type xlayer_swap_StableSwapEvent_filter = { +export type stagingscroll_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142866,35 +143431,60 @@ 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>; + spokeDomain?: InputMaybe; + spokeDomain_not?: InputMaybe; + spokeDomain_gt?: InputMaybe; + spokeDomain_lt?: InputMaybe; + spokeDomain_gte?: InputMaybe; + spokeDomain_lte?: InputMaybe; + spokeDomain_in?: InputMaybe>; + spokeDomain_not_in?: InputMaybe>; + 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; @@ -142903,71 +143493,77 @@ export type xlayer_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>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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_StableSwapEvent_orderBy = +export type stagingscroll_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'; -export type xlayer_swap_StableSwapExchange = { +export type stagingscroll_Router = { 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; - fee: Scalars['BigInt']; - block: Scalars['BigInt']; + 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; +}; + +export type stagingscroll_RouterDailyTVL = { + id: Scalars['ID']; + router: stagingscroll_Router; + asset: stagingscroll_Asset; timestamp: Scalars['BigInt']; - transaction: Scalars['xlayer_swap_Bytes']; - nonce: Scalars['BigInt']; + balance: Scalars['BigInt']; }; -export type xlayer_swap_StableSwapExchange_filter = { +export type stagingscroll_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -142976,91 +143572,48 @@ 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>; - 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>; + 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; @@ -143069,78 +143622,61 @@ export type xlayer_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>; + 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_StableSwapExchange_orderBy = +export type stagingscroll_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'; -export type xlayer_swap_StableSwapRemoveLiquidityEvent = xlayer_swap_StableSwapEvent & { +export type stagingscroll_RouterLiquidityEvent = { 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']; + type?: Maybe; + router: stagingscroll_Router; + asset: stagingscroll_Asset; + amount: Scalars['BigInt']; + balance: Scalars['BigInt']; + caller?: Maybe; + blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xlayer_swap_Bytes']; + transactionHash: Scalars['stagingscroll_Bytes']; nonce: Scalars['BigInt']; }; -export type xlayer_swap_StableSwapRemoveLiquidityEvent_filter = { +export type stagingscroll_RouterLiquidityEventType = + | 'Add' + | 'Remove'; + +export type stagingscroll_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143149,87 +143685,86 @@ 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>; + 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; @@ -143237,17 +143772,17 @@ export type xlayer_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_gte?: InputMaybe; timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; - timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + timestamp_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; @@ -143257,43 +143792,40 @@ export type xlayer_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 xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type stagingscroll_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'; -export type xlayer_swap_StableSwap_filter = { +export type stagingscroll_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143306,196 +143838,67 @@ 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; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; + proposedTimestamp?: InputMaybe; + proposedTimestamp_not?: InputMaybe; + proposedTimestamp_gt?: InputMaybe; + proposedTimestamp_lt?: InputMaybe; + proposedTimestamp_gte?: InputMaybe; + proposedTimestamp_lte?: InputMaybe; + proposedTimestamp_in?: InputMaybe>; + proposedTimestamp_not_in?: InputMaybe>; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xlayer_swap_StableSwap_orderBy = +export type stagingscroll_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'; -export type xlayer_swap_SwapDailyVolume = xlayer_swap_SwapTradeVolume & { +export type stagingscroll_Sequencer = { id: Scalars['ID']; - stableSwap: xlayer_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['xlayer_swap_BigDecimal']; + isActive: Scalars['Boolean']; + sequencer?: Maybe; }; -export type xlayer_swap_SwapDailyVolume_filter = { +export type stagingscroll_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143504,79 +143907,38 @@ 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>; + 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 xlayer_swap_SwapDailyVolume_orderBy = +export type stagingscroll_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'; -export type xlayer_swap_SwapHourlyVolume = xlayer_swap_SwapTradeVolume & { +export type stagingscroll_Setting = { id: Scalars['ID']; - stableSwap: xlayer_swap_StableSwap; - timestamp: Scalars['BigInt']; - volume: Scalars['xlayer_swap_BigDecimal']; + maxRoutersPerTransfer: Scalars['BigInt']; + caller: Scalars['stagingscroll_Bytes']; }; -export type xlayer_swap_SwapHourlyVolume_filter = { +export type stagingscroll_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143585,99 +143947,105 @@ 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; - 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>; + 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 xlayer_swap_SwapHourlyVolume_orderBy = +export type stagingscroll_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'; -export type xlayer_swap_SwapTradeVolume = { - stableSwap: xlayer_swap_StableSwap; +export type stagingscroll_SlippageUpdate = { + id: Scalars['ID']; + transfer: stagingscroll_DestinationTransfer; + slippage: Scalars['BigInt']; + caller: Scalars['stagingscroll_Bytes']; + transactionHash: Scalars['stagingscroll_Bytes']; timestamp: Scalars['BigInt']; - volume: Scalars['xlayer_swap_BigDecimal']; + gasPrice: Scalars['BigInt']; + gasLimit: Scalars['BigInt']; + blockNumber: 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 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; @@ -143686,49 +144054,93 @@ 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>; + gasPrice?: InputMaybe; + gasPrice_not?: InputMaybe; + gasPrice_gt?: InputMaybe; + gasPrice_lt?: InputMaybe; + gasPrice_gte?: InputMaybe; + gasPrice_lte?: InputMaybe; + gasPrice_in?: InputMaybe>; + gasPrice_not_in?: InputMaybe>; + gasLimit?: InputMaybe; + gasLimit_not?: InputMaybe; + gasLimit_gt?: InputMaybe; + gasLimit_lt?: InputMaybe; + gasLimit_gte?: InputMaybe; + gasLimit_lte?: InputMaybe; + gasLimit_in?: InputMaybe>; + gasLimit_not_in?: InputMaybe>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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_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 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' - | 'volume'; + | 'gasPrice' + | 'gasLimit' + | 'blockNumber'; -export type xlayer_swap_SwapWeeklyVolume = xlayer_swap_SwapTradeVolume & { +export type stagingscroll_SnapshotRoot = { id: Scalars['ID']; - stableSwap: xlayer_swap_StableSwap; + spokeDomain?: Maybe; + root: Scalars['stagingscroll_Bytes']; + count: Scalars['BigInt']; timestamp: Scalars['BigInt']; - volume: Scalars['xlayer_swap_BigDecimal']; + blockNumber: Scalars['BigInt']; }; -export type xlayer_swap_SwapWeeklyVolume_filter = { +export type stagingscroll_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143737,27 +144149,32 @@ 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; + 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; @@ -143766,49 +144183,34 @@ 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>; + blockNumber?: InputMaybe; + blockNumber_not?: InputMaybe; + blockNumber_gt?: InputMaybe; + blockNumber_lt?: InputMaybe; + blockNumber_gte?: 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_SwapWeeklyVolume_orderBy = +export type stagingscroll_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'; -export type xlayer_swap_SystemInfo = { +export type stagingscroll_SpokeConnectorMode = { id: Scalars['ID']; - exchangeCount: Scalars['BigInt']; - swapCount: Scalars['BigInt']; + mode: Scalars['String']; }; -export type xlayer_swap_SystemInfo_filter = { +export type stagingscroll_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143817,44 +144219,56 @@ 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>; + 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 xlayer_swap_SystemInfo_orderBy = +export type stagingscroll_SpokeConnectorMode_orderBy = | 'id' - | 'exchangeCount' - | 'swapCount'; + | 'mode'; -export type xlayer_swap__Block_ = { +export type stagingscroll_TransferStatus = + | 'XCalled' + | 'Executed' + | 'Reconciled' + | 'CompletedSlow' + | 'CompletedFast'; + +export type stagingscroll__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_swap__Meta_ = { +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 @@ -143862,22 +144276,22 @@ export type xlayer_swap__Meta_ = { * and therefore asks for the latest block * */ - block: xlayer_swap__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 stagingxlayer_AggregateRoot = { +export type stagingzksync_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingxlayer_Bytes']; + root: Scalars['stagingzksync_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingxlayer_AggregateRootProposed = { +export type stagingzksync_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingxlayer_Bytes']; + aggregateRoot: Scalars['stagingzksync_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -143885,7 +144299,7 @@ export type stagingxlayer_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingxlayer_AggregateRootProposed_filter = { +export type stagingzksync_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143894,16 +144308,16 @@ 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; + 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; @@ -143945,12 +144359,12 @@ export type stagingxlayer_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 stagingxlayer_AggregateRootProposed_orderBy = +export type stagingzksync_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -143959,7 +144373,7 @@ export type stagingxlayer_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingxlayer_AggregateRoot_filter = { +export type stagingzksync_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -143968,16 +144382,16 @@ 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; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: 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; @@ -143987,41 +144401,45 @@ export type stagingxlayer_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 stagingxlayer_AggregateRoot_orderBy = +export type stagingzksync_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingxlayer_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 stagingxlayer_AssetBalance = { +export type stagingzksync_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingxlayer_Router; - asset: stagingxlayer_Asset; + router: stagingzksync_Router; + asset: stagingzksync_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingxlayer_AssetBalance_filter = { +export type stagingzksync_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144082,7 +144500,7 @@ export type stagingxlayer_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; @@ -144103,7 +144521,7 @@ export type stagingxlayer_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; @@ -144113,12 +144531,12 @@ export type stagingxlayer_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 stagingxlayer_AssetBalance_orderBy = +export type stagingzksync_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -144143,12 +144561,12 @@ export type stagingxlayer_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingxlayer_AssetStatus = { +export type stagingzksync_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingxlayer_AssetStatus_filter = { +export type stagingzksync_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144162,16 +144580,16 @@ export type stagingxlayer_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 stagingxlayer_AssetStatus_orderBy = +export type stagingzksync_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingxlayer_Asset_filter = { +export type stagingzksync_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144180,16 +144598,16 @@ 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; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: 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; @@ -144206,44 +144624,44 @@ export type stagingxlayer_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; 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; + 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; @@ -144272,14 +144690,14 @@ export type stagingxlayer_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 stagingxlayer_Asset_orderBy = +export type stagingzksync_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -144293,26 +144711,26 @@ export type stagingxlayer_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingxlayer_BlockChangedFilter = { +export type stagingzksync_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingxlayer_Block_height = { - hash?: InputMaybe; +export type stagingzksync_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingxlayer_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 stagingxlayer_ConnectorMeta_filter = { +export type stagingzksync_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144337,43 +144755,43 @@ export type stagingxlayer_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 stagingxlayer_ConnectorMeta_orderBy = +export type stagingzksync_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -144381,57 +144799,57 @@ export type stagingxlayer_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingxlayer_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 stagingxlayer_DestinationTransferroutersArgs = { +export type stagingzksync_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingxlayer_DestinationTransfer_filter = { +export type stagingzksync_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144448,16 +144866,16 @@ export type stagingxlayer_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; @@ -144466,17 +144884,17 @@ 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>; + 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; @@ -144501,40 +144919,40 @@ export type stagingxlayer_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; @@ -144551,16 +144969,16 @@ export type stagingxlayer_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; @@ -144577,16 +144995,16 @@ export type stagingxlayer_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; @@ -144607,7 +145025,7 @@ export type stagingxlayer_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; @@ -144624,26 +145042,26 @@ export type stagingxlayer_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; @@ -144676,16 +145094,16 @@ export type stagingxlayer_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; @@ -144694,26 +145112,26 @@ export type stagingxlayer_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; @@ -144746,16 +145164,16 @@ export type stagingxlayer_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; @@ -144765,12 +145183,12 @@ export type stagingxlayer_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 stagingxlayer_DestinationTransfer_orderBy = +export type stagingzksync_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -144819,14 +145237,14 @@ export type stagingxlayer_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingxlayer_OptimisticRootFinalized = { +export type stagingzksync_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingxlayer_Bytes']; + aggregateRoot: Scalars['stagingzksync_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingxlayer_OptimisticRootFinalized_filter = { +export type stagingzksync_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144835,16 +145253,16 @@ 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; + 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; @@ -144862,36 +145280,36 @@ export type stagingxlayer_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 stagingxlayer_OptimisticRootFinalized_orderBy = +export type stagingzksync_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingxlayer_OrderDirection = +export type stagingzksync_OrderDirection = | 'asc' | 'desc'; -export type stagingxlayer_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 stagingxlayer_OriginMessage_filter = { +export type stagingzksync_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -144900,16 +145318,16 @@ 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; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: 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; @@ -144918,16 +145336,16 @@ export type stagingxlayer_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; @@ -144936,36 +145354,36 @@ export type stagingxlayer_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; @@ -144994,14 +145412,14 @@ export type stagingxlayer_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 stagingxlayer_OriginMessage_orderBy = +export type stagingzksync_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -145015,51 +145433,51 @@ export type stagingxlayer_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingxlayer_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 stagingxlayer_OriginTransferrelayerFeesArgs = { +export type stagingzksync_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingxlayer_OriginTransfer_filter = { +export type stagingzksync_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145076,16 +145494,16 @@ export type stagingxlayer_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; @@ -145094,20 +145512,20 @@ export type stagingxlayer_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; @@ -145132,40 +145550,40 @@ export type stagingxlayer_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; @@ -145174,16 +145592,16 @@ export type stagingxlayer_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; @@ -145200,16 +145618,16 @@ export type stagingxlayer_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; @@ -145230,17 +145648,17 @@ export type stagingxlayer_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; @@ -145261,7 +145679,7 @@ export type stagingxlayer_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; @@ -145276,37 +145694,37 @@ export type stagingxlayer_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; @@ -145339,16 +145757,16 @@ export type stagingxlayer_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; @@ -145358,12 +145776,12 @@ export type stagingxlayer_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 stagingxlayer_OriginTransfer_orderBy = +export type stagingzksync_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -145415,20 +145833,20 @@ export type stagingxlayer_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingxlayer_Relayer = { +export type stagingzksync_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingxlayer_RelayerFee = { +export type stagingzksync_RelayerFee = { id: Scalars['ID']; - transfer: stagingxlayer_OriginTransfer; + transfer: stagingzksync_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingxlayer_Bytes']; + asset: Scalars['stagingzksync_Bytes']; }; -export type stagingxlayer_RelayerFee_filter = { +export type stagingzksync_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145457,7 +145875,7 @@ export type stagingxlayer_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; @@ -145466,23 +145884,23 @@ export type stagingxlayer_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 stagingxlayer_RelayerFee_orderBy = +export type stagingzksync_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -145517,20 +145935,20 @@ export type stagingxlayer_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingxlayer_RelayerFeesIncrease = { +export type stagingzksync_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingxlayer_OriginTransfer; + transfer: stagingzksync_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingxlayer_Bytes']; - transactionHash: Scalars['stagingxlayer_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 stagingxlayer_RelayerFeesIncrease_filter = { +export type stagingzksync_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145559,7 +145977,7 @@ export type stagingxlayer_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; @@ -145568,36 +145986,36 @@ export type stagingxlayer_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; @@ -145631,12 +146049,12 @@ export type stagingxlayer_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 stagingxlayer_RelayerFeesIncrease_orderBy = +export type stagingzksync_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -145677,7 +146095,7 @@ export type stagingxlayer_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingxlayer_Relayer_filter = { +export type stagingzksync_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145690,33 +146108,33 @@ export type stagingxlayer_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 stagingxlayer_Relayer_orderBy = +export type stagingzksync_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingxlayer_RootCount = { +export type stagingzksync_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingxlayer_RootCount_filter = { +export type stagingzksync_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145734,30 +146152,30 @@ export type stagingxlayer_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 stagingxlayer_RootCount_orderBy = +export type stagingzksync_RootCount_orderBy = | 'id' | 'count'; -export type stagingxlayer_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 stagingxlayer_RootMessageSent_filter = { +export type stagingzksync_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145782,16 +146200,16 @@ export type stagingxlayer_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; @@ -145800,26 +146218,26 @@ export type stagingxlayer_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; @@ -145853,12 +146271,12 @@ 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 stagingzksync_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -145871,34 +146289,34 @@ export type stagingxlayer_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingxlayer_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 stagingxlayer_RouterassetBalancesArgs = { +export type stagingzksync_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingxlayer_RouterDailyTVL = { +export type stagingzksync_RouterDailyTVL = { id: Scalars['ID']; - router: stagingxlayer_Router; - asset: stagingxlayer_Asset; + router: stagingzksync_Router; + asset: stagingzksync_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingxlayer_RouterDailyTVL_filter = { +export type stagingzksync_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -145927,7 +146345,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; @@ -145948,7 +146366,7 @@ export type stagingxlayer_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; @@ -145966,12 +146384,12 @@ export type stagingxlayer_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 stagingxlayer_RouterDailyTVL_orderBy = +export type stagingzksync_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -145993,25 +146411,25 @@ export type stagingxlayer_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingxlayer_RouterLiquidityEvent = { +export type stagingzksync_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingxlayer_Router; - asset: stagingxlayer_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['stagingxlayer_Bytes']; + transactionHash: Scalars['stagingzksync_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingxlayer_RouterLiquidityEventType = +export type stagingzksync_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingxlayer_RouterLiquidityEvent_filter = { +export type stagingzksync_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146020,10 +146438,10 @@ export type stagingxlayer_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; @@ -146044,7 +146462,7 @@ export type stagingxlayer_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; @@ -146065,7 +146483,7 @@ export type stagingxlayer_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; @@ -146082,16 +146500,16 @@ export type stagingxlayer_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; @@ -146108,16 +146526,16 @@ export type stagingxlayer_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; @@ -146127,12 +146545,12 @@ export type stagingxlayer_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 stagingxlayer_RouterLiquidityEvent_orderBy = +export type stagingzksync_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -146160,7 +146578,7 @@ export type stagingxlayer_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingxlayer_Router_filter = { +export type stagingzksync_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146173,36 +146591,36 @@ export type stagingxlayer_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; @@ -146211,14 +146629,14 @@ export type stagingxlayer_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 stagingxlayer_Router_orderBy = +export type stagingzksync_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -146227,13 +146645,13 @@ export type stagingxlayer_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingxlayer_Sequencer = { +export type stagingzksync_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingxlayer_Sequencer_filter = { +export type stagingzksync_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146246,34 +146664,34 @@ export type stagingxlayer_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 stagingxlayer_Sequencer_orderBy = +export type stagingzksync_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingxlayer_Setting = { +export type stagingzksync_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingxlayer_Bytes']; + caller: Scalars['stagingzksync_Bytes']; }; -export type stagingxlayer_Setting_filter = { +export type stagingzksync_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146290,40 +146708,40 @@ export type stagingxlayer_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 stagingxlayer_Setting_orderBy = +export type stagingzksync_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingxlayer_SlippageUpdate = { +export type stagingzksync_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingxlayer_DestinationTransfer; + transfer: stagingzksync_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingxlayer_Bytes']; - transactionHash: Scalars['stagingxlayer_Bytes']; + caller: Scalars['stagingzksync_Bytes']; + transactionHash: Scalars['stagingzksync_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingxlayer_SlippageUpdate_filter = { +export type stagingzksync_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146352,7 +146770,7 @@ export type stagingxlayer_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; @@ -146361,26 +146779,26 @@ export type stagingxlayer_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; @@ -146414,12 +146832,12 @@ export type stagingxlayer_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 stagingxlayer_SlippageUpdate_orderBy = +export type stagingzksync_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -146466,16 +146884,16 @@ export type stagingxlayer_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingxlayer_SnapshotRoot = { +export type stagingzksync_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingxlayer_Bytes']; + root: Scalars['stagingzksync_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingxlayer_SnapshotRoot_filter = { +export type stagingzksync_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146492,16 +146910,16 @@ export type stagingxlayer_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; @@ -146527,12 +146945,12 @@ export type stagingxlayer_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 stagingxlayer_SnapshotRoot_orderBy = +export type stagingzksync_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -146540,12 +146958,12 @@ export type stagingxlayer_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingxlayer_SpokeConnectorMode = { +export type stagingzksync_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingxlayer_SpokeConnectorMode_filter = { +export type stagingzksync_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146575,33 +146993,35 @@ export type stagingxlayer_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 stagingxlayer_SpokeConnectorMode_orderBy = +export type stagingzksync_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingxlayer_TransferStatus = +export type stagingzksync_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingxlayer__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 stagingxlayer__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 @@ -146609,22 +147029,22 @@ export type stagingxlayer__Meta_ = { * and therefore asks for the latest block * */ - block: stagingxlayer__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 xdai_AggregateRoot = { +export type stagingxdai_AggregateRoot = { id: Scalars['ID']; - root: Scalars['xdai_Bytes']; + root: Scalars['stagingxdai_Bytes']; blockNumber: Scalars['BigInt']; }; -export type xdai_AggregateRootProposed = { +export type stagingxdai_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['xdai_Bytes']; + aggregateRoot: Scalars['stagingxdai_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -146632,7 +147052,7 @@ export type xdai_AggregateRootProposed = { blockNumber?: Maybe; }; -export type xdai_AggregateRootProposed_filter = { +export type stagingxdai_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146641,16 +147061,16 @@ export type xdai_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; @@ -146692,12 +147112,12 @@ export type xdai_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 xdai_AggregateRootProposed_orderBy = +export type stagingxdai_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -146706,7 +147126,7 @@ export type xdai_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type xdai_AggregateRoot_filter = { +export type stagingxdai_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146715,16 +147135,16 @@ export type xdai_AggregateRoot_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -146734,41 +147154,45 @@ export type xdai_AggregateRoot_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_AggregateRoot_orderBy = +export type stagingxdai_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type xdai_Asset = { +export type stagingxdai_Aggregation_interval = + | 'hour' + | 'day'; + +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 xdai_AssetBalance = { +export type stagingxdai_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: xdai_Router; - asset: xdai_Asset; + router: stagingxdai_Router; + asset: stagingxdai_Asset; feesEarned: Scalars['BigInt']; }; -export type xdai_AssetBalance_filter = { +export type stagingxdai_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146829,7 +147253,7 @@ export type xdai_AssetBalance_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -146850,7 +147274,7 @@ export type xdai_AssetBalance_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; feesEarned?: InputMaybe; feesEarned_not?: InputMaybe; feesEarned_gt?: InputMaybe; @@ -146860,12 +147284,12 @@ export type xdai_AssetBalance_filter = { feesEarned_in?: InputMaybe>; feesEarned_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_AssetBalance_orderBy = +export type stagingxdai_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -146890,12 +147314,12 @@ export type xdai_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type xdai_AssetStatus = { +export type stagingxdai_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type xdai_AssetStatus_filter = { +export type stagingxdai_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146909,16 +147333,16 @@ export type xdai_AssetStatus_filter = { status_in?: InputMaybe>; status_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_AssetStatus_orderBy = +export type stagingxdai_AssetStatus_orderBy = | 'id' | 'status'; -export type xdai_Asset_filter = { +export type stagingxdai_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -146927,16 +147351,16 @@ export type xdai_Asset_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -146953,16 +147377,16 @@ export type xdai_Asset_filter = { adoptedDecimal_lte?: InputMaybe; adoptedDecimal_in?: InputMaybe>; adoptedDecimal_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -146971,26 +147395,26 @@ export type xdai_Asset_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - adoptedAsset?: InputMaybe; - adoptedAsset_not?: InputMaybe; - adoptedAsset_gt?: InputMaybe; - adoptedAsset_lt?: InputMaybe; - adoptedAsset_gte?: InputMaybe; - adoptedAsset_lte?: InputMaybe; - adoptedAsset_in?: InputMaybe>; - adoptedAsset_not_in?: InputMaybe>; - adoptedAsset_contains?: InputMaybe; - adoptedAsset_not_contains?: InputMaybe; - localAsset?: InputMaybe; - localAsset_not?: InputMaybe; - localAsset_gt?: InputMaybe; - localAsset_lt?: InputMaybe; - localAsset_gte?: InputMaybe; - localAsset_lte?: InputMaybe; - localAsset_in?: InputMaybe>; - localAsset_not_in?: InputMaybe>; - localAsset_contains?: InputMaybe; - localAsset_not_contains?: InputMaybe; + adoptedAsset?: InputMaybe; + adoptedAsset_not?: InputMaybe; + adoptedAsset_gt?: InputMaybe; + adoptedAsset_lt?: InputMaybe; + adoptedAsset_gte?: InputMaybe; + adoptedAsset_lte?: InputMaybe; + adoptedAsset_in?: InputMaybe>; + adoptedAsset_not_in?: InputMaybe>; + adoptedAsset_contains?: InputMaybe; + adoptedAsset_not_contains?: InputMaybe; + localAsset?: InputMaybe; + localAsset_not?: InputMaybe; + localAsset_gt?: InputMaybe; + localAsset_lt?: InputMaybe; + localAsset_gte?: InputMaybe; + localAsset_lte?: InputMaybe; + localAsset_in?: InputMaybe>; + localAsset_not_in?: InputMaybe>; + localAsset_contains?: InputMaybe; + localAsset_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -147019,14 +147443,14 @@ export type xdai_Asset_filter = { status_ends_with_nocase?: InputMaybe; status_not_ends_with?: InputMaybe; status_not_ends_with_nocase?: InputMaybe; - status_?: InputMaybe; + status_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_Asset_orderBy = +export type stagingxdai_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -147040,26 +147464,26 @@ export type xdai_Asset_orderBy = | 'status__id' | 'status__status'; -export type xdai_BlockChangedFilter = { +export type stagingxdai_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type xdai_Block_height = { - hash?: InputMaybe; +export type stagingxdai_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type xdai_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 xdai_ConnectorMeta_filter = { +export type stagingxdai_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147084,43 +147508,43 @@ export type xdai_ConnectorMeta_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - amb?: InputMaybe; - amb_not?: InputMaybe; - amb_gt?: InputMaybe; - amb_lt?: InputMaybe; - amb_gte?: InputMaybe; - amb_lte?: InputMaybe; - amb_in?: InputMaybe>; - amb_not_in?: InputMaybe>; - amb_contains?: InputMaybe; - amb_not_contains?: InputMaybe; - rootManager?: InputMaybe; - rootManager_not?: InputMaybe; - rootManager_gt?: InputMaybe; - rootManager_lt?: InputMaybe; - rootManager_gte?: InputMaybe; - rootManager_lte?: InputMaybe; - rootManager_in?: InputMaybe>; - rootManager_not_in?: InputMaybe>; - rootManager_contains?: InputMaybe; - rootManager_not_contains?: InputMaybe; - mirrorConnector?: InputMaybe; - mirrorConnector_not?: InputMaybe; - mirrorConnector_gt?: InputMaybe; - mirrorConnector_lt?: InputMaybe; - mirrorConnector_gte?: InputMaybe; - mirrorConnector_lte?: InputMaybe; - mirrorConnector_in?: InputMaybe>; - mirrorConnector_not_in?: InputMaybe>; - mirrorConnector_contains?: InputMaybe; - mirrorConnector_not_contains?: InputMaybe; + amb?: InputMaybe; + amb_not?: InputMaybe; + amb_gt?: InputMaybe; + amb_lt?: InputMaybe; + amb_gte?: InputMaybe; + amb_lte?: InputMaybe; + amb_in?: InputMaybe>; + amb_not_in?: InputMaybe>; + amb_contains?: InputMaybe; + amb_not_contains?: InputMaybe; + rootManager?: InputMaybe; + rootManager_not?: InputMaybe; + rootManager_gt?: InputMaybe; + rootManager_lt?: InputMaybe; + rootManager_gte?: InputMaybe; + rootManager_lte?: InputMaybe; + rootManager_in?: InputMaybe>; + rootManager_not_in?: InputMaybe>; + rootManager_contains?: InputMaybe; + rootManager_not_contains?: InputMaybe; + mirrorConnector?: InputMaybe; + mirrorConnector_not?: InputMaybe; + mirrorConnector_gt?: InputMaybe; + mirrorConnector_lt?: InputMaybe; + mirrorConnector_gte?: InputMaybe; + mirrorConnector_lte?: InputMaybe; + mirrorConnector_in?: InputMaybe>; + mirrorConnector_not_in?: InputMaybe>; + mirrorConnector_contains?: InputMaybe; + mirrorConnector_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_ConnectorMeta_orderBy = +export type stagingxdai_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -147128,57 +147552,57 @@ export type xdai_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type xdai_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 xdai_DestinationTransferroutersArgs = { +export type stagingxdai_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_DestinationTransfer_filter = { +export type stagingxdai_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147195,16 +147619,16 @@ export type xdai_DestinationTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -147213,17 +147637,17 @@ export type xdai_DestinationTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; routers?: InputMaybe>; routers_not?: InputMaybe>; routers_contains?: InputMaybe>; routers_contains_nocase?: InputMaybe>; routers_not_contains?: InputMaybe>; routers_not_contains_nocase?: InputMaybe>; - routers_?: InputMaybe; + routers_?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -147248,40 +147672,40 @@ export type xdai_DestinationTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -147298,16 +147722,16 @@ export type xdai_DestinationTransfer_filter = { bumpSlippageCount_lte?: InputMaybe; bumpSlippageCount_in?: InputMaybe>; bumpSlippageCount_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -147324,16 +147748,16 @@ export type xdai_DestinationTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -147354,7 +147778,7 @@ export type xdai_DestinationTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -147371,26 +147795,26 @@ export type xdai_DestinationTransfer_filter = { routersFee_lte?: InputMaybe; routersFee_in?: InputMaybe>; routersFee_not_in?: InputMaybe>; - executedCaller?: InputMaybe; - executedCaller_not?: InputMaybe; - executedCaller_gt?: InputMaybe; - executedCaller_lt?: InputMaybe; - executedCaller_gte?: InputMaybe; - executedCaller_lte?: InputMaybe; - executedCaller_in?: InputMaybe>; - executedCaller_not_in?: InputMaybe>; - executedCaller_contains?: InputMaybe; - executedCaller_not_contains?: InputMaybe; - executedTransactionHash?: InputMaybe; - executedTransactionHash_not?: InputMaybe; - executedTransactionHash_gt?: InputMaybe; - executedTransactionHash_lt?: InputMaybe; - executedTransactionHash_gte?: InputMaybe; - executedTransactionHash_lte?: InputMaybe; - executedTransactionHash_in?: InputMaybe>; - executedTransactionHash_not_in?: InputMaybe>; - executedTransactionHash_contains?: InputMaybe; - executedTransactionHash_not_contains?: InputMaybe; + executedCaller?: InputMaybe; + executedCaller_not?: InputMaybe; + executedCaller_gt?: InputMaybe; + executedCaller_lt?: InputMaybe; + executedCaller_gte?: InputMaybe; + executedCaller_lte?: InputMaybe; + executedCaller_in?: InputMaybe>; + executedCaller_not_in?: InputMaybe>; + executedCaller_contains?: InputMaybe; + executedCaller_not_contains?: InputMaybe; + executedTransactionHash?: InputMaybe; + executedTransactionHash_not?: InputMaybe; + executedTransactionHash_gt?: InputMaybe; + executedTransactionHash_lt?: InputMaybe; + executedTransactionHash_gte?: InputMaybe; + executedTransactionHash_lte?: InputMaybe; + executedTransactionHash_in?: InputMaybe>; + executedTransactionHash_not_in?: InputMaybe>; + executedTransactionHash_contains?: InputMaybe; + executedTransactionHash_not_contains?: InputMaybe; executedTimestamp?: InputMaybe; executedTimestamp_not?: InputMaybe; executedTimestamp_gt?: InputMaybe; @@ -147423,16 +147847,16 @@ export type xdai_DestinationTransfer_filter = { executedBlockNumber_lte?: InputMaybe; executedBlockNumber_in?: InputMaybe>; executedBlockNumber_not_in?: InputMaybe>; - executedTxOrigin?: InputMaybe; - executedTxOrigin_not?: InputMaybe; - executedTxOrigin_gt?: InputMaybe; - executedTxOrigin_lt?: InputMaybe; - executedTxOrigin_gte?: InputMaybe; - executedTxOrigin_lte?: InputMaybe; - executedTxOrigin_in?: InputMaybe>; - executedTxOrigin_not_in?: InputMaybe>; - executedTxOrigin_contains?: InputMaybe; - executedTxOrigin_not_contains?: InputMaybe; + executedTxOrigin?: InputMaybe; + executedTxOrigin_not?: InputMaybe; + executedTxOrigin_gt?: InputMaybe; + executedTxOrigin_lt?: InputMaybe; + executedTxOrigin_gte?: InputMaybe; + executedTxOrigin_lte?: InputMaybe; + executedTxOrigin_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -147441,26 +147865,26 @@ export type xdai_DestinationTransfer_filter = { executedTxNonce_lte?: InputMaybe; executedTxNonce_in?: InputMaybe>; executedTxNonce_not_in?: InputMaybe>; - reconciledCaller?: InputMaybe; - reconciledCaller_not?: InputMaybe; - reconciledCaller_gt?: InputMaybe; - reconciledCaller_lt?: InputMaybe; - reconciledCaller_gte?: InputMaybe; - reconciledCaller_lte?: InputMaybe; - reconciledCaller_in?: InputMaybe>; - reconciledCaller_not_in?: InputMaybe>; - reconciledCaller_contains?: InputMaybe; - reconciledCaller_not_contains?: InputMaybe; - reconciledTransactionHash?: InputMaybe; - reconciledTransactionHash_not?: InputMaybe; - reconciledTransactionHash_gt?: InputMaybe; - reconciledTransactionHash_lt?: InputMaybe; - reconciledTransactionHash_gte?: InputMaybe; - reconciledTransactionHash_lte?: InputMaybe; - reconciledTransactionHash_in?: InputMaybe>; - reconciledTransactionHash_not_in?: InputMaybe>; - reconciledTransactionHash_contains?: InputMaybe; - reconciledTransactionHash_not_contains?: InputMaybe; + reconciledCaller?: InputMaybe; + reconciledCaller_not?: InputMaybe; + reconciledCaller_gt?: InputMaybe; + reconciledCaller_lt?: InputMaybe; + reconciledCaller_gte?: InputMaybe; + reconciledCaller_lte?: InputMaybe; + reconciledCaller_in?: InputMaybe>; + reconciledCaller_not_in?: InputMaybe>; + reconciledCaller_contains?: InputMaybe; + reconciledCaller_not_contains?: InputMaybe; + reconciledTransactionHash?: InputMaybe; + reconciledTransactionHash_not?: InputMaybe; + reconciledTransactionHash_gt?: InputMaybe; + reconciledTransactionHash_lt?: InputMaybe; + reconciledTransactionHash_gte?: InputMaybe; + reconciledTransactionHash_lte?: InputMaybe; + reconciledTransactionHash_in?: InputMaybe>; + reconciledTransactionHash_not_in?: InputMaybe>; + reconciledTransactionHash_contains?: InputMaybe; + reconciledTransactionHash_not_contains?: InputMaybe; reconciledTimestamp?: InputMaybe; reconciledTimestamp_not?: InputMaybe; reconciledTimestamp_gt?: InputMaybe; @@ -147493,16 +147917,16 @@ export type xdai_DestinationTransfer_filter = { reconciledBlockNumber_lte?: InputMaybe; reconciledBlockNumber_in?: InputMaybe>; reconciledBlockNumber_not_in?: InputMaybe>; - reconciledTxOrigin?: InputMaybe; - reconciledTxOrigin_not?: InputMaybe; - reconciledTxOrigin_gt?: InputMaybe; - reconciledTxOrigin_lt?: InputMaybe; - reconciledTxOrigin_gte?: InputMaybe; - reconciledTxOrigin_lte?: InputMaybe; - reconciledTxOrigin_in?: InputMaybe>; - reconciledTxOrigin_not_in?: InputMaybe>; - reconciledTxOrigin_contains?: InputMaybe; - reconciledTxOrigin_not_contains?: InputMaybe; + reconciledTxOrigin?: InputMaybe; + reconciledTxOrigin_not?: InputMaybe; + reconciledTxOrigin_gt?: InputMaybe; + reconciledTxOrigin_lt?: InputMaybe; + reconciledTxOrigin_gte?: InputMaybe; + reconciledTxOrigin_lte?: InputMaybe; + reconciledTxOrigin_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -147512,12 +147936,12 @@ export type xdai_DestinationTransfer_filter = { reconciledTxNonce_in?: InputMaybe>; reconciledTxNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_DestinationTransfer_orderBy = +export type stagingxdai_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -147566,14 +147990,14 @@ export type xdai_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type xdai_OptimisticRootFinalized = { +export type stagingxdai_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['xdai_Bytes']; + aggregateRoot: Scalars['stagingxdai_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type xdai_OptimisticRootFinalized_filter = { +export type stagingxdai_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147582,16 +148006,16 @@ export type xdai_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; @@ -147609,36 +148033,36 @@ export type xdai_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 xdai_OptimisticRootFinalized_orderBy = +export type stagingxdai_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type xdai_OrderDirection = +export type stagingxdai_OrderDirection = | 'asc' | 'desc'; -export type xdai_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 xdai_OriginMessage_filter = { +export type stagingxdai_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147647,16 +148071,16 @@ export type xdai_OriginMessage_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -147665,16 +148089,16 @@ export type xdai_OriginMessage_filter = { destinationDomain_lte?: InputMaybe; destinationDomain_in?: InputMaybe>; destinationDomain_not_in?: InputMaybe>; - leaf?: InputMaybe; - leaf_not?: InputMaybe; - leaf_gt?: InputMaybe; - leaf_lt?: InputMaybe; - leaf_gte?: InputMaybe; - leaf_lte?: InputMaybe; - leaf_in?: InputMaybe>; - leaf_not_in?: InputMaybe>; - leaf_contains?: InputMaybe; - leaf_not_contains?: InputMaybe; + leaf?: InputMaybe; + leaf_not?: InputMaybe; + leaf_gt?: InputMaybe; + leaf_lt?: InputMaybe; + leaf_gte?: InputMaybe; + leaf_lte?: InputMaybe; + leaf_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -147683,36 +148107,36 @@ export type xdai_OriginMessage_filter = { index_lte?: InputMaybe; index_in?: InputMaybe>; index_not_in?: InputMaybe>; - message?: InputMaybe; - message_not?: InputMaybe; - message_gt?: InputMaybe; - message_lt?: InputMaybe; - message_gte?: InputMaybe; - message_lte?: InputMaybe; - message_in?: InputMaybe>; - message_not_in?: InputMaybe>; - message_contains?: InputMaybe; - message_not_contains?: InputMaybe; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + message?: InputMaybe; + message_not?: InputMaybe; + message_gt?: InputMaybe; + message_lt?: InputMaybe; + message_gte?: InputMaybe; + message_lte?: InputMaybe; + message_in?: InputMaybe>; + message_not_in?: InputMaybe>; + message_contains?: InputMaybe; + message_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -147741,14 +148165,14 @@ export type xdai_OriginMessage_filter = { rootCount_ends_with_nocase?: InputMaybe; rootCount_not_ends_with?: InputMaybe; rootCount_not_ends_with_nocase?: InputMaybe; - rootCount_?: InputMaybe; + rootCount_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_OriginMessage_orderBy = +export type stagingxdai_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -147762,51 +148186,51 @@ export type xdai_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type xdai_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 xdai_OriginTransferrelayerFeesArgs = { +export type stagingxdai_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_OriginTransfer_filter = { +export type stagingxdai_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -147823,16 +148247,16 @@ export type xdai_OriginTransfer_filter = { chainId_lte?: InputMaybe; chainId_in?: InputMaybe>; chainId_not_in?: InputMaybe>; - transferId?: InputMaybe; - transferId_not?: InputMaybe; - transferId_gt?: InputMaybe; - transferId_lt?: InputMaybe; - transferId_gte?: InputMaybe; - transferId_lte?: InputMaybe; - transferId_in?: InputMaybe>; - transferId_not_in?: InputMaybe>; - transferId_contains?: InputMaybe; - transferId_not_contains?: InputMaybe; + transferId?: InputMaybe; + transferId_not?: InputMaybe; + transferId_gt?: InputMaybe; + transferId_lt?: InputMaybe; + transferId_gte?: InputMaybe; + transferId_lte?: InputMaybe; + transferId_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -147841,20 +148265,20 @@ export type xdai_OriginTransfer_filter = { nonce_lte?: InputMaybe; nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; - status?: InputMaybe; - status_not?: InputMaybe; - status_in?: InputMaybe>; - status_not_in?: InputMaybe>; - messageHash?: InputMaybe; - messageHash_not?: InputMaybe; - messageHash_gt?: InputMaybe; - messageHash_lt?: InputMaybe; - messageHash_gte?: InputMaybe; - messageHash_lte?: InputMaybe; - messageHash_in?: InputMaybe>; - messageHash_not_in?: InputMaybe>; - messageHash_contains?: InputMaybe; - messageHash_not_contains?: InputMaybe; + status?: InputMaybe; + status_not?: InputMaybe; + status_in?: InputMaybe>; + status_not_in?: InputMaybe>; + messageHash?: InputMaybe; + messageHash_not?: InputMaybe; + messageHash_gt?: InputMaybe; + messageHash_lt?: InputMaybe; + messageHash_gte?: InputMaybe; + messageHash_lte?: InputMaybe; + messageHash_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -147879,40 +148303,40 @@ export type xdai_OriginTransfer_filter = { canonicalDomain_lte?: InputMaybe; canonicalDomain_in?: InputMaybe>; canonicalDomain_not_in?: InputMaybe>; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - delegate?: InputMaybe; - delegate_not?: InputMaybe; - delegate_gt?: InputMaybe; - delegate_lt?: InputMaybe; - delegate_gte?: InputMaybe; - delegate_lte?: InputMaybe; - delegate_in?: InputMaybe>; - delegate_not_in?: InputMaybe>; - delegate_contains?: InputMaybe; - delegate_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + delegate?: InputMaybe; + delegate_not?: InputMaybe; + delegate_gt?: InputMaybe; + delegate_lt?: InputMaybe; + delegate_gte?: InputMaybe; + delegate_lte?: InputMaybe; + delegate_in?: InputMaybe>; + delegate_not_in?: InputMaybe>; + delegate_contains?: InputMaybe; + delegate_not_contains?: InputMaybe; receiveLocal?: InputMaybe; receiveLocal_not?: InputMaybe; receiveLocal_in?: InputMaybe>; receiveLocal_not_in?: InputMaybe>; - callData?: InputMaybe; - callData_not?: InputMaybe; - callData_gt?: InputMaybe; - callData_lt?: InputMaybe; - callData_gte?: InputMaybe; - callData_lte?: InputMaybe; - callData_in?: InputMaybe>; - callData_not_in?: InputMaybe>; - callData_contains?: InputMaybe; - callData_not_contains?: InputMaybe; + callData?: InputMaybe; + callData_not?: InputMaybe; + callData_gt?: InputMaybe; + callData_lt?: InputMaybe; + callData_gte?: InputMaybe; + callData_lte?: InputMaybe; + callData_in?: InputMaybe>; + callData_not_in?: InputMaybe>; + callData_contains?: InputMaybe; + callData_not_contains?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -147921,16 +148345,16 @@ export type xdai_OriginTransfer_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - originSender?: InputMaybe; - originSender_not?: InputMaybe; - originSender_gt?: InputMaybe; - originSender_lt?: InputMaybe; - originSender_gte?: InputMaybe; - originSender_lte?: InputMaybe; - originSender_in?: InputMaybe>; - originSender_not_in?: InputMaybe>; - originSender_contains?: InputMaybe; - originSender_not_contains?: InputMaybe; + originSender?: InputMaybe; + originSender_not?: InputMaybe; + originSender_gt?: InputMaybe; + originSender_lt?: InputMaybe; + originSender_gte?: InputMaybe; + originSender_lte?: InputMaybe; + originSender_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -147947,16 +148371,16 @@ export type xdai_OriginTransfer_filter = { normalizedIn_lte?: InputMaybe; normalizedIn_in?: InputMaybe>; normalizedIn_not_in?: InputMaybe>; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -147977,17 +148401,17 @@ export type xdai_OriginTransfer_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; - transactingAsset?: InputMaybe; - transactingAsset_not?: InputMaybe; - transactingAsset_gt?: InputMaybe; - transactingAsset_lt?: InputMaybe; - transactingAsset_gte?: InputMaybe; - transactingAsset_lte?: InputMaybe; - transactingAsset_in?: InputMaybe>; - transactingAsset_not_in?: InputMaybe>; - transactingAsset_contains?: InputMaybe; - transactingAsset_not_contains?: InputMaybe; + asset_?: InputMaybe; + transactingAsset?: InputMaybe; + transactingAsset_not?: InputMaybe; + transactingAsset_gt?: InputMaybe; + transactingAsset_lt?: InputMaybe; + transactingAsset_gte?: InputMaybe; + transactingAsset_lte?: InputMaybe; + transactingAsset_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -148008,7 +148432,7 @@ export type xdai_OriginTransfer_filter = { message_ends_with_nocase?: InputMaybe; message_not_ends_with?: InputMaybe; message_not_ends_with_nocase?: InputMaybe; - message_?: InputMaybe; + message_?: InputMaybe; bumpRelayerFeeCount?: InputMaybe; bumpRelayerFeeCount_not?: InputMaybe; bumpRelayerFeeCount_gt?: InputMaybe; @@ -148023,37 +148447,37 @@ export type xdai_OriginTransfer_filter = { relayerFees_contains_nocase?: InputMaybe>; relayerFees_not_contains?: InputMaybe>; relayerFees_not_contains_nocase?: InputMaybe>; - relayerFees_?: InputMaybe; - initialRelayerFeeAsset?: InputMaybe; - initialRelayerFeeAsset_not?: InputMaybe; - initialRelayerFeeAsset_gt?: InputMaybe; - initialRelayerFeeAsset_lt?: InputMaybe; - initialRelayerFeeAsset_gte?: InputMaybe; - initialRelayerFeeAsset_lte?: InputMaybe; - initialRelayerFeeAsset_in?: InputMaybe>; - initialRelayerFeeAsset_not_in?: InputMaybe>; - initialRelayerFeeAsset_contains?: InputMaybe; - initialRelayerFeeAsset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + relayerFees_?: InputMaybe; + initialRelayerFeeAsset?: InputMaybe; + initialRelayerFeeAsset_not?: InputMaybe; + initialRelayerFeeAsset_gt?: InputMaybe; + initialRelayerFeeAsset_lt?: InputMaybe; + initialRelayerFeeAsset_gte?: InputMaybe; + initialRelayerFeeAsset_lte?: InputMaybe; + initialRelayerFeeAsset_in?: InputMaybe>; + initialRelayerFeeAsset_not_in?: InputMaybe>; + initialRelayerFeeAsset_contains?: InputMaybe; + initialRelayerFeeAsset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -148086,16 +148510,16 @@ export type xdai_OriginTransfer_filter = { blockNumber_lte?: InputMaybe; blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; - txOrigin?: InputMaybe; - txOrigin_not?: InputMaybe; - txOrigin_gt?: InputMaybe; - txOrigin_lt?: InputMaybe; - txOrigin_gte?: InputMaybe; - txOrigin_lte?: InputMaybe; - txOrigin_in?: InputMaybe>; - txOrigin_not_in?: InputMaybe>; - txOrigin_contains?: InputMaybe; - txOrigin_not_contains?: InputMaybe; + txOrigin?: InputMaybe; + txOrigin_not?: InputMaybe; + txOrigin_gt?: InputMaybe; + txOrigin_lt?: InputMaybe; + txOrigin_gte?: InputMaybe; + txOrigin_lte?: InputMaybe; + txOrigin_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -148105,12 +148529,12 @@ export type xdai_OriginTransfer_filter = { txNonce_in?: InputMaybe>; txNonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_OriginTransfer_orderBy = +export type stagingxdai_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -148162,20 +148586,20 @@ export type xdai_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type xdai_Relayer = { +export type stagingxdai_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type xdai_RelayerFee = { +export type stagingxdai_RelayerFee = { id: Scalars['ID']; - transfer: xdai_OriginTransfer; + transfer: stagingxdai_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['xdai_Bytes']; + asset: Scalars['stagingxdai_Bytes']; }; -export type xdai_RelayerFee_filter = { +export type stagingxdai_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148204,7 +148628,7 @@ export type xdai_RelayerFee_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; fee?: InputMaybe; fee_not?: InputMaybe; fee_gt?: InputMaybe; @@ -148213,23 +148637,23 @@ export type xdai_RelayerFee_filter = { fee_lte?: InputMaybe; fee_in?: InputMaybe>; fee_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_RelayerFee_orderBy = +export type stagingxdai_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -148264,20 +148688,20 @@ export type xdai_RelayerFee_orderBy = | 'fee' | 'asset'; -export type xdai_RelayerFeesIncrease = { +export type stagingxdai_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: xdai_OriginTransfer; + transfer: stagingxdai_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['xdai_Bytes']; - transactionHash: Scalars['xdai_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 xdai_RelayerFeesIncrease_filter = { +export type stagingxdai_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148306,7 +148730,7 @@ export type xdai_RelayerFeesIncrease_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; increase?: InputMaybe; increase_not?: InputMaybe; increase_gt?: InputMaybe; @@ -148315,36 +148739,36 @@ export type xdai_RelayerFeesIncrease_filter = { increase_lte?: InputMaybe; increase_in?: InputMaybe>; increase_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -148378,12 +148802,12 @@ export type xdai_RelayerFeesIncrease_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_RelayerFeesIncrease_orderBy = +export type stagingxdai_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -148424,7 +148848,7 @@ export type xdai_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type xdai_Relayer_filter = { +export type stagingxdai_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148437,33 +148861,33 @@ export type xdai_Relayer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - relayer?: InputMaybe; - relayer_not?: InputMaybe; - relayer_gt?: InputMaybe; - relayer_lt?: InputMaybe; - relayer_gte?: InputMaybe; - relayer_lte?: InputMaybe; - relayer_in?: InputMaybe>; - relayer_not_in?: InputMaybe>; - relayer_contains?: InputMaybe; - relayer_not_contains?: InputMaybe; + relayer?: InputMaybe; + relayer_not?: InputMaybe; + relayer_gt?: InputMaybe; + relayer_lt?: InputMaybe; + relayer_gte?: InputMaybe; + relayer_lte?: InputMaybe; + relayer_in?: InputMaybe>; + relayer_not_in?: InputMaybe>; + relayer_contains?: InputMaybe; + relayer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_Relayer_orderBy = +export type stagingxdai_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type xdai_RootCount = { +export type stagingxdai_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type xdai_RootCount_filter = { +export type stagingxdai_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148481,30 +148905,30 @@ export type xdai_RootCount_filter = { count_in?: InputMaybe>; count_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_RootCount_orderBy = +export type stagingxdai_RootCount_orderBy = | 'id' | 'count'; -export type xdai_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 xdai_RootMessageSent_filter = { +export type stagingxdai_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148529,16 +148953,16 @@ export type xdai_RootMessageSent_filter = { hubDomain_lte?: InputMaybe; hubDomain_in?: InputMaybe>; hubDomain_not_in?: InputMaybe>; - root?: InputMaybe; - root_not?: InputMaybe; - root_gt?: InputMaybe; - root_lt?: InputMaybe; - root_gte?: InputMaybe; - root_lte?: InputMaybe; - root_in?: InputMaybe>; - root_not_in?: InputMaybe>; - root_contains?: InputMaybe; - root_not_contains?: InputMaybe; + root?: InputMaybe; + root_not?: InputMaybe; + root_gt?: InputMaybe; + root_lt?: InputMaybe; + root_gte?: InputMaybe; + root_lte?: InputMaybe; + root_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -148547,26 +148971,26 @@ export type xdai_RootMessageSent_filter = { count_lte?: InputMaybe; count_in?: InputMaybe>; count_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -148600,12 +149024,12 @@ export type xdai_RootMessageSent_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_RootMessageSent_orderBy = +export type stagingxdai_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -148618,34 +149042,34 @@ export type xdai_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type xdai_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 xdai_RouterassetBalancesArgs = { +export type stagingxdai_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_RouterDailyTVL = { +export type stagingxdai_RouterDailyTVL = { id: Scalars['ID']; - router: xdai_Router; - asset: xdai_Asset; + router: stagingxdai_Router; + asset: stagingxdai_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type xdai_RouterDailyTVL_filter = { +export type stagingxdai_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148674,7 +149098,7 @@ export type xdai_RouterDailyTVL_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -148695,7 +149119,7 @@ export type xdai_RouterDailyTVL_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -148713,12 +149137,12 @@ export type xdai_RouterDailyTVL_filter = { balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_RouterDailyTVL_orderBy = +export type stagingxdai_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -148740,25 +149164,25 @@ export type xdai_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type xdai_RouterLiquidityEvent = { +export type stagingxdai_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: xdai_Router; - asset: xdai_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['xdai_Bytes']; + transactionHash: Scalars['stagingxdai_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_RouterLiquidityEventType = +export type stagingxdai_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type xdai_RouterLiquidityEvent_filter = { +export type stagingxdai_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148767,10 +149191,10 @@ export type xdai_RouterLiquidityEvent_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - type?: InputMaybe; - type_not?: InputMaybe; - type_in?: InputMaybe>; - type_not_in?: InputMaybe>; + type?: InputMaybe; + type_not?: InputMaybe; + type_in?: InputMaybe>; + type_not_in?: InputMaybe>; router?: InputMaybe; router_not?: InputMaybe; router_gt?: InputMaybe; @@ -148791,7 +149215,7 @@ export type xdai_RouterLiquidityEvent_filter = { router_ends_with_nocase?: InputMaybe; router_not_ends_with?: InputMaybe; router_not_ends_with_nocase?: InputMaybe; - router_?: InputMaybe; + router_?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -148812,7 +149236,7 @@ export type xdai_RouterLiquidityEvent_filter = { asset_ends_with_nocase?: InputMaybe; asset_not_ends_with?: InputMaybe; asset_not_ends_with_nocase?: InputMaybe; - asset_?: InputMaybe; + asset_?: InputMaybe; amount?: InputMaybe; amount_not?: InputMaybe; amount_gt?: InputMaybe; @@ -148829,16 +149253,16 @@ export type xdai_RouterLiquidityEvent_filter = { balance_lte?: InputMaybe; balance_in?: InputMaybe>; balance_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -148855,16 +149279,16 @@ export type xdai_RouterLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -148874,12 +149298,12 @@ export type xdai_RouterLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_RouterLiquidityEvent_orderBy = +export type stagingxdai_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -148907,7 +149331,7 @@ export type xdai_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type xdai_Router_filter = { +export type stagingxdai_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148920,36 +149344,36 @@ export type xdai_Router_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - owner?: InputMaybe; - owner_not?: InputMaybe; - owner_gt?: InputMaybe; - owner_lt?: InputMaybe; - owner_gte?: InputMaybe; - owner_lte?: InputMaybe; - owner_in?: InputMaybe>; - owner_not_in?: InputMaybe>; - owner_contains?: InputMaybe; - owner_not_contains?: InputMaybe; - recipient?: InputMaybe; - recipient_not?: InputMaybe; - recipient_gt?: InputMaybe; - recipient_lt?: InputMaybe; - recipient_gte?: InputMaybe; - recipient_lte?: InputMaybe; - recipient_in?: InputMaybe>; - recipient_not_in?: InputMaybe>; - recipient_contains?: InputMaybe; - recipient_not_contains?: InputMaybe; - proposedOwner?: InputMaybe; - proposedOwner_not?: InputMaybe; - proposedOwner_gt?: InputMaybe; - proposedOwner_lt?: InputMaybe; - proposedOwner_gte?: InputMaybe; - proposedOwner_lte?: InputMaybe; - proposedOwner_in?: InputMaybe>; - proposedOwner_not_in?: InputMaybe>; - proposedOwner_contains?: InputMaybe; - proposedOwner_not_contains?: InputMaybe; + owner?: InputMaybe; + owner_not?: InputMaybe; + owner_gt?: InputMaybe; + owner_lt?: InputMaybe; + owner_gte?: InputMaybe; + owner_lte?: InputMaybe; + owner_in?: InputMaybe>; + owner_not_in?: InputMaybe>; + owner_contains?: InputMaybe; + owner_not_contains?: InputMaybe; + recipient?: InputMaybe; + recipient_not?: InputMaybe; + recipient_gt?: InputMaybe; + recipient_lt?: InputMaybe; + recipient_gte?: InputMaybe; + recipient_lte?: InputMaybe; + recipient_in?: InputMaybe>; + recipient_not_in?: InputMaybe>; + recipient_contains?: InputMaybe; + recipient_not_contains?: InputMaybe; + proposedOwner?: InputMaybe; + proposedOwner_not?: InputMaybe; + proposedOwner_gt?: InputMaybe; + proposedOwner_lt?: InputMaybe; + proposedOwner_gte?: InputMaybe; + proposedOwner_lte?: InputMaybe; + proposedOwner_in?: InputMaybe>; + proposedOwner_not_in?: InputMaybe>; + proposedOwner_contains?: InputMaybe; + proposedOwner_not_contains?: InputMaybe; proposedTimestamp?: InputMaybe; proposedTimestamp_not?: InputMaybe; proposedTimestamp_gt?: InputMaybe; @@ -148958,14 +149382,14 @@ export type xdai_Router_filter = { proposedTimestamp_lte?: InputMaybe; proposedTimestamp_in?: InputMaybe>; proposedTimestamp_not_in?: InputMaybe>; - assetBalances_?: InputMaybe; + assetBalances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_Router_orderBy = +export type stagingxdai_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -148974,13 +149398,13 @@ export type xdai_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type xdai_Sequencer = { +export type stagingxdai_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type xdai_Sequencer_filter = { +export type stagingxdai_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -148993,34 +149417,34 @@ export type xdai_Sequencer_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - sequencer?: InputMaybe; - sequencer_not?: InputMaybe; - sequencer_gt?: InputMaybe; - sequencer_lt?: InputMaybe; - sequencer_gte?: InputMaybe; - sequencer_lte?: InputMaybe; - sequencer_in?: InputMaybe>; - sequencer_not_in?: InputMaybe>; - sequencer_contains?: InputMaybe; - sequencer_not_contains?: InputMaybe; + sequencer?: InputMaybe; + sequencer_not?: InputMaybe; + sequencer_gt?: InputMaybe; + sequencer_lt?: InputMaybe; + sequencer_gte?: InputMaybe; + sequencer_lte?: InputMaybe; + sequencer_in?: InputMaybe>; + sequencer_not_in?: InputMaybe>; + sequencer_contains?: InputMaybe; + sequencer_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_Sequencer_orderBy = +export type stagingxdai_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type xdai_Setting = { +export type stagingxdai_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['xdai_Bytes']; + caller: Scalars['stagingxdai_Bytes']; }; -export type xdai_Setting_filter = { +export type stagingxdai_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149037,40 +149461,40 @@ export type xdai_Setting_filter = { maxRoutersPerTransfer_lte?: InputMaybe; maxRoutersPerTransfer_in?: InputMaybe>; maxRoutersPerTransfer_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_Setting_orderBy = +export type stagingxdai_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type xdai_SlippageUpdate = { +export type stagingxdai_SlippageUpdate = { id: Scalars['ID']; - transfer: xdai_DestinationTransfer; + transfer: stagingxdai_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['xdai_Bytes']; - transactionHash: Scalars['xdai_Bytes']; + caller: Scalars['stagingxdai_Bytes']; + transactionHash: Scalars['stagingxdai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type xdai_SlippageUpdate_filter = { +export type stagingxdai_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149099,7 +149523,7 @@ export type xdai_SlippageUpdate_filter = { transfer_ends_with_nocase?: InputMaybe; transfer_not_ends_with?: InputMaybe; transfer_not_ends_with_nocase?: InputMaybe; - transfer_?: InputMaybe; + transfer_?: InputMaybe; slippage?: InputMaybe; slippage_not?: InputMaybe; slippage_gt?: InputMaybe; @@ -149108,26 +149532,26 @@ export type xdai_SlippageUpdate_filter = { slippage_lte?: InputMaybe; slippage_in?: InputMaybe>; slippage_not_in?: InputMaybe>; - caller?: InputMaybe; - caller_not?: InputMaybe; - caller_gt?: InputMaybe; - caller_lt?: InputMaybe; - caller_gte?: InputMaybe; - caller_lte?: InputMaybe; - caller_in?: InputMaybe>; - caller_not_in?: InputMaybe>; - caller_contains?: InputMaybe; - caller_not_contains?: InputMaybe; - transactionHash?: InputMaybe; - transactionHash_not?: InputMaybe; - transactionHash_gt?: InputMaybe; - transactionHash_lt?: InputMaybe; - transactionHash_gte?: InputMaybe; - transactionHash_lte?: InputMaybe; - transactionHash_in?: InputMaybe>; - transactionHash_not_in?: InputMaybe>; - transactionHash_contains?: InputMaybe; - transactionHash_not_contains?: InputMaybe; + caller?: InputMaybe; + caller_not?: InputMaybe; + caller_gt?: InputMaybe; + caller_lt?: InputMaybe; + caller_gte?: InputMaybe; + caller_lte?: InputMaybe; + caller_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; + transactionHash?: InputMaybe; + transactionHash_not?: InputMaybe; + transactionHash_gt?: InputMaybe; + transactionHash_lt?: InputMaybe; + transactionHash_gte?: InputMaybe; + transactionHash_lte?: InputMaybe; + transactionHash_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -149161,12 +149585,12 @@ export type xdai_SlippageUpdate_filter = { blockNumber_in?: InputMaybe>; blockNumber_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_SlippageUpdate_orderBy = +export type stagingxdai_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -149213,16 +149637,16 @@ export type xdai_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type xdai_SnapshotRoot = { +export type stagingxdai_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['xdai_Bytes']; + root: Scalars['stagingxdai_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type xdai_SnapshotRoot_filter = { +export type stagingxdai_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149239,16 +149663,16 @@ export type xdai_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; @@ -149274,12 +149698,12 @@ export type xdai_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 xdai_SnapshotRoot_orderBy = +export type stagingxdai_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -149287,12 +149711,12 @@ export type xdai_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type xdai_SpokeConnectorMode = { +export type stagingxdai_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type xdai_SpokeConnectorMode_filter = { +export type stagingxdai_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149322,33 +149746,35 @@ export type xdai_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 xdai_SpokeConnectorMode_orderBy = +export type stagingxdai_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type xdai_TransferStatus = +export type stagingxdai_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type xdai__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; }; /** The type for the top-level _meta field */ -export type xdai__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 @@ -149356,22 +149782,22 @@ export type xdai__Meta_ = { * and therefore asks for the latest block * */ - block: xdai__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 mode_AggregateRoot = { +export type xdai_AggregateRoot = { id: Scalars['ID']; - root: Scalars['mode_Bytes']; + root: Scalars['xdai_Bytes']; blockNumber: Scalars['BigInt']; }; -export type mode_AggregateRootProposed = { +export type xdai_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['mode_Bytes']; + aggregateRoot: Scalars['xdai_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -149379,7 +149805,7 @@ export type mode_AggregateRootProposed = { blockNumber?: Maybe; }; -export type mode_AggregateRootProposed_filter = { +export type xdai_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149388,16 +149814,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; @@ -149439,12 +149865,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 xdai_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -149453,7 +149879,7 @@ export type mode_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type mode_AggregateRoot_filter = { +export type xdai_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149462,16 +149888,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; @@ -149481,41 +149907,41 @@ 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 xdai_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type mode_Asset = { +export type xdai_Asset = { id: Scalars['ID']; - key?: Maybe; + key?: Maybe; decimal?: Maybe; adoptedDecimal?: Maybe; - canonicalId?: Maybe; + canonicalId?: Maybe; canonicalDomain?: Maybe; - adoptedAsset?: Maybe; - localAsset?: Maybe; + adoptedAsset?: Maybe; + localAsset?: Maybe; blockNumber?: Maybe; - status?: Maybe; + status?: Maybe; }; -export type mode_AssetBalance = { +export type xdai_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: mode_Router; - asset: mode_Asset; + router: xdai_Router; + asset: xdai_Asset; feesEarned: Scalars['BigInt']; }; -export type mode_AssetBalance_filter = { +export type xdai_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149576,7 +150002,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; @@ -149597,7 +150023,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; @@ -149607,12 +150033,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 xdai_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -149637,12 +150063,12 @@ export type mode_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type mode_AssetStatus = { +export type xdai_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type mode_AssetStatus_filter = { +export type xdai_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149656,16 +150082,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 xdai_AssetStatus_orderBy = | 'id' | 'status'; -export type mode_Asset_filter = { +export type xdai_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149674,16 +150100,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; @@ -149700,44 +150126,44 @@ 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; 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; + 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; @@ -149766,14 +150192,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 xdai_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -149787,26 +150213,26 @@ export type mode_Asset_orderBy = | 'status__id' | 'status__status'; -export type mode_BlockChangedFilter = { +export type xdai_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type mode_Block_height = { - hash?: InputMaybe; +export type xdai_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type mode_ConnectorMeta = { +export type xdai_ConnectorMeta = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - amb?: Maybe; - rootManager?: Maybe; - mirrorConnector?: Maybe; + amb?: Maybe; + rootManager?: Maybe; + mirrorConnector?: Maybe; }; -export type mode_ConnectorMeta_filter = { +export type xdai_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149831,43 +150257,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 xdai_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -149875,57 +150301,57 @@ export type mode_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type mode_DestinationTransfer = { +export type xdai_DestinationTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - routers?: Maybe>; + status?: Maybe; + routers?: Maybe>; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; bumpSlippageCount?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; amount?: Maybe; routersFee?: Maybe; - executedCaller?: Maybe; - executedTransactionHash?: Maybe; + executedCaller?: Maybe; + executedTransactionHash?: Maybe; executedTimestamp?: Maybe; executedGasPrice?: Maybe; executedGasLimit?: Maybe; executedBlockNumber?: Maybe; - executedTxOrigin?: Maybe; + executedTxOrigin?: Maybe; executedTxNonce?: Maybe; - reconciledCaller?: Maybe; - reconciledTransactionHash?: Maybe; + reconciledCaller?: Maybe; + reconciledTransactionHash?: Maybe; reconciledTimestamp?: Maybe; reconciledGasPrice?: Maybe; reconciledGasLimit?: Maybe; reconciledBlockNumber?: Maybe; - reconciledTxOrigin?: Maybe; + reconciledTxOrigin?: Maybe; reconciledTxNonce?: Maybe; }; -export type mode_DestinationTransferroutersArgs = { +export type xdai_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mode_DestinationTransfer_filter = { +export type xdai_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -149942,16 +150368,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; @@ -149960,17 +150386,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; @@ -149995,40 +150421,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; @@ -150045,16 +150471,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; @@ -150071,16 +150497,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; @@ -150101,7 +150527,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; @@ -150118,26 +150544,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; @@ -150170,16 +150596,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; @@ -150188,26 +150614,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; @@ -150240,16 +150666,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; @@ -150259,12 +150685,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 xdai_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -150313,14 +150739,14 @@ export type mode_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type mode_OptimisticRootFinalized = { +export type xdai_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['mode_Bytes']; + aggregateRoot: Scalars['xdai_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type mode_OptimisticRootFinalized_filter = { +export type xdai_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -150329,16 +150755,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; @@ -150356,36 +150782,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 xdai_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type mode_OrderDirection = +export type xdai_OrderDirection = | 'asc' | 'desc'; -export type mode_OriginMessage = { +export type xdai_OriginMessage = { id: Scalars['ID']; - transferId?: Maybe; + transferId?: Maybe; destinationDomain?: Maybe; - leaf?: Maybe; + leaf?: Maybe; index?: Maybe; - message?: Maybe; - root?: Maybe; - transactionHash?: Maybe; + message?: Maybe; + root?: Maybe; + transactionHash?: Maybe; blockNumber?: Maybe; - rootCount?: Maybe; + rootCount?: Maybe; }; -export type mode_OriginMessage_filter = { +export type xdai_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -150394,16 +150820,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; @@ -150412,16 +150838,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; @@ -150430,36 +150856,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; @@ -150488,14 +150914,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 xdai_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -150509,51 +150935,51 @@ export type mode_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type mode_OriginTransfer = { +export type xdai_OriginTransfer = { id: Scalars['ID']; chainId?: Maybe; - transferId?: Maybe; + transferId?: Maybe; nonce?: Maybe; - status?: Maybe; - messageHash?: Maybe; + status?: Maybe; + messageHash?: Maybe; originDomain?: Maybe; destinationDomain?: Maybe; canonicalDomain?: Maybe; - to?: Maybe; - delegate?: Maybe; + to?: Maybe; + delegate?: Maybe; receiveLocal?: Maybe; - callData?: Maybe; + callData?: Maybe; slippage?: Maybe; - originSender?: Maybe; + originSender?: Maybe; bridgedAmt?: Maybe; normalizedIn?: Maybe; - canonicalId?: Maybe; - asset?: Maybe; - transactingAsset?: Maybe; - message?: Maybe; + canonicalId?: Maybe; + asset?: Maybe; + transactingAsset?: Maybe; + message?: Maybe; bumpRelayerFeeCount?: Maybe; - relayerFees?: Maybe>; - initialRelayerFeeAsset?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + relayerFees?: Maybe>; + initialRelayerFeeAsset?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; - txOrigin?: Maybe; + txOrigin?: Maybe; txNonce?: Maybe; }; -export type mode_OriginTransferrelayerFeesArgs = { +export type xdai_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mode_OriginTransfer_filter = { +export type xdai_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -150570,16 +150996,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; @@ -150588,20 +151014,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; @@ -150626,40 +151052,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; @@ -150668,16 +151094,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; @@ -150694,16 +151120,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; @@ -150724,17 +151150,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; @@ -150755,7 +151181,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; @@ -150770,37 +151196,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; @@ -150833,16 +151259,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; @@ -150852,12 +151278,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 xdai_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -150909,20 +151335,20 @@ export type mode_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type mode_Relayer = { +export type xdai_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type mode_RelayerFee = { +export type xdai_RelayerFee = { id: Scalars['ID']; - transfer: mode_OriginTransfer; + transfer: xdai_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['mode_Bytes']; + asset: Scalars['xdai_Bytes']; }; -export type mode_RelayerFee_filter = { +export type xdai_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -150951,7 +151377,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; @@ -150960,23 +151386,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 xdai_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -151011,20 +151437,20 @@ export type mode_RelayerFee_orderBy = | 'fee' | 'asset'; -export type mode_RelayerFeesIncrease = { +export type xdai_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: mode_OriginTransfer; + transfer: xdai_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['mode_Bytes']; - transactionHash: Scalars['mode_Bytes']; + asset?: Maybe; + caller: Scalars['xdai_Bytes']; + transactionHash: Scalars['xdai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mode_RelayerFeesIncrease_filter = { +export type xdai_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151053,7 +151479,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; @@ -151062,36 +151488,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; @@ -151125,12 +151551,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 xdai_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -151171,7 +151597,7 @@ export type mode_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type mode_Relayer_filter = { +export type xdai_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151184,33 +151610,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 xdai_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type mode_RootCount = { +export type xdai_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type mode_RootCount_filter = { +export type xdai_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151228,30 +151654,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 xdai_RootCount_orderBy = | 'id' | 'count'; -export type mode_RootMessageSent = { +export type xdai_RootMessageSent = { id: Scalars['ID']; spokeDomain?: Maybe; hubDomain?: Maybe; - root?: Maybe; + root?: Maybe; count?: Maybe; - caller?: Maybe; - transactionHash?: Maybe; + caller?: Maybe; + transactionHash?: Maybe; timestamp?: Maybe; gasPrice?: Maybe; gasLimit?: Maybe; blockNumber?: Maybe; }; -export type mode_RootMessageSent_filter = { +export type xdai_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151276,16 +151702,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; @@ -151294,26 +151720,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; @@ -151347,12 +151773,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 xdai_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -151365,34 +151791,34 @@ export type mode_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type mode_Router = { +export type xdai_Router = { id: Scalars['ID']; isActive: Scalars['Boolean']; - owner?: Maybe; - recipient?: Maybe; - proposedOwner?: Maybe; + owner?: Maybe; + recipient?: Maybe; + proposedOwner?: Maybe; proposedTimestamp?: Maybe; - assetBalances: Array; + assetBalances: Array; }; -export type mode_RouterassetBalancesArgs = { +export type xdai_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type mode_RouterDailyTVL = { +export type xdai_RouterDailyTVL = { id: Scalars['ID']; - router: mode_Router; - asset: mode_Asset; + router: xdai_Router; + asset: xdai_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type mode_RouterDailyTVL_filter = { +export type xdai_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151421,7 +151847,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; @@ -151442,7 +151868,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; @@ -151460,12 +151886,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 xdai_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -151487,25 +151913,25 @@ export type mode_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type mode_RouterLiquidityEvent = { +export type xdai_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: mode_Router; - asset: mode_Asset; + type?: Maybe; + router: xdai_Router; + asset: xdai_Asset; amount: Scalars['BigInt']; balance: Scalars['BigInt']; - caller?: Maybe; + caller?: Maybe; blockNumber: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transactionHash: Scalars['mode_Bytes']; + transactionHash: Scalars['xdai_Bytes']; nonce: Scalars['BigInt']; }; -export type mode_RouterLiquidityEventType = +export type xdai_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type mode_RouterLiquidityEvent_filter = { +export type xdai_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151514,10 +151940,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; @@ -151538,7 +151964,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; @@ -151559,7 +151985,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; @@ -151576,16 +152002,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; @@ -151602,16 +152028,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; @@ -151621,12 +152047,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 xdai_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -151654,7 +152080,7 @@ export type mode_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type mode_Router_filter = { +export type xdai_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151667,36 +152093,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; @@ -151705,14 +152131,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 xdai_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -151721,13 +152147,13 @@ export type mode_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type mode_Sequencer = { +export type xdai_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type mode_Sequencer_filter = { +export type xdai_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151740,34 +152166,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 xdai_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type mode_Setting = { +export type xdai_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['mode_Bytes']; + caller: Scalars['xdai_Bytes']; }; -export type mode_Setting_filter = { +export type xdai_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151784,40 +152210,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 xdai_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type mode_SlippageUpdate = { +export type xdai_SlippageUpdate = { id: Scalars['ID']; - transfer: mode_DestinationTransfer; + transfer: xdai_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['mode_Bytes']; - transactionHash: Scalars['mode_Bytes']; + caller: Scalars['xdai_Bytes']; + transactionHash: Scalars['xdai_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mode_SlippageUpdate_filter = { +export type xdai_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151846,7 +152272,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; @@ -151855,26 +152281,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; @@ -151908,12 +152334,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 xdai_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -151960,16 +152386,16 @@ export type mode_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type mode_SnapshotRoot = { +export type xdai_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['mode_Bytes']; + root: Scalars['xdai_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type mode_SnapshotRoot_filter = { +export type xdai_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -151986,16 +152412,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; @@ -152021,12 +152447,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 xdai_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -152034,12 +152460,12 @@ export type mode_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type mode_SpokeConnectorMode = { +export type xdai_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type mode_SpokeConnectorMode_filter = { +export type xdai_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152069,25 +152495,25 @@ 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 xdai_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type mode_TransferStatus = +export type xdai_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type mode__Block_ = { +export type xdai__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ @@ -152095,7 +152521,7 @@ export type mode__Block_ = { }; /** The type for the top-level _meta field */ -export type mode__Meta_ = { +export type xdai__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -152103,22 +152529,22 @@ export type mode__Meta_ = { * and therefore asks for the latest block * */ - block: mode__Block_; + block: xdai__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type stagingmantle_AggregateRoot = { +export type stagingbnb_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingmantle_Bytes']; + root: Scalars['stagingbnb_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingmantle_AggregateRootProposed = { +export type stagingbnb_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmantle_Bytes']; + aggregateRoot: Scalars['stagingbnb_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -152126,7 +152552,7 @@ export type stagingmantle_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingmantle_AggregateRootProposed_filter = { +export type stagingbnb_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152135,16 +152561,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; @@ -152186,12 +152612,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 stagingbnb_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -152200,7 +152626,7 @@ export type stagingmantle_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmantle_AggregateRoot_filter = { +export type stagingbnb_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152209,16 +152635,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; @@ -152228,41 +152654,45 @@ 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 stagingbnb_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingmantle_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 stagingmantle_AssetBalance = { +export type stagingbnb_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingmantle_Router; - asset: stagingmantle_Asset; + router: stagingbnb_Router; + asset: stagingbnb_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingmantle_AssetBalance_filter = { +export type stagingbnb_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152323,7 +152753,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; @@ -152344,7 +152774,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; @@ -152354,12 +152784,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 stagingbnb_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -152384,12 +152814,12 @@ export type stagingmantle_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingmantle_AssetStatus = { +export type stagingbnb_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingmantle_AssetStatus_filter = { +export type stagingbnb_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152403,16 +152833,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 stagingbnb_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingmantle_Asset_filter = { +export type stagingbnb_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152421,16 +152851,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; @@ -152447,16 +152877,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; @@ -152465,26 +152895,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; @@ -152513,14 +152943,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 stagingbnb_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -152534,26 +152964,26 @@ export type stagingmantle_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingmantle_BlockChangedFilter = { +export type stagingbnb_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingmantle_Block_height = { - hash?: InputMaybe; +export type stagingbnb_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingmantle_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 stagingmantle_ConnectorMeta_filter = { +export type stagingbnb_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152578,43 +153008,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 stagingbnb_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -152622,57 +153052,57 @@ export type stagingmantle_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingmantle_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 stagingmantle_DestinationTransferroutersArgs = { +export type stagingbnb_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmantle_DestinationTransfer_filter = { +export type stagingbnb_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -152689,16 +153119,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; @@ -152707,17 +153137,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; @@ -152742,40 +153172,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; @@ -152792,16 +153222,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; @@ -152818,16 +153248,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; @@ -152848,7 +153278,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; @@ -152865,26 +153295,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; @@ -152917,16 +153347,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; @@ -152935,26 +153365,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; @@ -152987,16 +153417,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; @@ -153006,12 +153436,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 stagingbnb_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -153060,14 +153490,14 @@ export type stagingmantle_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingmantle_OptimisticRootFinalized = { +export type stagingbnb_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmantle_Bytes']; + aggregateRoot: Scalars['stagingbnb_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingmantle_OptimisticRootFinalized_filter = { +export type stagingbnb_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -153076,16 +153506,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; @@ -153103,36 +153533,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 stagingbnb_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingmantle_OrderDirection = +export type stagingbnb_OrderDirection = | 'asc' | 'desc'; -export type stagingmantle_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 stagingmantle_OriginMessage_filter = { +export type stagingbnb_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -153141,16 +153571,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; @@ -153159,16 +153589,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; @@ -153177,36 +153607,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; @@ -153235,14 +153665,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 stagingbnb_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -153256,51 +153686,51 @@ export type stagingmantle_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingmantle_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 stagingmantle_OriginTransferrelayerFeesArgs = { +export type stagingbnb_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmantle_OriginTransfer_filter = { +export type stagingbnb_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -153317,16 +153747,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; @@ -153335,20 +153765,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; @@ -153373,40 +153803,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; @@ -153415,16 +153845,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; @@ -153441,16 +153871,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; @@ -153471,17 +153901,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; @@ -153502,7 +153932,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; @@ -153517,37 +153947,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; @@ -153580,16 +154010,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; @@ -153599,12 +154029,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 stagingbnb_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -153656,20 +154086,20 @@ export type stagingmantle_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingmantle_Relayer = { +export type stagingbnb_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingmantle_RelayerFee = { +export type stagingbnb_RelayerFee = { id: Scalars['ID']; - transfer: stagingmantle_OriginTransfer; + transfer: stagingbnb_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingmantle_Bytes']; + asset: Scalars['stagingbnb_Bytes']; }; -export type stagingmantle_RelayerFee_filter = { +export type stagingbnb_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -153698,7 +154128,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; @@ -153707,23 +154137,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 stagingbnb_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -153758,20 +154188,20 @@ export type stagingmantle_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingmantle_RelayerFeesIncrease = { +export type stagingbnb_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingmantle_OriginTransfer; + transfer: stagingbnb_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingmantle_Bytes']; - transactionHash: Scalars['stagingmantle_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 stagingmantle_RelayerFeesIncrease_filter = { +export type stagingbnb_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -153800,7 +154230,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; @@ -153809,36 +154239,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; @@ -153872,12 +154302,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 stagingbnb_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -153918,7 +154348,7 @@ export type stagingmantle_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmantle_Relayer_filter = { +export type stagingbnb_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -153931,33 +154361,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 stagingbnb_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingmantle_RootCount = { +export type stagingbnb_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingmantle_RootCount_filter = { +export type stagingbnb_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -153975,30 +154405,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 stagingbnb_RootCount_orderBy = | 'id' | 'count'; -export type stagingmantle_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 stagingmantle_RootMessageSent_filter = { +export type stagingbnb_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154023,16 +154453,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; @@ -154041,26 +154471,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; @@ -154094,12 +154524,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 stagingbnb_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -154112,34 +154542,34 @@ export type stagingmantle_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmantle_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 stagingmantle_RouterassetBalancesArgs = { +export type stagingbnb_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmantle_RouterDailyTVL = { +export type stagingbnb_RouterDailyTVL = { id: Scalars['ID']; - router: stagingmantle_Router; - asset: stagingmantle_Asset; + router: stagingbnb_Router; + asset: stagingbnb_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingmantle_RouterDailyTVL_filter = { +export type stagingbnb_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154168,7 +154598,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; @@ -154189,7 +154619,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; @@ -154207,12 +154637,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 stagingbnb_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -154234,25 +154664,25 @@ export type stagingmantle_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingmantle_RouterLiquidityEvent = { +export type stagingbnb_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingmantle_Router; - asset: stagingmantle_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['stagingmantle_Bytes']; + transactionHash: Scalars['stagingbnb_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmantle_RouterLiquidityEventType = +export type stagingbnb_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingmantle_RouterLiquidityEvent_filter = { +export type stagingbnb_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154261,10 +154691,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; @@ -154285,7 +154715,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; @@ -154306,7 +154736,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; @@ -154323,16 +154753,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; @@ -154349,16 +154779,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; @@ -154368,12 +154798,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 stagingbnb_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -154401,7 +154831,7 @@ export type stagingmantle_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingmantle_Router_filter = { +export type stagingbnb_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154414,36 +154844,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; @@ -154452,14 +154882,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 stagingbnb_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -154468,13 +154898,13 @@ export type stagingmantle_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingmantle_Sequencer = { +export type stagingbnb_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingmantle_Sequencer_filter = { +export type stagingbnb_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154487,34 +154917,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 stagingbnb_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingmantle_Setting = { +export type stagingbnb_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingmantle_Bytes']; + caller: Scalars['stagingbnb_Bytes']; }; -export type stagingmantle_Setting_filter = { +export type stagingbnb_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154531,40 +154961,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 stagingbnb_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingmantle_SlippageUpdate = { +export type stagingbnb_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingmantle_DestinationTransfer; + transfer: stagingbnb_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingmantle_Bytes']; - transactionHash: Scalars['stagingmantle_Bytes']; + caller: Scalars['stagingbnb_Bytes']; + transactionHash: Scalars['stagingbnb_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmantle_SlippageUpdate_filter = { +export type stagingbnb_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154593,7 +155023,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; @@ -154602,26 +155032,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; @@ -154655,12 +155085,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 stagingbnb_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -154707,16 +155137,16 @@ export type stagingmantle_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmantle_SnapshotRoot = { +export type stagingbnb_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingmantle_Bytes']; + root: Scalars['stagingbnb_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmantle_SnapshotRoot_filter = { +export type stagingbnb_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154733,16 +155163,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; @@ -154768,12 +155198,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 stagingbnb_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -154781,12 +155211,12 @@ export type stagingmantle_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmantle_SpokeConnectorMode = { +export type stagingbnb_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingmantle_SpokeConnectorMode_filter = { +export type stagingbnb_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154816,33 +155246,35 @@ 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 stagingbnb_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingmantle_TransferStatus = +export type stagingbnb_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingmantle__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 stagingmantle__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 @@ -154850,22 +155282,22 @@ export type stagingmantle__Meta_ = { * and therefore asks for the latest block * */ - block: stagingmantle__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 stagingmetis_AggregateRoot = { +export type stagingarbitrumone_AggregateRoot = { id: Scalars['ID']; - root: Scalars['stagingmetis_Bytes']; + root: Scalars['stagingarbitrumone_Bytes']; blockNumber: Scalars['BigInt']; }; -export type stagingmetis_AggregateRootProposed = { +export type stagingarbitrumone_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmetis_Bytes']; + aggregateRoot: Scalars['stagingarbitrumone_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -154873,7 +155305,7 @@ export type stagingmetis_AggregateRootProposed = { blockNumber?: Maybe; }; -export type stagingmetis_AggregateRootProposed_filter = { +export type stagingarbitrumone_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154882,16 +155314,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; @@ -154933,12 +155365,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 stagingarbitrumone_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -154947,7 +155379,7 @@ export type stagingmetis_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmetis_AggregateRoot_filter = { +export type stagingarbitrumone_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -154956,16 +155388,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; @@ -154975,41 +155407,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 stagingarbitrumone_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type stagingmetis_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 stagingmetis_AssetBalance = { +export type stagingarbitrumone_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: stagingmetis_Router; - asset: stagingmetis_Asset; + router: stagingarbitrumone_Router; + asset: stagingarbitrumone_Asset; feesEarned: Scalars['BigInt']; }; -export type stagingmetis_AssetBalance_filter = { +export type stagingarbitrumone_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155070,7 +155506,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; @@ -155091,7 +155527,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; @@ -155101,12 +155537,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 stagingarbitrumone_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -155131,12 +155567,12 @@ export type stagingmetis_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type stagingmetis_AssetStatus = { +export type stagingarbitrumone_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type stagingmetis_AssetStatus_filter = { +export type stagingarbitrumone_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155150,16 +155586,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 stagingarbitrumone_AssetStatus_orderBy = | 'id' | 'status'; -export type stagingmetis_Asset_filter = { +export type stagingarbitrumone_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155168,16 +155604,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; @@ -155194,44 +155630,44 @@ 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; 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; + 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; @@ -155260,14 +155696,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 stagingarbitrumone_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -155281,26 +155717,26 @@ export type stagingmetis_Asset_orderBy = | 'status__id' | 'status__status'; -export type stagingmetis_BlockChangedFilter = { +export type stagingarbitrumone_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type stagingmetis_Block_height = { - hash?: InputMaybe; +export type stagingarbitrumone_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type stagingmetis_ConnectorMeta = { +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 stagingmetis_ConnectorMeta_filter = { +export type stagingarbitrumone_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155325,43 +155761,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 stagingarbitrumone_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -155369,57 +155805,57 @@ export type stagingmetis_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type stagingmetis_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 stagingmetis_DestinationTransferroutersArgs = { +export type stagingarbitrumone_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmetis_DestinationTransfer_filter = { +export type stagingarbitrumone_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155436,16 +155872,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; @@ -155454,17 +155890,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; @@ -155489,40 +155925,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; @@ -155539,16 +155975,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; @@ -155565,16 +156001,16 @@ 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; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: 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; @@ -155595,7 +156031,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; @@ -155612,26 +156048,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; @@ -155664,16 +156100,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; @@ -155682,26 +156118,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; @@ -155734,16 +156170,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; @@ -155753,12 +156189,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 stagingarbitrumone_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -155807,14 +156243,14 @@ export type stagingmetis_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type stagingmetis_OptimisticRootFinalized = { +export type stagingarbitrumone_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['stagingmetis_Bytes']; + aggregateRoot: Scalars['stagingarbitrumone_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type stagingmetis_OptimisticRootFinalized_filter = { +export type stagingarbitrumone_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155823,16 +156259,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; @@ -155850,36 +156286,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 stagingarbitrumone_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type stagingmetis_OrderDirection = +export type stagingarbitrumone_OrderDirection = | 'asc' | 'desc'; -export type stagingmetis_OriginMessage = { +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 stagingmetis_OriginMessage_filter = { +export type stagingarbitrumone_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -155888,16 +156324,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; @@ -155906,16 +156342,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; @@ -155924,36 +156360,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; @@ -155982,14 +156418,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 stagingarbitrumone_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -156003,51 +156439,51 @@ export type stagingmetis_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type stagingmetis_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 stagingmetis_OriginTransferrelayerFeesArgs = { +export type stagingarbitrumone_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmetis_OriginTransfer_filter = { +export type stagingarbitrumone_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156064,16 +156500,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; @@ -156082,20 +156518,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; @@ -156120,40 +156556,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; @@ -156162,16 +156598,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; @@ -156188,16 +156624,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; @@ -156218,17 +156654,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; @@ -156249,7 +156685,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; @@ -156264,37 +156700,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; @@ -156327,16 +156763,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; @@ -156346,12 +156782,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 stagingarbitrumone_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -156403,20 +156839,20 @@ export type stagingmetis_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type stagingmetis_Relayer = { +export type stagingarbitrumone_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type stagingmetis_RelayerFee = { +export type stagingarbitrumone_RelayerFee = { id: Scalars['ID']; - transfer: stagingmetis_OriginTransfer; + transfer: stagingarbitrumone_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['stagingmetis_Bytes']; + asset: Scalars['stagingarbitrumone_Bytes']; }; -export type stagingmetis_RelayerFee_filter = { +export type stagingarbitrumone_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156445,7 +156881,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; @@ -156454,23 +156890,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 stagingarbitrumone_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -156505,20 +156941,20 @@ export type stagingmetis_RelayerFee_orderBy = | 'fee' | 'asset'; -export type stagingmetis_RelayerFeesIncrease = { +export type stagingarbitrumone_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: stagingmetis_OriginTransfer; + transfer: stagingarbitrumone_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['stagingmetis_Bytes']; - transactionHash: Scalars['stagingmetis_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 stagingmetis_RelayerFeesIncrease_filter = { +export type stagingarbitrumone_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156547,7 +156983,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; @@ -156556,36 +156992,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; @@ -156619,12 +157055,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 stagingarbitrumone_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -156665,7 +157101,7 @@ export type stagingmetis_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmetis_Relayer_filter = { +export type stagingarbitrumone_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156678,33 +157114,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 stagingarbitrumone_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type stagingmetis_RootCount = { +export type stagingarbitrumone_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type stagingmetis_RootCount_filter = { +export type stagingarbitrumone_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156722,30 +157158,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 stagingarbitrumone_RootCount_orderBy = | 'id' | 'count'; -export type stagingmetis_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 stagingmetis_RootMessageSent_filter = { +export type stagingarbitrumone_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156770,16 +157206,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; @@ -156788,26 +157224,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; @@ -156841,12 +157277,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 stagingarbitrumone_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -156859,34 +157295,34 @@ export type stagingmetis_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmetis_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 stagingmetis_RouterassetBalancesArgs = { +export type stagingarbitrumone_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type stagingmetis_RouterDailyTVL = { +export type stagingarbitrumone_RouterDailyTVL = { id: Scalars['ID']; - router: stagingmetis_Router; - asset: stagingmetis_Asset; + router: stagingarbitrumone_Router; + asset: stagingarbitrumone_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type stagingmetis_RouterDailyTVL_filter = { +export type stagingarbitrumone_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -156915,7 +157351,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; @@ -156936,7 +157372,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; @@ -156954,12 +157390,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 stagingarbitrumone_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -156981,25 +157417,25 @@ export type stagingmetis_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type stagingmetis_RouterLiquidityEvent = { +export type stagingarbitrumone_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: stagingmetis_Router; - asset: stagingmetis_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['stagingmetis_Bytes']; + transactionHash: Scalars['stagingarbitrumone_Bytes']; nonce: Scalars['BigInt']; }; -export type stagingmetis_RouterLiquidityEventType = +export type stagingarbitrumone_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type stagingmetis_RouterLiquidityEvent_filter = { +export type stagingarbitrumone_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157008,10 +157444,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; @@ -157032,7 +157468,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; @@ -157053,7 +157489,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; @@ -157070,16 +157506,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; @@ -157096,16 +157532,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; @@ -157115,12 +157551,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 stagingarbitrumone_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -157148,7 +157584,7 @@ export type stagingmetis_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type stagingmetis_Router_filter = { +export type stagingarbitrumone_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157161,36 +157597,36 @@ 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; + 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; @@ -157199,14 +157635,14 @@ export type stagingmetis_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 stagingmetis_Router_orderBy = +export type stagingarbitrumone_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -157215,13 +157651,13 @@ export type stagingmetis_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type stagingmetis_Sequencer = { +export type stagingarbitrumone_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type stagingmetis_Sequencer_filter = { +export type stagingarbitrumone_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157234,34 +157670,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 stagingarbitrumone_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type stagingmetis_Setting = { +export type stagingarbitrumone_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['stagingmetis_Bytes']; + caller: Scalars['stagingarbitrumone_Bytes']; }; -export type stagingmetis_Setting_filter = { +export type stagingarbitrumone_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157278,40 +157714,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 stagingarbitrumone_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type stagingmetis_SlippageUpdate = { +export type stagingarbitrumone_SlippageUpdate = { id: Scalars['ID']; - transfer: stagingmetis_DestinationTransfer; + transfer: stagingarbitrumone_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['stagingmetis_Bytes']; - transactionHash: Scalars['stagingmetis_Bytes']; + caller: Scalars['stagingarbitrumone_Bytes']; + transactionHash: Scalars['stagingarbitrumone_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmetis_SlippageUpdate_filter = { +export type stagingarbitrumone_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157340,7 +157776,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; @@ -157349,26 +157785,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; @@ -157402,12 +157838,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 stagingarbitrumone_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -157454,16 +157890,16 @@ export type stagingmetis_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type stagingmetis_SnapshotRoot = { +export type stagingarbitrumone_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['stagingmetis_Bytes']; + root: Scalars['stagingarbitrumone_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type stagingmetis_SnapshotRoot_filter = { +export type stagingarbitrumone_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157480,16 +157916,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; @@ -157515,12 +157951,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 stagingarbitrumone_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -157528,12 +157964,12 @@ export type stagingmetis_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type stagingmetis_SpokeConnectorMode = { +export type stagingarbitrumone_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type stagingmetis_SpokeConnectorMode_filter = { +export type stagingarbitrumone_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157563,33 +157999,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 stagingarbitrumone_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type stagingmetis_TransferStatus = +export type stagingarbitrumone_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type stagingmetis__Block_ = { +export type stagingarbitrumone__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 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 @@ -157597,22 +158035,22 @@ export type stagingmetis__Meta_ = { * and therefore asks for the latest block * */ - block: stagingmetis__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 metis_AggregateRoot = { +export type stagingpolygonzkevm_AggregateRoot = { id: Scalars['ID']; - root: Scalars['metis_Bytes']; + root: Scalars['stagingpolygonzkevm_Bytes']; blockNumber: Scalars['BigInt']; }; -export type metis_AggregateRootProposed = { +export type stagingpolygonzkevm_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['metis_Bytes']; + aggregateRoot: Scalars['stagingpolygonzkevm_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -157620,7 +158058,7 @@ export type metis_AggregateRootProposed = { blockNumber?: Maybe; }; -export type metis_AggregateRootProposed_filter = { +export type stagingpolygonzkevm_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157629,16 +158067,16 @@ 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; + 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; @@ -157680,12 +158118,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 stagingpolygonzkevm_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -157694,7 +158132,7 @@ export type metis_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type metis_AggregateRoot_filter = { +export type stagingpolygonzkevm_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157703,16 +158141,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; @@ -157722,41 +158160,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 stagingpolygonzkevm_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type metis_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 metis_AssetBalance = { +export type stagingpolygonzkevm_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: metis_Router; - asset: metis_Asset; + router: stagingpolygonzkevm_Router; + asset: stagingpolygonzkevm_Asset; feesEarned: Scalars['BigInt']; }; -export type metis_AssetBalance_filter = { +export type stagingpolygonzkevm_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157817,7 +158259,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; @@ -157838,7 +158280,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; @@ -157848,12 +158290,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 stagingpolygonzkevm_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -157878,12 +158320,12 @@ export type metis_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type metis_AssetStatus = { +export type stagingpolygonzkevm_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type metis_AssetStatus_filter = { +export type stagingpolygonzkevm_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157897,16 +158339,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 stagingpolygonzkevm_AssetStatus_orderBy = | 'id' | 'status'; -export type metis_Asset_filter = { +export type stagingpolygonzkevm_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -157915,16 +158357,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; @@ -157941,16 +158383,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; @@ -157959,26 +158401,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; @@ -158007,14 +158449,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 stagingpolygonzkevm_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -158028,26 +158470,26 @@ export type metis_Asset_orderBy = | 'status__id' | 'status__status'; -export type metis_BlockChangedFilter = { +export type stagingpolygonzkevm_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type metis_Block_height = { - hash?: InputMaybe; +export type stagingpolygonzkevm_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type metis_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 metis_ConnectorMeta_filter = { +export type stagingpolygonzkevm_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158072,43 +158514,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 stagingpolygonzkevm_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -158116,57 +158558,57 @@ export type metis_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type metis_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 metis_DestinationTransferroutersArgs = { +export type stagingpolygonzkevm_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type metis_DestinationTransfer_filter = { +export type stagingpolygonzkevm_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158183,16 +158625,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; @@ -158201,17 +158643,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; @@ -158236,40 +158678,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; @@ -158286,16 +158728,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; @@ -158312,16 +158754,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; @@ -158342,7 +158784,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; @@ -158359,26 +158801,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; @@ -158411,16 +158853,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; @@ -158429,26 +158871,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; @@ -158481,16 +158923,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; @@ -158500,12 +158942,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 stagingpolygonzkevm_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -158554,14 +158996,14 @@ export type metis_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type metis_OptimisticRootFinalized = { +export type stagingpolygonzkevm_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['metis_Bytes']; + aggregateRoot: Scalars['stagingpolygonzkevm_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type metis_OptimisticRootFinalized_filter = { +export type stagingpolygonzkevm_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158570,16 +159012,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; @@ -158597,36 +159039,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 stagingpolygonzkevm_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type metis_OrderDirection = +export type stagingpolygonzkevm_OrderDirection = | 'asc' | 'desc'; -export type metis_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 metis_OriginMessage_filter = { +export type stagingpolygonzkevm_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158635,16 +159077,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; @@ -158653,16 +159095,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; @@ -158671,36 +159113,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; @@ -158729,14 +159171,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 stagingpolygonzkevm_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -158750,51 +159192,51 @@ export type metis_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type metis_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 metis_OriginTransferrelayerFeesArgs = { +export type stagingpolygonzkevm_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type metis_OriginTransfer_filter = { +export type stagingpolygonzkevm_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -158811,16 +159253,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; @@ -158829,20 +159271,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; @@ -158867,40 +159309,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; @@ -158909,16 +159351,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; @@ -158935,16 +159377,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; @@ -158965,17 +159407,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; @@ -158996,7 +159438,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; @@ -159011,37 +159453,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; @@ -159074,16 +159516,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; @@ -159093,12 +159535,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 stagingpolygonzkevm_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -159150,20 +159592,20 @@ export type metis_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type metis_Relayer = { +export type stagingpolygonzkevm_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type metis_RelayerFee = { +export type stagingpolygonzkevm_RelayerFee = { id: Scalars['ID']; - transfer: metis_OriginTransfer; + transfer: stagingpolygonzkevm_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['metis_Bytes']; + asset: Scalars['stagingpolygonzkevm_Bytes']; }; -export type metis_RelayerFee_filter = { +export type stagingpolygonzkevm_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159192,7 +159634,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; @@ -159201,23 +159643,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 stagingpolygonzkevm_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -159252,20 +159694,20 @@ export type metis_RelayerFee_orderBy = | 'fee' | 'asset'; -export type metis_RelayerFeesIncrease = { +export type stagingpolygonzkevm_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: metis_OriginTransfer; + transfer: stagingpolygonzkevm_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['metis_Bytes']; - transactionHash: Scalars['metis_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 metis_RelayerFeesIncrease_filter = { +export type stagingpolygonzkevm_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159294,7 +159736,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; @@ -159303,36 +159745,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; @@ -159366,12 +159808,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 stagingpolygonzkevm_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -159412,7 +159854,7 @@ export type metis_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type metis_Relayer_filter = { +export type stagingpolygonzkevm_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159425,33 +159867,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 stagingpolygonzkevm_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type metis_RootCount = { +export type stagingpolygonzkevm_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type metis_RootCount_filter = { +export type stagingpolygonzkevm_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159469,30 +159911,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 stagingpolygonzkevm_RootCount_orderBy = | 'id' | 'count'; -export type metis_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 metis_RootMessageSent_filter = { +export type stagingpolygonzkevm_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159517,16 +159959,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; @@ -159535,26 +159977,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; @@ -159588,12 +160030,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 stagingpolygonzkevm_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -159606,34 +160048,34 @@ export type metis_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type metis_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 metis_RouterassetBalancesArgs = { +export type stagingpolygonzkevm_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type metis_RouterDailyTVL = { +export type stagingpolygonzkevm_RouterDailyTVL = { id: Scalars['ID']; - router: metis_Router; - asset: metis_Asset; + router: stagingpolygonzkevm_Router; + asset: stagingpolygonzkevm_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type metis_RouterDailyTVL_filter = { +export type stagingpolygonzkevm_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159662,7 +160104,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; @@ -159683,7 +160125,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; @@ -159701,12 +160143,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 stagingpolygonzkevm_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -159728,25 +160170,25 @@ export type metis_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type metis_RouterLiquidityEvent = { +export type stagingpolygonzkevm_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: metis_Router; - asset: metis_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['metis_Bytes']; + transactionHash: Scalars['stagingpolygonzkevm_Bytes']; nonce: Scalars['BigInt']; }; -export type metis_RouterLiquidityEventType = +export type stagingpolygonzkevm_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type metis_RouterLiquidityEvent_filter = { +export type stagingpolygonzkevm_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159755,10 +160197,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; @@ -159779,7 +160221,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; @@ -159800,7 +160242,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; @@ -159817,16 +160259,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; @@ -159843,16 +160285,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; @@ -159862,12 +160304,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 stagingpolygonzkevm_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -159895,7 +160337,7 @@ export type metis_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type metis_Router_filter = { +export type stagingpolygonzkevm_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159908,36 +160350,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; @@ -159946,14 +160388,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 stagingpolygonzkevm_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -159962,13 +160404,13 @@ export type metis_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type metis_Sequencer = { +export type stagingpolygonzkevm_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type metis_Sequencer_filter = { +export type stagingpolygonzkevm_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -159981,34 +160423,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 stagingpolygonzkevm_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type metis_Setting = { +export type stagingpolygonzkevm_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['metis_Bytes']; + caller: Scalars['stagingpolygonzkevm_Bytes']; }; -export type metis_Setting_filter = { +export type stagingpolygonzkevm_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160025,40 +160467,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 stagingpolygonzkevm_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type metis_SlippageUpdate = { +export type stagingpolygonzkevm_SlippageUpdate = { id: Scalars['ID']; - transfer: metis_DestinationTransfer; + transfer: stagingpolygonzkevm_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['metis_Bytes']; - transactionHash: Scalars['metis_Bytes']; + caller: Scalars['stagingpolygonzkevm_Bytes']; + transactionHash: Scalars['stagingpolygonzkevm_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type metis_SlippageUpdate_filter = { +export type stagingpolygonzkevm_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160087,7 +160529,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; @@ -160096,26 +160538,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; @@ -160149,12 +160591,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 stagingpolygonzkevm_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -160201,16 +160643,16 @@ export type metis_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type metis_SnapshotRoot = { +export type stagingpolygonzkevm_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['metis_Bytes']; + root: Scalars['stagingpolygonzkevm_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type metis_SnapshotRoot_filter = { +export type stagingpolygonzkevm_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160227,16 +160669,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; @@ -160262,12 +160704,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 stagingpolygonzkevm_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -160275,12 +160717,12 @@ export type metis_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type metis_SpokeConnectorMode = { +export type stagingpolygonzkevm_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type metis_SpokeConnectorMode_filter = { +export type stagingpolygonzkevm_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160310,33 +160752,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 stagingpolygonzkevm_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type metis_TransferStatus = +export type stagingpolygonzkevm_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type metis__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 metis__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 @@ -160344,22 +160788,22 @@ export type metis__Meta_ = { * and therefore asks for the latest block * */ - block: metis__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 bnb_AggregateRoot = { +export type stagingxlayer_AggregateRoot = { id: Scalars['ID']; - root: Scalars['bnb_Bytes']; + root: Scalars['stagingxlayer_Bytes']; blockNumber: Scalars['BigInt']; }; -export type bnb_AggregateRootProposed = { +export type stagingxlayer_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['bnb_Bytes']; + aggregateRoot: Scalars['stagingxlayer_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -160367,7 +160811,7 @@ export type bnb_AggregateRootProposed = { blockNumber?: Maybe; }; -export type bnb_AggregateRootProposed_filter = { +export type stagingxlayer_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160376,16 +160820,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; @@ -160427,12 +160871,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 stagingxlayer_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -160441,7 +160885,7 @@ export type bnb_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type bnb_AggregateRoot_filter = { +export type stagingxlayer_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160450,16 +160894,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; @@ -160469,41 +160913,41 @@ 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 stagingxlayer_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type bnb_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 bnb_AssetBalance = { +export type stagingxlayer_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: bnb_Router; - asset: bnb_Asset; + router: stagingxlayer_Router; + asset: stagingxlayer_Asset; feesEarned: Scalars['BigInt']; }; -export type bnb_AssetBalance_filter = { +export type stagingxlayer_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160564,7 +161008,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; @@ -160585,7 +161029,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; @@ -160595,12 +161039,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 stagingxlayer_AssetBalance_orderBy = | 'id' | 'amount' | 'locked' @@ -160625,12 +161069,12 @@ export type bnb_AssetBalance_orderBy = | 'asset__blockNumber' | 'feesEarned'; -export type bnb_AssetStatus = { +export type stagingxlayer_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type bnb_AssetStatus_filter = { +export type stagingxlayer_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160644,16 +161088,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 stagingxlayer_AssetStatus_orderBy = | 'id' | 'status'; -export type bnb_Asset_filter = { +export type stagingxlayer_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160662,16 +161106,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; @@ -160688,44 +161132,44 @@ 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; 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; + 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; @@ -160754,14 +161198,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 stagingxlayer_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -160775,26 +161219,26 @@ export type bnb_Asset_orderBy = | 'status__id' | 'status__status'; -export type bnb_BlockChangedFilter = { +export type stagingxlayer_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type bnb_Block_height = { - hash?: InputMaybe; +export type stagingxlayer_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type bnb_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 bnb_ConnectorMeta_filter = { +export type stagingxlayer_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160819,43 +161263,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 stagingxlayer_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -160863,57 +161307,57 @@ export type bnb_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type bnb_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 bnb_DestinationTransferroutersArgs = { +export type stagingxlayer_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_DestinationTransfer_filter = { +export type stagingxlayer_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -160930,16 +161374,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; @@ -160948,17 +161392,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; @@ -160983,40 +161427,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; @@ -161033,16 +161477,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; @@ -161059,16 +161503,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; @@ -161089,7 +161533,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; @@ -161106,26 +161550,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; @@ -161158,16 +161602,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; @@ -161176,26 +161620,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; @@ -161228,16 +161672,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; @@ -161247,12 +161691,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 stagingxlayer_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -161301,14 +161745,14 @@ export type bnb_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type bnb_OptimisticRootFinalized = { +export type stagingxlayer_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['bnb_Bytes']; + aggregateRoot: Scalars['stagingxlayer_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type bnb_OptimisticRootFinalized_filter = { +export type stagingxlayer_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -161317,16 +161761,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; @@ -161344,36 +161788,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 stagingxlayer_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type bnb_OrderDirection = +export type stagingxlayer_OrderDirection = | 'asc' | 'desc'; -export type bnb_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 bnb_OriginMessage_filter = { +export type stagingxlayer_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -161382,16 +161826,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; @@ -161400,16 +161844,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; @@ -161418,36 +161862,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; @@ -161476,14 +161920,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 stagingxlayer_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -161497,51 +161941,51 @@ export type bnb_OriginMessage_orderBy = | 'rootCount__id' | 'rootCount__count'; -export type bnb_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 bnb_OriginTransferrelayerFeesArgs = { +export type stagingxlayer_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_OriginTransfer_filter = { +export type stagingxlayer_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -161558,16 +162002,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; @@ -161576,20 +162020,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; @@ -161614,40 +162058,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; @@ -161656,16 +162100,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; @@ -161682,16 +162126,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; @@ -161712,17 +162156,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; @@ -161743,7 +162187,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; @@ -161758,37 +162202,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; @@ -161821,16 +162265,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; @@ -161840,12 +162284,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 stagingxlayer_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -161897,20 +162341,20 @@ export type bnb_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type bnb_Relayer = { +export type stagingxlayer_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type bnb_RelayerFee = { +export type stagingxlayer_RelayerFee = { id: Scalars['ID']; - transfer: bnb_OriginTransfer; + transfer: stagingxlayer_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['bnb_Bytes']; + asset: Scalars['stagingxlayer_Bytes']; }; -export type bnb_RelayerFee_filter = { +export type stagingxlayer_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -161939,7 +162383,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; @@ -161948,23 +162392,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 stagingxlayer_RelayerFee_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -161999,20 +162443,20 @@ export type bnb_RelayerFee_orderBy = | 'fee' | 'asset'; -export type bnb_RelayerFeesIncrease = { +export type stagingxlayer_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: bnb_OriginTransfer; + transfer: stagingxlayer_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['bnb_Bytes']; - transactionHash: Scalars['bnb_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 bnb_RelayerFeesIncrease_filter = { +export type stagingxlayer_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162041,7 +162485,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; @@ -162050,36 +162494,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; @@ -162113,12 +162557,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 stagingxlayer_RelayerFeesIncrease_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -162159,7 +162603,7 @@ export type bnb_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type bnb_Relayer_filter = { +export type stagingxlayer_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162172,33 +162616,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 stagingxlayer_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type bnb_RootCount = { +export type stagingxlayer_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type bnb_RootCount_filter = { +export type stagingxlayer_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162216,30 +162660,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 stagingxlayer_RootCount_orderBy = | 'id' | 'count'; -export type bnb_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 bnb_RootMessageSent_filter = { +export type stagingxlayer_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162264,16 +162708,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; @@ -162282,26 +162726,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; @@ -162335,12 +162779,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 stagingxlayer_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -162353,34 +162797,34 @@ export type bnb_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type bnb_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 bnb_RouterassetBalancesArgs = { +export type stagingxlayer_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type bnb_RouterDailyTVL = { +export type stagingxlayer_RouterDailyTVL = { id: Scalars['ID']; - router: bnb_Router; - asset: bnb_Asset; + router: stagingxlayer_Router; + asset: stagingxlayer_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type bnb_RouterDailyTVL_filter = { +export type stagingxlayer_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162409,7 +162853,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; @@ -162430,7 +162874,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; @@ -162448,12 +162892,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 stagingxlayer_RouterDailyTVL_orderBy = | 'id' | 'router' | 'router__id' @@ -162475,25 +162919,25 @@ export type bnb_RouterDailyTVL_orderBy = | 'timestamp' | 'balance'; -export type bnb_RouterLiquidityEvent = { +export type stagingxlayer_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: bnb_Router; - asset: bnb_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['bnb_Bytes']; + transactionHash: Scalars['stagingxlayer_Bytes']; nonce: Scalars['BigInt']; }; -export type bnb_RouterLiquidityEventType = +export type stagingxlayer_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type bnb_RouterLiquidityEvent_filter = { +export type stagingxlayer_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162502,10 +162946,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; @@ -162526,7 +162970,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; @@ -162547,7 +162991,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; @@ -162564,16 +163008,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; @@ -162590,16 +163034,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; @@ -162609,12 +163053,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 stagingxlayer_RouterLiquidityEvent_orderBy = | 'id' | 'type' | 'router' @@ -162642,7 +163086,7 @@ export type bnb_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type bnb_Router_filter = { +export type stagingxlayer_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162655,36 +163099,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; @@ -162693,14 +163137,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 stagingxlayer_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -162709,13 +163153,13 @@ export type bnb_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type bnb_Sequencer = { +export type stagingxlayer_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type bnb_Sequencer_filter = { +export type stagingxlayer_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162728,34 +163172,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 stagingxlayer_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type bnb_Setting = { +export type stagingxlayer_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['bnb_Bytes']; + caller: Scalars['stagingxlayer_Bytes']; }; -export type bnb_Setting_filter = { +export type stagingxlayer_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162772,40 +163216,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 stagingxlayer_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type bnb_SlippageUpdate = { +export type stagingxlayer_SlippageUpdate = { id: Scalars['ID']; - transfer: bnb_DestinationTransfer; + transfer: stagingxlayer_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['bnb_Bytes']; - transactionHash: Scalars['bnb_Bytes']; + caller: Scalars['stagingxlayer_Bytes']; + transactionHash: Scalars['stagingxlayer_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type bnb_SlippageUpdate_filter = { +export type stagingxlayer_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162834,7 +163278,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; @@ -162843,26 +163287,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; @@ -162896,12 +163340,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 stagingxlayer_SlippageUpdate_orderBy = | 'id' | 'transfer' | 'transfer__id' @@ -162948,16 +163392,16 @@ export type bnb_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type bnb_SnapshotRoot = { +export type stagingxlayer_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['bnb_Bytes']; + root: Scalars['stagingxlayer_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type bnb_SnapshotRoot_filter = { +export type stagingxlayer_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -162974,16 +163418,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; @@ -163009,12 +163453,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 stagingxlayer_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -163022,12 +163466,12 @@ export type bnb_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type bnb_SpokeConnectorMode = { +export type stagingxlayer_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type bnb_SpokeConnectorMode_filter = { +export type stagingxlayer_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163057,25 +163501,25 @@ 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 stagingxlayer_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type bnb_TransferStatus = +export type stagingxlayer_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type bnb__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 */ @@ -163083,7 +163527,7 @@ export type bnb__Block_ = { }; /** The type for the top-level _meta field */ -export type bnb__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 @@ -163091,22 +163535,22 @@ export type bnb__Meta_ = { * and therefore asks for the latest block * */ - block: bnb__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 xlayer_AggregateRoot = { +export type staginglinea_AggregateRoot = { id: Scalars['ID']; - root: Scalars['xlayer_Bytes']; + root: Scalars['staginglinea_Bytes']; blockNumber: Scalars['BigInt']; }; -export type xlayer_AggregateRootProposed = { +export type staginglinea_AggregateRootProposed = { id: Scalars['ID']; - aggregateRoot: Scalars['xlayer_Bytes']; + aggregateRoot: Scalars['staginglinea_Bytes']; rootTimestamp: Scalars['BigInt']; endOfDispute: Scalars['BigInt']; domain: Scalars['BigInt']; @@ -163114,7 +163558,7 @@ export type xlayer_AggregateRootProposed = { blockNumber?: Maybe; }; -export type xlayer_AggregateRootProposed_filter = { +export type staginglinea_AggregateRootProposed_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163123,16 +163567,12 @@ 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_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; rootTimestamp?: InputMaybe; rootTimestamp_not?: InputMaybe; rootTimestamp_gt?: InputMaybe; @@ -163174,12 +163614,10 @@ 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; }; -export type xlayer_AggregateRootProposed_orderBy = +export type staginglinea_AggregateRootProposed_orderBy = | 'id' | 'aggregateRoot' | 'rootTimestamp' @@ -163188,7 +163626,7 @@ export type xlayer_AggregateRootProposed_orderBy = | 'timestamp' | 'blockNumber'; -export type xlayer_AggregateRoot_filter = { +export type staginglinea_AggregateRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163197,16 +163635,12 @@ 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_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -163216,41 +163650,39 @@ 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; }; -export type xlayer_AggregateRoot_orderBy = +export type staginglinea_AggregateRoot_orderBy = | 'id' | 'root' | 'blockNumber'; -export type xlayer_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 xlayer_AssetBalance = { +export type staginglinea_AssetBalance = { id: Scalars['ID']; amount: Scalars['BigInt']; locked: Scalars['BigInt']; supplied: Scalars['BigInt']; removed: Scalars['BigInt']; - router: xlayer_Router; - asset: xlayer_Asset; + router: staginglinea_Router; + asset: staginglinea_Asset; feesEarned: Scalars['BigInt']; }; -export type xlayer_AssetBalance_filter = { +export type staginglinea_AssetBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163311,7 +163743,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; @@ -163332,7 +163764,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; @@ -163342,42 +163774,25 @@ 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; }; -export type xlayer_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 xlayer_AssetStatus = { +export type staginglinea_AssetStatus = { id: Scalars['ID']; status?: Maybe; }; -export type xlayer_AssetStatus_filter = { +export type staginglinea_AssetStatus_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163391,16 +163806,14 @@ 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; }; -export type xlayer_AssetStatus_orderBy = +export type staginglinea_AssetStatus_orderBy = | 'id' | 'status'; -export type xlayer_Asset_filter = { +export type staginglinea_Asset_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163409,16 +163822,12 @@ 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_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; decimal?: InputMaybe; decimal_not?: InputMaybe; decimal_gt?: InputMaybe; @@ -163435,16 +163844,12 @@ 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_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; canonicalDomain?: InputMaybe; canonicalDomain_not?: InputMaybe; canonicalDomain_gt?: InputMaybe; @@ -163453,26 +163858,18 @@ 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_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; @@ -163501,14 +163898,12 @@ 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; }; -export type xlayer_Asset_orderBy = +export type staginglinea_Asset_orderBy = | 'id' | 'key' | 'decimal' @@ -163518,30 +163913,28 @@ export type xlayer_Asset_orderBy = | 'adoptedAsset' | 'localAsset' | 'blockNumber' - | 'status' - | 'status__id' - | 'status__status'; + | 'status'; -export type xlayer_BlockChangedFilter = { +export type staginglinea_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type xlayer_Block_height = { - hash?: InputMaybe; +export type staginglinea_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type xlayer_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 xlayer_ConnectorMeta_filter = { +export type staginglinea_ConnectorMeta_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163566,43 +163959,29 @@ 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_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 xlayer_ConnectorMeta_orderBy = +export type staginglinea_ConnectorMeta_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -163610,57 +163989,57 @@ export type xlayer_ConnectorMeta_orderBy = | 'rootManager' | 'mirrorConnector'; -export type xlayer_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 xlayer_DestinationTransferroutersArgs = { +export type staginglinea_DestinationTransferroutersArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xlayer_DestinationTransfer_filter = { +export type staginglinea_DestinationTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -163677,16 +164056,12 @@ 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_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -163695,17 +164070,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; @@ -163730,40 +164105,28 @@ 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_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; @@ -163780,16 +164143,12 @@ 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_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -163806,16 +164165,12 @@ 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_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -163836,7 +164191,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; @@ -163853,26 +164208,18 @@ 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_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; @@ -163905,16 +164252,12 @@ 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_in?: InputMaybe>; + executedTxOrigin_not_in?: InputMaybe>; + executedTxOrigin_contains?: InputMaybe; + executedTxOrigin_not_contains?: InputMaybe; executedTxNonce?: InputMaybe; executedTxNonce_not?: InputMaybe; executedTxNonce_gt?: InputMaybe; @@ -163923,26 +164266,18 @@ 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_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; @@ -163975,16 +164310,12 @@ 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_in?: InputMaybe>; + reconciledTxOrigin_not_in?: InputMaybe>; + reconciledTxOrigin_contains?: InputMaybe; + reconciledTxOrigin_not_contains?: InputMaybe; reconciledTxNonce?: InputMaybe; reconciledTxNonce_not?: InputMaybe; reconciledTxNonce_gt?: InputMaybe; @@ -163994,12 +164325,10 @@ 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; }; -export type xlayer_DestinationTransfer_orderBy = +export type staginglinea_DestinationTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -164020,15 +164349,6 @@ export type xlayer_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' @@ -164048,14 +164368,14 @@ export type xlayer_DestinationTransfer_orderBy = | 'reconciledTxOrigin' | 'reconciledTxNonce'; -export type xlayer_OptimisticRootFinalized = { +export type staginglinea_OptimisticRootFinalized = { id: Scalars['ID']; - aggregateRoot: Scalars['xlayer_Bytes']; + aggregateRoot: Scalars['staginglinea_Bytes']; timestamp: Scalars['BigInt']; blockNumber?: Maybe; }; -export type xlayer_OptimisticRootFinalized_filter = { +export type staginglinea_OptimisticRootFinalized_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164064,16 +164384,12 @@ 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_in?: InputMaybe>; + aggregateRoot_not_in?: InputMaybe>; + aggregateRoot_contains?: InputMaybe; + aggregateRoot_not_contains?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -164091,36 +164407,34 @@ 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; }; -export type xlayer_OptimisticRootFinalized_orderBy = +export type staginglinea_OptimisticRootFinalized_orderBy = | 'id' | 'aggregateRoot' | 'timestamp' | 'blockNumber'; /** Defines the order direction, either ascending or descending */ -export type xlayer_OrderDirection = +export type staginglinea_OrderDirection = | 'asc' | 'desc'; -export type xlayer_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 xlayer_OriginMessage_filter = { +export type staginglinea_OriginMessage_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164129,16 +164443,12 @@ 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_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; destinationDomain?: InputMaybe; destinationDomain_not?: InputMaybe; destinationDomain_gt?: InputMaybe; @@ -164147,16 +164457,12 @@ 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_in?: InputMaybe>; + leaf_not_in?: InputMaybe>; + leaf_contains?: InputMaybe; + leaf_not_contains?: InputMaybe; index?: InputMaybe; index_not?: InputMaybe; index_gt?: InputMaybe; @@ -164165,36 +164471,24 @@ 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_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; @@ -164223,14 +164517,12 @@ 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; }; -export type xlayer_OriginMessage_orderBy = +export type staginglinea_OriginMessage_orderBy = | 'id' | 'transferId' | 'destinationDomain' @@ -164240,55 +164532,53 @@ export type xlayer_OriginMessage_orderBy = | 'root' | 'transactionHash' | 'blockNumber' - | 'rootCount' - | 'rootCount__id' - | 'rootCount__count'; + | 'rootCount'; -export type xlayer_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 xlayer_OriginTransferrelayerFeesArgs = { +export type staginglinea_OriginTransferrelayerFeesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xlayer_OriginTransfer_filter = { +export type staginglinea_OriginTransfer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164305,16 +164595,12 @@ 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_in?: InputMaybe>; + transferId_not_in?: InputMaybe>; + transferId_contains?: InputMaybe; + transferId_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -164323,20 +164609,16 @@ 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_in?: InputMaybe>; + messageHash_not_in?: InputMaybe>; + messageHash_contains?: InputMaybe; + messageHash_not_contains?: InputMaybe; originDomain?: InputMaybe; originDomain_not?: InputMaybe; originDomain_gt?: InputMaybe; @@ -164361,40 +164643,28 @@ 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_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; @@ -164403,16 +164673,12 @@ 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_in?: InputMaybe>; + originSender_not_in?: InputMaybe>; + originSender_contains?: InputMaybe; + originSender_not_contains?: InputMaybe; bridgedAmt?: InputMaybe; bridgedAmt_not?: InputMaybe; bridgedAmt_gt?: InputMaybe; @@ -164429,16 +164695,12 @@ 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_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; asset?: InputMaybe; asset_not?: InputMaybe; asset_gt?: InputMaybe; @@ -164459,17 +164721,13 @@ 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_in?: InputMaybe>; + transactingAsset_not_in?: InputMaybe>; + transactingAsset_contains?: InputMaybe; + transactingAsset_not_contains?: InputMaybe; message?: InputMaybe; message_not?: InputMaybe; message_gt?: InputMaybe; @@ -164490,7 +164748,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; @@ -164505,37 +164763,25 @@ 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_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; @@ -164568,16 +164814,12 @@ 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_in?: InputMaybe>; + txOrigin_not_in?: InputMaybe>; + txOrigin_contains?: InputMaybe; + txOrigin_not_contains?: InputMaybe; txNonce?: InputMaybe; txNonce_not?: InputMaybe; txNonce_gt?: InputMaybe; @@ -164587,12 +164829,10 @@ 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; }; -export type xlayer_OriginTransfer_orderBy = +export type staginglinea_OriginTransfer_orderBy = | 'id' | 'chainId' | 'transferId' @@ -164612,26 +164852,8 @@ export type xlayer_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' @@ -164644,20 +164866,20 @@ export type xlayer_OriginTransfer_orderBy = | 'txOrigin' | 'txNonce'; -export type xlayer_Relayer = { +export type staginglinea_Relayer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - relayer?: Maybe; + relayer?: Maybe; }; -export type xlayer_RelayerFee = { +export type staginglinea_RelayerFee = { id: Scalars['ID']; - transfer: xlayer_OriginTransfer; + transfer: staginglinea_OriginTransfer; fee: Scalars['BigInt']; - asset: Scalars['xlayer_Bytes']; + asset: Scalars['staginglinea_Bytes']; }; -export type xlayer_RelayerFee_filter = { +export type staginglinea_RelayerFee_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164686,7 +164908,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; @@ -164695,71 +164917,36 @@ 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_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 xlayer_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 xlayer_RelayerFeesIncrease = { +export type staginglinea_RelayerFeesIncrease = { id: Scalars['ID']; - transfer: xlayer_OriginTransfer; + transfer: staginglinea_OriginTransfer; increase?: Maybe; - asset?: Maybe; - caller: Scalars['xlayer_Bytes']; - transactionHash: Scalars['xlayer_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 xlayer_RelayerFeesIncrease_filter = { +export type staginglinea_RelayerFeesIncrease_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164788,7 +164975,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; @@ -164797,36 +164984,24 @@ 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_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; @@ -164860,43 +165035,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; }; -export type xlayer_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' @@ -164906,7 +165050,7 @@ export type xlayer_RelayerFeesIncrease_orderBy = | 'gasLimit' | 'blockNumber'; -export type xlayer_Relayer_filter = { +export type staginglinea_Relayer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164919,33 +165063,27 @@ 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_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 xlayer_Relayer_orderBy = +export type staginglinea_Relayer_orderBy = | 'id' | 'isActive' | 'relayer'; -export type xlayer_RootCount = { +export type staginglinea_RootCount = { id: Scalars['ID']; count?: Maybe; }; -export type xlayer_RootCount_filter = { +export type staginglinea_RootCount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -164963,30 +165101,28 @@ 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; }; -export type xlayer_RootCount_orderBy = +export type staginglinea_RootCount_orderBy = | 'id' | 'count'; -export type xlayer_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 xlayer_RootMessageSent_filter = { +export type staginglinea_RootMessageSent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165011,16 +165147,12 @@ 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_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -165029,26 +165161,18 @@ 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_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; @@ -165082,12 +165206,10 @@ 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; }; -export type xlayer_RootMessageSent_orderBy = +export type staginglinea_RootMessageSent_orderBy = | 'id' | 'spokeDomain' | 'hubDomain' @@ -165100,34 +165222,34 @@ export type xlayer_RootMessageSent_orderBy = | 'gasLimit' | 'blockNumber'; -export type xlayer_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 xlayer_RouterassetBalancesArgs = { +export type staginglinea_RouterassetBalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xlayer_RouterDailyTVL = { +export type staginglinea_RouterDailyTVL = { id: Scalars['ID']; - router: xlayer_Router; - asset: xlayer_Asset; + router: staginglinea_Router; + asset: staginglinea_Asset; timestamp: Scalars['BigInt']; balance: Scalars['BigInt']; }; -export type xlayer_RouterDailyTVL_filter = { +export type staginglinea_RouterDailyTVL_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165156,7 +165278,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; @@ -165177,7 +165299,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; @@ -165195,52 +165317,35 @@ 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; }; -export type xlayer_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 xlayer_RouterLiquidityEvent = { +export type staginglinea_RouterLiquidityEvent = { id: Scalars['ID']; - type?: Maybe; - router: xlayer_Router; - asset: xlayer_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['xlayer_Bytes']; + transactionHash: Scalars['staginglinea_Bytes']; nonce: Scalars['BigInt']; }; -export type xlayer_RouterLiquidityEventType = +export type staginglinea_RouterLiquidityEventType = | 'Add' | 'Remove'; -export type xlayer_RouterLiquidityEvent_filter = { +export type staginglinea_RouterLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165249,10 +165354,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; @@ -165273,7 +165378,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; @@ -165294,7 +165399,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; @@ -165311,16 +165416,12 @@ 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_in?: InputMaybe>; + caller_not_in?: InputMaybe>; + caller_contains?: InputMaybe; + caller_not_contains?: InputMaybe; blockNumber?: InputMaybe; blockNumber_not?: InputMaybe; blockNumber_gt?: InputMaybe; @@ -165337,16 +165438,12 @@ 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_in?: InputMaybe>; + transactionHash_not_in?: InputMaybe>; + transactionHash_contains?: InputMaybe; + transactionHash_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -165356,31 +165453,14 @@ 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; }; -export type xlayer_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' @@ -165389,7 +165469,7 @@ export type xlayer_RouterLiquidityEvent_orderBy = | 'transactionHash' | 'nonce'; -export type xlayer_Router_filter = { +export type staginglinea_Router_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165402,36 +165482,24 @@ 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_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; @@ -165440,14 +165508,12 @@ 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; }; -export type xlayer_Router_orderBy = +export type staginglinea_Router_orderBy = | 'id' | 'isActive' | 'owner' @@ -165456,13 +165522,13 @@ export type xlayer_Router_orderBy = | 'proposedTimestamp' | 'assetBalances'; -export type xlayer_Sequencer = { +export type staginglinea_Sequencer = { id: Scalars['ID']; isActive: Scalars['Boolean']; - sequencer?: Maybe; + sequencer?: Maybe; }; -export type xlayer_Sequencer_filter = { +export type staginglinea_Sequencer_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165475,34 +165541,28 @@ 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_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 xlayer_Sequencer_orderBy = +export type staginglinea_Sequencer_orderBy = | 'id' | 'isActive' | 'sequencer'; -export type xlayer_Setting = { +export type staginglinea_Setting = { id: Scalars['ID']; maxRoutersPerTransfer: Scalars['BigInt']; - caller: Scalars['xlayer_Bytes']; + caller: Scalars['staginglinea_Bytes']; }; -export type xlayer_Setting_filter = { +export type staginglinea_Setting_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165519,40 +165579,34 @@ 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_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 xlayer_Setting_orderBy = +export type staginglinea_Setting_orderBy = | 'id' | 'maxRoutersPerTransfer' | 'caller'; -export type xlayer_SlippageUpdate = { +export type staginglinea_SlippageUpdate = { id: Scalars['ID']; - transfer: xlayer_DestinationTransfer; + transfer: staginglinea_DestinationTransfer; slippage: Scalars['BigInt']; - caller: Scalars['xlayer_Bytes']; - transactionHash: Scalars['xlayer_Bytes']; + caller: Scalars['staginglinea_Bytes']; + transactionHash: Scalars['staginglinea_Bytes']; timestamp: Scalars['BigInt']; gasPrice: Scalars['BigInt']; gasLimit: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type xlayer_SlippageUpdate_filter = { +export type staginglinea_SlippageUpdate_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165581,7 +165635,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; @@ -165590,26 +165644,18 @@ 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_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; @@ -165643,50 +165689,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; }; -export type xlayer_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' @@ -165695,16 +165703,16 @@ export type xlayer_SlippageUpdate_orderBy = | 'gasLimit' | 'blockNumber'; -export type xlayer_SnapshotRoot = { +export type staginglinea_SnapshotRoot = { id: Scalars['ID']; spokeDomain?: Maybe; - root: Scalars['xlayer_Bytes']; + root: Scalars['staginglinea_Bytes']; count: Scalars['BigInt']; timestamp: Scalars['BigInt']; blockNumber: Scalars['BigInt']; }; -export type xlayer_SnapshotRoot_filter = { +export type staginglinea_SnapshotRoot_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165721,16 +165729,12 @@ 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_in?: InputMaybe>; + root_not_in?: InputMaybe>; + root_contains?: InputMaybe; + root_not_contains?: InputMaybe; count?: InputMaybe; count_not?: InputMaybe; count_gt?: InputMaybe; @@ -165756,12 +165760,10 @@ 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; }; -export type xlayer_SnapshotRoot_orderBy = +export type staginglinea_SnapshotRoot_orderBy = | 'id' | 'spokeDomain' | 'root' @@ -165769,12 +165771,12 @@ export type xlayer_SnapshotRoot_orderBy = | 'timestamp' | 'blockNumber'; -export type xlayer_SpokeConnectorMode = { +export type staginglinea_SpokeConnectorMode = { id: Scalars['ID']; mode: Scalars['String']; }; -export type xlayer_SpokeConnectorMode_filter = { +export type staginglinea_SpokeConnectorMode_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -165804,25 +165806,23 @@ 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; }; -export type xlayer_SpokeConnectorMode_orderBy = +export type staginglinea_SpokeConnectorMode_orderBy = | 'id' | 'mode'; -export type xlayer_TransferStatus = +export type staginglinea_TransferStatus = | 'XCalled' | 'Executed' | 'Reconciled' | 'CompletedSlow' | 'CompletedFast'; -export type xlayer__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 */ @@ -165830,7 +165830,7 @@ export type xlayer__Block_ = { }; /** The type for the top-level _meta field */ -export type xlayer__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 @@ -165838,7 +165838,7 @@ export type xlayer__Meta_ = { * and therefore asks for the latest block * */ - block: xlayer__Block_; + block: staginglinea__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ @@ -167726,46 +167726,46 @@ export type bnb_swap__Meta_ = { hasIndexingErrors: Scalars['Boolean']; }; -export type polygon_swap_Aggregation_interval = +export type optimism_swap_Aggregation_interval = | 'hour' | 'day'; -export type polygon_swap_BlockChangedFilter = { +export type optimism_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type polygon_swap_Block_height = { - hash?: InputMaybe; +export type optimism_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type polygon_swap_LpAccount = { +export type optimism_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['polygon_swap_Bytes']; - balances: Array; + address: Scalars['optimism_swap_Bytes']; + balances: Array; }; -export type polygon_swap_LpAccountbalancesArgs = { +export type optimism_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_LpAccountBalance = { +export type optimism_swap_LpAccountBalance = { id: Scalars['ID']; - account: polygon_swap_LpAccount; - token: polygon_swap_LpToken; - amount: Scalars['polygon_swap_BigDecimal']; + account: optimism_swap_LpAccount; + token: optimism_swap_LpToken; + amount: Scalars['optimism_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type polygon_swap_LpAccountBalance_filter = { +export type optimism_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167794,7 +167794,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; @@ -167815,15 +167815,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; @@ -167840,23 +167840,23 @@ export type polygon_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_LpAccountBalance_orderBy = +export type optimism_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -167873,7 +167873,7 @@ export type polygon_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type polygon_swap_LpAccount_filter = { +export type optimism_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167882,59 +167882,59 @@ export type polygon_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_LpAccount_orderBy = +export type optimism_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type polygon_swap_LpToken = { +export type optimism_swap_LpToken = { id: Scalars['ID']; - address: Scalars['polygon_swap_Bytes']; - stableSwap: polygon_swap_StableSwap; + address: Scalars['optimism_swap_Bytes']; + stableSwap: optimism_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['polygon_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['optimism_swap_BigDecimal']; + events: Array; }; -export type polygon_swap_LpTokeneventsArgs = { +export type optimism_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_LpTokenEvent = { +export type optimism_swap_LpTokenEvent = { id: Scalars['ID']; - token: polygon_swap_LpToken; - amount: Scalars['polygon_swap_BigDecimal']; + token: optimism_swap_LpToken; + amount: Scalars['optimism_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['optimism_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_LpTokenEvent_filter = { +export type optimism_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -167963,15 +167963,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; @@ -167988,16 +167988,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; @@ -168007,12 +168007,12 @@ export type polygon_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_LpTokenEvent_orderBy = +export type optimism_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -168027,7 +168027,7 @@ export type polygon_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_LpToken_filter = { +export type optimism_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168036,16 +168036,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; @@ -168066,7 +168066,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; @@ -168115,22 +168115,22 @@ export type polygon_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_LpToken_orderBy = +export type optimism_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -168156,21 +168156,21 @@ export type polygon_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type polygon_swap_LpTransferEvent = polygon_swap_LpTokenEvent & { +export type optimism_swap_LpTransferEvent = optimism_swap_LpTokenEvent & { id: Scalars['ID']; - token: polygon_swap_LpToken; - amount: Scalars['polygon_swap_BigDecimal']; - from: Scalars['polygon_swap_Bytes']; - to: Scalars['polygon_swap_Bytes']; - fromBalance: Scalars['polygon_swap_BigDecimal']; - toBalance: Scalars['polygon_swap_BigDecimal']; + token: optimism_swap_LpToken; + amount: Scalars['optimism_swap_BigDecimal']; + from: Scalars['optimism_swap_Bytes']; + to: Scalars['optimism_swap_Bytes']; + fromBalance: Scalars['optimism_swap_BigDecimal']; + toBalance: Scalars['optimism_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['optimism_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_LpTransferEvent_filter = { +export type optimism_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168199,51 +168199,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; @@ -168260,16 +168260,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; @@ -168279,12 +168279,12 @@ export type polygon_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_LpTransferEvent_orderBy = +export type optimism_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -168304,16 +168304,16 @@ export type polygon_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type polygon_swap_OrderDirection = +export type optimism_swap_OrderDirection = | 'asc' | 'desc'; -export type polygon_swap_PooledToken = { +export type optimism_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['polygon_swap_Bytes']; + asset: Scalars['optimism_swap_Bytes']; }; -export type polygon_swap_PooledToken_filter = { +export type optimism_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168322,103 +168322,103 @@ export type polygon_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_PooledToken_orderBy = +export type optimism_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type polygon_swap_StableSwap = { +export type optimism_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['polygon_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['optimism_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type polygon_swap_StableSwapeventsArgs = { +export type optimism_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwapexchangesArgs = { +export type optimism_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwaphourlyVolumesArgs = { +export type optimism_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwapdailyVolumesArgs = { +export type optimism_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwapweeklyVolumesArgs = { +export type optimism_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type polygon_swap_StableSwapAddLiquidityEvent = polygon_swap_StableSwapEvent & { +export type optimism_swap_StableSwapAddLiquidityEvent = optimism_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - provider: Scalars['polygon_swap_Bytes']; + stableSwap: optimism_swap_StableSwap; + provider: Scalars['optimism_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -168427,11 +168427,11 @@ export type polygon_swap_StableSwapAddLiquidityEvent = polygon_swap_StableSwapEv balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['optimism_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_StableSwapAddLiquidityEvent_filter = { +export type optimism_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168460,17 +168460,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>; @@ -168529,16 +168529,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; @@ -168548,12 +168548,12 @@ export type polygon_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_StableSwapAddLiquidityEvent_orderBy = +export type optimism_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -168584,16 +168584,16 @@ export type polygon_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_StableSwapEvent = { +export type optimism_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; + stableSwap: optimism_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['optimism_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_StableSwapEvent_filter = { +export type optimism_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168622,7 +168622,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; @@ -168639,16 +168639,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; @@ -168658,12 +168658,12 @@ export type polygon_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_StableSwapEvent_orderBy = +export type optimism_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -168687,10 +168687,10 @@ export type polygon_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_StableSwapExchange = { +export type optimism_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - buyer: Scalars['polygon_swap_Bytes']; + stableSwap: optimism_swap_StableSwap; + buyer: Scalars['optimism_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -168699,11 +168699,11 @@ export type polygon_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['optimism_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_StableSwapExchange_filter = { +export type optimism_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168732,17 +168732,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; @@ -168805,16 +168805,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; @@ -168824,12 +168824,12 @@ export type polygon_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_StableSwapExchange_orderBy = +export type optimism_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -168860,10 +168860,10 @@ export type polygon_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_StableSwapRemoveLiquidityEvent = polygon_swap_StableSwapEvent & { +export type optimism_swap_StableSwapRemoveLiquidityEvent = optimism_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; - provider: Scalars['polygon_swap_Bytes']; + stableSwap: optimism_swap_StableSwap; + provider: Scalars['optimism_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -168872,11 +168872,11 @@ export type polygon_swap_StableSwapRemoveLiquidityEvent = polygon_swap_StableSwa balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['polygon_swap_Bytes']; + transaction: Scalars['optimism_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { +export type optimism_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -168905,17 +168905,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>; @@ -168974,16 +168974,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; @@ -168993,12 +168993,12 @@ export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type optimism_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -169029,7 +169029,7 @@ export type polygon_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type polygon_swap_StableSwap_filter = { +export type optimism_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -169042,26 +169042,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; @@ -169070,26 +169070,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; @@ -169138,12 +169138,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>; @@ -169186,18 +169186,18 @@ export type polygon_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_StableSwap_orderBy = +export type optimism_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -169224,14 +169224,14 @@ export type polygon_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type polygon_swap_SwapDailyVolume = polygon_swap_SwapTradeVolume & { +export type optimism_swap_SwapDailyVolume = optimism_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; + stableSwap: optimism_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + volume: Scalars['optimism_swap_BigDecimal']; }; -export type polygon_swap_SwapDailyVolume_filter = { +export type optimism_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -169260,7 +169260,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; @@ -169269,21 +169269,21 @@ export type polygon_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_SwapDailyVolume_orderBy = +export type optimism_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -169305,14 +169305,14 @@ export type polygon_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type polygon_swap_SwapHourlyVolume = polygon_swap_SwapTradeVolume & { +export type optimism_swap_SwapHourlyVolume = optimism_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; + stableSwap: optimism_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + volume: Scalars['optimism_swap_BigDecimal']; }; -export type polygon_swap_SwapHourlyVolume_filter = { +export type optimism_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -169341,7 +169341,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; @@ -169350,21 +169350,21 @@ export type polygon_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_SwapHourlyVolume_orderBy = +export type optimism_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -169386,13 +169386,13 @@ export type polygon_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type polygon_swap_SwapTradeVolume = { - stableSwap: polygon_swap_StableSwap; +export type optimism_swap_SwapTradeVolume = { + stableSwap: optimism_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + volume: Scalars['optimism_swap_BigDecimal']; }; -export type polygon_swap_SwapTradeVolume_filter = { +export type optimism_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -169413,7 +169413,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; @@ -169422,21 +169422,21 @@ export type polygon_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_SwapTradeVolume_orderBy = +export type optimism_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -169457,14 +169457,14 @@ export type polygon_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type polygon_swap_SwapWeeklyVolume = polygon_swap_SwapTradeVolume & { +export type optimism_swap_SwapWeeklyVolume = optimism_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: polygon_swap_StableSwap; + stableSwap: optimism_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['polygon_swap_BigDecimal']; + volume: Scalars['optimism_swap_BigDecimal']; }; -export type polygon_swap_SwapWeeklyVolume_filter = { +export type optimism_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -169493,7 +169493,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; @@ -169502,21 +169502,21 @@ export type polygon_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type polygon_swap_SwapWeeklyVolume_orderBy = +export type optimism_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -169538,13 +169538,13 @@ export type polygon_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type polygon_swap_SystemInfo = { +export type optimism_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type polygon_swap_SystemInfo_filter = { +export type optimism_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -169570,29 +169570,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 optimism_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type polygon_swap__Block_ = { +export type optimism_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ 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 optimism_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -169600,53 +169600,53 @@ export type polygon_swap__Meta_ = { * and therefore asks for the latest block * */ - block: polygon_swap__Block_; + block: optimism_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type optimism_swap_Aggregation_interval = +export type arbitrumone_swap_Aggregation_interval = | 'hour' | 'day'; -export type optimism_swap_BlockChangedFilter = { +export type arbitrumone_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type optimism_swap_Block_height = { - hash?: InputMaybe; +export type arbitrumone_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type optimism_swap_LpAccount = { +export type arbitrumone_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['optimism_swap_Bytes']; - balances: Array; + address: Scalars['arbitrumone_swap_Bytes']; + balances: Array; }; -export type optimism_swap_LpAccountbalancesArgs = { +export type arbitrumone_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_swap_LpAccountBalance = { +export type arbitrumone_swap_LpAccountBalance = { id: Scalars['ID']; - account: optimism_swap_LpAccount; - token: optimism_swap_LpToken; - amount: Scalars['optimism_swap_BigDecimal']; + account: arbitrumone_swap_LpAccount; + token: arbitrumone_swap_LpToken; + amount: Scalars['arbitrumone_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type optimism_swap_LpAccountBalance_filter = { +export type arbitrumone_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -169675,7 +169675,7 @@ export type optimism_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -169696,15 +169696,15 @@ export type optimism_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -169721,23 +169721,23 @@ export type optimism_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_LpAccountBalance_orderBy = +export type arbitrumone_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -169754,7 +169754,7 @@ export type optimism_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type optimism_swap_LpAccount_filter = { +export type arbitrumone_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -169763,59 +169763,59 @@ export type optimism_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_LpAccount_orderBy = +export type arbitrumone_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type optimism_swap_LpToken = { +export type arbitrumone_swap_LpToken = { id: Scalars['ID']; - address: Scalars['optimism_swap_Bytes']; - stableSwap: optimism_swap_StableSwap; + address: Scalars['arbitrumone_swap_Bytes']; + stableSwap: arbitrumone_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['optimism_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['arbitrumone_swap_BigDecimal']; + events: Array; }; -export type optimism_swap_LpTokeneventsArgs = { +export type arbitrumone_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_swap_LpTokenEvent = { +export type arbitrumone_swap_LpTokenEvent = { id: Scalars['ID']; - token: optimism_swap_LpToken; - amount: Scalars['optimism_swap_BigDecimal']; + token: arbitrumone_swap_LpToken; + amount: Scalars['arbitrumone_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; + transaction: Scalars['arbitrumone_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimism_swap_LpTokenEvent_filter = { +export type arbitrumone_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -169844,15 +169844,15 @@ export type optimism_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -169869,16 +169869,16 @@ export type optimism_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -169888,12 +169888,12 @@ export type optimism_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_LpTokenEvent_orderBy = +export type arbitrumone_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -169908,7 +169908,7 @@ export type optimism_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type optimism_swap_LpToken_filter = { +export type arbitrumone_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -169917,16 +169917,16 @@ export type optimism_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -169947,7 +169947,7 @@ export type optimism_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -169996,22 +169996,22 @@ export type optimism_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_LpToken_orderBy = +export type arbitrumone_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -170037,21 +170037,21 @@ export type optimism_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type optimism_swap_LpTransferEvent = optimism_swap_LpTokenEvent & { +export type arbitrumone_swap_LpTransferEvent = arbitrumone_swap_LpTokenEvent & { id: Scalars['ID']; - token: optimism_swap_LpToken; - amount: Scalars['optimism_swap_BigDecimal']; - from: Scalars['optimism_swap_Bytes']; - to: Scalars['optimism_swap_Bytes']; - fromBalance: Scalars['optimism_swap_BigDecimal']; - toBalance: Scalars['optimism_swap_BigDecimal']; + token: arbitrumone_swap_LpToken; + amount: Scalars['arbitrumone_swap_BigDecimal']; + from: Scalars['arbitrumone_swap_Bytes']; + to: Scalars['arbitrumone_swap_Bytes']; + fromBalance: Scalars['arbitrumone_swap_BigDecimal']; + toBalance: Scalars['arbitrumone_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; + transaction: Scalars['arbitrumone_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimism_swap_LpTransferEvent_filter = { +export type arbitrumone_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170080,51 +170080,51 @@ export type optimism_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -170141,16 +170141,16 @@ export type optimism_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -170160,12 +170160,12 @@ export type optimism_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_LpTransferEvent_orderBy = +export type arbitrumone_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -170185,16 +170185,16 @@ export type optimism_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type optimism_swap_OrderDirection = +export type arbitrumone_swap_OrderDirection = | 'asc' | 'desc'; -export type optimism_swap_PooledToken = { +export type arbitrumone_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['optimism_swap_Bytes']; + asset: Scalars['arbitrumone_swap_Bytes']; }; -export type optimism_swap_PooledToken_filter = { +export type arbitrumone_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170203,103 +170203,103 @@ export type optimism_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_PooledToken_orderBy = +export type arbitrumone_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type optimism_swap_StableSwap = { +export type arbitrumone_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['optimism_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['arbitrumone_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type optimism_swap_StableSwapeventsArgs = { +export type arbitrumone_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_swap_StableSwapexchangesArgs = { +export type arbitrumone_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_swap_StableSwaphourlyVolumesArgs = { +export type arbitrumone_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_swap_StableSwapdailyVolumesArgs = { +export type arbitrumone_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_swap_StableSwapweeklyVolumesArgs = { +export type arbitrumone_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type optimism_swap_StableSwapAddLiquidityEvent = optimism_swap_StableSwapEvent & { +export type arbitrumone_swap_StableSwapAddLiquidityEvent = arbitrumone_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - provider: Scalars['optimism_swap_Bytes']; + stableSwap: arbitrumone_swap_StableSwap; + provider: Scalars['arbitrumone_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -170308,11 +170308,11 @@ export type optimism_swap_StableSwapAddLiquidityEvent = optimism_swap_StableSwap balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; + transaction: Scalars['arbitrumone_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimism_swap_StableSwapAddLiquidityEvent_filter = { +export type arbitrumone_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170341,17 +170341,17 @@ export type optimism_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -170410,16 +170410,16 @@ export type optimism_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -170429,12 +170429,12 @@ export type optimism_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_StableSwapAddLiquidityEvent_orderBy = +export type arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -170465,16 +170465,16 @@ export type optimism_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type optimism_swap_StableSwapEvent = { +export type arbitrumone_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; + stableSwap: arbitrumone_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; + transaction: Scalars['arbitrumone_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimism_swap_StableSwapEvent_filter = { +export type arbitrumone_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170503,7 +170503,7 @@ export type optimism_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -170520,16 +170520,16 @@ export type optimism_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -170539,12 +170539,12 @@ export type optimism_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_StableSwapEvent_orderBy = +export type arbitrumone_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -170568,10 +170568,10 @@ export type optimism_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type optimism_swap_StableSwapExchange = { +export type arbitrumone_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - buyer: Scalars['optimism_swap_Bytes']; + stableSwap: arbitrumone_swap_StableSwap; + buyer: Scalars['arbitrumone_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -170580,11 +170580,11 @@ export type optimism_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; + transaction: Scalars['arbitrumone_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimism_swap_StableSwapExchange_filter = { +export type arbitrumone_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170613,17 +170613,17 @@ export type optimism_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -170686,16 +170686,16 @@ export type optimism_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -170705,12 +170705,12 @@ export type optimism_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_StableSwapExchange_orderBy = +export type arbitrumone_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -170741,10 +170741,10 @@ export type optimism_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type optimism_swap_StableSwapRemoveLiquidityEvent = optimism_swap_StableSwapEvent & { +export type arbitrumone_swap_StableSwapRemoveLiquidityEvent = arbitrumone_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; - provider: Scalars['optimism_swap_Bytes']; + stableSwap: arbitrumone_swap_StableSwap; + provider: Scalars['arbitrumone_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -170753,11 +170753,11 @@ export type optimism_swap_StableSwapRemoveLiquidityEvent = optimism_swap_StableS balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['optimism_swap_Bytes']; + transaction: Scalars['arbitrumone_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type optimism_swap_StableSwapRemoveLiquidityEvent_filter = { +export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170786,17 +170786,17 @@ export type optimism_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -170855,16 +170855,16 @@ export type optimism_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -170874,12 +170874,12 @@ export type optimism_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -170910,7 +170910,7 @@ export type optimism_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type optimism_swap_StableSwap_filter = { +export type arbitrumone_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -170923,26 +170923,26 @@ export type optimism_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -170951,26 +170951,26 @@ export type optimism_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -171019,12 +171019,12 @@ export type optimism_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -171067,18 +171067,18 @@ export type optimism_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_StableSwap_orderBy = +export type arbitrumone_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -171105,14 +171105,14 @@ export type optimism_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type optimism_swap_SwapDailyVolume = optimism_swap_SwapTradeVolume & { +export type arbitrumone_swap_SwapDailyVolume = arbitrumone_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; + stableSwap: arbitrumone_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimism_swap_BigDecimal']; + volume: Scalars['arbitrumone_swap_BigDecimal']; }; -export type optimism_swap_SwapDailyVolume_filter = { +export type arbitrumone_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171141,7 +171141,7 @@ export type optimism_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -171150,21 +171150,21 @@ export type optimism_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_SwapDailyVolume_orderBy = +export type arbitrumone_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -171186,14 +171186,14 @@ export type optimism_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type optimism_swap_SwapHourlyVolume = optimism_swap_SwapTradeVolume & { +export type arbitrumone_swap_SwapHourlyVolume = arbitrumone_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; + stableSwap: arbitrumone_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimism_swap_BigDecimal']; + volume: Scalars['arbitrumone_swap_BigDecimal']; }; -export type optimism_swap_SwapHourlyVolume_filter = { +export type arbitrumone_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171222,7 +171222,7 @@ export type optimism_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -171231,21 +171231,21 @@ export type optimism_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_SwapHourlyVolume_orderBy = +export type arbitrumone_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -171267,13 +171267,13 @@ export type optimism_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type optimism_swap_SwapTradeVolume = { - stableSwap: optimism_swap_StableSwap; +export type arbitrumone_swap_SwapTradeVolume = { + stableSwap: arbitrumone_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimism_swap_BigDecimal']; + volume: Scalars['arbitrumone_swap_BigDecimal']; }; -export type optimism_swap_SwapTradeVolume_filter = { +export type arbitrumone_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -171294,7 +171294,7 @@ export type optimism_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -171303,21 +171303,21 @@ export type optimism_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_SwapTradeVolume_orderBy = +export type arbitrumone_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -171338,14 +171338,14 @@ export type optimism_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type optimism_swap_SwapWeeklyVolume = optimism_swap_SwapTradeVolume & { +export type arbitrumone_swap_SwapWeeklyVolume = arbitrumone_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: optimism_swap_StableSwap; + stableSwap: arbitrumone_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['optimism_swap_BigDecimal']; + volume: Scalars['arbitrumone_swap_BigDecimal']; }; -export type optimism_swap_SwapWeeklyVolume_filter = { +export type arbitrumone_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171374,7 +171374,7 @@ export type optimism_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -171383,21 +171383,21 @@ export type optimism_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_SwapWeeklyVolume_orderBy = +export type arbitrumone_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -171419,13 +171419,13 @@ export type optimism_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type optimism_swap_SystemInfo = { +export type arbitrumone_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type optimism_swap_SystemInfo_filter = { +export type arbitrumone_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171451,29 +171451,29 @@ export type optimism_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type optimism_swap_SystemInfo_orderBy = +export type arbitrumone_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type optimism_swap__Block_ = { +export type arbitrumone_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ timestamp?: Maybe; /** The hash of the parent block */ - parentHash?: Maybe; + parentHash?: Maybe; }; /** The type for the top-level _meta field */ -export type optimism_swap__Meta_ = { +export type arbitrumone_swap__Meta_ = { /** * Information about a specific subgraph block. The hash of the block * will be null if the _meta field has a block constraint that asks for @@ -171481,53 +171481,53 @@ export type optimism_swap__Meta_ = { * and therefore asks for the latest block * */ - block: optimism_swap__Block_; + block: arbitrumone_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ hasIndexingErrors: Scalars['Boolean']; }; -export type arbitrumone_swap_Aggregation_interval = +export type xdai_swap_Aggregation_interval = | 'hour' | 'day'; -export type arbitrumone_swap_BlockChangedFilter = { +export type xdai_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type arbitrumone_swap_Block_height = { - hash?: InputMaybe; +export type xdai_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type arbitrumone_swap_LpAccount = { +export type xdai_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['arbitrumone_swap_Bytes']; - balances: Array; + address: Scalars['xdai_swap_Bytes']; + balances: Array; }; -export type arbitrumone_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 arbitrumone_swap_LpAccountBalance = { +export type xdai_swap_LpAccountBalance = { id: Scalars['ID']; - account: arbitrumone_swap_LpAccount; - token: arbitrumone_swap_LpToken; - amount: Scalars['arbitrumone_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 arbitrumone_swap_LpAccountBalance_filter = { +export type xdai_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171556,7 +171556,7 @@ export type arbitrumone_swap_LpAccountBalance_filter = { account_ends_with_nocase?: InputMaybe; account_not_ends_with?: InputMaybe; account_not_ends_with_nocase?: InputMaybe; - account_?: InputMaybe; + account_?: InputMaybe; token?: InputMaybe; token_not?: InputMaybe; token_gt?: InputMaybe; @@ -171577,15 +171577,15 @@ export type arbitrumone_swap_LpAccountBalance_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -171602,23 +171602,23 @@ export type arbitrumone_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_LpAccountBalance_orderBy = +export type xdai_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -171635,7 +171635,7 @@ export type arbitrumone_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type arbitrumone_swap_LpAccount_filter = { +export type xdai_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171644,59 +171644,59 @@ export type arbitrumone_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_LpAccount_orderBy = +export type xdai_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type arbitrumone_swap_LpToken = { +export type xdai_swap_LpToken = { id: Scalars['ID']; - address: Scalars['arbitrumone_swap_Bytes']; - stableSwap: arbitrumone_swap_StableSwap; + address: Scalars['xdai_swap_Bytes']; + stableSwap: xdai_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['arbitrumone_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['xdai_swap_BigDecimal']; + events: Array; }; -export type arbitrumone_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 arbitrumone_swap_LpTokenEvent = { +export type xdai_swap_LpTokenEvent = { id: Scalars['ID']; - token: arbitrumone_swap_LpToken; - amount: Scalars['arbitrumone_swap_BigDecimal']; + token: xdai_swap_LpToken; + amount: Scalars['xdai_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; + transaction: Scalars['xdai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumone_swap_LpTokenEvent_filter = { +export type xdai_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171725,15 +171725,15 @@ export type arbitrumone_swap_LpTokenEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -171750,16 +171750,16 @@ export type arbitrumone_swap_LpTokenEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -171769,12 +171769,12 @@ export type arbitrumone_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_LpTokenEvent_orderBy = +export type xdai_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -171789,7 +171789,7 @@ export type arbitrumone_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type arbitrumone_swap_LpToken_filter = { +export type xdai_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171798,16 +171798,16 @@ export type arbitrumone_swap_LpToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -171828,7 +171828,7 @@ export type arbitrumone_swap_LpToken_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; decimals?: InputMaybe; decimals_not?: InputMaybe; decimals_gt?: InputMaybe; @@ -171877,22 +171877,22 @@ export type arbitrumone_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_LpToken_orderBy = +export type xdai_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -171918,21 +171918,21 @@ export type arbitrumone_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type arbitrumone_swap_LpTransferEvent = arbitrumone_swap_LpTokenEvent & { +export type xdai_swap_LpTransferEvent = xdai_swap_LpTokenEvent & { id: Scalars['ID']; - token: arbitrumone_swap_LpToken; - amount: Scalars['arbitrumone_swap_BigDecimal']; - from: Scalars['arbitrumone_swap_Bytes']; - to: Scalars['arbitrumone_swap_Bytes']; - fromBalance: Scalars['arbitrumone_swap_BigDecimal']; - toBalance: Scalars['arbitrumone_swap_BigDecimal']; + token: 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['arbitrumone_swap_Bytes']; + transaction: Scalars['xdai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumone_swap_LpTransferEvent_filter = { +export type xdai_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -171961,51 +171961,51 @@ export type arbitrumone_swap_LpTransferEvent_filter = { token_ends_with_nocase?: InputMaybe; token_not_ends_with?: InputMaybe; token_not_ends_with_nocase?: InputMaybe; - token_?: InputMaybe; - amount?: InputMaybe; - amount_not?: InputMaybe; - amount_gt?: InputMaybe; - amount_lt?: InputMaybe; - amount_gte?: InputMaybe; - amount_lte?: InputMaybe; - amount_in?: InputMaybe>; - amount_not_in?: InputMaybe>; - from?: InputMaybe; - from_not?: InputMaybe; - from_gt?: InputMaybe; - from_lt?: InputMaybe; - from_gte?: InputMaybe; - from_lte?: InputMaybe; - from_in?: InputMaybe>; - from_not_in?: InputMaybe>; - from_contains?: InputMaybe; - from_not_contains?: InputMaybe; - to?: InputMaybe; - to_not?: InputMaybe; - to_gt?: InputMaybe; - to_lt?: InputMaybe; - to_gte?: InputMaybe; - to_lte?: InputMaybe; - to_in?: InputMaybe>; - to_not_in?: InputMaybe>; - to_contains?: InputMaybe; - to_not_contains?: InputMaybe; - fromBalance?: InputMaybe; - fromBalance_not?: InputMaybe; - fromBalance_gt?: InputMaybe; - fromBalance_lt?: InputMaybe; - fromBalance_gte?: InputMaybe; - fromBalance_lte?: InputMaybe; - fromBalance_in?: InputMaybe>; - fromBalance_not_in?: InputMaybe>; - toBalance?: InputMaybe; - toBalance_not?: InputMaybe; - toBalance_gt?: InputMaybe; - toBalance_lt?: InputMaybe; - toBalance_gte?: InputMaybe; - toBalance_lte?: InputMaybe; - toBalance_in?: InputMaybe>; - toBalance_not_in?: InputMaybe>; + token_?: InputMaybe; + amount?: InputMaybe; + amount_not?: InputMaybe; + amount_gt?: InputMaybe; + amount_lt?: InputMaybe; + amount_gte?: InputMaybe; + amount_lte?: InputMaybe; + amount_in?: InputMaybe>; + amount_not_in?: InputMaybe>; + from?: InputMaybe; + from_not?: InputMaybe; + from_gt?: InputMaybe; + from_lt?: InputMaybe; + from_gte?: InputMaybe; + from_lte?: InputMaybe; + from_in?: InputMaybe>; + from_not_in?: InputMaybe>; + from_contains?: InputMaybe; + from_not_contains?: InputMaybe; + to?: InputMaybe; + to_not?: InputMaybe; + to_gt?: InputMaybe; + to_lt?: InputMaybe; + to_gte?: InputMaybe; + to_lte?: InputMaybe; + to_in?: InputMaybe>; + to_not_in?: InputMaybe>; + to_contains?: InputMaybe; + to_not_contains?: InputMaybe; + fromBalance?: InputMaybe; + fromBalance_not?: InputMaybe; + fromBalance_gt?: InputMaybe; + fromBalance_lt?: InputMaybe; + fromBalance_gte?: InputMaybe; + fromBalance_lte?: InputMaybe; + fromBalance_in?: InputMaybe>; + fromBalance_not_in?: InputMaybe>; + toBalance?: InputMaybe; + toBalance_not?: InputMaybe; + toBalance_gt?: InputMaybe; + toBalance_lt?: InputMaybe; + toBalance_gte?: InputMaybe; + toBalance_lte?: InputMaybe; + toBalance_in?: InputMaybe>; + toBalance_not_in?: InputMaybe>; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -172022,16 +172022,16 @@ export type arbitrumone_swap_LpTransferEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -172041,12 +172041,12 @@ export type arbitrumone_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_LpTransferEvent_orderBy = +export type xdai_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -172066,16 +172066,16 @@ export type arbitrumone_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type arbitrumone_swap_OrderDirection = +export type xdai_swap_OrderDirection = | 'asc' | 'desc'; -export type arbitrumone_swap_PooledToken = { +export type xdai_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['arbitrumone_swap_Bytes']; + asset: Scalars['xdai_swap_Bytes']; }; -export type arbitrumone_swap_PooledToken_filter = { +export type xdai_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172084,103 +172084,103 @@ export type arbitrumone_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_PooledToken_orderBy = +export type xdai_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type arbitrumone_swap_StableSwap = { +export type xdai_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['arbitrumone_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 arbitrumone_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 arbitrumone_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 arbitrumone_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 arbitrumone_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 arbitrumone_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 arbitrumone_swap_StableSwapAddLiquidityEvent = arbitrumone_swap_StableSwapEvent & { +export type xdai_swap_StableSwapAddLiquidityEvent = xdai_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - provider: Scalars['arbitrumone_swap_Bytes']; + stableSwap: xdai_swap_StableSwap; + provider: Scalars['xdai_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -172189,11 +172189,11 @@ export type arbitrumone_swap_StableSwapAddLiquidityEvent = arbitrumone_swap_Stab balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; + transaction: Scalars['xdai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumone_swap_StableSwapAddLiquidityEvent_filter = { +export type xdai_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172222,17 +172222,17 @@ export type arbitrumone_swap_StableSwapAddLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + provider?: InputMaybe; + provider_not?: InputMaybe; + provider_gt?: InputMaybe; + provider_lt?: InputMaybe; + provider_gte?: InputMaybe; + provider_lte?: InputMaybe; + provider_in?: InputMaybe>; + provider_not_in?: InputMaybe>; + provider_contains?: InputMaybe; + provider_not_contains?: InputMaybe; tokenAmounts?: InputMaybe>; tokenAmounts_not?: InputMaybe>; tokenAmounts_contains?: InputMaybe>; @@ -172291,16 +172291,16 @@ export type arbitrumone_swap_StableSwapAddLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -172310,12 +172310,12 @@ export type arbitrumone_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy = +export type xdai_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -172346,16 +172346,16 @@ export type arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type arbitrumone_swap_StableSwapEvent = { +export type xdai_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; + stableSwap: xdai_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; + transaction: Scalars['xdai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumone_swap_StableSwapEvent_filter = { +export type xdai_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172384,7 +172384,7 @@ export type arbitrumone_swap_StableSwapEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; block?: InputMaybe; block_not?: InputMaybe; block_gt?: InputMaybe; @@ -172401,16 +172401,16 @@ export type arbitrumone_swap_StableSwapEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -172420,12 +172420,12 @@ export type arbitrumone_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_StableSwapEvent_orderBy = +export type xdai_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -172449,10 +172449,10 @@ export type arbitrumone_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type arbitrumone_swap_StableSwapExchange = { +export type xdai_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - buyer: Scalars['arbitrumone_swap_Bytes']; + stableSwap: xdai_swap_StableSwap; + buyer: Scalars['xdai_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -172461,11 +172461,11 @@ export type arbitrumone_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; + transaction: Scalars['xdai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumone_swap_StableSwapExchange_filter = { +export type xdai_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172494,17 +172494,17 @@ export type arbitrumone_swap_StableSwapExchange_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - buyer?: InputMaybe; - buyer_not?: InputMaybe; - buyer_gt?: InputMaybe; - buyer_lt?: InputMaybe; - buyer_gte?: InputMaybe; - buyer_lte?: InputMaybe; - buyer_in?: InputMaybe>; - buyer_not_in?: InputMaybe>; - buyer_contains?: InputMaybe; - buyer_not_contains?: InputMaybe; + stableSwap_?: InputMaybe; + buyer?: InputMaybe; + buyer_not?: InputMaybe; + buyer_gt?: InputMaybe; + buyer_lt?: InputMaybe; + buyer_gte?: InputMaybe; + buyer_lte?: InputMaybe; + buyer_in?: InputMaybe>; + buyer_not_in?: InputMaybe>; + buyer_contains?: InputMaybe; + buyer_not_contains?: InputMaybe; boughtId?: InputMaybe; boughtId_not?: InputMaybe; boughtId_gt?: InputMaybe; @@ -172567,16 +172567,16 @@ export type arbitrumone_swap_StableSwapExchange_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -172586,12 +172586,12 @@ export type arbitrumone_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_StableSwapExchange_orderBy = +export type xdai_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -172622,10 +172622,10 @@ export type arbitrumone_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type arbitrumone_swap_StableSwapRemoveLiquidityEvent = arbitrumone_swap_StableSwapEvent & { +export type xdai_swap_StableSwapRemoveLiquidityEvent = xdai_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; - provider: Scalars['arbitrumone_swap_Bytes']; + stableSwap: xdai_swap_StableSwap; + provider: Scalars['xdai_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -172634,11 +172634,11 @@ export type arbitrumone_swap_StableSwapRemoveLiquidityEvent = arbitrumone_swap_S balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['arbitrumone_swap_Bytes']; + transaction: Scalars['xdai_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter = { +export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172667,17 +172667,17 @@ export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; - provider?: InputMaybe; - provider_not?: InputMaybe; - provider_gt?: InputMaybe; - provider_lt?: InputMaybe; - provider_gte?: InputMaybe; - provider_lte?: InputMaybe; - provider_in?: InputMaybe>; - provider_not_in?: InputMaybe>; - provider_contains?: InputMaybe; - provider_not_contains?: InputMaybe; + 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 +172736,16 @@ export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; nonce?: InputMaybe; nonce_not?: InputMaybe; nonce_gt?: InputMaybe; @@ -172755,12 +172755,12 @@ export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type xdai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -172791,7 +172791,7 @@ export type arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type arbitrumone_swap_StableSwap_filter = { +export type xdai_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -172804,26 +172804,26 @@ export type arbitrumone_swap_StableSwap_filter = { isActive_not?: InputMaybe; isActive_in?: InputMaybe>; isActive_not_in?: InputMaybe>; - key?: InputMaybe; - key_not?: InputMaybe; - key_gt?: InputMaybe; - key_lt?: InputMaybe; - key_gte?: InputMaybe; - key_lte?: InputMaybe; - key_in?: InputMaybe>; - key_not_in?: InputMaybe>; - key_contains?: InputMaybe; - key_not_contains?: InputMaybe; - canonicalId?: InputMaybe; - canonicalId_not?: InputMaybe; - canonicalId_gt?: InputMaybe; - canonicalId_lt?: InputMaybe; - canonicalId_gte?: InputMaybe; - canonicalId_lte?: InputMaybe; - canonicalId_in?: InputMaybe>; - canonicalId_not_in?: InputMaybe>; - canonicalId_contains?: InputMaybe; - canonicalId_not_contains?: InputMaybe; + key?: InputMaybe; + key_not?: InputMaybe; + key_gt?: InputMaybe; + key_lt?: InputMaybe; + key_gte?: InputMaybe; + key_lte?: InputMaybe; + key_in?: InputMaybe>; + key_not_in?: InputMaybe>; + key_contains?: InputMaybe; + key_not_contains?: InputMaybe; + canonicalId?: InputMaybe; + canonicalId_not?: InputMaybe; + canonicalId_gt?: InputMaybe; + canonicalId_lt?: InputMaybe; + canonicalId_gte?: InputMaybe; + canonicalId_lte?: InputMaybe; + canonicalId_in?: InputMaybe>; + canonicalId_not_in?: InputMaybe>; + canonicalId_contains?: InputMaybe; + canonicalId_not_contains?: InputMaybe; domain?: InputMaybe; domain_not?: InputMaybe; domain_gt?: InputMaybe; @@ -172832,26 +172832,26 @@ export type arbitrumone_swap_StableSwap_filter = { domain_lte?: InputMaybe; domain_in?: InputMaybe>; domain_not_in?: InputMaybe>; - swapPool?: InputMaybe; - swapPool_not?: InputMaybe; - swapPool_gt?: InputMaybe; - swapPool_lt?: InputMaybe; - swapPool_gte?: InputMaybe; - swapPool_lte?: InputMaybe; - swapPool_in?: InputMaybe>; - swapPool_not_in?: InputMaybe>; - swapPool_contains?: InputMaybe; - swapPool_not_contains?: InputMaybe; - lpToken?: InputMaybe; - lpToken_not?: InputMaybe; - lpToken_gt?: InputMaybe; - lpToken_lt?: InputMaybe; - lpToken_gte?: InputMaybe; - lpToken_lte?: InputMaybe; - lpToken_in?: InputMaybe>; - lpToken_not_in?: InputMaybe>; - lpToken_contains?: InputMaybe; - lpToken_not_contains?: InputMaybe; + swapPool?: InputMaybe; + swapPool_not?: InputMaybe; + swapPool_gt?: InputMaybe; + swapPool_lt?: InputMaybe; + swapPool_gte?: InputMaybe; + swapPool_lte?: InputMaybe; + swapPool_in?: InputMaybe>; + swapPool_not_in?: InputMaybe>; + swapPool_contains?: InputMaybe; + swapPool_not_contains?: InputMaybe; + lpToken?: InputMaybe; + lpToken_not?: InputMaybe; + lpToken_gt?: InputMaybe; + lpToken_lt?: InputMaybe; + lpToken_gte?: InputMaybe; + lpToken_lte?: InputMaybe; + lpToken_in?: InputMaybe>; + lpToken_not_in?: InputMaybe>; + lpToken_contains?: InputMaybe; + lpToken_not_contains?: InputMaybe; initialA?: InputMaybe; initialA_not?: InputMaybe; initialA_gt?: InputMaybe; @@ -172900,12 +172900,12 @@ export type arbitrumone_swap_StableSwap_filter = { adminFee_lte?: InputMaybe; adminFee_in?: InputMaybe>; adminFee_not_in?: InputMaybe>; - pooledTokens?: InputMaybe>; - pooledTokens_not?: InputMaybe>; - pooledTokens_contains?: InputMaybe>; - pooledTokens_contains_nocase?: InputMaybe>; - pooledTokens_not_contains?: InputMaybe>; - pooledTokens_not_contains_nocase?: InputMaybe>; + pooledTokens?: InputMaybe>; + pooledTokens_not?: InputMaybe>; + pooledTokens_contains?: InputMaybe>; + pooledTokens_contains_nocase?: InputMaybe>; + pooledTokens_not_contains?: InputMaybe>; + pooledTokens_not_contains_nocase?: InputMaybe>; tokenPrecisionMultipliers?: InputMaybe>; tokenPrecisionMultipliers_not?: InputMaybe>; tokenPrecisionMultipliers_contains?: InputMaybe>; @@ -172948,18 +172948,18 @@ export type arbitrumone_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_StableSwap_orderBy = +export type xdai_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -172986,14 +172986,14 @@ export type arbitrumone_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type arbitrumone_swap_SwapDailyVolume = arbitrumone_swap_SwapTradeVolume & { +export type xdai_swap_SwapDailyVolume = xdai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; + stableSwap: xdai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; + volume: Scalars['xdai_swap_BigDecimal']; }; -export type arbitrumone_swap_SwapDailyVolume_filter = { +export type xdai_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173022,7 +173022,7 @@ export type arbitrumone_swap_SwapDailyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -173031,21 +173031,21 @@ export type arbitrumone_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_SwapDailyVolume_orderBy = +export type xdai_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -173067,14 +173067,14 @@ export type arbitrumone_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type arbitrumone_swap_SwapHourlyVolume = arbitrumone_swap_SwapTradeVolume & { +export type xdai_swap_SwapHourlyVolume = xdai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; + stableSwap: xdai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; + volume: Scalars['xdai_swap_BigDecimal']; }; -export type arbitrumone_swap_SwapHourlyVolume_filter = { +export type xdai_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173103,7 +173103,7 @@ export type arbitrumone_swap_SwapHourlyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -173112,21 +173112,21 @@ export type arbitrumone_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_SwapHourlyVolume_orderBy = +export type xdai_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -173148,13 +173148,13 @@ export type arbitrumone_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type arbitrumone_swap_SwapTradeVolume = { - stableSwap: arbitrumone_swap_StableSwap; +export type xdai_swap_SwapTradeVolume = { + stableSwap: xdai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; + volume: Scalars['xdai_swap_BigDecimal']; }; -export type arbitrumone_swap_SwapTradeVolume_filter = { +export type xdai_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -173175,7 +173175,7 @@ export type arbitrumone_swap_SwapTradeVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -173184,21 +173184,21 @@ export type arbitrumone_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_SwapTradeVolume_orderBy = +export type xdai_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -173219,14 +173219,14 @@ export type arbitrumone_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type arbitrumone_swap_SwapWeeklyVolume = arbitrumone_swap_SwapTradeVolume & { +export type xdai_swap_SwapWeeklyVolume = xdai_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: arbitrumone_swap_StableSwap; + stableSwap: xdai_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['arbitrumone_swap_BigDecimal']; + volume: Scalars['xdai_swap_BigDecimal']; }; -export type arbitrumone_swap_SwapWeeklyVolume_filter = { +export type xdai_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173255,7 +173255,7 @@ export type arbitrumone_swap_SwapWeeklyVolume_filter = { stableSwap_ends_with_nocase?: InputMaybe; stableSwap_not_ends_with?: InputMaybe; stableSwap_not_ends_with_nocase?: InputMaybe; - stableSwap_?: InputMaybe; + stableSwap_?: InputMaybe; timestamp?: InputMaybe; timestamp_not?: InputMaybe; timestamp_gt?: InputMaybe; @@ -173264,21 +173264,21 @@ export type arbitrumone_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_SwapWeeklyVolume_orderBy = +export type xdai_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -173300,13 +173300,13 @@ export type arbitrumone_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type arbitrumone_swap_SystemInfo = { +export type xdai_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type arbitrumone_swap_SystemInfo_filter = { +export type xdai_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173332,29 +173332,29 @@ export type arbitrumone_swap_SystemInfo_filter = { swapCount_in?: InputMaybe>; swapCount_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type arbitrumone_swap_SystemInfo_orderBy = +export type xdai_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type arbitrumone_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 arbitrumone_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 @@ -173362,53 +173362,53 @@ export type arbitrumone_swap__Meta_ = { * and therefore asks for the latest block * */ - block: arbitrumone_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 xdai_swap_Aggregation_interval = +export type polygon_swap_Aggregation_interval = | 'hour' | 'day'; -export type xdai_swap_BlockChangedFilter = { +export type polygon_swap_BlockChangedFilter = { number_gte: Scalars['Int']; }; -export type xdai_swap_Block_height = { - hash?: InputMaybe; +export type polygon_swap_Block_height = { + hash?: InputMaybe; number?: InputMaybe; number_gte?: InputMaybe; }; -export type xdai_swap_LpAccount = { +export type polygon_swap_LpAccount = { id: Scalars['ID']; - address: Scalars['xdai_swap_Bytes']; - balances: Array; + address: Scalars['polygon_swap_Bytes']; + balances: Array; }; -export type xdai_swap_LpAccountbalancesArgs = { +export type polygon_swap_LpAccountbalancesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_LpAccountBalance = { +export type polygon_swap_LpAccountBalance = { id: Scalars['ID']; - account: xdai_swap_LpAccount; - token: xdai_swap_LpToken; - amount: Scalars['xdai_swap_BigDecimal']; + account: polygon_swap_LpAccount; + token: polygon_swap_LpToken; + amount: Scalars['polygon_swap_BigDecimal']; block?: Maybe; modified?: Maybe; - transaction?: Maybe; + transaction?: Maybe; }; -export type xdai_swap_LpAccountBalance_filter = { +export type polygon_swap_LpAccountBalance_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173437,7 +173437,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; @@ -173458,15 +173458,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; @@ -173483,23 +173483,23 @@ export type xdai_swap_LpAccountBalance_filter = { modified_lte?: InputMaybe; modified_in?: InputMaybe>; modified_not_in?: InputMaybe>; - transaction?: InputMaybe; - transaction_not?: InputMaybe; - transaction_gt?: InputMaybe; - transaction_lt?: InputMaybe; - transaction_gte?: InputMaybe; - transaction_lte?: InputMaybe; - transaction_in?: InputMaybe>; - transaction_not_in?: InputMaybe>; - transaction_contains?: InputMaybe; - transaction_not_contains?: InputMaybe; + transaction?: InputMaybe; + transaction_not?: InputMaybe; + transaction_gt?: InputMaybe; + transaction_lt?: InputMaybe; + transaction_gte?: InputMaybe; + transaction_lte?: InputMaybe; + transaction_in?: InputMaybe>; + transaction_not_in?: InputMaybe>; + transaction_contains?: InputMaybe; + transaction_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_LpAccountBalance_orderBy = +export type polygon_swap_LpAccountBalance_orderBy = | 'id' | 'account' | 'account__id' @@ -173516,7 +173516,7 @@ export type xdai_swap_LpAccountBalance_orderBy = | 'modified' | 'transaction'; -export type xdai_swap_LpAccount_filter = { +export type polygon_swap_LpAccount_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173525,59 +173525,59 @@ export type xdai_swap_LpAccount_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - address?: InputMaybe; - address_not?: InputMaybe; - address_gt?: InputMaybe; - address_lt?: InputMaybe; - address_gte?: InputMaybe; - address_lte?: InputMaybe; - address_in?: InputMaybe>; - address_not_in?: InputMaybe>; - address_contains?: InputMaybe; - address_not_contains?: InputMaybe; - balances_?: InputMaybe; + address?: InputMaybe; + address_not?: InputMaybe; + address_gt?: InputMaybe; + address_lt?: InputMaybe; + address_gte?: InputMaybe; + address_lte?: InputMaybe; + address_in?: InputMaybe>; + address_not_in?: InputMaybe>; + address_contains?: InputMaybe; + address_not_contains?: InputMaybe; + balances_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_LpAccount_orderBy = +export type polygon_swap_LpAccount_orderBy = | 'id' | 'address' | 'balances'; -export type xdai_swap_LpToken = { +export type polygon_swap_LpToken = { id: Scalars['ID']; - address: Scalars['xdai_swap_Bytes']; - stableSwap: xdai_swap_StableSwap; + address: Scalars['polygon_swap_Bytes']; + stableSwap: polygon_swap_StableSwap; decimals: Scalars['Int']; name: Scalars['String']; symbol: Scalars['String']; - totalSupply: Scalars['xdai_swap_BigDecimal']; - events: Array; + totalSupply: Scalars['polygon_swap_BigDecimal']; + events: Array; }; -export type xdai_swap_LpTokeneventsArgs = { +export type polygon_swap_LpTokeneventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_LpTokenEvent = { +export type polygon_swap_LpTokenEvent = { id: Scalars['ID']; - token: xdai_swap_LpToken; - amount: Scalars['xdai_swap_BigDecimal']; + token: polygon_swap_LpToken; + amount: Scalars['polygon_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_LpTokenEvent_filter = { +export type polygon_swap_LpTokenEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173606,15 +173606,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; @@ -173631,16 +173631,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; @@ -173650,12 +173650,12 @@ export type xdai_swap_LpTokenEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_LpTokenEvent_orderBy = +export type polygon_swap_LpTokenEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -173670,7 +173670,7 @@ export type xdai_swap_LpTokenEvent_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_LpToken_filter = { +export type polygon_swap_LpToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173679,16 +173679,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; @@ -173709,7 +173709,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; @@ -173758,22 +173758,22 @@ export type xdai_swap_LpToken_filter = { symbol_ends_with_nocase?: InputMaybe; symbol_not_ends_with?: InputMaybe; symbol_not_ends_with_nocase?: InputMaybe; - totalSupply?: InputMaybe; - totalSupply_not?: InputMaybe; - totalSupply_gt?: InputMaybe; - totalSupply_lt?: InputMaybe; - totalSupply_gte?: InputMaybe; - totalSupply_lte?: InputMaybe; - totalSupply_in?: InputMaybe>; - totalSupply_not_in?: InputMaybe>; - events_?: InputMaybe; + totalSupply?: InputMaybe; + totalSupply_not?: InputMaybe; + totalSupply_gt?: InputMaybe; + totalSupply_lt?: InputMaybe; + totalSupply_gte?: InputMaybe; + totalSupply_lte?: InputMaybe; + totalSupply_in?: InputMaybe>; + totalSupply_not_in?: InputMaybe>; + events_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_LpToken_orderBy = +export type polygon_swap_LpToken_orderBy = | 'id' | 'address' | 'stableSwap' @@ -173799,21 +173799,21 @@ export type xdai_swap_LpToken_orderBy = | 'totalSupply' | 'events'; -export type xdai_swap_LpTransferEvent = xdai_swap_LpTokenEvent & { +export type polygon_swap_LpTransferEvent = polygon_swap_LpTokenEvent & { id: Scalars['ID']; - token: xdai_swap_LpToken; - amount: Scalars['xdai_swap_BigDecimal']; - from: Scalars['xdai_swap_Bytes']; - to: Scalars['xdai_swap_Bytes']; - fromBalance: Scalars['xdai_swap_BigDecimal']; - toBalance: Scalars['xdai_swap_BigDecimal']; + token: polygon_swap_LpToken; + amount: Scalars['polygon_swap_BigDecimal']; + from: Scalars['polygon_swap_Bytes']; + to: Scalars['polygon_swap_Bytes']; + fromBalance: Scalars['polygon_swap_BigDecimal']; + toBalance: Scalars['polygon_swap_BigDecimal']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_LpTransferEvent_filter = { +export type polygon_swap_LpTransferEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173842,51 +173842,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; @@ -173903,16 +173903,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; @@ -173922,12 +173922,12 @@ export type xdai_swap_LpTransferEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_LpTransferEvent_orderBy = +export type polygon_swap_LpTransferEvent_orderBy = | 'id' | 'token' | 'token__id' @@ -173947,16 +173947,16 @@ export type xdai_swap_LpTransferEvent_orderBy = | 'nonce'; /** Defines the order direction, either ascending or descending */ -export type xdai_swap_OrderDirection = +export type polygon_swap_OrderDirection = | 'asc' | 'desc'; -export type xdai_swap_PooledToken = { +export type polygon_swap_PooledToken = { id: Scalars['ID']; - asset: Scalars['xdai_swap_Bytes']; + asset: Scalars['polygon_swap_Bytes']; }; -export type xdai_swap_PooledToken_filter = { +export type polygon_swap_PooledToken_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -173965,103 +173965,103 @@ export type xdai_swap_PooledToken_filter = { id_lte?: InputMaybe; id_in?: InputMaybe>; id_not_in?: InputMaybe>; - asset?: InputMaybe; - asset_not?: InputMaybe; - asset_gt?: InputMaybe; - asset_lt?: InputMaybe; - asset_gte?: InputMaybe; - asset_lte?: InputMaybe; - asset_in?: InputMaybe>; - asset_not_in?: InputMaybe>; - asset_contains?: InputMaybe; - asset_not_contains?: InputMaybe; + asset?: InputMaybe; + asset_not?: InputMaybe; + asset_gt?: InputMaybe; + asset_lt?: InputMaybe; + asset_gte?: InputMaybe; + asset_lte?: InputMaybe; + asset_in?: InputMaybe>; + asset_not_in?: InputMaybe>; + asset_contains?: InputMaybe; + asset_not_contains?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_PooledToken_orderBy = +export type polygon_swap_PooledToken_orderBy = | 'id' | 'asset'; -export type xdai_swap_StableSwap = { +export type polygon_swap_StableSwap = { id: Scalars['ID']; isActive?: Maybe; - key: Scalars['xdai_swap_Bytes']; - canonicalId?: Maybe; + key: Scalars['polygon_swap_Bytes']; + canonicalId?: Maybe; domain?: Maybe; - swapPool?: Maybe; - lpToken?: Maybe; + swapPool?: Maybe; + lpToken?: Maybe; initialA?: Maybe; futureA?: Maybe; initialATime?: Maybe; futureATime?: Maybe; swapFee?: Maybe; adminFee?: Maybe; - pooledTokens: Array; + pooledTokens: Array; tokenPrecisionMultipliers: Array; balances: Array; adminFees: Array; virtualPrice: Scalars['BigInt']; invariant: Scalars['BigInt']; lpTokenSupply: Scalars['BigInt']; - events?: Maybe>; - exchanges?: Maybe>; - hourlyVolumes?: Maybe>; - dailyVolumes?: Maybe>; - weeklyVolumes?: Maybe>; + events?: Maybe>; + exchanges?: Maybe>; + hourlyVolumes?: Maybe>; + dailyVolumes?: Maybe>; + weeklyVolumes?: Maybe>; }; -export type xdai_swap_StableSwapeventsArgs = { +export type polygon_swap_StableSwapeventsArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwapexchangesArgs = { +export type polygon_swap_StableSwapexchangesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwaphourlyVolumesArgs = { +export type polygon_swap_StableSwaphourlyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwapdailyVolumesArgs = { +export type polygon_swap_StableSwapdailyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwapweeklyVolumesArgs = { +export type polygon_swap_StableSwapweeklyVolumesArgs = { skip?: InputMaybe; first?: InputMaybe; - orderBy?: InputMaybe; - orderDirection?: InputMaybe; - where?: InputMaybe; + orderBy?: InputMaybe; + orderDirection?: InputMaybe; + where?: InputMaybe; }; -export type xdai_swap_StableSwapAddLiquidityEvent = xdai_swap_StableSwapEvent & { +export type polygon_swap_StableSwapAddLiquidityEvent = polygon_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - provider: Scalars['xdai_swap_Bytes']; + stableSwap: polygon_swap_StableSwap; + provider: Scalars['polygon_swap_Bytes']; tokenAmounts: Array; fees: Array; invariant?: Maybe; @@ -174070,11 +174070,11 @@ export type xdai_swap_StableSwapAddLiquidityEvent = xdai_swap_StableSwapEvent & balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_StableSwapAddLiquidityEvent_filter = { +export type polygon_swap_StableSwapAddLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174103,17 +174103,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>; @@ -174172,16 +174172,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; @@ -174191,12 +174191,12 @@ export type xdai_swap_StableSwapAddLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwapAddLiquidityEvent_orderBy = +export type polygon_swap_StableSwapAddLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -174227,16 +174227,16 @@ export type xdai_swap_StableSwapAddLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_StableSwapEvent = { +export type polygon_swap_StableSwapEvent = { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; + stableSwap: polygon_swap_StableSwap; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_StableSwapEvent_filter = { +export type polygon_swap_StableSwapEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174265,7 +174265,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; @@ -174282,16 +174282,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; @@ -174301,12 +174301,12 @@ export type xdai_swap_StableSwapEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwapEvent_orderBy = +export type polygon_swap_StableSwapEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -174330,10 +174330,10 @@ export type xdai_swap_StableSwapEvent_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_StableSwapExchange = { +export type polygon_swap_StableSwapExchange = { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - buyer: Scalars['xdai_swap_Bytes']; + stableSwap: polygon_swap_StableSwap; + buyer: Scalars['polygon_swap_Bytes']; boughtId: Scalars['BigInt']; tokensBought: Scalars['BigInt']; soldId: Scalars['BigInt']; @@ -174342,11 +174342,11 @@ export type xdai_swap_StableSwapExchange = { fee: Scalars['BigInt']; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_StableSwapExchange_filter = { +export type polygon_swap_StableSwapExchange_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174375,17 +174375,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; @@ -174448,16 +174448,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; @@ -174467,12 +174467,12 @@ export type xdai_swap_StableSwapExchange_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwapExchange_orderBy = +export type polygon_swap_StableSwapExchange_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -174503,10 +174503,10 @@ export type xdai_swap_StableSwapExchange_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_StableSwapRemoveLiquidityEvent = xdai_swap_StableSwapEvent & { +export type polygon_swap_StableSwapRemoveLiquidityEvent = polygon_swap_StableSwapEvent & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; - provider: Scalars['xdai_swap_Bytes']; + stableSwap: polygon_swap_StableSwap; + provider: Scalars['polygon_swap_Bytes']; tokenAmounts: Array; fees?: Maybe>; invariant?: Maybe; @@ -174515,11 +174515,11 @@ export type xdai_swap_StableSwapRemoveLiquidityEvent = xdai_swap_StableSwapEvent balances: Array; block: Scalars['BigInt']; timestamp: Scalars['BigInt']; - transaction: Scalars['xdai_swap_Bytes']; + transaction: Scalars['polygon_swap_Bytes']; nonce: Scalars['BigInt']; }; -export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { +export type polygon_swap_StableSwapRemoveLiquidityEvent_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174548,17 +174548,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>; @@ -174617,16 +174617,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; @@ -174636,12 +174636,12 @@ export type xdai_swap_StableSwapRemoveLiquidityEvent_filter = { nonce_in?: InputMaybe>; nonce_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwapRemoveLiquidityEvent_orderBy = +export type polygon_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -174672,7 +174672,7 @@ export type xdai_swap_StableSwapRemoveLiquidityEvent_orderBy = | 'transaction' | 'nonce'; -export type xdai_swap_StableSwap_filter = { +export type polygon_swap_StableSwap_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174685,26 +174685,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; @@ -174713,26 +174713,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; @@ -174781,12 +174781,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>; @@ -174829,18 +174829,18 @@ export type xdai_swap_StableSwap_filter = { lpTokenSupply_lte?: InputMaybe; lpTokenSupply_in?: InputMaybe>; lpTokenSupply_not_in?: InputMaybe>; - events_?: InputMaybe; - exchanges_?: InputMaybe; - hourlyVolumes_?: InputMaybe; - dailyVolumes_?: InputMaybe; - weeklyVolumes_?: InputMaybe; + events_?: InputMaybe; + exchanges_?: InputMaybe; + hourlyVolumes_?: InputMaybe; + dailyVolumes_?: InputMaybe; + weeklyVolumes_?: InputMaybe; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_StableSwap_orderBy = +export type polygon_swap_StableSwap_orderBy = | 'id' | 'isActive' | 'key' @@ -174867,14 +174867,14 @@ export type xdai_swap_StableSwap_orderBy = | 'dailyVolumes' | 'weeklyVolumes'; -export type xdai_swap_SwapDailyVolume = xdai_swap_SwapTradeVolume & { +export type polygon_swap_SwapDailyVolume = polygon_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; + stableSwap: polygon_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type xdai_swap_SwapDailyVolume_filter = { +export type polygon_swap_SwapDailyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174903,7 +174903,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; @@ -174912,21 +174912,21 @@ export type xdai_swap_SwapDailyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_SwapDailyVolume_orderBy = +export type polygon_swap_SwapDailyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -174948,14 +174948,14 @@ export type xdai_swap_SwapDailyVolume_orderBy = | 'timestamp' | 'volume'; -export type xdai_swap_SwapHourlyVolume = xdai_swap_SwapTradeVolume & { +export type polygon_swap_SwapHourlyVolume = polygon_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; + stableSwap: polygon_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type xdai_swap_SwapHourlyVolume_filter = { +export type polygon_swap_SwapHourlyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -174984,7 +174984,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; @@ -174993,21 +174993,21 @@ export type xdai_swap_SwapHourlyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_SwapHourlyVolume_orderBy = +export type polygon_swap_SwapHourlyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -175029,13 +175029,13 @@ export type xdai_swap_SwapHourlyVolume_orderBy = | 'timestamp' | 'volume'; -export type xdai_swap_SwapTradeVolume = { - stableSwap: xdai_swap_StableSwap; +export type polygon_swap_SwapTradeVolume = { + stableSwap: polygon_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type xdai_swap_SwapTradeVolume_filter = { +export type polygon_swap_SwapTradeVolume_filter = { stableSwap?: InputMaybe; stableSwap_not?: InputMaybe; stableSwap_gt?: InputMaybe; @@ -175056,7 +175056,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; @@ -175065,21 +175065,21 @@ export type xdai_swap_SwapTradeVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_SwapTradeVolume_orderBy = +export type polygon_swap_SwapTradeVolume_orderBy = | 'stableSwap' | 'stableSwap__id' | 'stableSwap__isActive' @@ -175100,14 +175100,14 @@ export type xdai_swap_SwapTradeVolume_orderBy = | 'timestamp' | 'volume'; -export type xdai_swap_SwapWeeklyVolume = xdai_swap_SwapTradeVolume & { +export type polygon_swap_SwapWeeklyVolume = polygon_swap_SwapTradeVolume & { id: Scalars['ID']; - stableSwap: xdai_swap_StableSwap; + stableSwap: polygon_swap_StableSwap; timestamp: Scalars['BigInt']; - volume: Scalars['xdai_swap_BigDecimal']; + volume: Scalars['polygon_swap_BigDecimal']; }; -export type xdai_swap_SwapWeeklyVolume_filter = { +export type polygon_swap_SwapWeeklyVolume_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175136,7 +175136,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; @@ -175145,21 +175145,21 @@ export type xdai_swap_SwapWeeklyVolume_filter = { timestamp_lte?: InputMaybe; timestamp_in?: InputMaybe>; timestamp_not_in?: InputMaybe>; - volume?: InputMaybe; - volume_not?: InputMaybe; - volume_gt?: InputMaybe; - volume_lt?: InputMaybe; - volume_gte?: InputMaybe; - volume_lte?: InputMaybe; - volume_in?: InputMaybe>; - volume_not_in?: InputMaybe>; + volume?: InputMaybe; + volume_not?: InputMaybe; + volume_gt?: InputMaybe; + volume_lt?: InputMaybe; + volume_gte?: InputMaybe; + volume_lte?: InputMaybe; + volume_in?: InputMaybe>; + volume_not_in?: InputMaybe>; /** Filter for the block changed event. */ - _change_block?: InputMaybe; - and?: InputMaybe>>; - or?: InputMaybe>>; + _change_block?: InputMaybe; + and?: InputMaybe>>; + or?: InputMaybe>>; }; -export type xdai_swap_SwapWeeklyVolume_orderBy = +export type polygon_swap_SwapWeeklyVolume_orderBy = | 'id' | 'stableSwap' | 'stableSwap__id' @@ -175181,13 +175181,13 @@ export type xdai_swap_SwapWeeklyVolume_orderBy = | 'timestamp' | 'volume'; -export type xdai_swap_SystemInfo = { +export type polygon_swap_SystemInfo = { id: Scalars['ID']; exchangeCount: Scalars['BigInt']; swapCount: Scalars['BigInt']; }; -export type xdai_swap_SystemInfo_filter = { +export type polygon_swap_SystemInfo_filter = { id?: InputMaybe; id_not?: InputMaybe; id_gt?: InputMaybe; @@ -175213,29 +175213,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 polygon_swap_SystemInfo_orderBy = | 'id' | 'exchangeCount' | 'swapCount'; -export type xdai_swap__Block_ = { +export type polygon_swap__Block_ = { /** The hash of the block */ - hash?: Maybe; + hash?: Maybe; /** The block number */ number: Scalars['Int']; /** Integer representation of the timestamp stored in blocks for the chain */ 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 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 @@ -175243,7 +175243,7 @@ export type xdai_swap__Meta_ = { * and therefore asks for the latest block * */ - block: xdai_swap__Block_; + block: polygon_swap__Block_; /** The deployment ID */ deployment: Scalars['String']; /** If `true`, the subgraph encountered indexing errors at some past block */ @@ -177219,242 +177219,71 @@ export type DirectiveResolverFn; Subscription: ResolverTypeWrapper<{}>; - mantle_swap_Aggregation_interval: mantle_swap_Aggregation_interval; - mantle_swap_BigDecimal: ResolverTypeWrapper; + sepolia_swap_Aggregation_interval: sepolia_swap_Aggregation_interval; + sepolia_swap_BigDecimal: ResolverTypeWrapper; BigInt: ResolverTypeWrapper; - mantle_swap_BlockChangedFilter: mantle_swap_BlockChangedFilter; - mantle_swap_Block_height: mantle_swap_Block_height; + sepolia_swap_BlockChangedFilter: sepolia_swap_BlockChangedFilter; + sepolia_swap_Block_height: sepolia_swap_Block_height; Boolean: ResolverTypeWrapper; - mantle_swap_Bytes: ResolverTypeWrapper; + sepolia_swap_Bytes: ResolverTypeWrapper; Float: ResolverTypeWrapper; ID: ResolverTypeWrapper; Int: ResolverTypeWrapper; - mantle_swap_Int8: ResolverTypeWrapper; - mantle_swap_LpAccount: ResolverTypeWrapper; - mantle_swap_LpAccountBalance: ResolverTypeWrapper; - mantle_swap_LpAccountBalance_filter: mantle_swap_LpAccountBalance_filter; - mantle_swap_LpAccountBalance_orderBy: mantle_swap_LpAccountBalance_orderBy; - mantle_swap_LpAccount_filter: mantle_swap_LpAccount_filter; - mantle_swap_LpAccount_orderBy: mantle_swap_LpAccount_orderBy; - mantle_swap_LpToken: ResolverTypeWrapper; - mantle_swap_LpTokenEvent: ResolversTypes['mantle_swap_LpTransferEvent']; - mantle_swap_LpTokenEvent_filter: mantle_swap_LpTokenEvent_filter; - mantle_swap_LpTokenEvent_orderBy: mantle_swap_LpTokenEvent_orderBy; - mantle_swap_LpToken_filter: mantle_swap_LpToken_filter; - mantle_swap_LpToken_orderBy: mantle_swap_LpToken_orderBy; - mantle_swap_LpTransferEvent: ResolverTypeWrapper; - mantle_swap_LpTransferEvent_filter: mantle_swap_LpTransferEvent_filter; - mantle_swap_LpTransferEvent_orderBy: mantle_swap_LpTransferEvent_orderBy; - mantle_swap_OrderDirection: mantle_swap_OrderDirection; - mantle_swap_PooledToken: ResolverTypeWrapper; - mantle_swap_PooledToken_filter: mantle_swap_PooledToken_filter; - mantle_swap_PooledToken_orderBy: mantle_swap_PooledToken_orderBy; - mantle_swap_StableSwap: ResolverTypeWrapper; - mantle_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; - mantle_swap_StableSwapAddLiquidityEvent_filter: mantle_swap_StableSwapAddLiquidityEvent_filter; - mantle_swap_StableSwapAddLiquidityEvent_orderBy: mantle_swap_StableSwapAddLiquidityEvent_orderBy; - mantle_swap_StableSwapEvent: ResolversTypes['mantle_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['mantle_swap_StableSwapRemoveLiquidityEvent']; - mantle_swap_StableSwapEvent_filter: mantle_swap_StableSwapEvent_filter; - mantle_swap_StableSwapEvent_orderBy: mantle_swap_StableSwapEvent_orderBy; - mantle_swap_StableSwapExchange: ResolverTypeWrapper; - mantle_swap_StableSwapExchange_filter: mantle_swap_StableSwapExchange_filter; - mantle_swap_StableSwapExchange_orderBy: mantle_swap_StableSwapExchange_orderBy; - mantle_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; - mantle_swap_StableSwapRemoveLiquidityEvent_filter: mantle_swap_StableSwapRemoveLiquidityEvent_filter; - mantle_swap_StableSwapRemoveLiquidityEvent_orderBy: mantle_swap_StableSwapRemoveLiquidityEvent_orderBy; - mantle_swap_StableSwap_filter: mantle_swap_StableSwap_filter; - mantle_swap_StableSwap_orderBy: mantle_swap_StableSwap_orderBy; + 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; String: ResolverTypeWrapper; - mantle_swap_SwapDailyVolume: ResolverTypeWrapper; - mantle_swap_SwapDailyVolume_filter: mantle_swap_SwapDailyVolume_filter; - mantle_swap_SwapDailyVolume_orderBy: mantle_swap_SwapDailyVolume_orderBy; - mantle_swap_SwapHourlyVolume: ResolverTypeWrapper; - mantle_swap_SwapHourlyVolume_filter: mantle_swap_SwapHourlyVolume_filter; - mantle_swap_SwapHourlyVolume_orderBy: mantle_swap_SwapHourlyVolume_orderBy; - mantle_swap_SwapTradeVolume: ResolversTypes['mantle_swap_SwapDailyVolume'] | ResolversTypes['mantle_swap_SwapHourlyVolume'] | ResolversTypes['mantle_swap_SwapWeeklyVolume']; - mantle_swap_SwapTradeVolume_filter: mantle_swap_SwapTradeVolume_filter; - mantle_swap_SwapTradeVolume_orderBy: mantle_swap_SwapTradeVolume_orderBy; - mantle_swap_SwapWeeklyVolume: ResolverTypeWrapper; - mantle_swap_SwapWeeklyVolume_filter: mantle_swap_SwapWeeklyVolume_filter; - mantle_swap_SwapWeeklyVolume_orderBy: mantle_swap_SwapWeeklyVolume_orderBy; - mantle_swap_SystemInfo: ResolverTypeWrapper; - mantle_swap_SystemInfo_filter: mantle_swap_SystemInfo_filter; - mantle_swap_SystemInfo_orderBy: mantle_swap_SystemInfo_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; Timestamp: ResolverTypeWrapper; - mantle_swap__Block_: ResolverTypeWrapper; - mantle_swap__Meta_: ResolverTypeWrapper; + sepolia_swap__Block_: ResolverTypeWrapper; + sepolia_swap__Meta_: ResolverTypeWrapper; _SubgraphErrorPolicy_: _SubgraphErrorPolicy_; - 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; - 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; - 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; optimismsepolia_swap_Aggregation_interval: optimismsepolia_swap_Aggregation_interval; optimismsepolia_swap_BigDecimal: ResolverTypeWrapper; optimismsepolia_swap_BlockChangedFilter: optimismsepolia_swap_BlockChangedFilter; @@ -177513,411 +177342,229 @@ export type ResolversTypes = ResolversObject<{ optimismsepolia_swap__Block_: ResolverTypeWrapper; optimismsepolia_swap__Meta_: ResolverTypeWrapper; sepolia_AggregateRootSavedSlow: ResolverTypeWrapper; - sepolia_AggregateRootSavedSlow_filter: sepolia_AggregateRootSavedSlow_filter; - sepolia_AggregateRootSavedSlow_orderBy: sepolia_AggregateRootSavedSlow_orderBy; - sepolia_AggregatedMessageRoot: ResolverTypeWrapper; - sepolia_AggregatedMessageRoot_filter: sepolia_AggregatedMessageRoot_filter; - sepolia_AggregatedMessageRoot_orderBy: sepolia_AggregatedMessageRoot_orderBy; - sepolia_Aggregation_interval: sepolia_Aggregation_interval; - sepolia_ArbitrumConnectorMeta: ResolverTypeWrapper; - sepolia_ArbitrumConnectorMeta_filter: sepolia_ArbitrumConnectorMeta_filter; - sepolia_ArbitrumConnectorMeta_orderBy: sepolia_ArbitrumConnectorMeta_orderBy; - sepolia_AvalancheConnectorMeta: ResolverTypeWrapper; - sepolia_AvalancheConnectorMeta_filter: sepolia_AvalancheConnectorMeta_filter; - sepolia_AvalancheConnectorMeta_orderBy: sepolia_AvalancheConnectorMeta_orderBy; - sepolia_BaseConnectorMeta: ResolverTypeWrapper; - sepolia_BaseConnectorMeta_filter: sepolia_BaseConnectorMeta_filter; - sepolia_BaseConnectorMeta_orderBy: sepolia_BaseConnectorMeta_orderBy; - sepolia_BigDecimal: ResolverTypeWrapper; - sepolia_BlockChangedFilter: sepolia_BlockChangedFilter; - sepolia_Block_height: sepolia_Block_height; - sepolia_BnbConnectorMeta: ResolverTypeWrapper; - sepolia_BnbConnectorMeta_filter: sepolia_BnbConnectorMeta_filter; - sepolia_BnbConnectorMeta_orderBy: sepolia_BnbConnectorMeta_orderBy; - sepolia_Bytes: ResolverTypeWrapper; - sepolia_GnosisConnectorMeta: ResolverTypeWrapper; - sepolia_GnosisConnectorMeta_filter: sepolia_GnosisConnectorMeta_filter; - sepolia_GnosisConnectorMeta_orderBy: sepolia_GnosisConnectorMeta_orderBy; - sepolia_HubDomain: ResolverTypeWrapper; - sepolia_HubDomain_filter: sepolia_HubDomain_filter; - sepolia_HubDomain_orderBy: sepolia_HubDomain_orderBy; - sepolia_HubOptimisticRootFinalized: ResolverTypeWrapper; - sepolia_HubOptimisticRootFinalized_filter: sepolia_HubOptimisticRootFinalized_filter; - sepolia_HubOptimisticRootFinalized_orderBy: sepolia_HubOptimisticRootFinalized_orderBy; - sepolia_Int8: ResolverTypeWrapper; - sepolia_LineaConnectorMeta: ResolverTypeWrapper; - sepolia_LineaConnectorMeta_filter: sepolia_LineaConnectorMeta_filter; - sepolia_LineaConnectorMeta_orderBy: sepolia_LineaConnectorMeta_orderBy; - sepolia_MantleConnectorMeta: ResolverTypeWrapper; - sepolia_MantleConnectorMeta_filter: sepolia_MantleConnectorMeta_filter; - sepolia_MantleConnectorMeta_orderBy: sepolia_MantleConnectorMeta_orderBy; - sepolia_MetisConnectorMeta: ResolverTypeWrapper; - sepolia_MetisConnectorMeta_filter: sepolia_MetisConnectorMeta_filter; - sepolia_MetisConnectorMeta_orderBy: sepolia_MetisConnectorMeta_orderBy; - sepolia_ModeConnectorMeta: ResolverTypeWrapper; - sepolia_ModeConnectorMeta_filter: sepolia_ModeConnectorMeta_filter; - sepolia_ModeConnectorMeta_orderBy: sepolia_ModeConnectorMeta_orderBy; - sepolia_OptimismConnectorMeta: ResolverTypeWrapper; - sepolia_OptimismConnectorMeta_filter: sepolia_OptimismConnectorMeta_filter; - sepolia_OptimismConnectorMeta_orderBy: sepolia_OptimismConnectorMeta_orderBy; - sepolia_OptimisticRootPropagated: ResolverTypeWrapper; - sepolia_OptimisticRootPropagated_filter: sepolia_OptimisticRootPropagated_filter; - sepolia_OptimisticRootPropagated_orderBy: sepolia_OptimisticRootPropagated_orderBy; - sepolia_OptimisticRootProposed: ResolverTypeWrapper; - sepolia_OptimisticRootProposed_filter: sepolia_OptimisticRootProposed_filter; - sepolia_OptimisticRootProposed_orderBy: sepolia_OptimisticRootProposed_orderBy; - sepolia_OrderDirection: sepolia_OrderDirection; - sepolia_PolygonConnectorMeta: ResolverTypeWrapper; - sepolia_PolygonConnectorMeta_filter: sepolia_PolygonConnectorMeta_filter; - sepolia_PolygonConnectorMeta_orderBy: sepolia_PolygonConnectorMeta_orderBy; - sepolia_PolygonZkConnectorMeta: ResolverTypeWrapper; - sepolia_PolygonZkConnectorMeta_filter: sepolia_PolygonZkConnectorMeta_filter; - sepolia_PolygonZkConnectorMeta_orderBy: sepolia_PolygonZkConnectorMeta_orderBy; - sepolia_RootAggregated: ResolverTypeWrapper; - sepolia_RootAggregated_filter: sepolia_RootAggregated_filter; - sepolia_RootAggregated_orderBy: sepolia_RootAggregated_orderBy; - sepolia_RootManagerMeta: ResolverTypeWrapper; - sepolia_RootManagerMeta_filter: sepolia_RootManagerMeta_filter; - sepolia_RootManagerMeta_orderBy: sepolia_RootManagerMeta_orderBy; - sepolia_RootManagerMode: ResolverTypeWrapper; - sepolia_RootManagerMode_filter: sepolia_RootManagerMode_filter; - sepolia_RootManagerMode_orderBy: sepolia_RootManagerMode_orderBy; - sepolia_RootMessageProcessed: ResolverTypeWrapper; - sepolia_RootMessageProcessed_filter: sepolia_RootMessageProcessed_filter; - sepolia_RootMessageProcessed_orderBy: sepolia_RootMessageProcessed_orderBy; - sepolia_RootPropagated: ResolverTypeWrapper; - sepolia_RootPropagated_filter: sepolia_RootPropagated_filter; - sepolia_RootPropagated_orderBy: sepolia_RootPropagated_orderBy; - sepolia_ScrollConnectorMeta: ResolverTypeWrapper; - sepolia_ScrollConnectorMeta_filter: sepolia_ScrollConnectorMeta_filter; - sepolia_ScrollConnectorMeta_orderBy: sepolia_ScrollConnectorMeta_orderBy; - sepolia_X1ConnectorMeta: ResolverTypeWrapper; - sepolia_X1ConnectorMeta_filter: sepolia_X1ConnectorMeta_filter; - sepolia_X1ConnectorMeta_orderBy: sepolia_X1ConnectorMeta_orderBy; - sepolia_ZkSyncConnectorMeta: ResolverTypeWrapper; - sepolia_ZkSyncConnectorMeta_filter: sepolia_ZkSyncConnectorMeta_filter; - sepolia_ZkSyncConnectorMeta_orderBy: sepolia_ZkSyncConnectorMeta_orderBy; - sepolia__Block_: ResolverTypeWrapper; - sepolia__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; - 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; - arbitrumone_AggregateRoot: ResolverTypeWrapper; - arbitrumone_AggregateRootProposed: ResolverTypeWrapper; - arbitrumone_AggregateRootProposed_filter: arbitrumone_AggregateRootProposed_filter; - arbitrumone_AggregateRootProposed_orderBy: arbitrumone_AggregateRootProposed_orderBy; - arbitrumone_AggregateRoot_filter: arbitrumone_AggregateRoot_filter; - arbitrumone_AggregateRoot_orderBy: arbitrumone_AggregateRoot_orderBy; - arbitrumone_Asset: ResolverTypeWrapper; - arbitrumone_AssetBalance: ResolverTypeWrapper; - arbitrumone_AssetBalance_filter: arbitrumone_AssetBalance_filter; - arbitrumone_AssetBalance_orderBy: arbitrumone_AssetBalance_orderBy; - arbitrumone_AssetStatus: ResolverTypeWrapper; - arbitrumone_AssetStatus_filter: arbitrumone_AssetStatus_filter; - arbitrumone_AssetStatus_orderBy: arbitrumone_AssetStatus_orderBy; - arbitrumone_Asset_filter: arbitrumone_Asset_filter; - arbitrumone_Asset_orderBy: arbitrumone_Asset_orderBy; - arbitrumone_BigDecimal: ResolverTypeWrapper; - arbitrumone_BlockChangedFilter: arbitrumone_BlockChangedFilter; - arbitrumone_Block_height: arbitrumone_Block_height; - arbitrumone_Bytes: ResolverTypeWrapper; - arbitrumone_ConnectorMeta: ResolverTypeWrapper; - arbitrumone_ConnectorMeta_filter: arbitrumone_ConnectorMeta_filter; - arbitrumone_ConnectorMeta_orderBy: arbitrumone_ConnectorMeta_orderBy; - arbitrumone_DestinationTransfer: ResolverTypeWrapper; - arbitrumone_DestinationTransfer_filter: arbitrumone_DestinationTransfer_filter; - arbitrumone_DestinationTransfer_orderBy: arbitrumone_DestinationTransfer_orderBy; - arbitrumone_Int8: ResolverTypeWrapper; - arbitrumone_OptimisticRootFinalized: ResolverTypeWrapper; - arbitrumone_OptimisticRootFinalized_filter: arbitrumone_OptimisticRootFinalized_filter; - arbitrumone_OptimisticRootFinalized_orderBy: arbitrumone_OptimisticRootFinalized_orderBy; - arbitrumone_OrderDirection: arbitrumone_OrderDirection; - arbitrumone_OriginMessage: ResolverTypeWrapper; - arbitrumone_OriginMessage_filter: arbitrumone_OriginMessage_filter; - arbitrumone_OriginMessage_orderBy: arbitrumone_OriginMessage_orderBy; - arbitrumone_OriginTransfer: ResolverTypeWrapper; - arbitrumone_OriginTransfer_filter: arbitrumone_OriginTransfer_filter; - arbitrumone_OriginTransfer_orderBy: arbitrumone_OriginTransfer_orderBy; - arbitrumone_Relayer: ResolverTypeWrapper; - arbitrumone_RelayerFee: ResolverTypeWrapper; - arbitrumone_RelayerFee_filter: arbitrumone_RelayerFee_filter; - arbitrumone_RelayerFee_orderBy: arbitrumone_RelayerFee_orderBy; - arbitrumone_RelayerFeesIncrease: ResolverTypeWrapper; - arbitrumone_RelayerFeesIncrease_filter: arbitrumone_RelayerFeesIncrease_filter; - arbitrumone_RelayerFeesIncrease_orderBy: arbitrumone_RelayerFeesIncrease_orderBy; - arbitrumone_Relayer_filter: arbitrumone_Relayer_filter; - arbitrumone_Relayer_orderBy: arbitrumone_Relayer_orderBy; - arbitrumone_RootCount: ResolverTypeWrapper; - arbitrumone_RootCount_filter: arbitrumone_RootCount_filter; - arbitrumone_RootCount_orderBy: arbitrumone_RootCount_orderBy; - arbitrumone_RootMessageSent: ResolverTypeWrapper; - arbitrumone_RootMessageSent_filter: arbitrumone_RootMessageSent_filter; - arbitrumone_RootMessageSent_orderBy: arbitrumone_RootMessageSent_orderBy; - arbitrumone_Router: ResolverTypeWrapper; - arbitrumone_RouterDailyTVL: ResolverTypeWrapper; - arbitrumone_RouterDailyTVL_filter: arbitrumone_RouterDailyTVL_filter; - arbitrumone_RouterDailyTVL_orderBy: arbitrumone_RouterDailyTVL_orderBy; - arbitrumone_RouterLiquidityEvent: ResolverTypeWrapper; - arbitrumone_RouterLiquidityEventType: arbitrumone_RouterLiquidityEventType; - arbitrumone_RouterLiquidityEvent_filter: arbitrumone_RouterLiquidityEvent_filter; - arbitrumone_RouterLiquidityEvent_orderBy: arbitrumone_RouterLiquidityEvent_orderBy; - arbitrumone_Router_filter: arbitrumone_Router_filter; - arbitrumone_Router_orderBy: arbitrumone_Router_orderBy; - arbitrumone_Sequencer: ResolverTypeWrapper; - arbitrumone_Sequencer_filter: arbitrumone_Sequencer_filter; - arbitrumone_Sequencer_orderBy: arbitrumone_Sequencer_orderBy; - arbitrumone_Setting: ResolverTypeWrapper; - arbitrumone_Setting_filter: arbitrumone_Setting_filter; - arbitrumone_Setting_orderBy: arbitrumone_Setting_orderBy; - arbitrumone_SlippageUpdate: ResolverTypeWrapper; - arbitrumone_SlippageUpdate_filter: arbitrumone_SlippageUpdate_filter; - arbitrumone_SlippageUpdate_orderBy: arbitrumone_SlippageUpdate_orderBy; - arbitrumone_SnapshotRoot: ResolverTypeWrapper; - arbitrumone_SnapshotRoot_filter: arbitrumone_SnapshotRoot_filter; - arbitrumone_SnapshotRoot_orderBy: arbitrumone_SnapshotRoot_orderBy; - arbitrumone_SpokeConnectorMode: ResolverTypeWrapper; - arbitrumone_SpokeConnectorMode_filter: arbitrumone_SpokeConnectorMode_filter; - arbitrumone_SpokeConnectorMode_orderBy: arbitrumone_SpokeConnectorMode_orderBy; - arbitrumone_TransferStatus: arbitrumone_TransferStatus; - arbitrumone__Block_: ResolverTypeWrapper; - arbitrumone__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; + sepolia_AggregateRootSavedSlow_filter: sepolia_AggregateRootSavedSlow_filter; + sepolia_AggregateRootSavedSlow_orderBy: sepolia_AggregateRootSavedSlow_orderBy; + sepolia_AggregatedMessageRoot: ResolverTypeWrapper; + sepolia_AggregatedMessageRoot_filter: sepolia_AggregatedMessageRoot_filter; + sepolia_AggregatedMessageRoot_orderBy: sepolia_AggregatedMessageRoot_orderBy; + sepolia_Aggregation_interval: sepolia_Aggregation_interval; + sepolia_ArbitrumConnectorMeta: ResolverTypeWrapper; + sepolia_ArbitrumConnectorMeta_filter: sepolia_ArbitrumConnectorMeta_filter; + sepolia_ArbitrumConnectorMeta_orderBy: sepolia_ArbitrumConnectorMeta_orderBy; + sepolia_AvalancheConnectorMeta: ResolverTypeWrapper; + sepolia_AvalancheConnectorMeta_filter: sepolia_AvalancheConnectorMeta_filter; + sepolia_AvalancheConnectorMeta_orderBy: sepolia_AvalancheConnectorMeta_orderBy; + sepolia_BaseConnectorMeta: ResolverTypeWrapper; + sepolia_BaseConnectorMeta_filter: sepolia_BaseConnectorMeta_filter; + sepolia_BaseConnectorMeta_orderBy: sepolia_BaseConnectorMeta_orderBy; + sepolia_BigDecimal: ResolverTypeWrapper; + sepolia_BlockChangedFilter: sepolia_BlockChangedFilter; + sepolia_Block_height: sepolia_Block_height; + sepolia_BnbConnectorMeta: ResolverTypeWrapper; + sepolia_BnbConnectorMeta_filter: sepolia_BnbConnectorMeta_filter; + sepolia_BnbConnectorMeta_orderBy: sepolia_BnbConnectorMeta_orderBy; + sepolia_Bytes: ResolverTypeWrapper; + sepolia_GnosisConnectorMeta: ResolverTypeWrapper; + sepolia_GnosisConnectorMeta_filter: sepolia_GnosisConnectorMeta_filter; + sepolia_GnosisConnectorMeta_orderBy: sepolia_GnosisConnectorMeta_orderBy; + sepolia_HubDomain: ResolverTypeWrapper; + sepolia_HubDomain_filter: sepolia_HubDomain_filter; + sepolia_HubDomain_orderBy: sepolia_HubDomain_orderBy; + sepolia_HubOptimisticRootFinalized: ResolverTypeWrapper; + sepolia_HubOptimisticRootFinalized_filter: sepolia_HubOptimisticRootFinalized_filter; + sepolia_HubOptimisticRootFinalized_orderBy: sepolia_HubOptimisticRootFinalized_orderBy; + sepolia_Int8: ResolverTypeWrapper; + sepolia_LineaConnectorMeta: ResolverTypeWrapper; + sepolia_LineaConnectorMeta_filter: sepolia_LineaConnectorMeta_filter; + sepolia_LineaConnectorMeta_orderBy: sepolia_LineaConnectorMeta_orderBy; + sepolia_MantleConnectorMeta: ResolverTypeWrapper; + sepolia_MantleConnectorMeta_filter: sepolia_MantleConnectorMeta_filter; + sepolia_MantleConnectorMeta_orderBy: sepolia_MantleConnectorMeta_orderBy; + sepolia_MetisConnectorMeta: ResolverTypeWrapper; + sepolia_MetisConnectorMeta_filter: sepolia_MetisConnectorMeta_filter; + sepolia_MetisConnectorMeta_orderBy: sepolia_MetisConnectorMeta_orderBy; + sepolia_ModeConnectorMeta: ResolverTypeWrapper; + sepolia_ModeConnectorMeta_filter: sepolia_ModeConnectorMeta_filter; + sepolia_ModeConnectorMeta_orderBy: sepolia_ModeConnectorMeta_orderBy; + sepolia_OptimismConnectorMeta: ResolverTypeWrapper; + sepolia_OptimismConnectorMeta_filter: sepolia_OptimismConnectorMeta_filter; + sepolia_OptimismConnectorMeta_orderBy: sepolia_OptimismConnectorMeta_orderBy; + sepolia_OptimisticRootPropagated: ResolverTypeWrapper; + sepolia_OptimisticRootPropagated_filter: sepolia_OptimisticRootPropagated_filter; + sepolia_OptimisticRootPropagated_orderBy: sepolia_OptimisticRootPropagated_orderBy; + sepolia_OptimisticRootProposed: ResolverTypeWrapper; + sepolia_OptimisticRootProposed_filter: sepolia_OptimisticRootProposed_filter; + sepolia_OptimisticRootProposed_orderBy: sepolia_OptimisticRootProposed_orderBy; + sepolia_OrderDirection: sepolia_OrderDirection; + sepolia_PolygonConnectorMeta: ResolverTypeWrapper; + sepolia_PolygonConnectorMeta_filter: sepolia_PolygonConnectorMeta_filter; + sepolia_PolygonConnectorMeta_orderBy: sepolia_PolygonConnectorMeta_orderBy; + sepolia_PolygonZkConnectorMeta: ResolverTypeWrapper; + sepolia_PolygonZkConnectorMeta_filter: sepolia_PolygonZkConnectorMeta_filter; + sepolia_PolygonZkConnectorMeta_orderBy: sepolia_PolygonZkConnectorMeta_orderBy; + sepolia_RootAggregated: ResolverTypeWrapper; + sepolia_RootAggregated_filter: sepolia_RootAggregated_filter; + sepolia_RootAggregated_orderBy: sepolia_RootAggregated_orderBy; + sepolia_RootManagerMeta: ResolverTypeWrapper; + sepolia_RootManagerMeta_filter: sepolia_RootManagerMeta_filter; + sepolia_RootManagerMeta_orderBy: sepolia_RootManagerMeta_orderBy; + sepolia_RootManagerMode: ResolverTypeWrapper; + sepolia_RootManagerMode_filter: sepolia_RootManagerMode_filter; + sepolia_RootManagerMode_orderBy: sepolia_RootManagerMode_orderBy; + sepolia_RootMessageProcessed: ResolverTypeWrapper; + sepolia_RootMessageProcessed_filter: sepolia_RootMessageProcessed_filter; + sepolia_RootMessageProcessed_orderBy: sepolia_RootMessageProcessed_orderBy; + sepolia_RootPropagated: ResolverTypeWrapper; + sepolia_RootPropagated_filter: sepolia_RootPropagated_filter; + sepolia_RootPropagated_orderBy: sepolia_RootPropagated_orderBy; + sepolia_ScrollConnectorMeta: ResolverTypeWrapper; + sepolia_ScrollConnectorMeta_filter: sepolia_ScrollConnectorMeta_filter; + sepolia_ScrollConnectorMeta_orderBy: sepolia_ScrollConnectorMeta_orderBy; + sepolia_X1ConnectorMeta: ResolverTypeWrapper; + sepolia_X1ConnectorMeta_filter: sepolia_X1ConnectorMeta_filter; + sepolia_X1ConnectorMeta_orderBy: sepolia_X1ConnectorMeta_orderBy; + sepolia_ZkSyncConnectorMeta: ResolverTypeWrapper; + sepolia_ZkSyncConnectorMeta_filter: sepolia_ZkSyncConnectorMeta_filter; + 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; @@ -177998,6 +177645,980 @@ export type ResolversTypes = ResolversObject<{ 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; + arbitrumone_AggregateRoot: ResolverTypeWrapper; + arbitrumone_AggregateRootProposed: ResolverTypeWrapper; + arbitrumone_AggregateRootProposed_filter: arbitrumone_AggregateRootProposed_filter; + arbitrumone_AggregateRootProposed_orderBy: arbitrumone_AggregateRootProposed_orderBy; + arbitrumone_AggregateRoot_filter: arbitrumone_AggregateRoot_filter; + arbitrumone_AggregateRoot_orderBy: arbitrumone_AggregateRoot_orderBy; + arbitrumone_Aggregation_interval: arbitrumone_Aggregation_interval; + arbitrumone_Asset: ResolverTypeWrapper; + arbitrumone_AssetBalance: ResolverTypeWrapper; + arbitrumone_AssetBalance_filter: arbitrumone_AssetBalance_filter; + arbitrumone_AssetBalance_orderBy: arbitrumone_AssetBalance_orderBy; + arbitrumone_AssetStatus: ResolverTypeWrapper; + arbitrumone_AssetStatus_filter: arbitrumone_AssetStatus_filter; + arbitrumone_AssetStatus_orderBy: arbitrumone_AssetStatus_orderBy; + arbitrumone_Asset_filter: arbitrumone_Asset_filter; + arbitrumone_Asset_orderBy: arbitrumone_Asset_orderBy; + arbitrumone_BigDecimal: ResolverTypeWrapper; + arbitrumone_BlockChangedFilter: arbitrumone_BlockChangedFilter; + arbitrumone_Block_height: arbitrumone_Block_height; + arbitrumone_Bytes: ResolverTypeWrapper; + arbitrumone_ConnectorMeta: ResolverTypeWrapper; + arbitrumone_ConnectorMeta_filter: arbitrumone_ConnectorMeta_filter; + arbitrumone_ConnectorMeta_orderBy: arbitrumone_ConnectorMeta_orderBy; + arbitrumone_DestinationTransfer: ResolverTypeWrapper; + arbitrumone_DestinationTransfer_filter: arbitrumone_DestinationTransfer_filter; + arbitrumone_DestinationTransfer_orderBy: arbitrumone_DestinationTransfer_orderBy; + arbitrumone_Int8: ResolverTypeWrapper; + arbitrumone_OptimisticRootFinalized: ResolverTypeWrapper; + arbitrumone_OptimisticRootFinalized_filter: arbitrumone_OptimisticRootFinalized_filter; + arbitrumone_OptimisticRootFinalized_orderBy: arbitrumone_OptimisticRootFinalized_orderBy; + arbitrumone_OrderDirection: arbitrumone_OrderDirection; + arbitrumone_OriginMessage: ResolverTypeWrapper; + arbitrumone_OriginMessage_filter: arbitrumone_OriginMessage_filter; + arbitrumone_OriginMessage_orderBy: arbitrumone_OriginMessage_orderBy; + arbitrumone_OriginTransfer: ResolverTypeWrapper; + arbitrumone_OriginTransfer_filter: arbitrumone_OriginTransfer_filter; + arbitrumone_OriginTransfer_orderBy: arbitrumone_OriginTransfer_orderBy; + arbitrumone_Relayer: ResolverTypeWrapper; + arbitrumone_RelayerFee: ResolverTypeWrapper; + arbitrumone_RelayerFee_filter: arbitrumone_RelayerFee_filter; + arbitrumone_RelayerFee_orderBy: arbitrumone_RelayerFee_orderBy; + arbitrumone_RelayerFeesIncrease: ResolverTypeWrapper; + arbitrumone_RelayerFeesIncrease_filter: arbitrumone_RelayerFeesIncrease_filter; + arbitrumone_RelayerFeesIncrease_orderBy: arbitrumone_RelayerFeesIncrease_orderBy; + arbitrumone_Relayer_filter: arbitrumone_Relayer_filter; + arbitrumone_Relayer_orderBy: arbitrumone_Relayer_orderBy; + arbitrumone_RootCount: ResolverTypeWrapper; + arbitrumone_RootCount_filter: arbitrumone_RootCount_filter; + arbitrumone_RootCount_orderBy: arbitrumone_RootCount_orderBy; + arbitrumone_RootMessageSent: ResolverTypeWrapper; + arbitrumone_RootMessageSent_filter: arbitrumone_RootMessageSent_filter; + arbitrumone_RootMessageSent_orderBy: arbitrumone_RootMessageSent_orderBy; + arbitrumone_Router: ResolverTypeWrapper; + arbitrumone_RouterDailyTVL: ResolverTypeWrapper; + arbitrumone_RouterDailyTVL_filter: arbitrumone_RouterDailyTVL_filter; + arbitrumone_RouterDailyTVL_orderBy: arbitrumone_RouterDailyTVL_orderBy; + arbitrumone_RouterLiquidityEvent: ResolverTypeWrapper; + arbitrumone_RouterLiquidityEventType: arbitrumone_RouterLiquidityEventType; + arbitrumone_RouterLiquidityEvent_filter: arbitrumone_RouterLiquidityEvent_filter; + arbitrumone_RouterLiquidityEvent_orderBy: arbitrumone_RouterLiquidityEvent_orderBy; + arbitrumone_Router_filter: arbitrumone_Router_filter; + arbitrumone_Router_orderBy: arbitrumone_Router_orderBy; + arbitrumone_Sequencer: ResolverTypeWrapper; + arbitrumone_Sequencer_filter: arbitrumone_Sequencer_filter; + arbitrumone_Sequencer_orderBy: arbitrumone_Sequencer_orderBy; + arbitrumone_Setting: ResolverTypeWrapper; + arbitrumone_Setting_filter: arbitrumone_Setting_filter; + arbitrumone_Setting_orderBy: arbitrumone_Setting_orderBy; + arbitrumone_SlippageUpdate: ResolverTypeWrapper; + arbitrumone_SlippageUpdate_filter: arbitrumone_SlippageUpdate_filter; + arbitrumone_SlippageUpdate_orderBy: arbitrumone_SlippageUpdate_orderBy; + arbitrumone_SnapshotRoot: ResolverTypeWrapper; + arbitrumone_SnapshotRoot_filter: arbitrumone_SnapshotRoot_filter; + arbitrumone_SnapshotRoot_orderBy: arbitrumone_SnapshotRoot_orderBy; + arbitrumone_SpokeConnectorMode: ResolverTypeWrapper; + arbitrumone_SpokeConnectorMode_filter: arbitrumone_SpokeConnectorMode_filter; + arbitrumone_SpokeConnectorMode_orderBy: arbitrumone_SpokeConnectorMode_orderBy; + 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_Asset: ResolverTypeWrapper; + polygon_AssetBalance: ResolverTypeWrapper; + polygon_AssetBalance_filter: polygon_AssetBalance_filter; + polygon_AssetBalance_orderBy: polygon_AssetBalance_orderBy; + polygon_AssetStatus: ResolverTypeWrapper; + polygon_AssetStatus_filter: polygon_AssetStatus_filter; + polygon_AssetStatus_orderBy: polygon_AssetStatus_orderBy; + polygon_Asset_filter: polygon_Asset_filter; + polygon_Asset_orderBy: polygon_Asset_orderBy; + polygon_BigDecimal: ResolverTypeWrapper; + polygon_BlockChangedFilter: polygon_BlockChangedFilter; + polygon_Block_height: polygon_Block_height; + polygon_Bytes: ResolverTypeWrapper; + polygon_ConnectorMeta: ResolverTypeWrapper; + polygon_ConnectorMeta_filter: polygon_ConnectorMeta_filter; + polygon_ConnectorMeta_orderBy: polygon_ConnectorMeta_orderBy; + polygon_DestinationTransfer: ResolverTypeWrapper; + polygon_DestinationTransfer_filter: polygon_DestinationTransfer_filter; + polygon_DestinationTransfer_orderBy: polygon_DestinationTransfer_orderBy; + polygon_Int8: ResolverTypeWrapper; + polygon_OptimisticRootFinalized: ResolverTypeWrapper; + polygon_OptimisticRootFinalized_filter: polygon_OptimisticRootFinalized_filter; + polygon_OptimisticRootFinalized_orderBy: polygon_OptimisticRootFinalized_orderBy; + polygon_OrderDirection: polygon_OrderDirection; + polygon_OriginMessage: ResolverTypeWrapper; + polygon_OriginMessage_filter: polygon_OriginMessage_filter; + polygon_OriginMessage_orderBy: polygon_OriginMessage_orderBy; + polygon_OriginTransfer: ResolverTypeWrapper; + polygon_OriginTransfer_filter: polygon_OriginTransfer_filter; + polygon_OriginTransfer_orderBy: polygon_OriginTransfer_orderBy; + polygon_Relayer: ResolverTypeWrapper; + polygon_RelayerFee: ResolverTypeWrapper; + polygon_RelayerFee_filter: polygon_RelayerFee_filter; + polygon_RelayerFee_orderBy: polygon_RelayerFee_orderBy; + polygon_RelayerFeesIncrease: ResolverTypeWrapper; + polygon_RelayerFeesIncrease_filter: polygon_RelayerFeesIncrease_filter; + polygon_RelayerFeesIncrease_orderBy: polygon_RelayerFeesIncrease_orderBy; + polygon_Relayer_filter: polygon_Relayer_filter; + polygon_Relayer_orderBy: polygon_Relayer_orderBy; + polygon_RootCount: ResolverTypeWrapper; + polygon_RootCount_filter: polygon_RootCount_filter; + polygon_RootCount_orderBy: polygon_RootCount_orderBy; + polygon_RootMessageSent: ResolverTypeWrapper; + polygon_RootMessageSent_filter: polygon_RootMessageSent_filter; + polygon_RootMessageSent_orderBy: polygon_RootMessageSent_orderBy; + polygon_Router: ResolverTypeWrapper; + polygon_RouterDailyTVL: ResolverTypeWrapper; + polygon_RouterDailyTVL_filter: polygon_RouterDailyTVL_filter; + polygon_RouterDailyTVL_orderBy: polygon_RouterDailyTVL_orderBy; + polygon_RouterLiquidityEvent: ResolverTypeWrapper; + polygon_RouterLiquidityEventType: polygon_RouterLiquidityEventType; + polygon_RouterLiquidityEvent_filter: polygon_RouterLiquidityEvent_filter; + polygon_RouterLiquidityEvent_orderBy: polygon_RouterLiquidityEvent_orderBy; + polygon_Router_filter: polygon_Router_filter; + polygon_Router_orderBy: polygon_Router_orderBy; + polygon_Sequencer: ResolverTypeWrapper; + polygon_Sequencer_filter: polygon_Sequencer_filter; + polygon_Sequencer_orderBy: polygon_Sequencer_orderBy; + polygon_Setting: ResolverTypeWrapper; + polygon_Setting_filter: polygon_Setting_filter; + polygon_Setting_orderBy: polygon_Setting_orderBy; + polygon_SlippageUpdate: ResolverTypeWrapper; + polygon_SlippageUpdate_filter: polygon_SlippageUpdate_filter; + polygon_SlippageUpdate_orderBy: polygon_SlippageUpdate_orderBy; + polygon_SnapshotRoot: ResolverTypeWrapper; + polygon_SnapshotRoot_filter: polygon_SnapshotRoot_filter; + polygon_SnapshotRoot_orderBy: polygon_SnapshotRoot_orderBy; + polygon_SpokeConnectorMode: ResolverTypeWrapper; + polygon_SpokeConnectorMode_filter: polygon_SpokeConnectorMode_filter; + polygon_SpokeConnectorMode_orderBy: polygon_SpokeConnectorMode_orderBy; + 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; + 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; + stagingmainnet_AvalancheConnectorMeta: ResolverTypeWrapper; + stagingmainnet_AvalancheConnectorMeta_filter: stagingmainnet_AvalancheConnectorMeta_filter; + stagingmainnet_AvalancheConnectorMeta_orderBy: stagingmainnet_AvalancheConnectorMeta_orderBy; + 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; + stagingmainnet_HubDomain: ResolverTypeWrapper; + stagingmainnet_HubDomain_filter: stagingmainnet_HubDomain_filter; + stagingmainnet_HubDomain_orderBy: stagingmainnet_HubDomain_orderBy; + 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; + stagingmainnet_MantleConnectorMeta: ResolverTypeWrapper; + stagingmainnet_MantleConnectorMeta_filter: stagingmainnet_MantleConnectorMeta_filter; + stagingmainnet_MantleConnectorMeta_orderBy: stagingmainnet_MantleConnectorMeta_orderBy; + stagingmainnet_MetisConnectorMeta: ResolverTypeWrapper; + stagingmainnet_MetisConnectorMeta_filter: stagingmainnet_MetisConnectorMeta_filter; + stagingmainnet_MetisConnectorMeta_orderBy: stagingmainnet_MetisConnectorMeta_orderBy; + stagingmainnet_ModeConnectorMeta: ResolverTypeWrapper; + stagingmainnet_ModeConnectorMeta_filter: stagingmainnet_ModeConnectorMeta_filter; + stagingmainnet_ModeConnectorMeta_orderBy: stagingmainnet_ModeConnectorMeta_orderBy; + stagingmainnet_OptimismConnectorMeta: ResolverTypeWrapper; + stagingmainnet_OptimismConnectorMeta_filter: stagingmainnet_OptimismConnectorMeta_filter; + stagingmainnet_OptimismConnectorMeta_orderBy: stagingmainnet_OptimismConnectorMeta_orderBy; + stagingmainnet_OptimisticRootPropagated: ResolverTypeWrapper; + stagingmainnet_OptimisticRootPropagated_filter: stagingmainnet_OptimisticRootPropagated_filter; + stagingmainnet_OptimisticRootPropagated_orderBy: stagingmainnet_OptimisticRootPropagated_orderBy; + 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; + stagingmainnet_PolygonZkConnectorMeta: ResolverTypeWrapper; + stagingmainnet_PolygonZkConnectorMeta_filter: stagingmainnet_PolygonZkConnectorMeta_filter; + stagingmainnet_PolygonZkConnectorMeta_orderBy: stagingmainnet_PolygonZkConnectorMeta_orderBy; + stagingmainnet_RootAggregated: ResolverTypeWrapper; + stagingmainnet_RootAggregated_filter: stagingmainnet_RootAggregated_filter; + stagingmainnet_RootAggregated_orderBy: stagingmainnet_RootAggregated_orderBy; + stagingmainnet_RootManagerMeta: ResolverTypeWrapper; + stagingmainnet_RootManagerMeta_filter: stagingmainnet_RootManagerMeta_filter; + stagingmainnet_RootManagerMeta_orderBy: stagingmainnet_RootManagerMeta_orderBy; + stagingmainnet_RootManagerMode: ResolverTypeWrapper; + stagingmainnet_RootManagerMode_filter: stagingmainnet_RootManagerMode_filter; + stagingmainnet_RootManagerMode_orderBy: stagingmainnet_RootManagerMode_orderBy; + stagingmainnet_RootMessageProcessed: ResolverTypeWrapper; + stagingmainnet_RootMessageProcessed_filter: stagingmainnet_RootMessageProcessed_filter; + stagingmainnet_RootMessageProcessed_orderBy: stagingmainnet_RootMessageProcessed_orderBy; + stagingmainnet_RootPropagated: ResolverTypeWrapper; + stagingmainnet_RootPropagated_filter: stagingmainnet_RootPropagated_filter; + stagingmainnet_RootPropagated_orderBy: stagingmainnet_RootPropagated_orderBy; + stagingmainnet_ScrollConnectorMeta: ResolverTypeWrapper; + stagingmainnet_ScrollConnectorMeta_filter: stagingmainnet_ScrollConnectorMeta_filter; + stagingmainnet_ScrollConnectorMeta_orderBy: stagingmainnet_ScrollConnectorMeta_orderBy; + stagingmainnet_XlayerConnectorMeta: ResolverTypeWrapper; + stagingmainnet_XlayerConnectorMeta_filter: stagingmainnet_XlayerConnectorMeta_filter; + stagingmainnet_XlayerConnectorMeta_orderBy: stagingmainnet_XlayerConnectorMeta_orderBy; + 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; @@ -178078,6 +178699,611 @@ export type ResolversTypes = ResolversObject<{ 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; + mantle_swap_Block_height: mantle_swap_Block_height; + mantle_swap_Bytes: ResolverTypeWrapper; + mantle_swap_Int8: ResolverTypeWrapper; + mantle_swap_LpAccount: ResolverTypeWrapper; + mantle_swap_LpAccountBalance: ResolverTypeWrapper; + mantle_swap_LpAccountBalance_filter: mantle_swap_LpAccountBalance_filter; + mantle_swap_LpAccountBalance_orderBy: mantle_swap_LpAccountBalance_orderBy; + mantle_swap_LpAccount_filter: mantle_swap_LpAccount_filter; + mantle_swap_LpAccount_orderBy: mantle_swap_LpAccount_orderBy; + mantle_swap_LpToken: ResolverTypeWrapper; + mantle_swap_LpTokenEvent: ResolversTypes['mantle_swap_LpTransferEvent']; + mantle_swap_LpTokenEvent_filter: mantle_swap_LpTokenEvent_filter; + mantle_swap_LpTokenEvent_orderBy: mantle_swap_LpTokenEvent_orderBy; + mantle_swap_LpToken_filter: mantle_swap_LpToken_filter; + mantle_swap_LpToken_orderBy: mantle_swap_LpToken_orderBy; + mantle_swap_LpTransferEvent: ResolverTypeWrapper; + mantle_swap_LpTransferEvent_filter: mantle_swap_LpTransferEvent_filter; + mantle_swap_LpTransferEvent_orderBy: mantle_swap_LpTransferEvent_orderBy; + mantle_swap_OrderDirection: mantle_swap_OrderDirection; + mantle_swap_PooledToken: ResolverTypeWrapper; + mantle_swap_PooledToken_filter: mantle_swap_PooledToken_filter; + mantle_swap_PooledToken_orderBy: mantle_swap_PooledToken_orderBy; + mantle_swap_StableSwap: ResolverTypeWrapper; + mantle_swap_StableSwapAddLiquidityEvent: ResolverTypeWrapper; + mantle_swap_StableSwapAddLiquidityEvent_filter: mantle_swap_StableSwapAddLiquidityEvent_filter; + mantle_swap_StableSwapAddLiquidityEvent_orderBy: mantle_swap_StableSwapAddLiquidityEvent_orderBy; + mantle_swap_StableSwapEvent: ResolversTypes['mantle_swap_StableSwapAddLiquidityEvent'] | ResolversTypes['mantle_swap_StableSwapRemoveLiquidityEvent']; + mantle_swap_StableSwapEvent_filter: mantle_swap_StableSwapEvent_filter; + mantle_swap_StableSwapEvent_orderBy: mantle_swap_StableSwapEvent_orderBy; + mantle_swap_StableSwapExchange: ResolverTypeWrapper; + mantle_swap_StableSwapExchange_filter: mantle_swap_StableSwapExchange_filter; + mantle_swap_StableSwapExchange_orderBy: mantle_swap_StableSwapExchange_orderBy; + mantle_swap_StableSwapRemoveLiquidityEvent: ResolverTypeWrapper; + mantle_swap_StableSwapRemoveLiquidityEvent_filter: mantle_swap_StableSwapRemoveLiquidityEvent_filter; + mantle_swap_StableSwapRemoveLiquidityEvent_orderBy: mantle_swap_StableSwapRemoveLiquidityEvent_orderBy; + mantle_swap_StableSwap_filter: mantle_swap_StableSwap_filter; + mantle_swap_StableSwap_orderBy: mantle_swap_StableSwap_orderBy; + mantle_swap_SwapDailyVolume: ResolverTypeWrapper; + mantle_swap_SwapDailyVolume_filter: mantle_swap_SwapDailyVolume_filter; + mantle_swap_SwapDailyVolume_orderBy: mantle_swap_SwapDailyVolume_orderBy; + mantle_swap_SwapHourlyVolume: ResolverTypeWrapper; + mantle_swap_SwapHourlyVolume_filter: mantle_swap_SwapHourlyVolume_filter; + mantle_swap_SwapHourlyVolume_orderBy: mantle_swap_SwapHourlyVolume_orderBy; + mantle_swap_SwapTradeVolume: ResolversTypes['mantle_swap_SwapDailyVolume'] | ResolversTypes['mantle_swap_SwapHourlyVolume'] | ResolversTypes['mantle_swap_SwapWeeklyVolume']; + mantle_swap_SwapTradeVolume_filter: mantle_swap_SwapTradeVolume_filter; + mantle_swap_SwapTradeVolume_orderBy: mantle_swap_SwapTradeVolume_orderBy; + mantle_swap_SwapWeeklyVolume: ResolverTypeWrapper; + mantle_swap_SwapWeeklyVolume_filter: mantle_swap_SwapWeeklyVolume_filter; + mantle_swap_SwapWeeklyVolume_orderBy: mantle_swap_SwapWeeklyVolume_orderBy; + mantle_swap_SystemInfo: ResolverTypeWrapper; + mantle_swap_SystemInfo_filter: mantle_swap_SystemInfo_filter; + 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; @@ -178158,229 +179384,91 @@ export type ResolversTypes = ResolversObject<{ polygonzkevm_swap_TransferStatus: polygonzkevm_swap_TransferStatus; polygonzkevm_swap__Block_: ResolverTypeWrapper; polygonzkevm_swap__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; - 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; - 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; + 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; mainnet_AggregateRoot: ResolverTypeWrapper; mainnet_AggregateRootProposed: ResolverTypeWrapper; mainnet_AggregateRootProposed_filter: mainnet_AggregateRootProposed_filter; mainnet_AggregateRootProposed_orderBy: mainnet_AggregateRootProposed_orderBy; mainnet_AggregateRoot_filter: mainnet_AggregateRoot_filter; mainnet_AggregateRoot_orderBy: mainnet_AggregateRoot_orderBy; - mainnet_Aggregation_interval: mainnet_Aggregation_interval; mainnet_Asset: ResolverTypeWrapper; mainnet_AssetBalance: ResolverTypeWrapper; mainnet_AssetBalance_filter: mainnet_AssetBalance_filter; @@ -178390,21 +179478,15 @@ export type ResolversTypes = ResolversObject<{ mainnet_AssetStatus_orderBy: mainnet_AssetStatus_orderBy; mainnet_Asset_filter: mainnet_Asset_filter; mainnet_Asset_orderBy: mainnet_Asset_orderBy; - mainnet_BigDecimal: ResolverTypeWrapper; - mainnet_BlockChangedFilter: mainnet_BlockChangedFilter; - mainnet_Block_height: mainnet_Block_height; - mainnet_Bytes: ResolverTypeWrapper; mainnet_ConnectorMeta: ResolverTypeWrapper; mainnet_ConnectorMeta_filter: mainnet_ConnectorMeta_filter; mainnet_ConnectorMeta_orderBy: mainnet_ConnectorMeta_orderBy; mainnet_DestinationTransfer: ResolverTypeWrapper; mainnet_DestinationTransfer_filter: mainnet_DestinationTransfer_filter; mainnet_DestinationTransfer_orderBy: mainnet_DestinationTransfer_orderBy; - mainnet_Int8: ResolverTypeWrapper; mainnet_OptimisticRootFinalized: ResolverTypeWrapper; mainnet_OptimisticRootFinalized_filter: mainnet_OptimisticRootFinalized_filter; mainnet_OptimisticRootFinalized_orderBy: mainnet_OptimisticRootFinalized_orderBy; - mainnet_OrderDirection: mainnet_OrderDirection; mainnet_OriginMessage: ResolverTypeWrapper; mainnet_OriginMessage_filter: mainnet_OriginMessage_filter; mainnet_OriginMessage_orderBy: mainnet_OriginMessage_orderBy; @@ -178452,143 +179534,165 @@ export type ResolversTypes = ResolversObject<{ mainnet_SpokeConnectorMode_filter: mainnet_SpokeConnectorMode_filter; mainnet_SpokeConnectorMode_orderBy: mainnet_SpokeConnectorMode_orderBy; mainnet_TransferStatus: mainnet_TransferStatus; - mainnet__Block_: ResolverTypeWrapper; - mainnet__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; - 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; + 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; @@ -178669,527 +179773,85 @@ export type ResolversTypes = ResolversObject<{ stagingoptimism_TransferStatus: stagingoptimism_TransferStatus; stagingoptimism__Block_: ResolverTypeWrapper; stagingoptimism__Meta_: ResolverTypeWrapper; - 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; - 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; - 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; - 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; - polygon_AssetBalance_orderBy: polygon_AssetBalance_orderBy; - polygon_AssetStatus: ResolverTypeWrapper; - polygon_AssetStatus_filter: polygon_AssetStatus_filter; - polygon_AssetStatus_orderBy: polygon_AssetStatus_orderBy; - polygon_Asset_filter: polygon_Asset_filter; - polygon_Asset_orderBy: polygon_Asset_orderBy; - polygon_BigDecimal: ResolverTypeWrapper; - polygon_BlockChangedFilter: polygon_BlockChangedFilter; - polygon_Block_height: polygon_Block_height; - polygon_Bytes: ResolverTypeWrapper; - polygon_ConnectorMeta: ResolverTypeWrapper; - polygon_ConnectorMeta_filter: polygon_ConnectorMeta_filter; - polygon_ConnectorMeta_orderBy: polygon_ConnectorMeta_orderBy; - polygon_DestinationTransfer: ResolverTypeWrapper; - polygon_DestinationTransfer_filter: polygon_DestinationTransfer_filter; - polygon_DestinationTransfer_orderBy: polygon_DestinationTransfer_orderBy; - polygon_Int8: ResolverTypeWrapper; - polygon_OptimisticRootFinalized: ResolverTypeWrapper; - polygon_OptimisticRootFinalized_filter: polygon_OptimisticRootFinalized_filter; - polygon_OptimisticRootFinalized_orderBy: polygon_OptimisticRootFinalized_orderBy; - polygon_OrderDirection: polygon_OrderDirection; - polygon_OriginMessage: ResolverTypeWrapper; - polygon_OriginMessage_filter: polygon_OriginMessage_filter; - polygon_OriginMessage_orderBy: polygon_OriginMessage_orderBy; - polygon_OriginTransfer: ResolverTypeWrapper; - polygon_OriginTransfer_filter: polygon_OriginTransfer_filter; - polygon_OriginTransfer_orderBy: polygon_OriginTransfer_orderBy; - polygon_Relayer: ResolverTypeWrapper; - polygon_RelayerFee: ResolverTypeWrapper; - polygon_RelayerFee_filter: polygon_RelayerFee_filter; - polygon_RelayerFee_orderBy: polygon_RelayerFee_orderBy; - polygon_RelayerFeesIncrease: ResolverTypeWrapper; - polygon_RelayerFeesIncrease_filter: polygon_RelayerFeesIncrease_filter; - polygon_RelayerFeesIncrease_orderBy: polygon_RelayerFeesIncrease_orderBy; - polygon_Relayer_filter: polygon_Relayer_filter; - polygon_Relayer_orderBy: polygon_Relayer_orderBy; - polygon_RootCount: ResolverTypeWrapper; - polygon_RootCount_filter: polygon_RootCount_filter; - polygon_RootCount_orderBy: polygon_RootCount_orderBy; - polygon_RootMessageSent: ResolverTypeWrapper; - polygon_RootMessageSent_filter: polygon_RootMessageSent_filter; - polygon_RootMessageSent_orderBy: polygon_RootMessageSent_orderBy; - polygon_Router: ResolverTypeWrapper; - polygon_RouterDailyTVL: ResolverTypeWrapper; - polygon_RouterDailyTVL_filter: polygon_RouterDailyTVL_filter; - polygon_RouterDailyTVL_orderBy: polygon_RouterDailyTVL_orderBy; - polygon_RouterLiquidityEvent: ResolverTypeWrapper; - polygon_RouterLiquidityEventType: polygon_RouterLiquidityEventType; - polygon_RouterLiquidityEvent_filter: polygon_RouterLiquidityEvent_filter; - polygon_RouterLiquidityEvent_orderBy: polygon_RouterLiquidityEvent_orderBy; - polygon_Router_filter: polygon_Router_filter; - polygon_Router_orderBy: polygon_Router_orderBy; - polygon_Sequencer: ResolverTypeWrapper; - polygon_Sequencer_filter: polygon_Sequencer_filter; - polygon_Sequencer_orderBy: polygon_Sequencer_orderBy; - polygon_Setting: ResolverTypeWrapper; - polygon_Setting_filter: polygon_Setting_filter; - polygon_Setting_orderBy: polygon_Setting_orderBy; - polygon_SlippageUpdate: ResolverTypeWrapper; - polygon_SlippageUpdate_filter: polygon_SlippageUpdate_filter; - polygon_SlippageUpdate_orderBy: polygon_SlippageUpdate_orderBy; - polygon_SnapshotRoot: ResolverTypeWrapper; - polygon_SnapshotRoot_filter: polygon_SnapshotRoot_filter; - polygon_SnapshotRoot_orderBy: polygon_SnapshotRoot_orderBy; - polygon_SpokeConnectorMode: ResolverTypeWrapper; - polygon_SpokeConnectorMode_filter: polygon_SpokeConnectorMode_filter; - polygon_SpokeConnectorMode_orderBy: polygon_SpokeConnectorMode_orderBy; - polygon_TransferStatus: polygon_TransferStatus; - polygon__Block_: ResolverTypeWrapper; - polygon__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; - stagingmainnet_AvalancheConnectorMeta: ResolverTypeWrapper; - stagingmainnet_AvalancheConnectorMeta_filter: stagingmainnet_AvalancheConnectorMeta_filter; - stagingmainnet_AvalancheConnectorMeta_orderBy: stagingmainnet_AvalancheConnectorMeta_orderBy; - 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; - stagingmainnet_HubDomain: ResolverTypeWrapper; - stagingmainnet_HubDomain_filter: stagingmainnet_HubDomain_filter; - stagingmainnet_HubDomain_orderBy: stagingmainnet_HubDomain_orderBy; - 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; - stagingmainnet_MantleConnectorMeta: ResolverTypeWrapper; - stagingmainnet_MantleConnectorMeta_filter: stagingmainnet_MantleConnectorMeta_filter; - stagingmainnet_MantleConnectorMeta_orderBy: stagingmainnet_MantleConnectorMeta_orderBy; - stagingmainnet_MetisConnectorMeta: ResolverTypeWrapper; - stagingmainnet_MetisConnectorMeta_filter: stagingmainnet_MetisConnectorMeta_filter; - stagingmainnet_MetisConnectorMeta_orderBy: stagingmainnet_MetisConnectorMeta_orderBy; - stagingmainnet_ModeConnectorMeta: ResolverTypeWrapper; - stagingmainnet_ModeConnectorMeta_filter: stagingmainnet_ModeConnectorMeta_filter; - stagingmainnet_ModeConnectorMeta_orderBy: stagingmainnet_ModeConnectorMeta_orderBy; - stagingmainnet_OptimismConnectorMeta: ResolverTypeWrapper; - stagingmainnet_OptimismConnectorMeta_filter: stagingmainnet_OptimismConnectorMeta_filter; - stagingmainnet_OptimismConnectorMeta_orderBy: stagingmainnet_OptimismConnectorMeta_orderBy; - stagingmainnet_OptimisticRootPropagated: ResolverTypeWrapper; - stagingmainnet_OptimisticRootPropagated_filter: stagingmainnet_OptimisticRootPropagated_filter; - stagingmainnet_OptimisticRootPropagated_orderBy: stagingmainnet_OptimisticRootPropagated_orderBy; - 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; - stagingmainnet_PolygonZkConnectorMeta: ResolverTypeWrapper; - stagingmainnet_PolygonZkConnectorMeta_filter: stagingmainnet_PolygonZkConnectorMeta_filter; - stagingmainnet_PolygonZkConnectorMeta_orderBy: stagingmainnet_PolygonZkConnectorMeta_orderBy; - stagingmainnet_RootAggregated: ResolverTypeWrapper; - stagingmainnet_RootAggregated_filter: stagingmainnet_RootAggregated_filter; - stagingmainnet_RootAggregated_orderBy: stagingmainnet_RootAggregated_orderBy; - stagingmainnet_RootManagerMeta: ResolverTypeWrapper; - stagingmainnet_RootManagerMeta_filter: stagingmainnet_RootManagerMeta_filter; - stagingmainnet_RootManagerMeta_orderBy: stagingmainnet_RootManagerMeta_orderBy; - stagingmainnet_RootManagerMode: ResolverTypeWrapper; - stagingmainnet_RootManagerMode_filter: stagingmainnet_RootManagerMode_filter; - stagingmainnet_RootManagerMode_orderBy: stagingmainnet_RootManagerMode_orderBy; - stagingmainnet_RootMessageProcessed: ResolverTypeWrapper; - stagingmainnet_RootMessageProcessed_filter: stagingmainnet_RootMessageProcessed_filter; - stagingmainnet_RootMessageProcessed_orderBy: stagingmainnet_RootMessageProcessed_orderBy; - stagingmainnet_RootPropagated: ResolverTypeWrapper; - stagingmainnet_RootPropagated_filter: stagingmainnet_RootPropagated_filter; - stagingmainnet_RootPropagated_orderBy: stagingmainnet_RootPropagated_orderBy; - stagingmainnet_ScrollConnectorMeta: ResolverTypeWrapper; - stagingmainnet_ScrollConnectorMeta_filter: stagingmainnet_ScrollConnectorMeta_filter; - stagingmainnet_ScrollConnectorMeta_orderBy: stagingmainnet_ScrollConnectorMeta_orderBy; - stagingmainnet_XlayerConnectorMeta: ResolverTypeWrapper; - stagingmainnet_XlayerConnectorMeta_filter: stagingmainnet_XlayerConnectorMeta_filter; - stagingmainnet_XlayerConnectorMeta_orderBy: stagingmainnet_XlayerConnectorMeta_orderBy; - stagingmainnet_ZkSyncConnectorMeta: ResolverTypeWrapper; - stagingmainnet_ZkSyncConnectorMeta_filter: stagingmainnet_ZkSyncConnectorMeta_filter; - stagingmainnet_ZkSyncConnectorMeta_orderBy: stagingmainnet_ZkSyncConnectorMeta_orderBy; - stagingmainnet__Block_: ResolverTypeWrapper; - stagingmainnet__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; - 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; + 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; @@ -179270,6 +179932,326 @@ export type ResolversTypes = ResolversObject<{ 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; stagingxdai_AggregateRoot: ResolverTypeWrapper; stagingxdai_AggregateRootProposed: ResolverTypeWrapper; stagingxdai_AggregateRootProposed_filter: stagingxdai_AggregateRootProposed_filter; @@ -179350,464 +180332,85 @@ export type ResolversTypes = ResolversObject<{ stagingxdai_TransferStatus: stagingxdai_TransferStatus; stagingxdai__Block_: ResolverTypeWrapper; stagingxdai__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; - 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; - 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; - 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; - 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; + 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; stagingbnb_AggregateRoot: ResolverTypeWrapper; stagingbnb_AggregateRootProposed: ResolverTypeWrapper; stagingbnb_AggregateRootProposed_filter: stagingbnb_AggregateRootProposed_filter; @@ -179935,247 +180538,119 @@ export type ResolversTypes = ResolversObject<{ stagingarbitrumone_Relayer_filter: stagingarbitrumone_Relayer_filter; stagingarbitrumone_Relayer_orderBy: stagingarbitrumone_Relayer_orderBy; stagingarbitrumone_RootCount: ResolverTypeWrapper; - stagingarbitrumone_RootCount_filter: stagingarbitrumone_RootCount_filter; - stagingarbitrumone_RootCount_orderBy: stagingarbitrumone_RootCount_orderBy; - stagingarbitrumone_RootMessageSent: ResolverTypeWrapper; - stagingarbitrumone_RootMessageSent_filter: stagingarbitrumone_RootMessageSent_filter; - stagingarbitrumone_RootMessageSent_orderBy: stagingarbitrumone_RootMessageSent_orderBy; - stagingarbitrumone_Router: ResolverTypeWrapper; - stagingarbitrumone_RouterDailyTVL: ResolverTypeWrapper; - stagingarbitrumone_RouterDailyTVL_filter: stagingarbitrumone_RouterDailyTVL_filter; - stagingarbitrumone_RouterDailyTVL_orderBy: stagingarbitrumone_RouterDailyTVL_orderBy; - stagingarbitrumone_RouterLiquidityEvent: ResolverTypeWrapper; - stagingarbitrumone_RouterLiquidityEventType: stagingarbitrumone_RouterLiquidityEventType; - stagingarbitrumone_RouterLiquidityEvent_filter: stagingarbitrumone_RouterLiquidityEvent_filter; - stagingarbitrumone_RouterLiquidityEvent_orderBy: stagingarbitrumone_RouterLiquidityEvent_orderBy; - stagingarbitrumone_Router_filter: stagingarbitrumone_Router_filter; - stagingarbitrumone_Router_orderBy: stagingarbitrumone_Router_orderBy; - stagingarbitrumone_Sequencer: ResolverTypeWrapper; - stagingarbitrumone_Sequencer_filter: stagingarbitrumone_Sequencer_filter; - stagingarbitrumone_Sequencer_orderBy: stagingarbitrumone_Sequencer_orderBy; - stagingarbitrumone_Setting: ResolverTypeWrapper; - stagingarbitrumone_Setting_filter: stagingarbitrumone_Setting_filter; - stagingarbitrumone_Setting_orderBy: stagingarbitrumone_Setting_orderBy; - stagingarbitrumone_SlippageUpdate: ResolverTypeWrapper; - stagingarbitrumone_SlippageUpdate_filter: stagingarbitrumone_SlippageUpdate_filter; - stagingarbitrumone_SlippageUpdate_orderBy: stagingarbitrumone_SlippageUpdate_orderBy; - stagingarbitrumone_SnapshotRoot: ResolverTypeWrapper; - stagingarbitrumone_SnapshotRoot_filter: stagingarbitrumone_SnapshotRoot_filter; - stagingarbitrumone_SnapshotRoot_orderBy: stagingarbitrumone_SnapshotRoot_orderBy; - stagingarbitrumone_SpokeConnectorMode: ResolverTypeWrapper; - stagingarbitrumone_SpokeConnectorMode_filter: stagingarbitrumone_SpokeConnectorMode_filter; - stagingarbitrumone_SpokeConnectorMode_orderBy: stagingarbitrumone_SpokeConnectorMode_orderBy; - stagingarbitrumone_TransferStatus: stagingarbitrumone_TransferStatus; - stagingarbitrumone__Block_: ResolverTypeWrapper; - stagingarbitrumone__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; - 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_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_BnbConnectorMeta: ResolverTypeWrapper; - mainnet_BnbConnectorMeta_filter: mainnet_BnbConnectorMeta_filter; - mainnet_BnbConnectorMeta_orderBy: mainnet_BnbConnectorMeta_orderBy; - 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_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_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; - 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; + stagingarbitrumone_RootCount_filter: stagingarbitrumone_RootCount_filter; + stagingarbitrumone_RootCount_orderBy: stagingarbitrumone_RootCount_orderBy; + stagingarbitrumone_RootMessageSent: ResolverTypeWrapper; + stagingarbitrumone_RootMessageSent_filter: stagingarbitrumone_RootMessageSent_filter; + stagingarbitrumone_RootMessageSent_orderBy: stagingarbitrumone_RootMessageSent_orderBy; + stagingarbitrumone_Router: ResolverTypeWrapper; + stagingarbitrumone_RouterDailyTVL: ResolverTypeWrapper; + stagingarbitrumone_RouterDailyTVL_filter: stagingarbitrumone_RouterDailyTVL_filter; + stagingarbitrumone_RouterDailyTVL_orderBy: stagingarbitrumone_RouterDailyTVL_orderBy; + stagingarbitrumone_RouterLiquidityEvent: ResolverTypeWrapper; + stagingarbitrumone_RouterLiquidityEventType: stagingarbitrumone_RouterLiquidityEventType; + stagingarbitrumone_RouterLiquidityEvent_filter: stagingarbitrumone_RouterLiquidityEvent_filter; + stagingarbitrumone_RouterLiquidityEvent_orderBy: stagingarbitrumone_RouterLiquidityEvent_orderBy; + stagingarbitrumone_Router_filter: stagingarbitrumone_Router_filter; + stagingarbitrumone_Router_orderBy: stagingarbitrumone_Router_orderBy; + stagingarbitrumone_Sequencer: ResolverTypeWrapper; + stagingarbitrumone_Sequencer_filter: stagingarbitrumone_Sequencer_filter; + stagingarbitrumone_Sequencer_orderBy: stagingarbitrumone_Sequencer_orderBy; + stagingarbitrumone_Setting: ResolverTypeWrapper; + stagingarbitrumone_Setting_filter: stagingarbitrumone_Setting_filter; + stagingarbitrumone_Setting_orderBy: stagingarbitrumone_Setting_orderBy; + stagingarbitrumone_SlippageUpdate: ResolverTypeWrapper; + stagingarbitrumone_SlippageUpdate_filter: stagingarbitrumone_SlippageUpdate_filter; + stagingarbitrumone_SlippageUpdate_orderBy: stagingarbitrumone_SlippageUpdate_orderBy; + stagingarbitrumone_SnapshotRoot: ResolverTypeWrapper; + stagingarbitrumone_SnapshotRoot_filter: stagingarbitrumone_SnapshotRoot_filter; + stagingarbitrumone_SnapshotRoot_orderBy: stagingarbitrumone_SnapshotRoot_orderBy; + stagingarbitrumone_SpokeConnectorMode: ResolverTypeWrapper; + stagingarbitrumone_SpokeConnectorMode_filter: stagingarbitrumone_SpokeConnectorMode_filter; + stagingarbitrumone_SpokeConnectorMode_orderBy: stagingarbitrumone_SpokeConnectorMode_orderBy; + 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; stagingxlayer_AggregateRoot: ResolverTypeWrapper; stagingxlayer_AggregateRootProposed: ResolverTypeWrapper; stagingxlayer_AggregateRootProposed_filter: stagingxlayer_AggregateRootProposed_filter; @@ -180255,559 +180730,84 @@ export type ResolversTypes = ResolversObject<{ stagingxlayer_TransferStatus: stagingxlayer_TransferStatus; stagingxlayer__Block_: ResolverTypeWrapper; stagingxlayer__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; - 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; - 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; - 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; - 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; - 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; + 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; @@ -180865,63 +180865,6 @@ export type ResolversTypes = ResolversObject<{ bnb_swap_SystemInfo_orderBy: bnb_swap_SystemInfo_orderBy; bnb_swap__Block_: ResolverTypeWrapper; bnb_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; optimism_swap_Aggregation_interval: optimism_swap_Aggregation_interval; optimism_swap_BigDecimal: ResolverTypeWrapper; optimism_swap_BlockChangedFilter: optimism_swap_BlockChangedFilter; @@ -181093,6 +181036,63 @@ export type ResolversTypes = ResolversObject<{ 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; avalanche_swap_Aggregation_interval: avalanche_swap_Aggregation_interval; avalanche_swap_BigDecimal: ResolverTypeWrapper; avalanche_swap_BlockChangedFilter: avalanche_swap_BlockChangedFilter; @@ -181153,172 +181153,55 @@ export type ResolversTypes = ResolversObject<{ }>; /** Mapping between all available schema types and the resolvers parents */ -export type ResolversParentTypes = ResolversObject<{ - Query: {}; - Subscription: {}; - mantle_swap_BigDecimal: Scalars['mantle_swap_BigDecimal']; - BigInt: Scalars['BigInt']; - mantle_swap_BlockChangedFilter: mantle_swap_BlockChangedFilter; - mantle_swap_Block_height: mantle_swap_Block_height; - Boolean: Scalars['Boolean']; - mantle_swap_Bytes: Scalars['mantle_swap_Bytes']; - Float: Scalars['Float']; - ID: Scalars['ID']; - Int: Scalars['Int']; - 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; - String: Scalars['String']; - 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; - Timestamp: Scalars['Timestamp']; - mantle_swap__Block_: mantle_swap__Block_; - mantle_swap__Meta_: mantle_swap__Meta_; - metis_swap_BigDecimal: Scalars['metis_swap_BigDecimal']; - metis_swap_BlockChangedFilter: metis_swap_BlockChangedFilter; - metis_swap_Block_height: metis_swap_Block_height; - metis_swap_Bytes: Scalars['metis_swap_Bytes']; - metis_swap_Int8: Scalars['metis_swap_Int8']; - metis_swap_LpAccount: metis_swap_LpAccount; - metis_swap_LpAccountBalance: metis_swap_LpAccountBalance; - metis_swap_LpAccountBalance_filter: metis_swap_LpAccountBalance_filter; - metis_swap_LpAccount_filter: metis_swap_LpAccount_filter; - metis_swap_LpToken: metis_swap_LpToken; - metis_swap_LpTokenEvent: ResolversParentTypes['metis_swap_LpTransferEvent']; - metis_swap_LpTokenEvent_filter: metis_swap_LpTokenEvent_filter; - metis_swap_LpToken_filter: metis_swap_LpToken_filter; - metis_swap_LpTransferEvent: metis_swap_LpTransferEvent; - metis_swap_LpTransferEvent_filter: metis_swap_LpTransferEvent_filter; - metis_swap_PooledToken: metis_swap_PooledToken; - metis_swap_PooledToken_filter: metis_swap_PooledToken_filter; - metis_swap_StableSwap: metis_swap_StableSwap; - metis_swap_StableSwapAddLiquidityEvent: metis_swap_StableSwapAddLiquidityEvent; - metis_swap_StableSwapAddLiquidityEvent_filter: metis_swap_StableSwapAddLiquidityEvent_filter; - metis_swap_StableSwapEvent: ResolversParentTypes['metis_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['metis_swap_StableSwapRemoveLiquidityEvent']; - metis_swap_StableSwapEvent_filter: metis_swap_StableSwapEvent_filter; - metis_swap_StableSwapExchange: metis_swap_StableSwapExchange; - metis_swap_StableSwapExchange_filter: metis_swap_StableSwapExchange_filter; - metis_swap_StableSwapRemoveLiquidityEvent: metis_swap_StableSwapRemoveLiquidityEvent; - metis_swap_StableSwapRemoveLiquidityEvent_filter: metis_swap_StableSwapRemoveLiquidityEvent_filter; - metis_swap_StableSwap_filter: metis_swap_StableSwap_filter; - metis_swap_SwapDailyVolume: metis_swap_SwapDailyVolume; - metis_swap_SwapDailyVolume_filter: metis_swap_SwapDailyVolume_filter; - metis_swap_SwapHourlyVolume: metis_swap_SwapHourlyVolume; - metis_swap_SwapHourlyVolume_filter: metis_swap_SwapHourlyVolume_filter; - metis_swap_SwapTradeVolume: ResolversParentTypes['metis_swap_SwapDailyVolume'] | ResolversParentTypes['metis_swap_SwapHourlyVolume'] | ResolversParentTypes['metis_swap_SwapWeeklyVolume']; - metis_swap_SwapTradeVolume_filter: metis_swap_SwapTradeVolume_filter; - metis_swap_SwapWeeklyVolume: metis_swap_SwapWeeklyVolume; - metis_swap_SwapWeeklyVolume_filter: metis_swap_SwapWeeklyVolume_filter; - metis_swap_SystemInfo: metis_swap_SystemInfo; - metis_swap_SystemInfo_filter: metis_swap_SystemInfo_filter; - metis_swap__Block_: metis_swap__Block_; - metis_swap__Meta_: metis_swap__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_; - 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_; +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; @@ -181417,218 +181300,98 @@ export type ResolversParentTypes = ResolversObject<{ sepolia_ZkSyncConnectorMeta_filter: sepolia_ZkSyncConnectorMeta_filter; sepolia__Block_: sepolia__Block_; sepolia__Meta_: sepolia__Meta_; - stagingmode_AggregateRoot: stagingmode_AggregateRoot; - stagingmode_AggregateRootProposed: stagingmode_AggregateRootProposed; - stagingmode_AggregateRootProposed_filter: stagingmode_AggregateRootProposed_filter; - stagingmode_AggregateRoot_filter: stagingmode_AggregateRoot_filter; - stagingmode_Asset: stagingmode_Asset; - stagingmode_AssetBalance: stagingmode_AssetBalance; - stagingmode_AssetBalance_filter: stagingmode_AssetBalance_filter; - stagingmode_AssetStatus: stagingmode_AssetStatus; - stagingmode_AssetStatus_filter: stagingmode_AssetStatus_filter; - stagingmode_Asset_filter: stagingmode_Asset_filter; - stagingmode_BigDecimal: Scalars['stagingmode_BigDecimal']; - stagingmode_BlockChangedFilter: stagingmode_BlockChangedFilter; - stagingmode_Block_height: stagingmode_Block_height; - stagingmode_Bytes: Scalars['stagingmode_Bytes']; - stagingmode_ConnectorMeta: stagingmode_ConnectorMeta; - stagingmode_ConnectorMeta_filter: stagingmode_ConnectorMeta_filter; - stagingmode_DestinationTransfer: stagingmode_DestinationTransfer; - stagingmode_DestinationTransfer_filter: stagingmode_DestinationTransfer_filter; - stagingmode_Int8: Scalars['stagingmode_Int8']; - stagingmode_OptimisticRootFinalized: stagingmode_OptimisticRootFinalized; - stagingmode_OptimisticRootFinalized_filter: stagingmode_OptimisticRootFinalized_filter; - stagingmode_OriginMessage: stagingmode_OriginMessage; - stagingmode_OriginMessage_filter: stagingmode_OriginMessage_filter; - stagingmode_OriginTransfer: stagingmode_OriginTransfer; - stagingmode_OriginTransfer_filter: stagingmode_OriginTransfer_filter; - stagingmode_Relayer: stagingmode_Relayer; - stagingmode_RelayerFee: stagingmode_RelayerFee; - stagingmode_RelayerFee_filter: stagingmode_RelayerFee_filter; - stagingmode_RelayerFeesIncrease: stagingmode_RelayerFeesIncrease; - stagingmode_RelayerFeesIncrease_filter: stagingmode_RelayerFeesIncrease_filter; - stagingmode_Relayer_filter: stagingmode_Relayer_filter; - stagingmode_RootCount: stagingmode_RootCount; - stagingmode_RootCount_filter: stagingmode_RootCount_filter; - stagingmode_RootMessageSent: stagingmode_RootMessageSent; - stagingmode_RootMessageSent_filter: stagingmode_RootMessageSent_filter; - stagingmode_Router: stagingmode_Router; - stagingmode_RouterDailyTVL: stagingmode_RouterDailyTVL; - stagingmode_RouterDailyTVL_filter: stagingmode_RouterDailyTVL_filter; - stagingmode_RouterLiquidityEvent: stagingmode_RouterLiquidityEvent; - stagingmode_RouterLiquidityEvent_filter: stagingmode_RouterLiquidityEvent_filter; - stagingmode_Router_filter: stagingmode_Router_filter; - stagingmode_Sequencer: stagingmode_Sequencer; - stagingmode_Sequencer_filter: stagingmode_Sequencer_filter; - stagingmode_Setting: stagingmode_Setting; - stagingmode_Setting_filter: stagingmode_Setting_filter; - stagingmode_SlippageUpdate: stagingmode_SlippageUpdate; - stagingmode_SlippageUpdate_filter: stagingmode_SlippageUpdate_filter; - stagingmode_SnapshotRoot: stagingmode_SnapshotRoot; - stagingmode_SnapshotRoot_filter: stagingmode_SnapshotRoot_filter; - stagingmode_SpokeConnectorMode: stagingmode_SpokeConnectorMode; - stagingmode_SpokeConnectorMode_filter: stagingmode_SpokeConnectorMode_filter; - stagingmode__Block_: stagingmode__Block_; - stagingmode__Meta_: stagingmode__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_; - 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_; - stagingscroll_AggregateRoot: stagingscroll_AggregateRoot; - stagingscroll_AggregateRootProposed: stagingscroll_AggregateRootProposed; - stagingscroll_AggregateRootProposed_filter: stagingscroll_AggregateRootProposed_filter; - stagingscroll_AggregateRoot_filter: stagingscroll_AggregateRoot_filter; - stagingscroll_Asset: stagingscroll_Asset; - stagingscroll_AssetBalance: stagingscroll_AssetBalance; - stagingscroll_AssetBalance_filter: stagingscroll_AssetBalance_filter; - stagingscroll_AssetStatus: stagingscroll_AssetStatus; - stagingscroll_AssetStatus_filter: stagingscroll_AssetStatus_filter; - stagingscroll_Asset_filter: stagingscroll_Asset_filter; - stagingscroll_BigDecimal: Scalars['stagingscroll_BigDecimal']; - stagingscroll_BlockChangedFilter: stagingscroll_BlockChangedFilter; - stagingscroll_Block_height: stagingscroll_Block_height; - stagingscroll_Bytes: Scalars['stagingscroll_Bytes']; - stagingscroll_ConnectorMeta: stagingscroll_ConnectorMeta; - stagingscroll_ConnectorMeta_filter: stagingscroll_ConnectorMeta_filter; - stagingscroll_DestinationTransfer: stagingscroll_DestinationTransfer; - stagingscroll_DestinationTransfer_filter: stagingscroll_DestinationTransfer_filter; - stagingscroll_Int8: Scalars['stagingscroll_Int8']; - stagingscroll_OptimisticRootFinalized: stagingscroll_OptimisticRootFinalized; - stagingscroll_OptimisticRootFinalized_filter: stagingscroll_OptimisticRootFinalized_filter; - stagingscroll_OriginMessage: stagingscroll_OriginMessage; - stagingscroll_OriginMessage_filter: stagingscroll_OriginMessage_filter; - stagingscroll_OriginTransfer: stagingscroll_OriginTransfer; - stagingscroll_OriginTransfer_filter: stagingscroll_OriginTransfer_filter; - stagingscroll_Relayer: stagingscroll_Relayer; - stagingscroll_RelayerFee: stagingscroll_RelayerFee; - stagingscroll_RelayerFee_filter: stagingscroll_RelayerFee_filter; - stagingscroll_RelayerFeesIncrease: stagingscroll_RelayerFeesIncrease; - stagingscroll_RelayerFeesIncrease_filter: stagingscroll_RelayerFeesIncrease_filter; - stagingscroll_Relayer_filter: stagingscroll_Relayer_filter; - stagingscroll_RootCount: stagingscroll_RootCount; - stagingscroll_RootCount_filter: stagingscroll_RootCount_filter; - stagingscroll_RootMessageSent: stagingscroll_RootMessageSent; - stagingscroll_RootMessageSent_filter: stagingscroll_RootMessageSent_filter; - stagingscroll_Router: stagingscroll_Router; - stagingscroll_RouterDailyTVL: stagingscroll_RouterDailyTVL; - stagingscroll_RouterDailyTVL_filter: stagingscroll_RouterDailyTVL_filter; - stagingscroll_RouterLiquidityEvent: stagingscroll_RouterLiquidityEvent; - stagingscroll_RouterLiquidityEvent_filter: stagingscroll_RouterLiquidityEvent_filter; - stagingscroll_Router_filter: stagingscroll_Router_filter; - stagingscroll_Sequencer: stagingscroll_Sequencer; - stagingscroll_Sequencer_filter: stagingscroll_Sequencer_filter; - stagingscroll_Setting: stagingscroll_Setting; - stagingscroll_Setting_filter: stagingscroll_Setting_filter; - stagingscroll_SlippageUpdate: stagingscroll_SlippageUpdate; - stagingscroll_SlippageUpdate_filter: stagingscroll_SlippageUpdate_filter; - stagingscroll_SnapshotRoot: stagingscroll_SnapshotRoot; - stagingscroll_SnapshotRoot_filter: stagingscroll_SnapshotRoot_filter; - stagingscroll_SpokeConnectorMode: stagingscroll_SpokeConnectorMode; - stagingscroll_SpokeConnectorMode_filter: stagingscroll_SpokeConnectorMode_filter; - stagingscroll__Block_: stagingscroll__Block_; - stagingscroll__Meta_: stagingscroll__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; @@ -181682,599 +181445,330 @@ export type ResolversParentTypes = ResolversObject<{ optimismsepolia_SpokeConnectorMode_filter: optimismsepolia_SpokeConnectorMode_filter; optimismsepolia__Block_: optimismsepolia__Block_; optimismsepolia__Meta_: optimismsepolia__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_; - 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_; - 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_; - 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_; - 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_; - 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_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_ConnectorMeta: mainnet_ConnectorMeta; - mainnet_ConnectorMeta_filter: mainnet_ConnectorMeta_filter; - mainnet_DestinationTransfer: mainnet_DestinationTransfer; - mainnet_DestinationTransfer_filter: mainnet_DestinationTransfer_filter; + 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_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; + 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_; - linea_swap_BigDecimal: Scalars['linea_swap_BigDecimal']; - linea_swap_BlockChangedFilter: linea_swap_BlockChangedFilter; - linea_swap_Block_height: linea_swap_Block_height; - linea_swap_Bytes: Scalars['linea_swap_Bytes']; - linea_swap_LpAccount: linea_swap_LpAccount; - linea_swap_LpAccountBalance: linea_swap_LpAccountBalance; - linea_swap_LpAccountBalance_filter: linea_swap_LpAccountBalance_filter; - linea_swap_LpAccount_filter: linea_swap_LpAccount_filter; - linea_swap_LpToken: linea_swap_LpToken; - linea_swap_LpTokenEvent: ResolversParentTypes['linea_swap_LpTransferEvent']; - linea_swap_LpTokenEvent_filter: linea_swap_LpTokenEvent_filter; - linea_swap_LpToken_filter: linea_swap_LpToken_filter; - linea_swap_LpTransferEvent: linea_swap_LpTransferEvent; - linea_swap_LpTransferEvent_filter: linea_swap_LpTransferEvent_filter; - linea_swap_PooledToken: linea_swap_PooledToken; - linea_swap_PooledToken_filter: linea_swap_PooledToken_filter; - linea_swap_StableSwap: linea_swap_StableSwap; - linea_swap_StableSwapAddLiquidityEvent: linea_swap_StableSwapAddLiquidityEvent; - linea_swap_StableSwapAddLiquidityEvent_filter: linea_swap_StableSwapAddLiquidityEvent_filter; - linea_swap_StableSwapEvent: ResolversParentTypes['linea_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['linea_swap_StableSwapRemoveLiquidityEvent']; - linea_swap_StableSwapEvent_filter: linea_swap_StableSwapEvent_filter; - linea_swap_StableSwapExchange: linea_swap_StableSwapExchange; - linea_swap_StableSwapExchange_filter: linea_swap_StableSwapExchange_filter; - linea_swap_StableSwapRemoveLiquidityEvent: linea_swap_StableSwapRemoveLiquidityEvent; - linea_swap_StableSwapRemoveLiquidityEvent_filter: linea_swap_StableSwapRemoveLiquidityEvent_filter; - linea_swap_StableSwap_filter: linea_swap_StableSwap_filter; - linea_swap_SwapDailyVolume: linea_swap_SwapDailyVolume; - linea_swap_SwapDailyVolume_filter: linea_swap_SwapDailyVolume_filter; - linea_swap_SwapHourlyVolume: linea_swap_SwapHourlyVolume; - linea_swap_SwapHourlyVolume_filter: linea_swap_SwapHourlyVolume_filter; - linea_swap_SwapTradeVolume: ResolversParentTypes['linea_swap_SwapDailyVolume'] | ResolversParentTypes['linea_swap_SwapHourlyVolume'] | ResolversParentTypes['linea_swap_SwapWeeklyVolume']; - linea_swap_SwapTradeVolume_filter: linea_swap_SwapTradeVolume_filter; - linea_swap_SwapWeeklyVolume: linea_swap_SwapWeeklyVolume; - linea_swap_SwapWeeklyVolume_filter: linea_swap_SwapWeeklyVolume_filter; - linea_swap_SystemInfo: linea_swap_SystemInfo; - linea_swap_SystemInfo_filter: linea_swap_SystemInfo_filter; - linea_swap__Block_: linea_swap__Block_; - linea_swap__Meta_: linea_swap__Meta_; - 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_; - 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_; - 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_; - 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_; - 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_; + 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_; + metis_swap_BigDecimal: Scalars['metis_swap_BigDecimal']; + metis_swap_BlockChangedFilter: metis_swap_BlockChangedFilter; + metis_swap_Block_height: metis_swap_Block_height; + metis_swap_Bytes: Scalars['metis_swap_Bytes']; + metis_swap_Int8: Scalars['metis_swap_Int8']; + metis_swap_LpAccount: metis_swap_LpAccount; + metis_swap_LpAccountBalance: metis_swap_LpAccountBalance; + metis_swap_LpAccountBalance_filter: metis_swap_LpAccountBalance_filter; + metis_swap_LpAccount_filter: metis_swap_LpAccount_filter; + metis_swap_LpToken: metis_swap_LpToken; + metis_swap_LpTokenEvent: ResolversParentTypes['metis_swap_LpTransferEvent']; + metis_swap_LpTokenEvent_filter: metis_swap_LpTokenEvent_filter; + metis_swap_LpToken_filter: metis_swap_LpToken_filter; + metis_swap_LpTransferEvent: metis_swap_LpTransferEvent; + metis_swap_LpTransferEvent_filter: metis_swap_LpTransferEvent_filter; + metis_swap_PooledToken: metis_swap_PooledToken; + metis_swap_PooledToken_filter: metis_swap_PooledToken_filter; + metis_swap_StableSwap: metis_swap_StableSwap; + metis_swap_StableSwapAddLiquidityEvent: metis_swap_StableSwapAddLiquidityEvent; + metis_swap_StableSwapAddLiquidityEvent_filter: metis_swap_StableSwapAddLiquidityEvent_filter; + metis_swap_StableSwapEvent: ResolversParentTypes['metis_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['metis_swap_StableSwapRemoveLiquidityEvent']; + metis_swap_StableSwapEvent_filter: metis_swap_StableSwapEvent_filter; + metis_swap_StableSwapExchange: metis_swap_StableSwapExchange; + metis_swap_StableSwapExchange_filter: metis_swap_StableSwapExchange_filter; + metis_swap_StableSwapRemoveLiquidityEvent: metis_swap_StableSwapRemoveLiquidityEvent; + metis_swap_StableSwapRemoveLiquidityEvent_filter: metis_swap_StableSwapRemoveLiquidityEvent_filter; + metis_swap_StableSwap_filter: metis_swap_StableSwap_filter; + metis_swap_SwapDailyVolume: metis_swap_SwapDailyVolume; + metis_swap_SwapDailyVolume_filter: metis_swap_SwapDailyVolume_filter; + metis_swap_SwapHourlyVolume: metis_swap_SwapHourlyVolume; + metis_swap_SwapHourlyVolume_filter: metis_swap_SwapHourlyVolume_filter; + metis_swap_SwapTradeVolume: ResolversParentTypes['metis_swap_SwapDailyVolume'] | ResolversParentTypes['metis_swap_SwapHourlyVolume'] | ResolversParentTypes['metis_swap_SwapWeeklyVolume']; + metis_swap_SwapTradeVolume_filter: metis_swap_SwapTradeVolume_filter; + metis_swap_SwapWeeklyVolume: metis_swap_SwapWeeklyVolume; + metis_swap_SwapWeeklyVolume_filter: metis_swap_SwapWeeklyVolume_filter; + metis_swap_SystemInfo: metis_swap_SystemInfo; + metis_swap_SystemInfo_filter: metis_swap_SystemInfo_filter; + 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; @@ -182328,6 +181822,174 @@ export type ResolversParentTypes = ResolversObject<{ 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; + linea_swap_Bytes: Scalars['linea_swap_Bytes']; + linea_swap_LpAccount: linea_swap_LpAccount; + linea_swap_LpAccountBalance: linea_swap_LpAccountBalance; + linea_swap_LpAccountBalance_filter: linea_swap_LpAccountBalance_filter; + linea_swap_LpAccount_filter: linea_swap_LpAccount_filter; + linea_swap_LpToken: linea_swap_LpToken; + linea_swap_LpTokenEvent: ResolversParentTypes['linea_swap_LpTransferEvent']; + linea_swap_LpTokenEvent_filter: linea_swap_LpTokenEvent_filter; + linea_swap_LpToken_filter: linea_swap_LpToken_filter; + linea_swap_LpTransferEvent: linea_swap_LpTransferEvent; + linea_swap_LpTransferEvent_filter: linea_swap_LpTransferEvent_filter; + linea_swap_PooledToken: linea_swap_PooledToken; + linea_swap_PooledToken_filter: linea_swap_PooledToken_filter; + linea_swap_StableSwap: linea_swap_StableSwap; + linea_swap_StableSwapAddLiquidityEvent: linea_swap_StableSwapAddLiquidityEvent; + linea_swap_StableSwapAddLiquidityEvent_filter: linea_swap_StableSwapAddLiquidityEvent_filter; + linea_swap_StableSwapEvent: ResolversParentTypes['linea_swap_StableSwapAddLiquidityEvent'] | ResolversParentTypes['linea_swap_StableSwapRemoveLiquidityEvent']; + linea_swap_StableSwapEvent_filter: linea_swap_StableSwapEvent_filter; + linea_swap_StableSwapExchange: linea_swap_StableSwapExchange; + linea_swap_StableSwapExchange_filter: linea_swap_StableSwapExchange_filter; + linea_swap_StableSwapRemoveLiquidityEvent: linea_swap_StableSwapRemoveLiquidityEvent; + linea_swap_StableSwapRemoveLiquidityEvent_filter: linea_swap_StableSwapRemoveLiquidityEvent_filter; + linea_swap_StableSwap_filter: linea_swap_StableSwap_filter; + linea_swap_SwapDailyVolume: linea_swap_SwapDailyVolume; + linea_swap_SwapDailyVolume_filter: linea_swap_SwapDailyVolume_filter; + linea_swap_SwapHourlyVolume: linea_swap_SwapHourlyVolume; + linea_swap_SwapHourlyVolume_filter: linea_swap_SwapHourlyVolume_filter; + linea_swap_SwapTradeVolume: ResolversParentTypes['linea_swap_SwapDailyVolume'] | ResolversParentTypes['linea_swap_SwapHourlyVolume'] | ResolversParentTypes['linea_swap_SwapWeeklyVolume']; + linea_swap_SwapTradeVolume_filter: linea_swap_SwapTradeVolume_filter; + linea_swap_SwapWeeklyVolume: linea_swap_SwapWeeklyVolume; + linea_swap_SwapWeeklyVolume_filter: linea_swap_SwapWeeklyVolume_filter; + linea_swap_SystemInfo: linea_swap_SystemInfo; + linea_swap_SystemInfo_filter: linea_swap_SystemInfo_filter; + linea_swap__Block_: linea_swap__Block_; + linea_swap__Meta_: linea_swap__Meta_; + linea_AggregateRoot: linea_AggregateRoot; + linea_AggregateRootProposed: linea_AggregateRootProposed; + linea_AggregateRootProposed_filter: linea_AggregateRootProposed_filter; + linea_AggregateRoot_filter: linea_AggregateRoot_filter; + linea_Asset: linea_Asset; + linea_AssetBalance: linea_AssetBalance; + linea_AssetBalance_filter: linea_AssetBalance_filter; + linea_AssetStatus: linea_AssetStatus; + linea_AssetStatus_filter: linea_AssetStatus_filter; + linea_Asset_filter: linea_Asset_filter; + linea_BigDecimal: Scalars['linea_BigDecimal']; + linea_BlockChangedFilter: linea_BlockChangedFilter; + linea_Block_height: linea_Block_height; + linea_Bytes: Scalars['linea_Bytes']; + linea_ConnectorMeta: linea_ConnectorMeta; + linea_ConnectorMeta_filter: linea_ConnectorMeta_filter; + linea_DestinationTransfer: linea_DestinationTransfer; + linea_DestinationTransfer_filter: linea_DestinationTransfer_filter; + linea_OptimisticRootFinalized: linea_OptimisticRootFinalized; + linea_OptimisticRootFinalized_filter: linea_OptimisticRootFinalized_filter; + linea_OriginMessage: linea_OriginMessage; + linea_OriginMessage_filter: linea_OriginMessage_filter; + linea_OriginTransfer: linea_OriginTransfer; + linea_OriginTransfer_filter: linea_OriginTransfer_filter; + linea_Relayer: linea_Relayer; + linea_RelayerFee: linea_RelayerFee; + linea_RelayerFee_filter: linea_RelayerFee_filter; + linea_RelayerFeesIncrease: linea_RelayerFeesIncrease; + linea_RelayerFeesIncrease_filter: linea_RelayerFeesIncrease_filter; + linea_Relayer_filter: linea_Relayer_filter; + linea_RootCount: linea_RootCount; + linea_RootCount_filter: linea_RootCount_filter; + linea_RootMessageSent: linea_RootMessageSent; + linea_RootMessageSent_filter: linea_RootMessageSent_filter; + linea_Router: linea_Router; + linea_RouterDailyTVL: linea_RouterDailyTVL; + linea_RouterDailyTVL_filter: linea_RouterDailyTVL_filter; + linea_RouterLiquidityEvent: linea_RouterLiquidityEvent; + linea_RouterLiquidityEvent_filter: linea_RouterLiquidityEvent_filter; + linea_Router_filter: linea_Router_filter; + linea_Sequencer: linea_Sequencer; + linea_Sequencer_filter: linea_Sequencer_filter; + linea_Setting: linea_Setting; + linea_Setting_filter: linea_Setting_filter; + linea_SlippageUpdate: linea_SlippageUpdate; + linea_SlippageUpdate_filter: linea_SlippageUpdate_filter; + linea_SnapshotRoot: linea_SnapshotRoot; + linea_SnapshotRoot_filter: linea_SnapshotRoot_filter; + linea_SpokeConnectorMode: linea_SpokeConnectorMode; + 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; @@ -182387,45 +182049,363 @@ export type ResolversParentTypes = ResolversObject<{ stagingmainnet_ZkSyncConnectorMeta_filter: stagingmainnet_ZkSyncConnectorMeta_filter; stagingmainnet__Block_: stagingmainnet__Block_; stagingmainnet__Meta_: stagingmainnet__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_; + 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; @@ -182479,6 +182459,469 @@ export type ResolversParentTypes = ResolversObject<{ 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; @@ -182532,6 +182975,218 @@ export type ResolversParentTypes = ResolversObject<{ 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; + stagingmode_AggregateRoot_filter: stagingmode_AggregateRoot_filter; + stagingmode_Asset: stagingmode_Asset; + stagingmode_AssetBalance: stagingmode_AssetBalance; + stagingmode_AssetBalance_filter: stagingmode_AssetBalance_filter; + stagingmode_AssetStatus: stagingmode_AssetStatus; + stagingmode_AssetStatus_filter: stagingmode_AssetStatus_filter; + stagingmode_Asset_filter: stagingmode_Asset_filter; + stagingmode_BigDecimal: Scalars['stagingmode_BigDecimal']; + stagingmode_BlockChangedFilter: stagingmode_BlockChangedFilter; + stagingmode_Block_height: stagingmode_Block_height; + stagingmode_Bytes: Scalars['stagingmode_Bytes']; + stagingmode_ConnectorMeta: stagingmode_ConnectorMeta; + stagingmode_ConnectorMeta_filter: stagingmode_ConnectorMeta_filter; + stagingmode_DestinationTransfer: stagingmode_DestinationTransfer; + stagingmode_DestinationTransfer_filter: stagingmode_DestinationTransfer_filter; + stagingmode_Int8: Scalars['stagingmode_Int8']; + stagingmode_OptimisticRootFinalized: stagingmode_OptimisticRootFinalized; + stagingmode_OptimisticRootFinalized_filter: stagingmode_OptimisticRootFinalized_filter; + stagingmode_OriginMessage: stagingmode_OriginMessage; + stagingmode_OriginMessage_filter: stagingmode_OriginMessage_filter; + stagingmode_OriginTransfer: stagingmode_OriginTransfer; + stagingmode_OriginTransfer_filter: stagingmode_OriginTransfer_filter; + stagingmode_Relayer: stagingmode_Relayer; + stagingmode_RelayerFee: stagingmode_RelayerFee; + stagingmode_RelayerFee_filter: stagingmode_RelayerFee_filter; + stagingmode_RelayerFeesIncrease: stagingmode_RelayerFeesIncrease; + stagingmode_RelayerFeesIncrease_filter: stagingmode_RelayerFeesIncrease_filter; + stagingmode_Relayer_filter: stagingmode_Relayer_filter; + stagingmode_RootCount: stagingmode_RootCount; + stagingmode_RootCount_filter: stagingmode_RootCount_filter; + stagingmode_RootMessageSent: stagingmode_RootMessageSent; + stagingmode_RootMessageSent_filter: stagingmode_RootMessageSent_filter; + stagingmode_Router: stagingmode_Router; + stagingmode_RouterDailyTVL: stagingmode_RouterDailyTVL; + stagingmode_RouterDailyTVL_filter: stagingmode_RouterDailyTVL_filter; + stagingmode_RouterLiquidityEvent: stagingmode_RouterLiquidityEvent; + stagingmode_RouterLiquidityEvent_filter: stagingmode_RouterLiquidityEvent_filter; + stagingmode_Router_filter: stagingmode_Router_filter; + stagingmode_Sequencer: stagingmode_Sequencer; + stagingmode_Sequencer_filter: stagingmode_Sequencer_filter; + stagingmode_Setting: stagingmode_Setting; + stagingmode_Setting_filter: stagingmode_Setting_filter; + stagingmode_SlippageUpdate: stagingmode_SlippageUpdate; + stagingmode_SlippageUpdate_filter: stagingmode_SlippageUpdate_filter; + stagingmode_SnapshotRoot: stagingmode_SnapshotRoot; + stagingmode_SnapshotRoot_filter: stagingmode_SnapshotRoot_filter; + stagingmode_SpokeConnectorMode: stagingmode_SpokeConnectorMode; + 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; + stagingscroll_AggregateRoot_filter: stagingscroll_AggregateRoot_filter; + stagingscroll_Asset: stagingscroll_Asset; + stagingscroll_AssetBalance: stagingscroll_AssetBalance; + stagingscroll_AssetBalance_filter: stagingscroll_AssetBalance_filter; + stagingscroll_AssetStatus: stagingscroll_AssetStatus; + stagingscroll_AssetStatus_filter: stagingscroll_AssetStatus_filter; + stagingscroll_Asset_filter: stagingscroll_Asset_filter; + stagingscroll_BigDecimal: Scalars['stagingscroll_BigDecimal']; + stagingscroll_BlockChangedFilter: stagingscroll_BlockChangedFilter; + stagingscroll_Block_height: stagingscroll_Block_height; + stagingscroll_Bytes: Scalars['stagingscroll_Bytes']; + stagingscroll_ConnectorMeta: stagingscroll_ConnectorMeta; + stagingscroll_ConnectorMeta_filter: stagingscroll_ConnectorMeta_filter; + stagingscroll_DestinationTransfer: stagingscroll_DestinationTransfer; + stagingscroll_DestinationTransfer_filter: stagingscroll_DestinationTransfer_filter; + stagingscroll_Int8: Scalars['stagingscroll_Int8']; + stagingscroll_OptimisticRootFinalized: stagingscroll_OptimisticRootFinalized; + stagingscroll_OptimisticRootFinalized_filter: stagingscroll_OptimisticRootFinalized_filter; + stagingscroll_OriginMessage: stagingscroll_OriginMessage; + stagingscroll_OriginMessage_filter: stagingscroll_OriginMessage_filter; + stagingscroll_OriginTransfer: stagingscroll_OriginTransfer; + stagingscroll_OriginTransfer_filter: stagingscroll_OriginTransfer_filter; + stagingscroll_Relayer: stagingscroll_Relayer; + stagingscroll_RelayerFee: stagingscroll_RelayerFee; + stagingscroll_RelayerFee_filter: stagingscroll_RelayerFee_filter; + stagingscroll_RelayerFeesIncrease: stagingscroll_RelayerFeesIncrease; + stagingscroll_RelayerFeesIncrease_filter: stagingscroll_RelayerFeesIncrease_filter; + stagingscroll_Relayer_filter: stagingscroll_Relayer_filter; + stagingscroll_RootCount: stagingscroll_RootCount; + stagingscroll_RootCount_filter: stagingscroll_RootCount_filter; + stagingscroll_RootMessageSent: stagingscroll_RootMessageSent; + stagingscroll_RootMessageSent_filter: stagingscroll_RootMessageSent_filter; + stagingscroll_Router: stagingscroll_Router; + stagingscroll_RouterDailyTVL: stagingscroll_RouterDailyTVL; + stagingscroll_RouterDailyTVL_filter: stagingscroll_RouterDailyTVL_filter; + stagingscroll_RouterLiquidityEvent: stagingscroll_RouterLiquidityEvent; + stagingscroll_RouterLiquidityEvent_filter: stagingscroll_RouterLiquidityEvent_filter; + stagingscroll_Router_filter: stagingscroll_Router_filter; + stagingscroll_Sequencer: stagingscroll_Sequencer; + stagingscroll_Sequencer_filter: stagingscroll_Sequencer_filter; + stagingscroll_Setting: stagingscroll_Setting; + stagingscroll_Setting_filter: stagingscroll_Setting_filter; + stagingscroll_SlippageUpdate: stagingscroll_SlippageUpdate; + stagingscroll_SlippageUpdate_filter: stagingscroll_SlippageUpdate_filter; + stagingscroll_SnapshotRoot: stagingscroll_SnapshotRoot; + stagingscroll_SnapshotRoot_filter: stagingscroll_SnapshotRoot_filter; + stagingscroll_SpokeConnectorMode: stagingscroll_SpokeConnectorMode; + 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_; stagingxdai_AggregateRoot: stagingxdai_AggregateRoot; stagingxdai_AggregateRootProposed: stagingxdai_AggregateRootProposed; stagingxdai_AggregateRootProposed_filter: stagingxdai_AggregateRootProposed_filter; @@ -182585,308 +183240,59 @@ export type ResolversParentTypes = ResolversObject<{ stagingxdai_SpokeConnectorMode_filter: stagingxdai_SpokeConnectorMode_filter; stagingxdai__Block_: stagingxdai__Block_; stagingxdai__Meta_: stagingxdai__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_; - 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; - 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; - linea_AggregateRoot_filter: linea_AggregateRoot_filter; - linea_Asset: linea_Asset; - linea_AssetBalance: linea_AssetBalance; - linea_AssetBalance_filter: linea_AssetBalance_filter; - linea_AssetStatus: linea_AssetStatus; - linea_AssetStatus_filter: linea_AssetStatus_filter; - linea_Asset_filter: linea_Asset_filter; - linea_BigDecimal: Scalars['linea_BigDecimal']; - linea_BlockChangedFilter: linea_BlockChangedFilter; - linea_Block_height: linea_Block_height; - linea_Bytes: Scalars['linea_Bytes']; - linea_ConnectorMeta: linea_ConnectorMeta; - linea_ConnectorMeta_filter: linea_ConnectorMeta_filter; - linea_DestinationTransfer: linea_DestinationTransfer; - linea_DestinationTransfer_filter: linea_DestinationTransfer_filter; - linea_OptimisticRootFinalized: linea_OptimisticRootFinalized; - linea_OptimisticRootFinalized_filter: linea_OptimisticRootFinalized_filter; - linea_OriginMessage: linea_OriginMessage; - linea_OriginMessage_filter: linea_OriginMessage_filter; - linea_OriginTransfer: linea_OriginTransfer; - linea_OriginTransfer_filter: linea_OriginTransfer_filter; - linea_Relayer: linea_Relayer; - linea_RelayerFee: linea_RelayerFee; - linea_RelayerFee_filter: linea_RelayerFee_filter; - linea_RelayerFeesIncrease: linea_RelayerFeesIncrease; - linea_RelayerFeesIncrease_filter: linea_RelayerFeesIncrease_filter; - linea_Relayer_filter: linea_Relayer_filter; - linea_RootCount: linea_RootCount; - linea_RootCount_filter: linea_RootCount_filter; - linea_RootMessageSent: linea_RootMessageSent; - linea_RootMessageSent_filter: linea_RootMessageSent_filter; - linea_Router: linea_Router; - linea_RouterDailyTVL: linea_RouterDailyTVL; - linea_RouterDailyTVL_filter: linea_RouterDailyTVL_filter; - linea_RouterLiquidityEvent: linea_RouterLiquidityEvent; - linea_RouterLiquidityEvent_filter: linea_RouterLiquidityEvent_filter; - linea_Router_filter: linea_Router_filter; - linea_Sequencer: linea_Sequencer; - linea_Sequencer_filter: linea_Sequencer_filter; - linea_Setting: linea_Setting; - linea_Setting_filter: linea_Setting_filter; - linea_SlippageUpdate: linea_SlippageUpdate; - linea_SlippageUpdate_filter: linea_SlippageUpdate_filter; - linea_SnapshotRoot: linea_SnapshotRoot; - linea_SnapshotRoot_filter: linea_SnapshotRoot_filter; - linea_SpokeConnectorMode: linea_SpokeConnectorMode; - linea_SpokeConnectorMode_filter: linea_SpokeConnectorMode_filter; - linea__Block_: linea__Block_; - linea__Meta_: linea__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; - 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_; + 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_; stagingbnb_AggregateRoot: stagingbnb_AggregateRoot; stagingbnb_AggregateRootProposed: stagingbnb_AggregateRootProposed; stagingbnb_AggregateRootProposed_filter: stagingbnb_AggregateRootProposed_filter; @@ -182911,228 +183317,141 @@ export type ResolversParentTypes = ResolversObject<{ stagingbnb_OriginMessage: stagingbnb_OriginMessage; stagingbnb_OriginMessage_filter: stagingbnb_OriginMessage_filter; stagingbnb_OriginTransfer: stagingbnb_OriginTransfer; - stagingbnb_OriginTransfer_filter: stagingbnb_OriginTransfer_filter; - stagingbnb_Relayer: stagingbnb_Relayer; - stagingbnb_RelayerFee: stagingbnb_RelayerFee; - stagingbnb_RelayerFee_filter: stagingbnb_RelayerFee_filter; - stagingbnb_RelayerFeesIncrease: stagingbnb_RelayerFeesIncrease; - stagingbnb_RelayerFeesIncrease_filter: stagingbnb_RelayerFeesIncrease_filter; - stagingbnb_Relayer_filter: stagingbnb_Relayer_filter; - stagingbnb_RootCount: stagingbnb_RootCount; - stagingbnb_RootCount_filter: stagingbnb_RootCount_filter; - stagingbnb_RootMessageSent: stagingbnb_RootMessageSent; - stagingbnb_RootMessageSent_filter: stagingbnb_RootMessageSent_filter; - stagingbnb_Router: stagingbnb_Router; - stagingbnb_RouterDailyTVL: stagingbnb_RouterDailyTVL; - stagingbnb_RouterDailyTVL_filter: stagingbnb_RouterDailyTVL_filter; - stagingbnb_RouterLiquidityEvent: stagingbnb_RouterLiquidityEvent; - stagingbnb_RouterLiquidityEvent_filter: stagingbnb_RouterLiquidityEvent_filter; - stagingbnb_Router_filter: stagingbnb_Router_filter; - stagingbnb_Sequencer: stagingbnb_Sequencer; - stagingbnb_Sequencer_filter: stagingbnb_Sequencer_filter; - stagingbnb_Setting: stagingbnb_Setting; - stagingbnb_Setting_filter: stagingbnb_Setting_filter; - stagingbnb_SlippageUpdate: stagingbnb_SlippageUpdate; - stagingbnb_SlippageUpdate_filter: stagingbnb_SlippageUpdate_filter; - stagingbnb_SnapshotRoot: stagingbnb_SnapshotRoot; - stagingbnb_SnapshotRoot_filter: stagingbnb_SnapshotRoot_filter; - stagingbnb_SpokeConnectorMode: stagingbnb_SpokeConnectorMode; - stagingbnb_SpokeConnectorMode_filter: stagingbnb_SpokeConnectorMode_filter; - stagingbnb__Block_: stagingbnb__Block_; - stagingbnb__Meta_: stagingbnb__Meta_; - stagingarbitrumone_AggregateRoot: stagingarbitrumone_AggregateRoot; - stagingarbitrumone_AggregateRootProposed: stagingarbitrumone_AggregateRootProposed; - stagingarbitrumone_AggregateRootProposed_filter: stagingarbitrumone_AggregateRootProposed_filter; - stagingarbitrumone_AggregateRoot_filter: stagingarbitrumone_AggregateRoot_filter; - stagingarbitrumone_Asset: stagingarbitrumone_Asset; - stagingarbitrumone_AssetBalance: stagingarbitrumone_AssetBalance; - stagingarbitrumone_AssetBalance_filter: stagingarbitrumone_AssetBalance_filter; - stagingarbitrumone_AssetStatus: stagingarbitrumone_AssetStatus; - stagingarbitrumone_AssetStatus_filter: stagingarbitrumone_AssetStatus_filter; - stagingarbitrumone_Asset_filter: stagingarbitrumone_Asset_filter; - stagingarbitrumone_BigDecimal: Scalars['stagingarbitrumone_BigDecimal']; - stagingarbitrumone_BlockChangedFilter: stagingarbitrumone_BlockChangedFilter; - stagingarbitrumone_Block_height: stagingarbitrumone_Block_height; - stagingarbitrumone_Bytes: Scalars['stagingarbitrumone_Bytes']; - stagingarbitrumone_ConnectorMeta: stagingarbitrumone_ConnectorMeta; - stagingarbitrumone_ConnectorMeta_filter: stagingarbitrumone_ConnectorMeta_filter; - stagingarbitrumone_DestinationTransfer: stagingarbitrumone_DestinationTransfer; - stagingarbitrumone_DestinationTransfer_filter: stagingarbitrumone_DestinationTransfer_filter; - stagingarbitrumone_Int8: Scalars['stagingarbitrumone_Int8']; - stagingarbitrumone_OptimisticRootFinalized: stagingarbitrumone_OptimisticRootFinalized; - stagingarbitrumone_OptimisticRootFinalized_filter: stagingarbitrumone_OptimisticRootFinalized_filter; - stagingarbitrumone_OriginMessage: stagingarbitrumone_OriginMessage; - stagingarbitrumone_OriginMessage_filter: stagingarbitrumone_OriginMessage_filter; - stagingarbitrumone_OriginTransfer: stagingarbitrumone_OriginTransfer; - stagingarbitrumone_OriginTransfer_filter: stagingarbitrumone_OriginTransfer_filter; - stagingarbitrumone_Relayer: stagingarbitrumone_Relayer; - stagingarbitrumone_RelayerFee: stagingarbitrumone_RelayerFee; - stagingarbitrumone_RelayerFee_filter: stagingarbitrumone_RelayerFee_filter; - stagingarbitrumone_RelayerFeesIncrease: stagingarbitrumone_RelayerFeesIncrease; - stagingarbitrumone_RelayerFeesIncrease_filter: stagingarbitrumone_RelayerFeesIncrease_filter; - stagingarbitrumone_Relayer_filter: stagingarbitrumone_Relayer_filter; - stagingarbitrumone_RootCount: stagingarbitrumone_RootCount; - stagingarbitrumone_RootCount_filter: stagingarbitrumone_RootCount_filter; - stagingarbitrumone_RootMessageSent: stagingarbitrumone_RootMessageSent; - stagingarbitrumone_RootMessageSent_filter: stagingarbitrumone_RootMessageSent_filter; - stagingarbitrumone_Router: stagingarbitrumone_Router; - stagingarbitrumone_RouterDailyTVL: stagingarbitrumone_RouterDailyTVL; - stagingarbitrumone_RouterDailyTVL_filter: stagingarbitrumone_RouterDailyTVL_filter; - stagingarbitrumone_RouterLiquidityEvent: stagingarbitrumone_RouterLiquidityEvent; - stagingarbitrumone_RouterLiquidityEvent_filter: stagingarbitrumone_RouterLiquidityEvent_filter; - stagingarbitrumone_Router_filter: stagingarbitrumone_Router_filter; - stagingarbitrumone_Sequencer: stagingarbitrumone_Sequencer; - stagingarbitrumone_Sequencer_filter: stagingarbitrumone_Sequencer_filter; - stagingarbitrumone_Setting: stagingarbitrumone_Setting; - stagingarbitrumone_Setting_filter: stagingarbitrumone_Setting_filter; - stagingarbitrumone_SlippageUpdate: stagingarbitrumone_SlippageUpdate; - stagingarbitrumone_SlippageUpdate_filter: stagingarbitrumone_SlippageUpdate_filter; - stagingarbitrumone_SnapshotRoot: stagingarbitrumone_SnapshotRoot; - stagingarbitrumone_SnapshotRoot_filter: stagingarbitrumone_SnapshotRoot_filter; - stagingarbitrumone_SpokeConnectorMode: stagingarbitrumone_SpokeConnectorMode; - stagingarbitrumone_SpokeConnectorMode_filter: stagingarbitrumone_SpokeConnectorMode_filter; - stagingarbitrumone__Block_: stagingarbitrumone__Block_; - stagingarbitrumone__Meta_: stagingarbitrumone__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_; - 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_BnbConnectorMeta: mainnet_BnbConnectorMeta; - mainnet_BnbConnectorMeta_filter: mainnet_BnbConnectorMeta_filter; - 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_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; - 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_; + stagingbnb_OriginTransfer_filter: stagingbnb_OriginTransfer_filter; + stagingbnb_Relayer: stagingbnb_Relayer; + stagingbnb_RelayerFee: stagingbnb_RelayerFee; + stagingbnb_RelayerFee_filter: stagingbnb_RelayerFee_filter; + stagingbnb_RelayerFeesIncrease: stagingbnb_RelayerFeesIncrease; + stagingbnb_RelayerFeesIncrease_filter: stagingbnb_RelayerFeesIncrease_filter; + stagingbnb_Relayer_filter: stagingbnb_Relayer_filter; + stagingbnb_RootCount: stagingbnb_RootCount; + stagingbnb_RootCount_filter: stagingbnb_RootCount_filter; + stagingbnb_RootMessageSent: stagingbnb_RootMessageSent; + stagingbnb_RootMessageSent_filter: stagingbnb_RootMessageSent_filter; + stagingbnb_Router: stagingbnb_Router; + stagingbnb_RouterDailyTVL: stagingbnb_RouterDailyTVL; + stagingbnb_RouterDailyTVL_filter: stagingbnb_RouterDailyTVL_filter; + stagingbnb_RouterLiquidityEvent: stagingbnb_RouterLiquidityEvent; + stagingbnb_RouterLiquidityEvent_filter: stagingbnb_RouterLiquidityEvent_filter; + stagingbnb_Router_filter: stagingbnb_Router_filter; + stagingbnb_Sequencer: stagingbnb_Sequencer; + stagingbnb_Sequencer_filter: stagingbnb_Sequencer_filter; + stagingbnb_Setting: stagingbnb_Setting; + stagingbnb_Setting_filter: stagingbnb_Setting_filter; + stagingbnb_SlippageUpdate: stagingbnb_SlippageUpdate; + stagingbnb_SlippageUpdate_filter: stagingbnb_SlippageUpdate_filter; + stagingbnb_SnapshotRoot: stagingbnb_SnapshotRoot; + stagingbnb_SnapshotRoot_filter: stagingbnb_SnapshotRoot_filter; + stagingbnb_SpokeConnectorMode: stagingbnb_SpokeConnectorMode; + stagingbnb_SpokeConnectorMode_filter: stagingbnb_SpokeConnectorMode_filter; + stagingbnb__Block_: stagingbnb__Block_; + stagingbnb__Meta_: stagingbnb__Meta_; + stagingarbitrumone_AggregateRoot: stagingarbitrumone_AggregateRoot; + stagingarbitrumone_AggregateRootProposed: stagingarbitrumone_AggregateRootProposed; + stagingarbitrumone_AggregateRootProposed_filter: stagingarbitrumone_AggregateRootProposed_filter; + stagingarbitrumone_AggregateRoot_filter: stagingarbitrumone_AggregateRoot_filter; + stagingarbitrumone_Asset: stagingarbitrumone_Asset; + stagingarbitrumone_AssetBalance: stagingarbitrumone_AssetBalance; + stagingarbitrumone_AssetBalance_filter: stagingarbitrumone_AssetBalance_filter; + stagingarbitrumone_AssetStatus: stagingarbitrumone_AssetStatus; + stagingarbitrumone_AssetStatus_filter: stagingarbitrumone_AssetStatus_filter; + stagingarbitrumone_Asset_filter: stagingarbitrumone_Asset_filter; + stagingarbitrumone_BigDecimal: Scalars['stagingarbitrumone_BigDecimal']; + stagingarbitrumone_BlockChangedFilter: stagingarbitrumone_BlockChangedFilter; + stagingarbitrumone_Block_height: stagingarbitrumone_Block_height; + stagingarbitrumone_Bytes: Scalars['stagingarbitrumone_Bytes']; + stagingarbitrumone_ConnectorMeta: stagingarbitrumone_ConnectorMeta; + stagingarbitrumone_ConnectorMeta_filter: stagingarbitrumone_ConnectorMeta_filter; + stagingarbitrumone_DestinationTransfer: stagingarbitrumone_DestinationTransfer; + stagingarbitrumone_DestinationTransfer_filter: stagingarbitrumone_DestinationTransfer_filter; + stagingarbitrumone_Int8: Scalars['stagingarbitrumone_Int8']; + stagingarbitrumone_OptimisticRootFinalized: stagingarbitrumone_OptimisticRootFinalized; + stagingarbitrumone_OptimisticRootFinalized_filter: stagingarbitrumone_OptimisticRootFinalized_filter; + stagingarbitrumone_OriginMessage: stagingarbitrumone_OriginMessage; + stagingarbitrumone_OriginMessage_filter: stagingarbitrumone_OriginMessage_filter; + stagingarbitrumone_OriginTransfer: stagingarbitrumone_OriginTransfer; + stagingarbitrumone_OriginTransfer_filter: stagingarbitrumone_OriginTransfer_filter; + stagingarbitrumone_Relayer: stagingarbitrumone_Relayer; + stagingarbitrumone_RelayerFee: stagingarbitrumone_RelayerFee; + stagingarbitrumone_RelayerFee_filter: stagingarbitrumone_RelayerFee_filter; + stagingarbitrumone_RelayerFeesIncrease: stagingarbitrumone_RelayerFeesIncrease; + stagingarbitrumone_RelayerFeesIncrease_filter: stagingarbitrumone_RelayerFeesIncrease_filter; + stagingarbitrumone_Relayer_filter: stagingarbitrumone_Relayer_filter; + stagingarbitrumone_RootCount: stagingarbitrumone_RootCount; + stagingarbitrumone_RootCount_filter: stagingarbitrumone_RootCount_filter; + stagingarbitrumone_RootMessageSent: stagingarbitrumone_RootMessageSent; + stagingarbitrumone_RootMessageSent_filter: stagingarbitrumone_RootMessageSent_filter; + stagingarbitrumone_Router: stagingarbitrumone_Router; + stagingarbitrumone_RouterDailyTVL: stagingarbitrumone_RouterDailyTVL; + stagingarbitrumone_RouterDailyTVL_filter: stagingarbitrumone_RouterDailyTVL_filter; + stagingarbitrumone_RouterLiquidityEvent: stagingarbitrumone_RouterLiquidityEvent; + stagingarbitrumone_RouterLiquidityEvent_filter: stagingarbitrumone_RouterLiquidityEvent_filter; + stagingarbitrumone_Router_filter: stagingarbitrumone_Router_filter; + stagingarbitrumone_Sequencer: stagingarbitrumone_Sequencer; + stagingarbitrumone_Sequencer_filter: stagingarbitrumone_Sequencer_filter; + stagingarbitrumone_Setting: stagingarbitrumone_Setting; + stagingarbitrumone_Setting_filter: stagingarbitrumone_Setting_filter; + stagingarbitrumone_SlippageUpdate: stagingarbitrumone_SlippageUpdate; + stagingarbitrumone_SlippageUpdate_filter: stagingarbitrumone_SlippageUpdate_filter; + stagingarbitrumone_SnapshotRoot: stagingarbitrumone_SnapshotRoot; + stagingarbitrumone_SnapshotRoot_filter: stagingarbitrumone_SnapshotRoot_filter; + stagingarbitrumone_SpokeConnectorMode: stagingarbitrumone_SpokeConnectorMode; + 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; @@ -183186,377 +183505,58 @@ export type ResolversParentTypes = ResolversObject<{ stagingxlayer_SpokeConnectorMode_filter: stagingxlayer_SpokeConnectorMode_filter; stagingxlayer__Block_: stagingxlayer__Block_; stagingxlayer__Meta_: stagingxlayer__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_; - 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_; - 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_; - 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_; - 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_; - 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_; + 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; @@ -183596,45 +183596,6 @@ export type ResolversParentTypes = ResolversObject<{ bnb_swap_SystemInfo_filter: bnb_swap_SystemInfo_filter; bnb_swap__Block_: bnb_swap__Block_; bnb_swap__Meta_: bnb_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_; optimism_swap_BigDecimal: Scalars['optimism_swap_BigDecimal']; optimism_swap_BlockChangedFilter: optimism_swap_BlockChangedFilter; optimism_swap_Block_height: optimism_swap_Block_height; @@ -183752,6 +183713,45 @@ export type ResolversParentTypes = ResolversObject<{ 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; @@ -183810,138 +183810,39 @@ export type derivedFromDirectiveArgs = { export type derivedFromDirectiveResolver = DirectiveResolverFn; export type QueryResolvers = ResolversObject<{ - 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>; - 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>; - 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>; - 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>; + 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>; @@ -184028,194 +183929,86 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; sepolia_hubDomains?: Resolver, ParentType, ContextType, RequireFields>; sepolia__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>; - 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>; - 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>; - 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>; + 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>; @@ -184263,6 +184056,587 @@ export type QueryResolvers, 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>; @@ -184310,6 +184684,367 @@ export type QueryResolvers, 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>; @@ -184353,43 +185088,103 @@ export type QueryResolvers, 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>; - 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>; + 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>; @@ -184437,180 +185232,53 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; stagingbase_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; stagingbase__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>; - 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>; - mainnet__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>; - 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>; + 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>; @@ -184658,313 +185326,53 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; stagingoptimism_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; stagingoptimism__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>; - 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>; - 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>; - 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>; - 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>; - 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>; - 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>; + 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>; @@ -185012,333 +185420,288 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; polygonzkevm_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; polygonzkevm__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>; - 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>; - 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>; - 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>; - 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>; - 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>; + 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>; @@ -185433,134 +185796,53 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; stagingarbitrumone_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; stagingarbitrumone__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>; - 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>; - 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>; stagingxlayer_asset?: Resolver, ParentType, ContextType, RequireFields>; stagingxlayer_assets?: Resolver, ParentType, ContextType, RequireFields>; stagingxlayer_assetStatus?: Resolver, ParentType, ContextType, RequireFields>; @@ -185608,335 +185890,53 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; stagingxlayer_optimisticRootFinalizeds?: Resolver, ParentType, ContextType, RequireFields>; stagingxlayer__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>; - 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>; - 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>; - 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>; - 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>; - 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>; + 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>; @@ -185970,39 +185970,6 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; bnb_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; bnb_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>; optimism_swap_systemInfo?: Resolver, ParentType, ContextType, RequireFields>; optimism_swap_systemInfos?: Resolver, ParentType, ContextType, RequireFields>; optimism_swap_pooledToken?: Resolver, ParentType, ContextType, RequireFields>; @@ -186102,174 +186069,108 @@ export type QueryResolvers, ParentType, ContextType, RequireFields>; xdai_swap_lpTokenEvents?: Resolver, ParentType, ContextType, RequireFields>; xdai_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<{ - 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>; - 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>; - 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>; - 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>; + 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>; @@ -186356,194 +186257,86 @@ export type SubscriptionResolvers, "sepolia_hubDomain", ParentType, ContextType, RequireFields>; sepolia_hubDomains?: SubscriptionResolver, "sepolia_hubDomains", ParentType, ContextType, RequireFields>; sepolia__meta?: SubscriptionResolver, "sepolia__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>; - stagingmode_assetStatuses?: SubscriptionResolver, "stagingmode_assetStatuses", ParentType, ContextType, RequireFields>; - stagingmode_assetBalance?: SubscriptionResolver, "stagingmode_assetBalance", ParentType, ContextType, RequireFields>; - stagingmode_assetBalances?: SubscriptionResolver, "stagingmode_assetBalances", ParentType, ContextType, RequireFields>; - stagingmode_router?: SubscriptionResolver, "stagingmode_router", ParentType, ContextType, RequireFields>; - stagingmode_routers?: SubscriptionResolver, "stagingmode_routers", ParentType, ContextType, RequireFields>; - stagingmode_routerDailyTVL?: SubscriptionResolver, "stagingmode_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingmode_routerDailyTVLs?: SubscriptionResolver, "stagingmode_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingmode_routerLiquidityEvent?: SubscriptionResolver, "stagingmode_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingmode_routerLiquidityEvents?: SubscriptionResolver, "stagingmode_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingmode_setting?: SubscriptionResolver, "stagingmode_setting", ParentType, ContextType, RequireFields>; - stagingmode_settings?: SubscriptionResolver, "stagingmode_settings", ParentType, ContextType, RequireFields>; - stagingmode_relayer?: SubscriptionResolver, "stagingmode_relayer", ParentType, ContextType, RequireFields>; - stagingmode_relayers?: SubscriptionResolver, "stagingmode_relayers", ParentType, ContextType, RequireFields>; - stagingmode_sequencer?: SubscriptionResolver, "stagingmode_sequencer", ParentType, ContextType, RequireFields>; - stagingmode_sequencers?: SubscriptionResolver, "stagingmode_sequencers", ParentType, ContextType, RequireFields>; - stagingmode_relayerFee?: SubscriptionResolver, "stagingmode_relayerFee", ParentType, ContextType, RequireFields>; - stagingmode_relayerFees?: SubscriptionResolver, "stagingmode_relayerFees", ParentType, ContextType, RequireFields>; - stagingmode_originTransfer?: SubscriptionResolver, "stagingmode_originTransfer", ParentType, ContextType, RequireFields>; - stagingmode_originTransfers?: SubscriptionResolver, "stagingmode_originTransfers", ParentType, ContextType, RequireFields>; - stagingmode_destinationTransfer?: SubscriptionResolver, "stagingmode_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingmode_destinationTransfers?: SubscriptionResolver, "stagingmode_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingmode_originMessage?: SubscriptionResolver, "stagingmode_originMessage", ParentType, ContextType, RequireFields>; - stagingmode_originMessages?: SubscriptionResolver, "stagingmode_originMessages", ParentType, ContextType, RequireFields>; - stagingmode_aggregateRoot?: SubscriptionResolver, "stagingmode_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingmode_aggregateRoots?: SubscriptionResolver, "stagingmode_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingmode_connectorMeta?: SubscriptionResolver, "stagingmode_connectorMeta", ParentType, ContextType, RequireFields>; - stagingmode_connectorMetas?: SubscriptionResolver, "stagingmode_connectorMetas", ParentType, ContextType, RequireFields>; - stagingmode_rootCount?: SubscriptionResolver, "stagingmode_rootCount", ParentType, ContextType, RequireFields>; - stagingmode_rootCounts?: SubscriptionResolver, "stagingmode_rootCounts", ParentType, ContextType, RequireFields>; - stagingmode_rootMessageSent?: SubscriptionResolver, "stagingmode_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingmode_rootMessageSents?: SubscriptionResolver, "stagingmode_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingmode_relayerFeesIncrease?: SubscriptionResolver, "stagingmode_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingmode_relayerFeesIncreases?: SubscriptionResolver, "stagingmode_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingmode_slippageUpdate?: SubscriptionResolver, "stagingmode_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingmode_slippageUpdates?: SubscriptionResolver, "stagingmode_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingmode_snapshotRoot?: SubscriptionResolver, "stagingmode_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingmode_snapshotRoots?: SubscriptionResolver, "stagingmode_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingmode_spokeConnectorMode?: SubscriptionResolver, "stagingmode_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingmode_spokeConnectorModes?: SubscriptionResolver, "stagingmode_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingmode_aggregateRootProposed?: SubscriptionResolver, "stagingmode_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingmode_aggregateRootProposeds?: SubscriptionResolver, "stagingmode_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingmode_optimisticRootFinalized?: SubscriptionResolver, "stagingmode_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingmode_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmode_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingmode__meta?: SubscriptionResolver, "stagingmode__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>; - 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>; - stagingscroll_asset?: SubscriptionResolver, "stagingscroll_asset", ParentType, ContextType, RequireFields>; - stagingscroll_assets?: SubscriptionResolver, "stagingscroll_assets", ParentType, ContextType, RequireFields>; - stagingscroll_assetStatus?: SubscriptionResolver, "stagingscroll_assetStatus", ParentType, ContextType, RequireFields>; - stagingscroll_assetStatuses?: SubscriptionResolver, "stagingscroll_assetStatuses", ParentType, ContextType, RequireFields>; - stagingscroll_assetBalance?: SubscriptionResolver, "stagingscroll_assetBalance", ParentType, ContextType, RequireFields>; - stagingscroll_assetBalances?: SubscriptionResolver, "stagingscroll_assetBalances", ParentType, ContextType, RequireFields>; - stagingscroll_router?: SubscriptionResolver, "stagingscroll_router", ParentType, ContextType, RequireFields>; - stagingscroll_routers?: SubscriptionResolver, "stagingscroll_routers", ParentType, ContextType, RequireFields>; - stagingscroll_routerDailyTVL?: SubscriptionResolver, "stagingscroll_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingscroll_routerDailyTVLs?: SubscriptionResolver, "stagingscroll_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingscroll_routerLiquidityEvent?: SubscriptionResolver, "stagingscroll_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingscroll_routerLiquidityEvents?: SubscriptionResolver, "stagingscroll_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingscroll_setting?: SubscriptionResolver, "stagingscroll_setting", ParentType, ContextType, RequireFields>; - stagingscroll_settings?: SubscriptionResolver, "stagingscroll_settings", ParentType, ContextType, RequireFields>; - stagingscroll_relayer?: SubscriptionResolver, "stagingscroll_relayer", ParentType, ContextType, RequireFields>; - stagingscroll_relayers?: SubscriptionResolver, "stagingscroll_relayers", ParentType, ContextType, RequireFields>; - stagingscroll_sequencer?: SubscriptionResolver, "stagingscroll_sequencer", ParentType, ContextType, RequireFields>; - stagingscroll_sequencers?: SubscriptionResolver, "stagingscroll_sequencers", ParentType, ContextType, RequireFields>; - stagingscroll_relayerFee?: SubscriptionResolver, "stagingscroll_relayerFee", ParentType, ContextType, RequireFields>; - stagingscroll_relayerFees?: SubscriptionResolver, "stagingscroll_relayerFees", ParentType, ContextType, RequireFields>; - stagingscroll_originTransfer?: SubscriptionResolver, "stagingscroll_originTransfer", ParentType, ContextType, RequireFields>; - stagingscroll_originTransfers?: SubscriptionResolver, "stagingscroll_originTransfers", ParentType, ContextType, RequireFields>; - stagingscroll_destinationTransfer?: SubscriptionResolver, "stagingscroll_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingscroll_destinationTransfers?: SubscriptionResolver, "stagingscroll_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingscroll_originMessage?: SubscriptionResolver, "stagingscroll_originMessage", ParentType, ContextType, RequireFields>; - stagingscroll_originMessages?: SubscriptionResolver, "stagingscroll_originMessages", ParentType, ContextType, RequireFields>; - stagingscroll_aggregateRoot?: SubscriptionResolver, "stagingscroll_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingscroll_aggregateRoots?: SubscriptionResolver, "stagingscroll_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingscroll_connectorMeta?: SubscriptionResolver, "stagingscroll_connectorMeta", ParentType, ContextType, RequireFields>; - stagingscroll_connectorMetas?: SubscriptionResolver, "stagingscroll_connectorMetas", ParentType, ContextType, RequireFields>; - stagingscroll_rootCount?: SubscriptionResolver, "stagingscroll_rootCount", ParentType, ContextType, RequireFields>; - stagingscroll_rootCounts?: SubscriptionResolver, "stagingscroll_rootCounts", ParentType, ContextType, RequireFields>; - stagingscroll_rootMessageSent?: SubscriptionResolver, "stagingscroll_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingscroll_rootMessageSents?: SubscriptionResolver, "stagingscroll_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingscroll_relayerFeesIncrease?: SubscriptionResolver, "stagingscroll_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingscroll_relayerFeesIncreases?: SubscriptionResolver, "stagingscroll_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingscroll_slippageUpdate?: SubscriptionResolver, "stagingscroll_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingscroll_slippageUpdates?: SubscriptionResolver, "stagingscroll_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingscroll_snapshotRoot?: SubscriptionResolver, "stagingscroll_snapshotRoot", ParentType, ContextType, RequireFields>; - stagingscroll_snapshotRoots?: SubscriptionResolver, "stagingscroll_snapshotRoots", ParentType, ContextType, RequireFields>; - stagingscroll_spokeConnectorMode?: SubscriptionResolver, "stagingscroll_spokeConnectorMode", ParentType, ContextType, RequireFields>; - stagingscroll_spokeConnectorModes?: SubscriptionResolver, "stagingscroll_spokeConnectorModes", ParentType, ContextType, RequireFields>; - stagingscroll_aggregateRootProposed?: SubscriptionResolver, "stagingscroll_aggregateRootProposed", ParentType, ContextType, RequireFields>; - stagingscroll_aggregateRootProposeds?: SubscriptionResolver, "stagingscroll_aggregateRootProposeds", ParentType, ContextType, RequireFields>; - stagingscroll_optimisticRootFinalized?: SubscriptionResolver, "stagingscroll_optimisticRootFinalized", ParentType, ContextType, RequireFields>; - stagingscroll_optimisticRootFinalizeds?: SubscriptionResolver, "stagingscroll_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; - stagingscroll__meta?: SubscriptionResolver, "stagingscroll__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>; @@ -186591,528 +186384,294 @@ export type SubscriptionResolvers, "optimismsepolia_optimisticRootFinalized", ParentType, ContextType, RequireFields>; optimismsepolia_optimisticRootFinalizeds?: SubscriptionResolver, "optimismsepolia_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; optimismsepolia__meta?: SubscriptionResolver, "optimismsepolia__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>; - 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>; - 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>; - 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>; - 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>; - 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>; + 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>; - 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>; - 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>; - 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>; - 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>; - 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>; - stagingpolygonzkevm_asset?: SubscriptionResolver, "stagingpolygonzkevm_asset", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_assets?: SubscriptionResolver, "stagingpolygonzkevm_assets", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_assetStatus?: SubscriptionResolver, "stagingpolygonzkevm_assetStatus", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_assetStatuses?: SubscriptionResolver, "stagingpolygonzkevm_assetStatuses", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_assetBalance?: SubscriptionResolver, "stagingpolygonzkevm_assetBalance", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_assetBalances?: SubscriptionResolver, "stagingpolygonzkevm_assetBalances", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_router?: SubscriptionResolver, "stagingpolygonzkevm_router", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_routers?: SubscriptionResolver, "stagingpolygonzkevm_routers", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_routerDailyTVL?: SubscriptionResolver, "stagingpolygonzkevm_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_routerDailyTVLs?: SubscriptionResolver, "stagingpolygonzkevm_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_routerLiquidityEvent?: SubscriptionResolver, "stagingpolygonzkevm_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_routerLiquidityEvents?: SubscriptionResolver, "stagingpolygonzkevm_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_setting?: SubscriptionResolver, "stagingpolygonzkevm_setting", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_settings?: SubscriptionResolver, "stagingpolygonzkevm_settings", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_relayer?: SubscriptionResolver, "stagingpolygonzkevm_relayer", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_relayers?: SubscriptionResolver, "stagingpolygonzkevm_relayers", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_sequencer?: SubscriptionResolver, "stagingpolygonzkevm_sequencer", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_sequencers?: SubscriptionResolver, "stagingpolygonzkevm_sequencers", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_relayerFee?: SubscriptionResolver, "stagingpolygonzkevm_relayerFee", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_relayerFees?: SubscriptionResolver, "stagingpolygonzkevm_relayerFees", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_originTransfer?: SubscriptionResolver, "stagingpolygonzkevm_originTransfer", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_originTransfers?: SubscriptionResolver, "stagingpolygonzkevm_originTransfers", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_destinationTransfer?: SubscriptionResolver, "stagingpolygonzkevm_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_destinationTransfers?: SubscriptionResolver, "stagingpolygonzkevm_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingpolygonzkevm_originMessage?: SubscriptionResolver, "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>; + 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>; @@ -187160,6 +186719,152 @@ export type SubscriptionResolvers, "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>; @@ -187213,180 +186918,6 @@ export type SubscriptionResolvers, "stagingmainnet_hubDomain", ParentType, ContextType, RequireFields>; stagingmainnet_hubDomains?: SubscriptionResolver, "stagingmainnet_hubDomains", ParentType, ContextType, RequireFields>; stagingmainnet__meta?: SubscriptionResolver, "stagingmainnet__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>; - 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>; - 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>; - stagingxdai_asset?: SubscriptionResolver, "stagingxdai_asset", ParentType, ContextType, RequireFields>; - stagingxdai_assets?: SubscriptionResolver, "stagingxdai_assets", ParentType, ContextType, RequireFields>; - stagingxdai_assetStatus?: SubscriptionResolver, "stagingxdai_assetStatus", ParentType, ContextType, RequireFields>; - stagingxdai_assetStatuses?: SubscriptionResolver, "stagingxdai_assetStatuses", ParentType, ContextType, RequireFields>; - stagingxdai_assetBalance?: SubscriptionResolver, "stagingxdai_assetBalance", ParentType, ContextType, RequireFields>; - stagingxdai_assetBalances?: SubscriptionResolver, "stagingxdai_assetBalances", ParentType, ContextType, RequireFields>; - stagingxdai_router?: SubscriptionResolver, "stagingxdai_router", ParentType, ContextType, RequireFields>; - stagingxdai_routers?: SubscriptionResolver, "stagingxdai_routers", ParentType, ContextType, RequireFields>; - stagingxdai_routerDailyTVL?: SubscriptionResolver, "stagingxdai_routerDailyTVL", ParentType, ContextType, RequireFields>; - stagingxdai_routerDailyTVLs?: SubscriptionResolver, "stagingxdai_routerDailyTVLs", ParentType, ContextType, RequireFields>; - stagingxdai_routerLiquidityEvent?: SubscriptionResolver, "stagingxdai_routerLiquidityEvent", ParentType, ContextType, RequireFields>; - stagingxdai_routerLiquidityEvents?: SubscriptionResolver, "stagingxdai_routerLiquidityEvents", ParentType, ContextType, RequireFields>; - stagingxdai_setting?: SubscriptionResolver, "stagingxdai_setting", ParentType, ContextType, RequireFields>; - stagingxdai_settings?: SubscriptionResolver, "stagingxdai_settings", ParentType, ContextType, RequireFields>; - stagingxdai_relayer?: SubscriptionResolver, "stagingxdai_relayer", ParentType, ContextType, RequireFields>; - stagingxdai_relayers?: SubscriptionResolver, "stagingxdai_relayers", ParentType, ContextType, RequireFields>; - stagingxdai_sequencer?: SubscriptionResolver, "stagingxdai_sequencer", ParentType, ContextType, RequireFields>; - stagingxdai_sequencers?: SubscriptionResolver, "stagingxdai_sequencers", ParentType, ContextType, RequireFields>; - stagingxdai_relayerFee?: SubscriptionResolver, "stagingxdai_relayerFee", ParentType, ContextType, RequireFields>; - stagingxdai_relayerFees?: SubscriptionResolver, "stagingxdai_relayerFees", ParentType, ContextType, RequireFields>; - stagingxdai_originTransfer?: SubscriptionResolver, "stagingxdai_originTransfer", ParentType, ContextType, RequireFields>; - stagingxdai_originTransfers?: SubscriptionResolver, "stagingxdai_originTransfers", ParentType, ContextType, RequireFields>; - stagingxdai_destinationTransfer?: SubscriptionResolver, "stagingxdai_destinationTransfer", ParentType, ContextType, RequireFields>; - stagingxdai_destinationTransfers?: SubscriptionResolver, "stagingxdai_destinationTransfers", ParentType, ContextType, RequireFields>; - stagingxdai_originMessage?: SubscriptionResolver, "stagingxdai_originMessage", ParentType, ContextType, RequireFields>; - stagingxdai_originMessages?: SubscriptionResolver, "stagingxdai_originMessages", ParentType, ContextType, RequireFields>; - stagingxdai_aggregateRoot?: SubscriptionResolver, "stagingxdai_aggregateRoot", ParentType, ContextType, RequireFields>; - stagingxdai_aggregateRoots?: SubscriptionResolver, "stagingxdai_aggregateRoots", ParentType, ContextType, RequireFields>; - stagingxdai_connectorMeta?: SubscriptionResolver, "stagingxdai_connectorMeta", ParentType, ContextType, RequireFields>; - stagingxdai_connectorMetas?: SubscriptionResolver, "stagingxdai_connectorMetas", ParentType, ContextType, RequireFields>; - stagingxdai_rootCount?: SubscriptionResolver, "stagingxdai_rootCount", ParentType, ContextType, RequireFields>; - stagingxdai_rootCounts?: SubscriptionResolver, "stagingxdai_rootCounts", ParentType, ContextType, RequireFields>; - stagingxdai_rootMessageSent?: SubscriptionResolver, "stagingxdai_rootMessageSent", ParentType, ContextType, RequireFields>; - stagingxdai_rootMessageSents?: SubscriptionResolver, "stagingxdai_rootMessageSents", ParentType, ContextType, RequireFields>; - stagingxdai_relayerFeesIncrease?: SubscriptionResolver, "stagingxdai_relayerFeesIncrease", ParentType, ContextType, RequireFields>; - stagingxdai_relayerFeesIncreases?: SubscriptionResolver, "stagingxdai_relayerFeesIncreases", ParentType, ContextType, RequireFields>; - stagingxdai_slippageUpdate?: SubscriptionResolver, "stagingxdai_slippageUpdate", ParentType, ContextType, RequireFields>; - stagingxdai_slippageUpdates?: SubscriptionResolver, "stagingxdai_slippageUpdates", ParentType, ContextType, RequireFields>; - stagingxdai_snapshotRoot?: SubscriptionResolver, "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>; stagingavalanche_asset?: SubscriptionResolver, "stagingavalanche_asset", ParentType, ContextType, RequireFields>; stagingavalanche_assets?: SubscriptionResolver, "stagingavalanche_assets", ParentType, ContextType, RequireFields>; stagingavalanche_assetStatus?: SubscriptionResolver, "stagingavalanche_assetStatus", ParentType, ContextType, RequireFields>; @@ -187434,192 +186965,53 @@ export type SubscriptionResolvers, "stagingavalanche_optimisticRootFinalized", ParentType, ContextType, RequireFields>; stagingavalanche_optimisticRootFinalizeds?: SubscriptionResolver, "stagingavalanche_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; stagingavalanche__meta?: SubscriptionResolver, "stagingavalanche__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>; - 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>; - 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>; + 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>; @@ -187667,322 +187059,86 @@ export type SubscriptionResolvers, "stagingpolygon_optimisticRootFinalized", ParentType, ContextType, RequireFields>; stagingpolygon_optimisticRootFinalizeds?: SubscriptionResolver, "stagingpolygon_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; stagingpolygon__meta?: SubscriptionResolver, "stagingpolygon__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>; - 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>; - 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>; - 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>; - 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>; - 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>; + 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>; @@ -188030,53 +187186,6 @@ export type SubscriptionResolvers, "mode_optimisticRootFinalized", ParentType, ContextType, RequireFields>; mode_optimisticRootFinalizeds?: SubscriptionResolver, "mode_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; mode__meta?: SubscriptionResolver, "mode__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>; @@ -188124,100 +187233,193 @@ export type SubscriptionResolvers, "stagingmetis_optimisticRootFinalized", ParentType, ContextType, RequireFields>; stagingmetis_optimisticRootFinalizeds?: SubscriptionResolver, "stagingmetis_optimisticRootFinalizeds", ParentType, ContextType, RequireFields>; stagingmetis__meta?: SubscriptionResolver, "stagingmetis__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>; - 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>; + 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>; @@ -188265,6 +187467,804 @@ export type SubscriptionResolvers, "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>; + stagingmode_asset?: SubscriptionResolver, "stagingmode_asset", ParentType, ContextType, RequireFields>; + stagingmode_assets?: SubscriptionResolver, "stagingmode_assets", ParentType, ContextType, RequireFields>; + stagingmode_assetStatus?: SubscriptionResolver, "stagingmode_assetStatus", ParentType, ContextType, RequireFields>; + stagingmode_assetStatuses?: SubscriptionResolver, "stagingmode_assetStatuses", ParentType, ContextType, RequireFields>; + stagingmode_assetBalance?: SubscriptionResolver, "stagingmode_assetBalance", ParentType, ContextType, RequireFields>; + stagingmode_assetBalances?: SubscriptionResolver, "stagingmode_assetBalances", ParentType, ContextType, RequireFields>; + stagingmode_router?: SubscriptionResolver, "stagingmode_router", ParentType, ContextType, RequireFields>; + stagingmode_routers?: SubscriptionResolver, "stagingmode_routers", ParentType, ContextType, RequireFields>; + stagingmode_routerDailyTVL?: SubscriptionResolver, "stagingmode_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingmode_routerDailyTVLs?: SubscriptionResolver, "stagingmode_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingmode_routerLiquidityEvent?: SubscriptionResolver, "stagingmode_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingmode_routerLiquidityEvents?: SubscriptionResolver, "stagingmode_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingmode_setting?: SubscriptionResolver, "stagingmode_setting", ParentType, ContextType, RequireFields>; + stagingmode_settings?: SubscriptionResolver, "stagingmode_settings", ParentType, ContextType, RequireFields>; + stagingmode_relayer?: SubscriptionResolver, "stagingmode_relayer", ParentType, ContextType, RequireFields>; + stagingmode_relayers?: SubscriptionResolver, "stagingmode_relayers", ParentType, ContextType, RequireFields>; + stagingmode_sequencer?: SubscriptionResolver, "stagingmode_sequencer", ParentType, ContextType, RequireFields>; + stagingmode_sequencers?: SubscriptionResolver, "stagingmode_sequencers", ParentType, ContextType, RequireFields>; + stagingmode_relayerFee?: SubscriptionResolver, "stagingmode_relayerFee", ParentType, ContextType, RequireFields>; + stagingmode_relayerFees?: SubscriptionResolver, "stagingmode_relayerFees", ParentType, ContextType, RequireFields>; + stagingmode_originTransfer?: SubscriptionResolver, "stagingmode_originTransfer", ParentType, ContextType, RequireFields>; + stagingmode_originTransfers?: SubscriptionResolver, "stagingmode_originTransfers", ParentType, ContextType, RequireFields>; + stagingmode_destinationTransfer?: SubscriptionResolver, "stagingmode_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingmode_destinationTransfers?: SubscriptionResolver, "stagingmode_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingmode_originMessage?: SubscriptionResolver, "stagingmode_originMessage", ParentType, ContextType, RequireFields>; + stagingmode_originMessages?: SubscriptionResolver, "stagingmode_originMessages", ParentType, ContextType, RequireFields>; + stagingmode_aggregateRoot?: SubscriptionResolver, "stagingmode_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingmode_aggregateRoots?: SubscriptionResolver, "stagingmode_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingmode_connectorMeta?: SubscriptionResolver, "stagingmode_connectorMeta", ParentType, ContextType, RequireFields>; + stagingmode_connectorMetas?: SubscriptionResolver, "stagingmode_connectorMetas", ParentType, ContextType, RequireFields>; + stagingmode_rootCount?: SubscriptionResolver, "stagingmode_rootCount", ParentType, ContextType, RequireFields>; + stagingmode_rootCounts?: SubscriptionResolver, "stagingmode_rootCounts", ParentType, ContextType, RequireFields>; + stagingmode_rootMessageSent?: SubscriptionResolver, "stagingmode_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingmode_rootMessageSents?: SubscriptionResolver, "stagingmode_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingmode_relayerFeesIncrease?: SubscriptionResolver, "stagingmode_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingmode_relayerFeesIncreases?: SubscriptionResolver, "stagingmode_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingmode_slippageUpdate?: SubscriptionResolver, "stagingmode_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingmode_slippageUpdates?: SubscriptionResolver, "stagingmode_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingmode_snapshotRoot?: SubscriptionResolver, "stagingmode_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingmode_snapshotRoots?: SubscriptionResolver, "stagingmode_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingmode_spokeConnectorMode?: SubscriptionResolver, "stagingmode_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingmode_spokeConnectorModes?: SubscriptionResolver, "stagingmode_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingmode_aggregateRootProposed?: SubscriptionResolver, "stagingmode_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingmode_aggregateRootProposeds?: SubscriptionResolver, "stagingmode_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingmode_optimisticRootFinalized?: SubscriptionResolver, "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>; + stagingscroll_assetStatuses?: SubscriptionResolver, "stagingscroll_assetStatuses", ParentType, ContextType, RequireFields>; + stagingscroll_assetBalance?: SubscriptionResolver, "stagingscroll_assetBalance", ParentType, ContextType, RequireFields>; + stagingscroll_assetBalances?: SubscriptionResolver, "stagingscroll_assetBalances", ParentType, ContextType, RequireFields>; + stagingscroll_router?: SubscriptionResolver, "stagingscroll_router", ParentType, ContextType, RequireFields>; + stagingscroll_routers?: SubscriptionResolver, "stagingscroll_routers", ParentType, ContextType, RequireFields>; + stagingscroll_routerDailyTVL?: SubscriptionResolver, "stagingscroll_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingscroll_routerDailyTVLs?: SubscriptionResolver, "stagingscroll_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingscroll_routerLiquidityEvent?: SubscriptionResolver, "stagingscroll_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingscroll_routerLiquidityEvents?: SubscriptionResolver, "stagingscroll_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingscroll_setting?: SubscriptionResolver, "stagingscroll_setting", ParentType, ContextType, RequireFields>; + stagingscroll_settings?: SubscriptionResolver, "stagingscroll_settings", ParentType, ContextType, RequireFields>; + stagingscroll_relayer?: SubscriptionResolver, "stagingscroll_relayer", ParentType, ContextType, RequireFields>; + stagingscroll_relayers?: SubscriptionResolver, "stagingscroll_relayers", ParentType, ContextType, RequireFields>; + stagingscroll_sequencer?: SubscriptionResolver, "stagingscroll_sequencer", ParentType, ContextType, RequireFields>; + stagingscroll_sequencers?: SubscriptionResolver, "stagingscroll_sequencers", ParentType, ContextType, RequireFields>; + stagingscroll_relayerFee?: SubscriptionResolver, "stagingscroll_relayerFee", ParentType, ContextType, RequireFields>; + stagingscroll_relayerFees?: SubscriptionResolver, "stagingscroll_relayerFees", ParentType, ContextType, RequireFields>; + stagingscroll_originTransfer?: SubscriptionResolver, "stagingscroll_originTransfer", ParentType, ContextType, RequireFields>; + stagingscroll_originTransfers?: SubscriptionResolver, "stagingscroll_originTransfers", ParentType, ContextType, RequireFields>; + stagingscroll_destinationTransfer?: SubscriptionResolver, "stagingscroll_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingscroll_destinationTransfers?: SubscriptionResolver, "stagingscroll_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingscroll_originMessage?: SubscriptionResolver, "stagingscroll_originMessage", ParentType, ContextType, RequireFields>; + stagingscroll_originMessages?: SubscriptionResolver, "stagingscroll_originMessages", ParentType, ContextType, RequireFields>; + stagingscroll_aggregateRoot?: SubscriptionResolver, "stagingscroll_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingscroll_aggregateRoots?: SubscriptionResolver, "stagingscroll_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingscroll_connectorMeta?: SubscriptionResolver, "stagingscroll_connectorMeta", ParentType, ContextType, RequireFields>; + stagingscroll_connectorMetas?: SubscriptionResolver, "stagingscroll_connectorMetas", ParentType, ContextType, RequireFields>; + stagingscroll_rootCount?: SubscriptionResolver, "stagingscroll_rootCount", ParentType, ContextType, RequireFields>; + stagingscroll_rootCounts?: SubscriptionResolver, "stagingscroll_rootCounts", ParentType, ContextType, RequireFields>; + stagingscroll_rootMessageSent?: SubscriptionResolver, "stagingscroll_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingscroll_rootMessageSents?: SubscriptionResolver, "stagingscroll_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingscroll_relayerFeesIncrease?: SubscriptionResolver, "stagingscroll_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingscroll_relayerFeesIncreases?: SubscriptionResolver, "stagingscroll_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingscroll_slippageUpdate?: SubscriptionResolver, "stagingscroll_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingscroll_slippageUpdates?: SubscriptionResolver, "stagingscroll_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingscroll_snapshotRoot?: SubscriptionResolver, "stagingscroll_snapshotRoot", ParentType, ContextType, RequireFields>; + stagingscroll_snapshotRoots?: SubscriptionResolver, "stagingscroll_snapshotRoots", ParentType, ContextType, RequireFields>; + stagingscroll_spokeConnectorMode?: SubscriptionResolver, "stagingscroll_spokeConnectorMode", ParentType, ContextType, RequireFields>; + stagingscroll_spokeConnectorModes?: SubscriptionResolver, "stagingscroll_spokeConnectorModes", ParentType, ContextType, RequireFields>; + stagingscroll_aggregateRootProposed?: SubscriptionResolver, "stagingscroll_aggregateRootProposed", ParentType, ContextType, RequireFields>; + stagingscroll_aggregateRootProposeds?: SubscriptionResolver, "stagingscroll_aggregateRootProposeds", ParentType, ContextType, RequireFields>; + stagingscroll_optimisticRootFinalized?: SubscriptionResolver, "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>; + stagingxdai_asset?: SubscriptionResolver, "stagingxdai_asset", ParentType, ContextType, RequireFields>; + stagingxdai_assets?: SubscriptionResolver, "stagingxdai_assets", ParentType, ContextType, RequireFields>; + stagingxdai_assetStatus?: SubscriptionResolver, "stagingxdai_assetStatus", ParentType, ContextType, RequireFields>; + stagingxdai_assetStatuses?: SubscriptionResolver, "stagingxdai_assetStatuses", ParentType, ContextType, RequireFields>; + stagingxdai_assetBalance?: SubscriptionResolver, "stagingxdai_assetBalance", ParentType, ContextType, RequireFields>; + stagingxdai_assetBalances?: SubscriptionResolver, "stagingxdai_assetBalances", ParentType, ContextType, RequireFields>; + stagingxdai_router?: SubscriptionResolver, "stagingxdai_router", ParentType, ContextType, RequireFields>; + stagingxdai_routers?: SubscriptionResolver, "stagingxdai_routers", ParentType, ContextType, RequireFields>; + stagingxdai_routerDailyTVL?: SubscriptionResolver, "stagingxdai_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingxdai_routerDailyTVLs?: SubscriptionResolver, "stagingxdai_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingxdai_routerLiquidityEvent?: SubscriptionResolver, "stagingxdai_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingxdai_routerLiquidityEvents?: SubscriptionResolver, "stagingxdai_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingxdai_setting?: SubscriptionResolver, "stagingxdai_setting", ParentType, ContextType, RequireFields>; + stagingxdai_settings?: SubscriptionResolver, "stagingxdai_settings", ParentType, ContextType, RequireFields>; + stagingxdai_relayer?: SubscriptionResolver, "stagingxdai_relayer", ParentType, ContextType, RequireFields>; + stagingxdai_relayers?: SubscriptionResolver, "stagingxdai_relayers", ParentType, ContextType, RequireFields>; + stagingxdai_sequencer?: SubscriptionResolver, "stagingxdai_sequencer", ParentType, ContextType, RequireFields>; + stagingxdai_sequencers?: SubscriptionResolver, "stagingxdai_sequencers", ParentType, ContextType, RequireFields>; + stagingxdai_relayerFee?: SubscriptionResolver, "stagingxdai_relayerFee", ParentType, ContextType, RequireFields>; + stagingxdai_relayerFees?: SubscriptionResolver, "stagingxdai_relayerFees", ParentType, ContextType, RequireFields>; + stagingxdai_originTransfer?: SubscriptionResolver, "stagingxdai_originTransfer", ParentType, ContextType, RequireFields>; + stagingxdai_originTransfers?: SubscriptionResolver, "stagingxdai_originTransfers", ParentType, ContextType, RequireFields>; + stagingxdai_destinationTransfer?: SubscriptionResolver, "stagingxdai_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingxdai_destinationTransfers?: SubscriptionResolver, "stagingxdai_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingxdai_originMessage?: SubscriptionResolver, "stagingxdai_originMessage", ParentType, ContextType, RequireFields>; + stagingxdai_originMessages?: SubscriptionResolver, "stagingxdai_originMessages", ParentType, ContextType, RequireFields>; + stagingxdai_aggregateRoot?: SubscriptionResolver, "stagingxdai_aggregateRoot", ParentType, ContextType, RequireFields>; + stagingxdai_aggregateRoots?: SubscriptionResolver, "stagingxdai_aggregateRoots", ParentType, ContextType, RequireFields>; + stagingxdai_connectorMeta?: SubscriptionResolver, "stagingxdai_connectorMeta", ParentType, ContextType, RequireFields>; + stagingxdai_connectorMetas?: SubscriptionResolver, "stagingxdai_connectorMetas", ParentType, ContextType, RequireFields>; + stagingxdai_rootCount?: SubscriptionResolver, "stagingxdai_rootCount", ParentType, ContextType, RequireFields>; + stagingxdai_rootCounts?: SubscriptionResolver, "stagingxdai_rootCounts", ParentType, ContextType, RequireFields>; + stagingxdai_rootMessageSent?: SubscriptionResolver, "stagingxdai_rootMessageSent", ParentType, ContextType, RequireFields>; + stagingxdai_rootMessageSents?: SubscriptionResolver, "stagingxdai_rootMessageSents", ParentType, ContextType, RequireFields>; + stagingxdai_relayerFeesIncrease?: SubscriptionResolver, "stagingxdai_relayerFeesIncrease", ParentType, ContextType, RequireFields>; + stagingxdai_relayerFeesIncreases?: SubscriptionResolver, "stagingxdai_relayerFeesIncreases", ParentType, ContextType, RequireFields>; + stagingxdai_slippageUpdate?: SubscriptionResolver, "stagingxdai_slippageUpdate", ParentType, ContextType, RequireFields>; + stagingxdai_slippageUpdates?: SubscriptionResolver, "stagingxdai_slippageUpdates", ParentType, ContextType, RequireFields>; + stagingxdai_snapshotRoot?: SubscriptionResolver, "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>; + stagingpolygonzkevm_asset?: SubscriptionResolver, "stagingpolygonzkevm_asset", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_assets?: SubscriptionResolver, "stagingpolygonzkevm_assets", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_assetStatus?: SubscriptionResolver, "stagingpolygonzkevm_assetStatus", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_assetStatuses?: SubscriptionResolver, "stagingpolygonzkevm_assetStatuses", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_assetBalance?: SubscriptionResolver, "stagingpolygonzkevm_assetBalance", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_assetBalances?: SubscriptionResolver, "stagingpolygonzkevm_assetBalances", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_router?: SubscriptionResolver, "stagingpolygonzkevm_router", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_routers?: SubscriptionResolver, "stagingpolygonzkevm_routers", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_routerDailyTVL?: SubscriptionResolver, "stagingpolygonzkevm_routerDailyTVL", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_routerDailyTVLs?: SubscriptionResolver, "stagingpolygonzkevm_routerDailyTVLs", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_routerLiquidityEvent?: SubscriptionResolver, "stagingpolygonzkevm_routerLiquidityEvent", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_routerLiquidityEvents?: SubscriptionResolver, "stagingpolygonzkevm_routerLiquidityEvents", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_setting?: SubscriptionResolver, "stagingpolygonzkevm_setting", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_settings?: SubscriptionResolver, "stagingpolygonzkevm_settings", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_relayer?: SubscriptionResolver, "stagingpolygonzkevm_relayer", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_relayers?: SubscriptionResolver, "stagingpolygonzkevm_relayers", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_sequencer?: SubscriptionResolver, "stagingpolygonzkevm_sequencer", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_sequencers?: SubscriptionResolver, "stagingpolygonzkevm_sequencers", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_relayerFee?: SubscriptionResolver, "stagingpolygonzkevm_relayerFee", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_relayerFees?: SubscriptionResolver, "stagingpolygonzkevm_relayerFees", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_originTransfer?: SubscriptionResolver, "stagingpolygonzkevm_originTransfer", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_originTransfers?: SubscriptionResolver, "stagingpolygonzkevm_originTransfers", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_destinationTransfer?: SubscriptionResolver, "stagingpolygonzkevm_destinationTransfer", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_destinationTransfers?: SubscriptionResolver, "stagingpolygonzkevm_destinationTransfers", ParentType, ContextType, RequireFields>; + stagingpolygonzkevm_originMessage?: SubscriptionResolver, "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>; @@ -188298,39 +188298,6 @@ export type SubscriptionResolvers, "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>; - 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>; 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>; @@ -188430,6 +188397,39 @@ export type SubscriptionResolvers, "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>; @@ -188465,772 +188465,117 @@ export type SubscriptionResolvers, "avalanche_swap__meta", ParentType, ContextType, Partial>; }>; -export interface mantle_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_swap_BigDecimal'; +export interface sepolia_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'sepolia_swap_BigDecimal'; } export interface BigIntScalarConfig extends GraphQLScalarTypeConfig { name: 'BigInt'; } -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 interface TimestampScalarConfig extends GraphQLScalarTypeConfig { - name: 'Timestamp'; -} - -export type mantle_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mantle_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface metis_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_swap_BigDecimal'; -} - -export interface metis_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_swap_Bytes'; -} - -export interface metis_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_swap_Int8'; -} - -export type metis_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type metis_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 metis_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 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<{ - 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 metis_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type metis_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 metis_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 metis_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'metis_swap_StableSwapAddLiquidityEvent' | 'metis_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type metis_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 metis_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 metis_swap_SwapDailyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type metis_swap_SwapHourlyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: 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<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type metis_swap_SystemInfoResolvers = ResolversObject<{ - id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -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 metis_swap__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<{ - id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; - __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<{ - 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 zksync_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type zksync_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 zksync_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 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 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 type zksync_swap_SwapDailyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type zksync_swap_SwapHourlyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __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 type zksync_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type zksync_swap_SystemInfoResolvers = 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; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface arbitrumsepolia_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumsepolia_swap_BigDecimal'; -} - -export interface arbitrumsepolia_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumsepolia_swap_Bytes'; +export interface sepolia_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'sepolia_swap_Bytes'; } -export interface arbitrumsepolia_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumsepolia_swap_Int8'; +export interface sepolia_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'sepolia_swap_Int8'; } -export type arbitrumsepolia_swap_LpAccountResolvers = ResolversObject<{ +export type sepolia_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 sepolia_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 sepolia_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 sepolia_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'sepolia_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 sepolia_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 sepolia_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap_StableSwapResolvers = ResolversObject<{ +export type sepolia_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 sepolia_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>; @@ -189239,25 +188584,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 sepolia_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'sepolia_swap_StableSwapAddLiquidityEvent' | 'sepolia_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 sepolia_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -189266,15 +188611,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 sepolia_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>; @@ -189283,59 +188628,63 @@ export type arbitrumsepolia_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type sepolia_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type sepolia_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: 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; +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; + volume?: Resolver; }>; -export type arbitrumsepolia_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type sepolia_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap_SystemInfoResolvers = ResolversObject<{ +export type sepolia_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +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>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type sepolia_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -189832,16 +189181,233 @@ export type sepolia__Meta_Resolvers; }>; -export type stagingmode_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 arbitrumsepolia_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_AggregateRootProposedResolvers = ResolversObject<{ +export type arbitrumsepolia_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -189850,182 +189416,182 @@ export type stagingmode_AggregateRootProposedResolvers; }>; -export type stagingmode_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 stagingmode_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 stagingmode_AssetStatusResolvers = ResolversObject<{ +export type arbitrumsepolia_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingmode_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmode_BigDecimal'; +export interface arbitrumsepolia_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumsepolia_BigDecimal'; } -export interface stagingmode_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmode_Bytes'; +export interface arbitrumsepolia_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumsepolia_Bytes'; } -export type stagingmode_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 stagingmode_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 interface stagingmode_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmode_Int8'; +export interface arbitrumsepolia_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'arbitrumsepolia_Int8'; } -export type stagingmode_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type arbitrumsepolia_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_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 stagingmode_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 stagingmode_RelayerResolvers = ResolversObject<{ +export type arbitrumsepolia_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_RelayerFeeResolvers = ResolversObject<{ +export type arbitrumsepolia_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_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; @@ -190033,20 +189599,20 @@ export type stagingmode_RelayerFeesIncreaseResolvers; }>; -export type stagingmode_RootCountResolvers = ResolversObject<{ +export type arbitrumsepolia_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_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>; @@ -190054,61 +189620,61 @@ export type stagingmode_RootMessageSentResolvers; }>; -export type stagingmode_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 stagingmode_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 stagingmode_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 stagingmode_SequencerResolvers = ResolversObject<{ +export type arbitrumsepolia_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_SettingResolvers = ResolversObject<{ +export type arbitrumsepolia_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode_SlippageUpdateResolvers = ResolversObject<{ +export type arbitrumsepolia_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -190116,47 +189682,616 @@ export type stagingmode_SlippageUpdateResolvers; }>; -export type stagingmode_SnapshotRootResolvers = ResolversObject<{ +export type arbitrumsepolia_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 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; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismsepolia_AggregateRootProposedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: 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; +}>; + +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>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface optimismsepolia_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimismsepolia_Int8'; +} + +export type optimismsepolia_OptimisticRootFinalizedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: 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>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismsepolia_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 optimismsepolia_RelayerResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismsepolia_RelayerFeeResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismsepolia_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 optimismsepolia_RootCountResolvers = ResolversObject<{ + id?: Resolver; + count?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_RouterDailyTVLResolvers = ResolversObject<{ + id?: Resolver; + router?: Resolver; + asset?: Resolver; + timestamp?: Resolver; + balance?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismsepolia_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 optimismsepolia_SequencerResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismsepolia_SettingResolvers = ResolversObject<{ + id?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismsepolia_SlippageUpdateResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismsepolia_SnapshotRootResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismsepolia_SpokeConnectorModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type optimismsepolia__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; + 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 mainnet_AvalancheConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_BaseConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface mainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mainnet_BigDecimal'; +} + +export type mainnet_BnbConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface mainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mainnet_Bytes'; +} + +export type mainnet_GnosisConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_HubDomainResolvers = ResolversObject<{ + id?: Resolver; + domain?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_HubOptimisticRootFinalizedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface mainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mainnet_Int8'; +} + +export type mainnet_LineaConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_MantleConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_MetisConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_ModeConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_OptimismConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_OptimisticRootPropagatedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + domainsHash?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_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 mainnet_PolygonConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_PolygonZkConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_RootAggregatedResolvers = ResolversObject<{ + id?: Resolver; + domain?: Resolver; + receivedRoot?: Resolver; + index?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_RootManagerMetaResolvers = ResolversObject<{ + id?: Resolver; + domains?: Resolver>, ParentType, ContextType>; + connectors?: Resolver>, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_RootManagerModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmode__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type mainnet_RootMessageProcessedResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + root?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; + timestamp?: Resolver, ParentType, ContextType>; + gasPrice?: Resolver, ParentType, ContextType>; + gasLimit?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_RootPropagatedResolvers = ResolversObject<{ + id?: Resolver; + aggregate?: Resolver; + domainsHash?: Resolver; + count?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mainnet__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 stagingmode__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mainnet__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_AggregateRootResolvers = ResolversObject<{ +export type sepolia_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_AggregateRootProposedResolvers = ResolversObject<{ +export type sepolia_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -190165,182 +190300,170 @@ export type zksync_AggregateRootProposedResolvers; }>; -export type zksync_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 zksync_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 zksync_AssetStatusResolvers = ResolversObject<{ +export type sepolia_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface zksync_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'zksync_BigDecimal'; -} - -export interface zksync_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'zksync_Bytes'; -} - -export type zksync_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 zksync_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 interface zksync_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'zksync_Int8'; -} - -export type zksync_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type sepolia_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_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 zksync_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 zksync_RelayerResolvers = ResolversObject<{ +export type sepolia_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_RelayerFeeResolvers = ResolversObject<{ +export type sepolia_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_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; @@ -190348,20 +190471,20 @@ export type zksync_RelayerFeesIncreaseResolvers; }>; -export type zksync_RootCountResolvers = ResolversObject<{ +export type sepolia_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_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>; @@ -190369,61 +190492,61 @@ export type zksync_RootMessageSentResolvers; }>; -export type zksync_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 zksync_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 zksync_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 zksync_SequencerResolvers = ResolversObject<{ +export type sepolia_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_SettingResolvers = ResolversObject<{ +export type sepolia_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync_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; @@ -190431,37 +190554,22 @@ export type zksync_SlippageUpdateResolvers; }>; -export type zksync_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 zksync_SpokeConnectorModeResolvers = ResolversObject<{ +export type sepolia_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type zksync__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type zksync__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - export type arbitrumone_AggregateRootResolvers = ResolversObject<{ id?: Resolver; root?: Resolver; @@ -190766,6 +190874,7 @@ export type arbitrumone__Block_Resolvers, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; @@ -190776,961 +190885,450 @@ export type arbitrumone__Meta_Resolvers; }>; -export type stagingscroll_AggregateRootResolvers = ResolversObject<{ - id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingscroll_AggregateRootProposedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingscroll_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 stagingscroll_AssetBalanceResolvers = ResolversObject<{ - id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingscroll_AssetStatusResolvers = ResolversObject<{ - id?: Resolver; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface stagingscroll_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingscroll_BigDecimal'; +export interface zksync_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_swap_BigDecimal'; } -export interface stagingscroll_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingscroll_Bytes'; +export interface zksync_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_swap_Bytes'; } -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>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingscroll_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 stagingscroll_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingscroll_Int8'; +export interface zksync_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_swap_Int8'; } -export type stagingscroll_OptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingscroll_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 stagingscroll_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 stagingscroll_RelayerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingscroll_RelayerFeeResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingscroll_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 stagingscroll_RootCountResolvers = ResolversObject<{ - id?: Resolver; - count?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingscroll_RootMessageSentResolvers = ResolversObject<{ +export type zksync_swap_LpAccountResolvers = 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>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_RouterResolvers = ResolversObject<{ +export type zksync_swap_LpAccountBalanceResolvers = 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>; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_RouterDailyTVLResolvers = ResolversObject<{ +export type zksync_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; - timestamp?: Resolver; - balance?: Resolver; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_RouterLiquidityEventResolvers = ResolversObject<{ +export type zksync_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'zksync_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; timestamp?: Resolver; - transactionHash?: Resolver; + transaction?: Resolver; nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingscroll_SequencerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingscroll_SettingResolvers = ResolversObject<{ - id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingscroll_SlippageUpdateResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; - timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_SnapshotRootResolvers = ResolversObject<{ +export type zksync_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingscroll_SpokeConnectorModeResolvers = ResolversObject<{ +export type zksync_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingscroll__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; - deployment?: Resolver; - hasIndexingErrors?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismsepolia_AggregateRootResolvers = ResolversObject<{ +export type zksync_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; - blockNumber?: 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_AggregateRootProposedResolvers = ResolversObject<{ +export type zksync_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __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; -}>; - -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>; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimismsepolia_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimismsepolia_Int8'; -} - -export type optimismsepolia_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type zksync_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'zksync_swap_StableSwapAddLiquidityEvent' | 'zksync_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - aggregateRoot?: Resolver; + stableSwap?: Resolver; + block?: Resolver; timestamp?: Resolver; - blockNumber?: 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>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_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 optimismsepolia_RelayerResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; + transaction?: Resolver; + nonce?: Resolver; }>; -export type optimismsepolia_RelayerFeeResolvers = ResolversObject<{ +export type zksync_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; fee?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_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 optimismsepolia_RootCountResolvers = ResolversObject<{ - id?: Resolver; - count?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimismsepolia_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 optimismsepolia_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 optimismsepolia_RouterDailyTVLResolvers = ResolversObject<{ - id?: Resolver; - router?: Resolver; - asset?: Resolver; + block?: Resolver; timestamp?: Resolver; - balance?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismsepolia_RouterLiquidityEventResolvers = ResolversObject<{ +export type zksync_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: 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; - transactionHash?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismsepolia_SequencerResolvers = ResolversObject<{ +export type zksync_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismsepolia_SettingResolvers = ResolversObject<{ +export type zksync_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimismsepolia_SlippageUpdateResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; +export type zksync_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'zksync_swap_SwapDailyVolume' | 'zksync_swap_SwapHourlyVolume' | 'zksync_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + volume?: Resolver; }>; -export type optimismsepolia_SnapshotRootResolvers = ResolversObject<{ +export type zksync_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 zksync_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 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 optimismsepolia__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type zksync_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_AggregateRootResolvers = ResolversObject<{ - id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mantle_AggregateRootProposedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mantle_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 mantle_AssetBalanceResolvers = ResolversObject<{ - id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mantle_AssetStatusResolvers = ResolversObject<{ - id?: Resolver; - status?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface mantle_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_BigDecimal'; +export interface base_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_swap_BigDecimal'; } -export interface mantle_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_Bytes'; +export interface base_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_swap_Bytes'; } - -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>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mantle_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 mantle_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mantle_Int8'; + +export interface base_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_swap_Int8'; } -export type mantle_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type base_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_OriginMessageResolvers = ResolversObject<{ +export type base_swap_LpAccountBalanceResolvers = 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>; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_OriginTransferResolvers = ResolversObject<{ +export type base_swap_LpTokenResolvers = 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; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_RelayerResolvers = ResolversObject<{ +export type base_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'base_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type mantle_RelayerFeeResolvers = ResolversObject<{ +export type base_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: 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_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type base_swap_PooledTokenResolvers = 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; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_RootCountResolvers = ResolversObject<{ +export type base_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; - count?: 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 mantle_RootMessageSentResolvers = ResolversObject<{ +export type base_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_RouterResolvers = ResolversObject<{ +export type base_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'base_swap_StableSwapAddLiquidityEvent' | 'base_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; 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; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type mantle_RouterDailyTVLResolvers = ResolversObject<{ +export type base_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; timestamp?: Resolver; - balance?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_RouterLiquidityEventResolvers = ResolversObject<{ +export type base_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: 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; - transactionHash?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_SequencerResolvers = ResolversObject<{ +export type base_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_SettingResolvers = ResolversObject<{ +export type base_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle_SlippageUpdateResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; +export type base_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'base_swap_SwapDailyVolume' | 'base_swap_SwapHourlyVolume' | 'base_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + volume?: Resolver; }>; -export type mantle_SnapshotRootResolvers = ResolversObject<{ +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 mantle_SpokeConnectorModeResolvers = ResolversObject<{ +export type base_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle__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>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mantle__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type base_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_AggregateRootResolvers = ResolversObject<{ +export type optimism_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_AggregateRootProposedResolvers = ResolversObject<{ +export type optimism_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -191739,182 +191337,182 @@ export type polygonzkevm_swap_AggregateRootProposedResolvers; }>; -export type polygonzkevm_swap_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 polygonzkevm_swap_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 polygonzkevm_swap_AssetStatusResolvers = ResolversObject<{ +export type optimism_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygonzkevm_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_swap_BigDecimal'; +export interface optimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_BigDecimal'; } -export interface polygonzkevm_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_swap_Bytes'; +export interface optimism_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_Bytes'; } -export type polygonzkevm_swap_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 polygonzkevm_swap_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 polygonzkevm_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_swap_Int8'; +export interface optimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'optimism_Int8'; } -export type polygonzkevm_swap_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type optimism_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_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 polygonzkevm_swap_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 polygonzkevm_swap_RelayerResolvers = ResolversObject<{ +export type optimism_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_RelayerFeeResolvers = ResolversObject<{ +export type optimism_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_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; @@ -191922,20 +191520,20 @@ export type polygonzkevm_swap_RelayerFeesIncreaseResolvers; }>; -export type polygonzkevm_swap_RootCountResolvers = ResolversObject<{ +export type optimism_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_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>; @@ -191943,61 +191541,61 @@ export type polygonzkevm_swap_RootMessageSentResolvers; }>; -export type polygonzkevm_swap_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 polygonzkevm_swap_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 polygonzkevm_swap_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 polygonzkevm_swap_SequencerResolvers = ResolversObject<{ +export type optimism_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_SettingResolvers = ResolversObject<{ +export type optimism_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap_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; @@ -192005,144 +191603,143 @@ export type polygonzkevm_swap_SlippageUpdateResolvers; }>; -export type polygonzkevm_swap_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 polygonzkevm_swap_SpokeConnectorModeResolvers = ResolversObject<{ +export type optimism_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap__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>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type optimism__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mode_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mode_swap_BigDecimal'; +export interface metis_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_swap_BigDecimal'; } -export interface mode_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mode_swap_Bytes'; +export interface metis_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_swap_Bytes'; } -export interface mode_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mode_swap_Int8'; +export interface metis_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_swap_Int8'; } -export type mode_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 mode_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 mode_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 mode_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'mode_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 mode_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 mode_swap_PooledTokenResolvers = ResolversObject<{ +export type metis_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_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 mode_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>; @@ -192151,25 +191748,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 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 mode_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; @@ -192178,15 +191775,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 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>; @@ -192195,74 +191792,74 @@ 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 metis_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 metis_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 metis_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'metis_swap_SwapDailyVolume' | 'metis_swap_SwapHourlyVolume' | 'metis_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type mode_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type metis_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 metis_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type metis_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 metis_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_AggregateRootResolvers = ResolversObject<{ +export type polygon_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_AggregateRootProposedResolvers = ResolversObject<{ +export type polygon_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -192271,182 +191868,182 @@ export type stagingbase_AggregateRootProposedResolvers; }>; -export type stagingbase_AssetResolvers = ResolversObject<{ +export type polygon_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 polygon_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_AssetStatusResolvers = ResolversObject<{ +export type polygon_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingbase_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbase_BigDecimal'; +export interface polygon_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_BigDecimal'; } -export interface stagingbase_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbase_Bytes'; +export interface polygon_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_Bytes'; } -export type stagingbase_ConnectorMetaResolvers = ResolversObject<{ +export type polygon_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_DestinationTransferResolvers = ResolversObject<{ +export type polygon_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingbase_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbase_Int8'; +export interface polygon_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_Int8'; } -export type stagingbase_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type polygon_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_OriginMessageResolvers = ResolversObject<{ +export type polygon_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_OriginTransferResolvers = ResolversObject<{ +export type polygon_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_RelayerResolvers = ResolversObject<{ +export type polygon_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_RelayerFeeResolvers = ResolversObject<{ +export type polygon_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type polygon_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -192454,20 +192051,20 @@ export type stagingbase_RelayerFeesIncreaseResolvers; }>; -export type stagingbase_RootCountResolvers = ResolversObject<{ +export type polygon_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_RootMessageSentResolvers = ResolversObject<{ +export type polygon_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -192475,423 +192072,537 @@ export type stagingbase_RootMessageSentResolvers; }>; -export type stagingbase_RouterResolvers = ResolversObject<{ +export type polygon_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_RouterDailyTVLResolvers = ResolversObject<{ +export type polygon_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_RouterLiquidityEventResolvers = ResolversObject<{ +export type polygon_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 polygon_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_SettingResolvers = ResolversObject<{ +export type polygon_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_SlippageUpdateResolvers = ResolversObject<{ +export type polygon_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_SnapshotRootResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_SpokeConnectorModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export 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; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mode_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 mode_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 mode_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mode_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type mode_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 mode_swap_PooledTokenResolvers = ResolversObject<{ + id?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mode_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 mode_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 mode_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'mode_swap_StableSwapAddLiquidityEvent' | 'mode_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type mode_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; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_SnapshotRootResolvers = ResolversObject<{ +export type mode_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; - count?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase_SpokeConnectorModeResolvers = ResolversObject<{ +export type mode_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingbase__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbase__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; +export type mode_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AggregateRootResolvers = ResolversObject<{ - id?: Resolver; - root?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; +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 optimism_AggregateRootProposedResolvers = ResolversObject<{ +export type mode_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - rootTimestamp?: Resolver; - endOfDispute?: Resolver; - domain?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AssetResolvers = ResolversObject<{ +export type mode_swap_SystemInfoResolvers = 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>; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AssetBalanceResolvers = ResolversObject<{ - id?: Resolver; - amount?: Resolver; - locked?: Resolver; - supplied?: Resolver; - removed?: Resolver; - router?: Resolver; - asset?: Resolver; - feesEarned?: Resolver; +export type mode_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_AssetStatusResolvers = ResolversObject<{ - id?: Resolver; - status?: Resolver, ParentType, ContextType>; +export type mode_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_BigDecimal'; +export interface linea_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_swap_BigDecimal'; } -export interface optimism_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_Bytes'; +export interface linea_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_swap_Bytes'; } -export type optimism_ConnectorMetaResolvers = ResolversObject<{ +export type linea_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver, ParentType, ContextType>; - hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_DestinationTransferResolvers = ResolversObject<{ +export type linea_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - amount?: Resolver, ParentType, ContextType>; - routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; - executedTimestamp?: Resolver, ParentType, ContextType>; - executedGasPrice?: Resolver, ParentType, ContextType>; - executedGasLimit?: Resolver, ParentType, ContextType>; - executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; - executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; - reconciledTimestamp?: Resolver, ParentType, ContextType>; - reconciledGasPrice?: Resolver, ParentType, ContextType>; - reconciledGasLimit?: Resolver, ParentType, ContextType>; - reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; - reconciledTxNonce?: Resolver, ParentType, ContextType>; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface optimism_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'optimism_Int8'; -} - -export type optimism_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type linea_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_OriginMessageResolvers = ResolversObject<{ +export type linea_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'linea_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; - index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type optimism_OriginTransferResolvers = ResolversObject<{ +export type linea_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; - nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; - originDomain?: Resolver, ParentType, ContextType>; - destinationDomain?: Resolver, ParentType, ContextType>; - canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; - receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; - slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; - bridgedAmt?: Resolver, ParentType, ContextType>; - normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; - timestamp?: Resolver, ParentType, ContextType>; - gasPrice?: Resolver, ParentType, ContextType>; - gasLimit?: Resolver, ParentType, ContextType>; - blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; - txNonce?: Resolver, ParentType, ContextType>; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RelayerResolvers = ResolversObject<{ +export type linea_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RelayerFeeResolvers = ResolversObject<{ +export type linea_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - fee?: Resolver; - asset?: Resolver; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type linea_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; - increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimism_RootCountResolvers = ResolversObject<{ - id?: Resolver; - count?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type optimism_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>; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RouterResolvers = ResolversObject<{ +export type linea_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'linea_swap_StableSwapAddLiquidityEvent' | 'linea_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; 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; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; }>; -export type optimism_RouterDailyTVLResolvers = ResolversObject<{ +export type linea_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; timestamp?: Resolver; - balance?: Resolver; + transaction?: Resolver; + nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_RouterLiquidityEventResolvers = ResolversObject<{ +export type linea_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - type?: Resolver, ParentType, ContextType>; - router?: Resolver; - asset?: Resolver; - amount?: Resolver; - balance?: Resolver; - caller?: Resolver, ParentType, ContextType>; - blockNumber?: 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; - transactionHash?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SequencerResolvers = ResolversObject<{ +export type linea_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SettingResolvers = ResolversObject<{ +export type linea_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism_SlippageUpdateResolvers = ResolversObject<{ - id?: Resolver; - transfer?: Resolver; - slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; +export type linea_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'linea_swap_SwapDailyVolume' | 'linea_swap_SwapHourlyVolume' | 'linea_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - gasPrice?: Resolver; - gasLimit?: Resolver; - blockNumber?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; + volume?: Resolver; }>; -export type optimism_SnapshotRootResolvers = ResolversObject<{ +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 optimism_SpokeConnectorModeResolvers = ResolversObject<{ +export type linea_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; - mode?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type linea_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type optimism__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type linea_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_AggregateRootResolvers = ResolversObject<{ +export type linea_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_AggregateRootProposedResolvers = ResolversObject<{ +export type linea_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -192900,182 +192611,178 @@ export type mainnet_AggregateRootProposedResolvers; }>; -export type mainnet_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 mainnet_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 mainnet_AssetStatusResolvers = ResolversObject<{ +export type linea_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mainnet_BigDecimal'; +export interface linea_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_BigDecimal'; } -export interface mainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mainnet_Bytes'; +export interface linea_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'linea_Bytes'; } -export type mainnet_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 mainnet_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 mainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mainnet_Int8'; -} - -export type mainnet_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type linea_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_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 mainnet_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 mainnet_RelayerResolvers = ResolversObject<{ +export type linea_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_RelayerFeeResolvers = ResolversObject<{ +export type linea_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_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; @@ -193083,20 +192790,20 @@ export type mainnet_RelayerFeesIncreaseResolvers; }>; -export type mainnet_RootCountResolvers = ResolversObject<{ +export type linea_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_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>; @@ -193104,61 +192811,61 @@ export type mainnet_RootMessageSentResolvers; }>; -export type mainnet_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 mainnet_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 mainnet_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 mainnet_SequencerResolvers = ResolversObject<{ +export type linea_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_SettingResolvers = ResolversObject<{ +export type linea_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_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; @@ -193166,140 +192873,143 @@ export type mainnet_SlippageUpdateResolvers; }>; -export type mainnet_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 mainnet_SpokeConnectorModeResolvers = ResolversObject<{ +export type linea_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet__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 mainnet__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type linea__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface linea_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_swap_BigDecimal'; +export interface xlayer_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'xlayer_swap_BigDecimal'; } -export interface linea_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_swap_Bytes'; +export interface xlayer_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'xlayer_swap_Bytes'; } -export type linea_swap_LpAccountResolvers = ResolversObject<{ +export interface xlayer_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'xlayer_swap_Int8'; +} + +export type xlayer_swap_LpAccountResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type xlayer_swap_LpAccountBalanceResolvers = ResolversObject<{ id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver, ParentType, ContextType>; modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_LpTokenResolvers = ResolversObject<{ +export type xlayer_swap_LpTokenResolvers = ResolversObject<{ id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; + address?: Resolver; + stableSwap?: Resolver; decimals?: Resolver; name?: Resolver; symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'linea_swap_LpTransferEvent', ParentType, ContextType>; +export type xlayer_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'xlayer_swap_LpTransferEvent', ParentType, ContextType>; id?: Resolver; - token?: Resolver; - amount?: Resolver; + token?: Resolver; + amount?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type linea_swap_LpTransferEventResolvers = ResolversObject<{ +export type xlayer_swap_LpTransferEventResolvers = ResolversObject<{ id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_PooledTokenResolvers = ResolversObject<{ +export type xlayer_swap_PooledTokenResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapResolvers = ResolversObject<{ +export type xlayer_swap_StableSwapResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; initialA?: Resolver, ParentType, ContextType>; futureA?: Resolver, ParentType, ContextType>; initialATime?: Resolver, ParentType, ContextType>; futureATime?: Resolver, ParentType, ContextType>; swapFee?: Resolver, ParentType, ContextType>; adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; balances?: Resolver, ParentType, ContextType>; adminFees?: Resolver, ParentType, ContextType>; virtualPrice?: Resolver; invariant?: Resolver; lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type xlayer_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>; @@ -193308,25 +193018,25 @@ export type linea_swap_StableSwapAddLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'linea_swap_StableSwapAddLiquidityEvent' | 'linea_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type xlayer_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'xlayer_swap_StableSwapAddLiquidityEvent' | 'xlayer_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; }>; -export type linea_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type xlayer_swap_StableSwapExchangeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -193335,15 +193045,15 @@ export type linea_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type xlayer_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>; @@ -193352,73 +193062,347 @@ export type linea_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type 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 stagingmainnet_AggregateRootSavedSlowResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + count?: Resolver; + aggregatedRoots?: Resolver>, ParentType, ContextType>; + rootTimestamp?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_AggregatedMessageRootResolvers = ResolversObject<{ + id?: Resolver; + index?: Resolver; + receivedRoot?: Resolver; + domain?: Resolver, ParentType, ContextType>; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_ArbitrumConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_AvalancheConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_BaseConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface stagingmainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmainnet_BigDecimal'; +} + +export type stagingmainnet_BnbConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface stagingmainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmainnet_Bytes'; +} + +export type stagingmainnet_GnosisConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_HubDomainResolvers = ResolversObject<{ + id?: Resolver; + domain?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_HubOptimisticRootFinalizedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface stagingmainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmainnet_Int8'; +} + +export type stagingmainnet_LineaConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_MantleConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_MetisConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_ModeConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_OptimismConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_OptimisticRootPropagatedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + domainsHash?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_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 stagingmainnet_PolygonConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_PolygonZkConnectorMetaResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_RootAggregatedResolvers = ResolversObject<{ + id?: Resolver; + domain?: Resolver; + receivedRoot?: Resolver; + index?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_RootManagerMetaResolvers = ResolversObject<{ + id?: Resolver; + domains?: Resolver>, ParentType, ContextType>; + connectors?: Resolver>, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_RootManagerModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_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 stagingmainnet_RootPropagatedResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + aggregate?: Resolver; + domainsHash?: Resolver; + count?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type stagingmainnet_ScrollConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'linea_swap_SwapDailyVolume' | 'linea_swap_SwapHourlyVolume' | 'linea_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type linea_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type stagingmainnet_XlayerConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap_SystemInfoResolvers = ResolversObject<{ +export type stagingmainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + spokeDomain?: Resolver; + hubDomain?: Resolver; + amb?: Resolver; + rootManager?: Resolver; + mirrorConnector?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type 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 arbitrumsepolia_AggregateRootResolvers = ResolversObject<{ +export type stagingavalanche_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingavalanche_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -193427,182 +193411,182 @@ export type arbitrumsepolia_AggregateRootProposedResolvers; }>; -export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_AssetStatusResolvers = ResolversObject<{ +export type stagingavalanche_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface arbitrumsepolia_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumsepolia_BigDecimal'; +export interface stagingavalanche_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingavalanche_BigDecimal'; } -export interface arbitrumsepolia_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumsepolia_Bytes'; +export interface stagingavalanche_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingavalanche_Bytes'; } -export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'arbitrumsepolia_Int8'; +export interface stagingavalanche_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingavalanche_Int8'; } -export type arbitrumsepolia_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingavalanche_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_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 arbitrumsepolia_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 arbitrumsepolia_RelayerResolvers = ResolversObject<{ +export type stagingavalanche_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_RelayerFeeResolvers = ResolversObject<{ +export type stagingavalanche_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_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; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -193610,20 +193594,20 @@ export type arbitrumsepolia_RelayerFeesIncreaseResolvers; }>; -export type arbitrumsepolia_RootCountResolvers = ResolversObject<{ +export type stagingavalanche_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_RootMessageSentResolvers = ResolversObject<{ +export type stagingavalanche_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>; @@ -193631,61 +193615,61 @@ export type arbitrumsepolia_RootMessageSentResolvers; }>; -export type arbitrumsepolia_RouterResolvers = ResolversObject<{ +export type stagingavalanche_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 arbitrumsepolia_RouterDailyTVLResolvers = ResolversObject<{ +export type stagingavalanche_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_RouterLiquidityEventResolvers = ResolversObject<{ +export type stagingavalanche_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 arbitrumsepolia_SequencerResolvers = ResolversObject<{ +export type stagingavalanche_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_SettingResolvers = ResolversObject<{ +export type stagingavalanche_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_SlippageUpdateResolvers = ResolversObject<{ +export type stagingavalanche_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -193693,47 +193677,47 @@ export type arbitrumsepolia_SlippageUpdateResolvers; }>; -export type arbitrumsepolia_SnapshotRootResolvers = ResolversObject<{ +export type stagingavalanche_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingavalanche_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type arbitrumsepolia__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 arbitrumsepolia__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingavalanche__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; @@ -193742,182 +193726,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; @@ -193925,20 +193909,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>; @@ -193946,61 +193930,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; @@ -194008,264 +193992,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>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingoptimism__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -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; - 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>; +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 sepolia_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mantle__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_AggregateRootResolvers = ResolversObject<{ +export type stagingpolygon_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingpolygon_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -194274,182 +194041,182 @@ export type base_AggregateRootProposedResolvers; }>; -export type base_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 base_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 base_AssetStatusResolvers = ResolversObject<{ +export type stagingpolygon_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface base_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_BigDecimal'; +export interface stagingpolygon_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygon_BigDecimal'; } -export interface base_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_Bytes'; +export interface stagingpolygon_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygon_Bytes'; } -export type base_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 base_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 base_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'base_Int8'; +export interface stagingpolygon_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygon_Int8'; } -export type base_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingpolygon_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_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 base_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 base_RelayerResolvers = ResolversObject<{ +export type stagingpolygon_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_RelayerFeeResolvers = ResolversObject<{ +export type stagingpolygon_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_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; @@ -194457,20 +194224,20 @@ export type base_RelayerFeesIncreaseResolvers; }>; -export type base_RootCountResolvers = ResolversObject<{ +export type stagingpolygon_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_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>; @@ -194478,61 +194245,61 @@ export type base_RootMessageSentResolvers; }>; -export type base_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 base_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 base_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 base_SequencerResolvers = ResolversObject<{ +export type stagingpolygon_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_SettingResolvers = ResolversObject<{ +export type stagingpolygon_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_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; @@ -194540,47 +194307,47 @@ export type base_SlippageUpdateResolvers; }>; -export type base_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 base_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingpolygon_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base__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 base__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingpolygon__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; @@ -194589,182 +194356,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>; + 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 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; @@ -194772,20 +194539,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>; @@ -194793,61 +194560,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; @@ -194855,47 +194622,263 @@ 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 polygon_AggregateRootResolvers = ResolversObject<{ +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; - root?: 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>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mantle_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type mode_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_AggregateRootProposedResolvers = ResolversObject<{ +export type mode_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -194904,182 +194887,182 @@ export type polygon_AggregateRootProposedResolvers; }>; -export type polygon_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 polygon_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 polygon_AssetStatusResolvers = ResolversObject<{ +export type mode_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygon_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_BigDecimal'; +export interface mode_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'mode_BigDecimal'; } -export interface polygon_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_Bytes'; +export interface mode_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'mode_Bytes'; } -export type polygon_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 polygon_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 polygon_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_Int8'; +export interface mode_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'mode_Int8'; } -export type polygon_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type mode_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_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 polygon_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 polygon_RelayerResolvers = ResolversObject<{ +export type mode_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_RelayerFeeResolvers = ResolversObject<{ +export type mode_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_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; @@ -195087,20 +195070,20 @@ export type polygon_RelayerFeesIncreaseResolvers; }>; -export type polygon_RootCountResolvers = ResolversObject<{ +export type mode_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_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>; @@ -195108,61 +195091,61 @@ export type polygon_RootMessageSentResolvers; }>; -export type polygon_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 polygon_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 polygon_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 polygon_SequencerResolvers = ResolversObject<{ +export type mode_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_SettingResolvers = ResolversObject<{ +export type mode_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon_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; @@ -195170,523 +195153,345 @@ export type polygon_SlippageUpdateResolvers; }>; -export type polygon_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 polygon_SpokeConnectorModeResolvers = ResolversObject<{ +export type mode_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygon__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 polygon__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type mode__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_AggregateRootSavedSlowResolvers = ResolversObject<{ +export type stagingmetis_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - count?: Resolver; - aggregatedRoots?: Resolver>, ParentType, ContextType>; - rootTimestamp?: Resolver; + root?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_AggregatedMessageRootResolvers = ResolversObject<{ +export type stagingmetis_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - index?: Resolver; - receivedRoot?: Resolver; - domain?: Resolver, ParentType, ContextType>; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_ArbitrumConnectorMetaResolvers = ResolversObject<{ +export type stagingmetis_AssetResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: 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_AvalancheConnectorMetaResolvers = ResolversObject<{ +export type stagingmetis_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_BaseConnectorMetaResolvers = ResolversObject<{ +export type stagingmetis_AssetStatusResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingmainnet_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmainnet_BigDecimal'; +export interface stagingmetis_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmetis_BigDecimal'; } -export type stagingmainnet_BnbConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export interface stagingmainnet_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmainnet_Bytes'; +export interface stagingmetis_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmetis_Bytes'; } -export type stagingmainnet_GnosisConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmainnet_HubDomainResolvers = ResolversObject<{ +export type stagingmetis_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - domain?: Resolver, ParentType, ContextType>; + spokeDomain?: Resolver, ParentType, ContextType>; + hubDomain?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_HubOptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingmetis_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: 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 interface stagingmainnet_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmainnet_Int8'; +export interface stagingmetis_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmetis_Int8'; } -export type stagingmainnet_LineaConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmainnet_MantleConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmainnet_MetisConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmainnet_ModeConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmainnet_OptimismConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmainnet_OptimisticRootPropagatedResolvers = ResolversObject<{ +export type stagingmetis_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - domainsHash?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_OptimisticRootProposedResolvers = ResolversObject<{ +export type stagingmetis_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - disputeCliff?: Resolver; - aggregateRoot?: Resolver; - snapshotsRoots?: Resolver>, ParentType, ContextType>; - domains?: Resolver>, ParentType, ContextType>; - baseAggregateRoot?: Resolver; - timestamp?: 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 stagingmainnet_PolygonConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmainnet_PolygonZkConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmainnet_RootAggregatedResolvers = ResolversObject<{ - id?: Resolver; - domain?: Resolver; - receivedRoot?: Resolver; - index?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmainnet_RootManagerMetaResolvers = ResolversObject<{ - id?: Resolver; - domains?: Resolver>, ParentType, ContextType>; - connectors?: Resolver>, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmainnet_RootManagerModeResolvers = ResolversObject<{ - id?: Resolver; - mode?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmainnet_RootMessageProcessedResolvers = ResolversObject<{ +export type stagingmetis_OriginTransferResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - root?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + 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 stagingmainnet_RootPropagatedResolvers = ResolversObject<{ - id?: Resolver; - aggregate?: Resolver; - domainsHash?: Resolver; - count?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmainnet_ScrollConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmainnet_XlayerConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmainnet__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type stagingmainnet__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<{ +export type stagingmetis_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 stagingmetis_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 stagingmetis_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 stagingmetis_RootCountResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_StableSwapResolvers = ResolversObject<{ +export type stagingmetis_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 stagingmetis_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 stagingmetis_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 stagingmetis_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 stagingmetis_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 stagingmetis_SettingResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type stagingmetis_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 stagingmetis_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 stagingmetis_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 stagingmetis__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type base_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingmetis__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -196007,16 +195812,16 @@ export type avalanche__Meta_Resolvers; }>; -export type polygonzkevm_AggregateRootResolvers = ResolversObject<{ +export type stagingmainnet_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingmainnet_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -196025,182 +195830,470 @@ export type polygonzkevm_AggregateRootProposedResolvers; }>; -export type polygonzkevm_AssetResolvers = ResolversObject<{ +export type stagingmainnet_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 stagingmainnet_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 stagingmainnet_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface polygonzkevm_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_BigDecimal'; +export type stagingmainnet_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 stagingmainnet_DestinationTransferResolvers = ResolversObject<{ + id?: Resolver; + chainId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; + nonce?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; + originDomain?: Resolver, ParentType, ContextType>; + destinationDomain?: Resolver, ParentType, ContextType>; + canonicalDomain?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; + receiveLocal?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; + slippage?: Resolver, ParentType, ContextType>; + bumpSlippageCount?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; + bridgedAmt?: Resolver, ParentType, ContextType>; + normalizedIn?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + amount?: Resolver, ParentType, ContextType>; + routersFee?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; + executedTimestamp?: Resolver, ParentType, ContextType>; + executedGasPrice?: Resolver, ParentType, ContextType>; + executedGasLimit?: Resolver, ParentType, ContextType>; + executedBlockNumber?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxNonce?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledTimestamp?: Resolver, ParentType, ContextType>; + reconciledGasPrice?: Resolver, ParentType, ContextType>; + reconciledGasLimit?: Resolver, ParentType, ContextType>; + reconciledBlockNumber?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxNonce?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_OptimisticRootFinalizedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_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 stagingmainnet_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 stagingmainnet_RelayerResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + relayer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_RelayerFeeResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + fee?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_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 stagingmainnet_RootCountResolvers = ResolversObject<{ + id?: Resolver; + count?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_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 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; + balance?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_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 stagingmainnet_SequencerResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver; + sequencer?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_SettingResolvers = ResolversObject<{ + id?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_SlippageUpdateResolvers = ResolversObject<{ + id?: Resolver; + transfer?: Resolver; + slippage?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; + timestamp?: Resolver; + gasPrice?: Resolver; + gasLimit?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_SnapshotRootResolvers = ResolversObject<{ + id?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmainnet_SpokeConnectorModeResolvers = ResolversObject<{ + id?: Resolver; + mode?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type zksync_AggregateRootResolvers = ResolversObject<{ + id?: Resolver; + root?: Resolver; + blockNumber?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type zksync_AggregateRootProposedResolvers = ResolversObject<{ + id?: Resolver; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; + timestamp?: Resolver; + blockNumber?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type zksync_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 zksync_AssetBalanceResolvers = ResolversObject<{ + id?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type zksync_AssetStatusResolvers = ResolversObject<{ + id?: Resolver; + status?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface zksync_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_BigDecimal'; } -export interface polygonzkevm_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_Bytes'; +export interface zksync_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_Bytes'; } -export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygonzkevm_Int8'; +export interface zksync_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'zksync_Int8'; } -export type polygonzkevm_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type zksync_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_RelayerResolvers = ResolversObject<{ +export type zksync_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_RelayerFeeResolvers = ResolversObject<{ +export type zksync_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_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; @@ -196208,20 +196301,20 @@ export type polygonzkevm_RelayerFeesIncreaseResolvers; }>; -export type polygonzkevm_RootCountResolvers = ResolversObject<{ +export type zksync_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_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>; @@ -196229,61 +196322,61 @@ export type polygonzkevm_RootMessageSentResolvers; }>; -export type polygonzkevm_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 polygonzkevm_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 polygonzkevm_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 polygonzkevm_SequencerResolvers = ResolversObject<{ +export type zksync_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_SettingResolvers = ResolversObject<{ +export type zksync_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm_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; @@ -196291,47 +196384,47 @@ export type polygonzkevm_SlippageUpdateResolvers; }>; -export type polygonzkevm_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 polygonzkevm_SpokeConnectorModeResolvers = ResolversObject<{ +export type zksync_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm__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>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type polygonzkevm__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type zksync__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_AggregateRootResolvers = ResolversObject<{ +export type polygonzkevm_swap_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_AggregateRootProposedResolvers = ResolversObject<{ +export type polygonzkevm_swap_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -196340,182 +196433,182 @@ export type stagingxdai_AggregateRootProposedResolvers; }>; -export type stagingxdai_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 stagingxdai_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 stagingxdai_AssetStatusResolvers = ResolversObject<{ +export type polygonzkevm_swap_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingxdai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingxdai_BigDecimal'; +export interface polygonzkevm_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_swap_BigDecimal'; } -export interface stagingxdai_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingxdai_Bytes'; +export interface polygonzkevm_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_swap_Bytes'; } -export type stagingxdai_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 stagingxdai_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 stagingxdai_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingxdai_Int8'; +export interface polygonzkevm_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_swap_Int8'; } -export type stagingxdai_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type polygonzkevm_swap_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_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 stagingxdai_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 stagingxdai_RelayerResolvers = ResolversObject<{ +export type polygonzkevm_swap_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_RelayerFeeResolvers = ResolversObject<{ +export type polygonzkevm_swap_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_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; @@ -196523,20 +196616,20 @@ export type stagingxdai_RelayerFeesIncreaseResolvers; }>; -export type stagingxdai_RootCountResolvers = ResolversObject<{ +export type polygonzkevm_swap_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_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>; @@ -196544,61 +196637,61 @@ export type stagingxdai_RootMessageSentResolvers; }>; -export type stagingxdai_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 stagingxdai_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 stagingxdai_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 stagingxdai_SequencerResolvers = ResolversObject<{ +export type polygonzkevm_swap_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_SettingResolvers = ResolversObject<{ +export type polygonzkevm_swap_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai_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; @@ -196606,47 +196699,47 @@ export type stagingxdai_SlippageUpdateResolvers; }>; -export type stagingxdai_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 stagingxdai_SpokeConnectorModeResolvers = ResolversObject<{ +export type polygonzkevm_swap_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai__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>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxdai__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type polygonzkevm_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_AggregateRootResolvers = ResolversObject<{ +export type xlayer_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_AggregateRootProposedResolvers = ResolversObject<{ +export type xlayer_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -196655,182 +196748,182 @@ export type stagingavalanche_AggregateRootProposedResolvers; }>; -export type stagingavalanche_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 stagingavalanche_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 stagingavalanche_AssetStatusResolvers = ResolversObject<{ +export type xlayer_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingavalanche_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingavalanche_BigDecimal'; +export interface xlayer_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'xlayer_BigDecimal'; } -export interface stagingavalanche_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingavalanche_Bytes'; +export interface xlayer_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'xlayer_Bytes'; } -export type stagingavalanche_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 stagingavalanche_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 stagingavalanche_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingavalanche_Int8'; +export interface xlayer_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'xlayer_Int8'; } -export type stagingavalanche_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type xlayer_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_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 stagingavalanche_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 stagingavalanche_RelayerResolvers = ResolversObject<{ +export type xlayer_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_RelayerFeeResolvers = ResolversObject<{ +export type xlayer_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_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; @@ -196838,20 +196931,20 @@ export type stagingavalanche_RelayerFeesIncreaseResolvers; }>; -export type stagingavalanche_RootCountResolvers = ResolversObject<{ +export type xlayer_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_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>; @@ -196859,61 +196952,61 @@ export type stagingavalanche_RootMessageSentResolvers; }>; -export type stagingavalanche_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 stagingavalanche_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 stagingavalanche_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 stagingavalanche_SequencerResolvers = ResolversObject<{ +export type xlayer_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_SettingResolvers = ResolversObject<{ +export type xlayer_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche_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; @@ -196921,47 +197014,46 @@ export type stagingavalanche_SlippageUpdateResolvers; }>; -export type stagingavalanche_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 stagingavalanche_SpokeConnectorModeResolvers = ResolversObject<{ +export type xlayer_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingavalanche__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 stagingavalanche__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type xlayer__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_AggregateRootResolvers = ResolversObject<{ +export type mainnet_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_AggregateRootProposedResolvers = ResolversObject<{ +export type mainnet_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -196970,170 +197062,170 @@ export type sepolia_AggregateRootProposedResolvers; }>; -export type sepolia_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 sepolia_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 sepolia_AssetStatusResolvers = ResolversObject<{ +export type mainnet_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_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 sepolia_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 type sepolia_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type mainnet_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_OriginMessageResolvers = ResolversObject<{ +export type mainnet_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_OriginTransferResolvers = ResolversObject<{ +export type mainnet_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_RelayerResolvers = ResolversObject<{ +export type mainnet_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_RelayerFeeResolvers = ResolversObject<{ +export type mainnet_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type mainnet_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -197141,20 +197233,20 @@ export type sepolia_RelayerFeesIncreaseResolvers; }>; -export type sepolia_RootCountResolvers = ResolversObject<{ +export type mainnet_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_RootMessageSentResolvers = ResolversObject<{ +export type mainnet_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -197162,61 +197254,61 @@ export type sepolia_RootMessageSentResolvers; }>; -export type sepolia_RouterResolvers = ResolversObject<{ +export type mainnet_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_RouterDailyTVLResolvers = ResolversObject<{ +export type mainnet_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_RouterLiquidityEventResolvers = ResolversObject<{ +export type mainnet_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 mainnet_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_SettingResolvers = ResolversObject<{ +export type mainnet_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type sepolia_SlippageUpdateResolvers = ResolversObject<{ +export type mainnet_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -197224,32 +197316,32 @@ export type sepolia_SlippageUpdateResolvers; }>; -export type sepolia_SnapshotRootResolvers = ResolversObject<{ +export type mainnet_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 mainnet_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_AggregateRootResolvers = ResolversObject<{ +export type stagingbase_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingbase_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -197258,178 +197350,182 @@ export type staginglinea_AggregateRootProposedResolvers; }>; -export type staginglinea_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 staginglinea_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 staginglinea_AssetStatusResolvers = ResolversObject<{ +export type stagingbase_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface staginglinea_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginglinea_BigDecimal'; +export interface stagingbase_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbase_BigDecimal'; } -export interface staginglinea_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'staginglinea_Bytes'; +export interface stagingbase_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbase_Bytes'; } -export type staginglinea_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 staginglinea_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 type staginglinea_OptimisticRootFinalizedResolvers = ResolversObject<{ +export interface stagingbase_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbase_Int8'; +} + +export type stagingbase_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_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 staginglinea_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 staginglinea_RelayerResolvers = ResolversObject<{ +export type stagingbase_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_RelayerFeeResolvers = ResolversObject<{ +export type stagingbase_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_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; @@ -197437,20 +197533,20 @@ export type staginglinea_RelayerFeesIncreaseResolvers; }>; -export type staginglinea_RootCountResolvers = ResolversObject<{ +export type stagingbase_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_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>; @@ -197458,61 +197554,61 @@ export type staginglinea_RootMessageSentResolvers; }>; -export type staginglinea_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 staginglinea_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 staginglinea_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 staginglinea_SequencerResolvers = ResolversObject<{ +export type stagingbase_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_SettingResolvers = ResolversObject<{ +export type stagingbase_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea_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; @@ -197520,46 +197616,47 @@ export type staginglinea_SlippageUpdateResolvers; }>; -export type staginglinea_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 staginglinea_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingbase_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type staginglinea__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 staginglinea__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingbase__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_AggregateRootResolvers = ResolversObject<{ +export type metis_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_AggregateRootProposedResolvers = ResolversObject<{ +export type metis_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -197568,178 +197665,182 @@ export type linea_AggregateRootProposedResolvers; }>; -export type linea_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 linea_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 linea_AssetStatusResolvers = ResolversObject<{ +export type metis_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface linea_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_BigDecimal'; +export interface metis_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_BigDecimal'; } -export interface linea_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'linea_Bytes'; +export interface metis_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_Bytes'; } -export type linea_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 linea_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 type linea_OptimisticRootFinalizedResolvers = ResolversObject<{ +export interface metis_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'metis_Int8'; +} + +export type metis_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_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 linea_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 linea_RelayerResolvers = ResolversObject<{ +export type metis_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_RelayerFeeResolvers = ResolversObject<{ +export type metis_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_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; @@ -197747,20 +197848,20 @@ export type linea_RelayerFeesIncreaseResolvers; }>; -export type linea_RootCountResolvers = ResolversObject<{ +export type metis_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_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>; @@ -197768,61 +197869,61 @@ export type linea_RootMessageSentResolvers; }>; -export type linea_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 linea_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 linea_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 linea_SequencerResolvers = ResolversObject<{ +export type metis_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_SettingResolvers = ResolversObject<{ +export type metis_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_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; @@ -197830,46 +197931,46 @@ export type linea_SlippageUpdateResolvers; }>; -export type linea_SnapshotRootResolvers = ResolversObject<{ +export type metis_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; - root?: Resolver; + root?: Resolver; count?: Resolver; timestamp?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea_SpokeConnectorModeResolvers = ResolversObject<{ +export type metis_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type metis__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type linea__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type metis__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_AggregateRootResolvers = ResolversObject<{ +export type stagingoptimism_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingoptimism_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -197878,170 +197979,182 @@ export type stagingmainnet_AggregateRootProposedResolvers; }>; -export type stagingmainnet_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 stagingmainnet_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 stagingmainnet_AssetStatusResolvers = ResolversObject<{ +export type stagingoptimism_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_ConnectorMetaResolvers = ResolversObject<{ +export interface stagingoptimism_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimism_BigDecimal'; +} + +export interface stagingoptimism_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingoptimism_Bytes'; +} + +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 stagingmainnet_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 stagingmainnet_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 stagingmainnet_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 stagingmainnet_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 stagingmainnet_RelayerResolvers = ResolversObject<{ +export type stagingoptimism_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_RelayerFeeResolvers = ResolversObject<{ +export type stagingoptimism_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_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; @@ -198049,20 +198162,20 @@ export type stagingmainnet_RelayerFeesIncreaseResolvers; }>; -export type stagingmainnet_RootCountResolvers = ResolversObject<{ +export type stagingoptimism_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_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>; @@ -198070,61 +198183,61 @@ export type stagingmainnet_RootMessageSentResolvers; }>; -export type stagingmainnet_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 stagingmainnet_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 stagingmainnet_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 stagingmainnet_SequencerResolvers = ResolversObject<{ +export type stagingoptimism_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_SettingResolvers = ResolversObject<{ +export type stagingoptimism_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmainnet_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; @@ -198132,32 +198245,47 @@ export type stagingmainnet_SlippageUpdateResolvers; }>; -export type stagingmainnet_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 stagingmainnet_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingoptimism_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_AggregateRootResolvers = ResolversObject<{ +export type stagingoptimism__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingoptimism__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type stagingmantle_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingmantle_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -198166,182 +198294,182 @@ export type stagingpolygon_AggregateRootProposedResolvers; }>; -export type stagingpolygon_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 stagingpolygon_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 stagingpolygon_AssetStatusResolvers = ResolversObject<{ +export type stagingmantle_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingpolygon_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingpolygon_BigDecimal'; +export interface stagingmantle_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmantle_BigDecimal'; } -export interface stagingpolygon_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingpolygon_Bytes'; +export interface stagingmantle_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmantle_Bytes'; } -export type stagingpolygon_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 stagingpolygon_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 stagingpolygon_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingpolygon_Int8'; +export interface stagingmantle_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmantle_Int8'; } -export type stagingpolygon_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingmantle_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_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 stagingpolygon_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 stagingpolygon_RelayerResolvers = ResolversObject<{ +export type stagingmantle_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_RelayerFeeResolvers = ResolversObject<{ +export type stagingmantle_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_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; @@ -198349,20 +198477,20 @@ export type stagingpolygon_RelayerFeesIncreaseResolvers; }>; -export type stagingpolygon_RootCountResolvers = ResolversObject<{ +export type stagingmantle_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_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>; @@ -198370,61 +198498,61 @@ export type stagingpolygon_RootMessageSentResolvers; }>; -export type stagingpolygon_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 stagingpolygon_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 stagingpolygon_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 stagingpolygon_SequencerResolvers = ResolversObject<{ +export type stagingmantle_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_SettingResolvers = ResolversObject<{ +export type stagingmantle_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon_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; @@ -198432,47 +198560,46 @@ export type stagingpolygon_SlippageUpdateResolvers; }>; -export type stagingpolygon_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 stagingpolygon_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingmantle_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingpolygon__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 stagingpolygon__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingmantle__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_AggregateRootResolvers = ResolversObject<{ +export type polygonzkevm_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_AggregateRootProposedResolvers = ResolversObject<{ +export type polygonzkevm_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -198481,182 +198608,182 @@ export type stagingbnb_AggregateRootProposedResolvers; }>; -export type stagingbnb_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 stagingbnb_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 stagingbnb_AssetStatusResolvers = ResolversObject<{ +export type polygonzkevm_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingbnb_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbnb_BigDecimal'; +export interface polygonzkevm_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_BigDecimal'; } -export interface stagingbnb_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbnb_Bytes'; +export interface polygonzkevm_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_Bytes'; } -export type stagingbnb_ConnectorMetaResolvers = ResolversObject<{ +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 stagingbnb_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 interface stagingbnb_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingbnb_Int8'; +export interface polygonzkevm_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygonzkevm_Int8'; } -export type stagingbnb_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type polygonzkevm_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_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 stagingbnb_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 stagingbnb_RelayerResolvers = ResolversObject<{ +export type polygonzkevm_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_RelayerFeeResolvers = ResolversObject<{ +export type polygonzkevm_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_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; @@ -198664,20 +198791,20 @@ export type stagingbnb_RelayerFeesIncreaseResolvers; }>; -export type stagingbnb_RootCountResolvers = ResolversObject<{ +export type polygonzkevm_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_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>; @@ -198685,61 +198812,61 @@ export type stagingbnb_RootMessageSentResolvers; }>; -export type stagingbnb_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 stagingbnb_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 stagingbnb_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 stagingbnb_SequencerResolvers = ResolversObject<{ +export type polygonzkevm_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_SettingResolvers = ResolversObject<{ +export type polygonzkevm_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb_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; @@ -198747,47 +198874,47 @@ export type stagingbnb_SlippageUpdateResolvers; }>; -export type stagingbnb_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 stagingbnb_SpokeConnectorModeResolvers = ResolversObject<{ +export type polygonzkevm_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingbnb__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type polygonzkevm__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 stagingbnb__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type polygonzkevm__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_AggregateRootResolvers = ResolversObject<{ +export type stagingmode_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingmode_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -198796,182 +198923,182 @@ export type stagingarbitrumone_AggregateRootProposedResolvers; }>; -export type stagingarbitrumone_AssetResolvers = ResolversObject<{ +export type stagingmode_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 stagingmode_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 stagingmode_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingarbitrumone_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumone_BigDecimal'; +export interface stagingmode_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmode_BigDecimal'; } -export interface stagingarbitrumone_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingarbitrumone_Bytes'; +export interface stagingmode_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmode_Bytes'; } -export type stagingarbitrumone_ConnectorMetaResolvers = ResolversObject<{ +export type stagingmode_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 stagingmode_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 stagingmode_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingmode_Int8'; } -export type stagingarbitrumone_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingmode_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_OriginMessageResolvers = ResolversObject<{ +export type stagingmode_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 stagingmode_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 stagingmode_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_RelayerFeeResolvers = ResolversObject<{ +export type stagingmode_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type stagingmode_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; @@ -198979,20 +199106,20 @@ export type stagingarbitrumone_RelayerFeesIncreaseResolvers; }>; -export type stagingarbitrumone_RootCountResolvers = ResolversObject<{ +export type stagingmode_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_RootMessageSentResolvers = ResolversObject<{ +export type stagingmode_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>; @@ -199000,61 +199127,61 @@ export type stagingarbitrumone_RootMessageSentResolvers; }>; -export type stagingarbitrumone_RouterResolvers = ResolversObject<{ +export type stagingmode_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 stagingmode_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 stagingmode_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 stagingmode_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_SettingResolvers = ResolversObject<{ +export type stagingmode_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone_SlippageUpdateResolvers = ResolversObject<{ +export type stagingmode_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -199062,47 +199189,47 @@ export type stagingarbitrumone_SlippageUpdateResolvers; }>; -export type stagingarbitrumone_SnapshotRootResolvers = ResolversObject<{ +export type stagingmode_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 stagingmode_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingarbitrumone__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 stagingarbitrumone__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingmode__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_AggregateRootResolvers = ResolversObject<{ +export type base_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_AggregateRootProposedResolvers = ResolversObject<{ +export type base_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -199111,182 +199238,182 @@ export type stagingzksync_AggregateRootProposedResolvers; }>; -export type stagingzksync_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 stagingzksync_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 stagingzksync_AssetStatusResolvers = ResolversObject<{ +export type base_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingzksync_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingzksync_BigDecimal'; +export interface base_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_BigDecimal'; } -export interface stagingzksync_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingzksync_Bytes'; +export interface base_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_Bytes'; } -export type stagingzksync_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 stagingzksync_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 stagingzksync_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingzksync_Int8'; +export interface base_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'base_Int8'; } -export type stagingzksync_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type base_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_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 stagingzksync_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 stagingzksync_RelayerResolvers = ResolversObject<{ +export type base_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_RelayerFeeResolvers = ResolversObject<{ +export type base_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_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; @@ -199294,20 +199421,20 @@ export type stagingzksync_RelayerFeesIncreaseResolvers; }>; -export type stagingzksync_RootCountResolvers = ResolversObject<{ +export type base_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_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>; @@ -199315,61 +199442,61 @@ export type stagingzksync_RootMessageSentResolvers; }>; -export type stagingzksync_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 stagingzksync_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 stagingzksync_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 stagingzksync_SequencerResolvers = ResolversObject<{ +export type base_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_SettingResolvers = ResolversObject<{ +export type base_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync_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; @@ -199377,490 +199504,362 @@ export type stagingzksync_SlippageUpdateResolvers; }>; -export type stagingzksync_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 stagingzksync_SpokeConnectorModeResolvers = ResolversObject<{ +export type base_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingzksync__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type base__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 stagingzksync__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type base__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 mainnet_AvalancheConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_BaseConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_BnbConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_GnosisConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_HubDomainResolvers = ResolversObject<{ - id?: Resolver; - domain?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_HubOptimisticRootFinalizedResolvers = ResolversObject<{ - id?: Resolver; - aggregateRoot?: Resolver; - timestamp?: Resolver; - blockNumber?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_LineaConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_MantleConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_MetisConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_ModeConnectorMetaResolvers = ResolversObject<{ - id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type mainnet_OptimismConnectorMetaResolvers = ResolversObject<{ +export type stagingscroll_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + root?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_OptimisticRootPropagatedResolvers = ResolversObject<{ +export type stagingscroll_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; - domainsHash?: Resolver; + aggregateRoot?: Resolver; + rootTimestamp?: Resolver; + endOfDispute?: Resolver; + domain?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_OptimisticRootProposedResolvers = ResolversObject<{ +export type stagingscroll_AssetResolvers = ResolversObject<{ id?: Resolver; - disputeCliff?: Resolver; - aggregateRoot?: Resolver; - snapshotsRoots?: Resolver>, ParentType, ContextType>; - domains?: Resolver>, ParentType, ContextType>; - baseAggregateRoot?: Resolver; - timestamp?: 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 mainnet_PolygonConnectorMetaResolvers = ResolversObject<{ +export type stagingscroll_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + amount?: Resolver; + locked?: Resolver; + supplied?: Resolver; + removed?: Resolver; + router?: Resolver; + asset?: Resolver; + feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_PolygonZkConnectorMetaResolvers = ResolversObject<{ +export type stagingscroll_AssetStatusResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: Resolver; + status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_RootAggregatedResolvers = ResolversObject<{ - id?: Resolver; - domain?: Resolver; - receivedRoot?: Resolver; - index?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface stagingscroll_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingscroll_BigDecimal'; +} -export type mainnet_RootManagerMetaResolvers = ResolversObject<{ - id?: Resolver; - domains?: Resolver>, ParentType, ContextType>; - connectors?: Resolver>, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; +export interface stagingscroll_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingscroll_Bytes'; +} -export type mainnet_RootManagerModeResolvers = ResolversObject<{ +export type stagingscroll_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; - mode?: 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 mainnet_RootMessageProcessedResolvers = ResolversObject<{ +export type stagingscroll_DestinationTransferResolvers = 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>; + 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 mainnet_RootPropagatedResolvers = ResolversObject<{ +export interface stagingscroll_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingscroll_Int8'; +} + +export type stagingscroll_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregate?: Resolver; - domainsHash?: Resolver; - count?: Resolver; + aggregateRoot?: Resolver; + timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mainnet_ZkSyncConnectorMetaResolvers = ResolversObject<{ +export type stagingscroll_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - spokeDomain?: Resolver; - hubDomain?: Resolver; - amb?: Resolver; - rootManager?: Resolver; - mirrorConnector?: 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 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<{ +export type stagingscroll_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 xlayer_swap_LpAccountBalanceResolvers = ResolversObject<{ +export type stagingscroll_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 xlayer_swap_LpTokenResolvers = ResolversObject<{ +export type stagingscroll_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 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 stagingscroll_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 xlayer_swap_PooledTokenResolvers = ResolversObject<{ +export type stagingscroll_RootCountResolvers = ResolversObject<{ id?: Resolver; - asset?: Resolver; + count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_StableSwapResolvers = ResolversObject<{ +export type stagingscroll_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 xlayer_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ +export type stagingscroll_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 xlayer_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xlayer_swap_StableSwapAddLiquidityEvent' | 'xlayer_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; +export type stagingscroll_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; + balance?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_StableSwapExchangeResolvers = ResolversObject<{ +export type stagingscroll_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 xlayer_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type stagingscroll_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 xlayer_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type stagingscroll_SettingResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; + maxRoutersPerTransfer?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type stagingscroll_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 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<{ +export type stagingscroll_SnapshotRootResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + spokeDomain?: Resolver, ParentType, ContextType>; + root?: Resolver; + count?: Resolver; timestamp?: Resolver; - volume?: Resolver; + blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap_SystemInfoResolvers = ResolversObject<{ +export type stagingscroll_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; + mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_swap__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 xlayer_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingscroll__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer_AggregateRootResolvers = ResolversObject<{ +export type stagingzksync_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingzksync_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -199869,182 +199868,182 @@ export type stagingxlayer_AggregateRootProposedResolvers; }>; -export type stagingxlayer_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 stagingxlayer_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 stagingxlayer_AssetStatusResolvers = ResolversObject<{ +export type stagingzksync_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingxlayer_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingxlayer_BigDecimal'; +export interface stagingzksync_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingzksync_BigDecimal'; } -export interface stagingxlayer_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingxlayer_Bytes'; +export interface stagingzksync_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingzksync_Bytes'; } -export type stagingxlayer_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 stagingxlayer_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 stagingxlayer_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingxlayer_Int8'; +export interface stagingzksync_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingzksync_Int8'; } -export type stagingxlayer_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingzksync_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer_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 stagingxlayer_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 stagingxlayer_RelayerResolvers = ResolversObject<{ +export type stagingzksync_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer_RelayerFeeResolvers = ResolversObject<{ +export type stagingzksync_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer_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; @@ -200052,20 +200051,20 @@ export type stagingxlayer_RelayerFeesIncreaseResolvers; }>; -export type stagingxlayer_RootCountResolvers = ResolversObject<{ +export type stagingzksync_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer_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>; @@ -200073,61 +200072,61 @@ export type stagingxlayer_RootMessageSentResolvers; }>; -export type stagingxlayer_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 stagingxlayer_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 stagingxlayer_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 stagingxlayer_SequencerResolvers = ResolversObject<{ +export type stagingzksync_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer_SettingResolvers = ResolversObject<{ +export type stagingzksync_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer_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; @@ -200135,46 +200134,47 @@ export type stagingxlayer_SlippageUpdateResolvers; }>; -export type stagingxlayer_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 stagingxlayer_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingzksync_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingxlayer__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 stagingxlayer__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingzksync__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_AggregateRootResolvers = ResolversObject<{ +export type stagingxdai_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingxdai_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -200183,182 +200183,182 @@ export type xdai_AggregateRootProposedResolvers; }>; -export type xdai_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 xdai_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 xdai_AssetStatusResolvers = ResolversObject<{ +export type stagingxdai_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface xdai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_BigDecimal'; +export interface stagingxdai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingxdai_BigDecimal'; } -export interface xdai_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_Bytes'; +export interface stagingxdai_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingxdai_Bytes'; } -export type xdai_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 xdai_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 xdai_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'xdai_Int8'; +export interface stagingxdai_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingxdai_Int8'; } -export type xdai_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingxdai_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_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 xdai_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 xdai_RelayerResolvers = ResolversObject<{ +export type stagingxdai_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_RelayerFeeResolvers = ResolversObject<{ +export type stagingxdai_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_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; @@ -200366,20 +200366,20 @@ export type xdai_RelayerFeesIncreaseResolvers; }>; -export type xdai_RootCountResolvers = ResolversObject<{ +export type stagingxdai_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_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>; @@ -200387,61 +200387,61 @@ export type xdai_RootMessageSentResolvers; }>; -export type xdai_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 xdai_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 xdai_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 xdai_SequencerResolvers = ResolversObject<{ +export type stagingxdai_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_SettingResolvers = ResolversObject<{ +export type stagingxdai_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_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; @@ -200449,46 +200449,47 @@ export type xdai_SlippageUpdateResolvers; }>; -export type xdai_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 xdai_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingxdai_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai__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>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingxdai__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_AggregateRootResolvers = ResolversObject<{ +export type xdai_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_AggregateRootProposedResolvers = ResolversObject<{ +export type xdai_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -200497,182 +200498,182 @@ export type mode_AggregateRootProposedResolvers; }>; -export type mode_AssetResolvers = ResolversObject<{ +export type xdai_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 xdai_AssetBalanceResolvers = ResolversObject<{ id?: Resolver; amount?: Resolver; locked?: Resolver; supplied?: Resolver; removed?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; feesEarned?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_AssetStatusResolvers = ResolversObject<{ +export type xdai_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mode_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'mode_BigDecimal'; +export interface xdai_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_BigDecimal'; } -export interface mode_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'mode_Bytes'; +export interface xdai_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_Bytes'; } -export type mode_ConnectorMetaResolvers = ResolversObject<{ +export type xdai_ConnectorMetaResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - amb?: Resolver, ParentType, ContextType>; - rootManager?: Resolver, ParentType, ContextType>; - mirrorConnector?: Resolver, ParentType, ContextType>; + amb?: Resolver, ParentType, ContextType>; + rootManager?: Resolver, ParentType, ContextType>; + mirrorConnector?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_DestinationTransferResolvers = ResolversObject<{ +export type xdai_DestinationTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - routers?: Resolver>, ParentType, ContextType, RequireFields>; + status?: Resolver, ParentType, ContextType>; + routers?: Resolver>, ParentType, ContextType, RequireFields>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; bumpSlippageCount?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; amount?: Resolver, ParentType, ContextType>; routersFee?: Resolver, ParentType, ContextType>; - executedCaller?: Resolver, ParentType, ContextType>; - executedTransactionHash?: Resolver, ParentType, ContextType>; + executedCaller?: Resolver, ParentType, ContextType>; + executedTransactionHash?: Resolver, ParentType, ContextType>; executedTimestamp?: Resolver, ParentType, ContextType>; executedGasPrice?: Resolver, ParentType, ContextType>; executedGasLimit?: Resolver, ParentType, ContextType>; executedBlockNumber?: Resolver, ParentType, ContextType>; - executedTxOrigin?: Resolver, ParentType, ContextType>; + executedTxOrigin?: Resolver, ParentType, ContextType>; executedTxNonce?: Resolver, ParentType, ContextType>; - reconciledCaller?: Resolver, ParentType, ContextType>; - reconciledTransactionHash?: Resolver, ParentType, ContextType>; + reconciledCaller?: Resolver, ParentType, ContextType>; + reconciledTransactionHash?: Resolver, ParentType, ContextType>; reconciledTimestamp?: Resolver, ParentType, ContextType>; reconciledGasPrice?: Resolver, ParentType, ContextType>; reconciledGasLimit?: Resolver, ParentType, ContextType>; reconciledBlockNumber?: Resolver, ParentType, ContextType>; - reconciledTxOrigin?: Resolver, ParentType, ContextType>; + reconciledTxOrigin?: Resolver, ParentType, ContextType>; reconciledTxNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface mode_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'mode_Int8'; +export interface xdai_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'xdai_Int8'; } -export type mode_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type xdai_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_OriginMessageResolvers = ResolversObject<{ +export type xdai_OriginMessageResolvers = ResolversObject<{ id?: Resolver; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; - leaf?: Resolver, ParentType, ContextType>; + leaf?: Resolver, ParentType, ContextType>; index?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - rootCount?: Resolver, ParentType, ContextType>; + rootCount?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_OriginTransferResolvers = ResolversObject<{ +export type xdai_OriginTransferResolvers = ResolversObject<{ id?: Resolver; chainId?: Resolver, ParentType, ContextType>; - transferId?: Resolver, ParentType, ContextType>; + transferId?: Resolver, ParentType, ContextType>; nonce?: Resolver, ParentType, ContextType>; - status?: Resolver, ParentType, ContextType>; - messageHash?: Resolver, ParentType, ContextType>; + status?: Resolver, ParentType, ContextType>; + messageHash?: Resolver, ParentType, ContextType>; originDomain?: Resolver, ParentType, ContextType>; destinationDomain?: Resolver, ParentType, ContextType>; canonicalDomain?: Resolver, ParentType, ContextType>; - to?: Resolver, ParentType, ContextType>; - delegate?: Resolver, ParentType, ContextType>; + to?: Resolver, ParentType, ContextType>; + delegate?: Resolver, ParentType, ContextType>; receiveLocal?: Resolver, ParentType, ContextType>; - callData?: Resolver, ParentType, ContextType>; + callData?: Resolver, ParentType, ContextType>; slippage?: Resolver, ParentType, ContextType>; - originSender?: Resolver, ParentType, ContextType>; + originSender?: Resolver, ParentType, ContextType>; bridgedAmt?: Resolver, ParentType, ContextType>; normalizedIn?: Resolver, ParentType, ContextType>; - canonicalId?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - transactingAsset?: Resolver, ParentType, ContextType>; - message?: Resolver, ParentType, ContextType>; + canonicalId?: Resolver, ParentType, ContextType>; + asset?: Resolver, ParentType, ContextType>; + transactingAsset?: Resolver, ParentType, ContextType>; + message?: Resolver, ParentType, ContextType>; bumpRelayerFeeCount?: Resolver, ParentType, ContextType>; - relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; - initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + relayerFees?: Resolver>, ParentType, ContextType, RequireFields>; + initialRelayerFeeAsset?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; blockNumber?: Resolver, ParentType, ContextType>; - txOrigin?: Resolver, ParentType, ContextType>; + txOrigin?: Resolver, ParentType, ContextType>; txNonce?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_RelayerResolvers = ResolversObject<{ +export type xdai_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_RelayerFeeResolvers = ResolversObject<{ +export type xdai_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_RelayerFeesIncreaseResolvers = ResolversObject<{ +export type xdai_RelayerFeesIncreaseResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; increase?: Resolver, ParentType, ContextType>; - asset?: Resolver, ParentType, ContextType>; - caller?: Resolver; - transactionHash?: Resolver; + asset?: Resolver, ParentType, ContextType>; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -200680,20 +200681,20 @@ export type mode_RelayerFeesIncreaseResolvers; }>; -export type mode_RootCountResolvers = ResolversObject<{ +export type xdai_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_RootMessageSentResolvers = ResolversObject<{ +export type xdai_RootMessageSentResolvers = ResolversObject<{ id?: Resolver; spokeDomain?: Resolver, ParentType, ContextType>; hubDomain?: Resolver, ParentType, ContextType>; - root?: Resolver, ParentType, ContextType>; + root?: Resolver, ParentType, ContextType>; count?: Resolver, ParentType, ContextType>; - caller?: Resolver, ParentType, ContextType>; - transactionHash?: Resolver, ParentType, ContextType>; + caller?: Resolver, ParentType, ContextType>; + transactionHash?: Resolver, ParentType, ContextType>; timestamp?: Resolver, ParentType, ContextType>; gasPrice?: Resolver, ParentType, ContextType>; gasLimit?: Resolver, ParentType, ContextType>; @@ -200701,61 +200702,61 @@ export type mode_RootMessageSentResolvers; }>; -export type mode_RouterResolvers = ResolversObject<{ +export type xdai_RouterResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - owner?: Resolver, ParentType, ContextType>; - recipient?: Resolver, ParentType, ContextType>; - proposedOwner?: Resolver, ParentType, ContextType>; + owner?: Resolver, ParentType, ContextType>; + recipient?: Resolver, ParentType, ContextType>; + proposedOwner?: Resolver, ParentType, ContextType>; proposedTimestamp?: Resolver, ParentType, ContextType>; - assetBalances?: Resolver, ParentType, ContextType, RequireFields>; + assetBalances?: Resolver, ParentType, ContextType, RequireFields>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_RouterDailyTVLResolvers = ResolversObject<{ +export type xdai_RouterDailyTVLResolvers = ResolversObject<{ id?: Resolver; - router?: Resolver; - asset?: Resolver; + router?: Resolver; + asset?: Resolver; timestamp?: Resolver; balance?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_RouterLiquidityEventResolvers = ResolversObject<{ +export type xdai_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 xdai_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_SettingResolvers = ResolversObject<{ +export type xdai_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode_SlippageUpdateResolvers = ResolversObject<{ +export type xdai_SlippageUpdateResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; slippage?: Resolver; - caller?: Resolver; - transactionHash?: Resolver; + caller?: Resolver; + transactionHash?: Resolver; timestamp?: Resolver; gasPrice?: Resolver; gasLimit?: Resolver; @@ -200763,46 +200764,46 @@ export type mode_SlippageUpdateResolvers; }>; -export type mode_SnapshotRootResolvers = ResolversObject<{ +export type xdai_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 xdai_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type xdai__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type mode__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type xdai__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_AggregateRootResolvers = ResolversObject<{ +export type stagingbnb_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingbnb_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -200811,182 +200812,182 @@ export type stagingmantle_AggregateRootProposedResolvers; }>; -export type stagingmantle_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 stagingmantle_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 stagingmantle_AssetStatusResolvers = ResolversObject<{ +export type stagingbnb_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingmantle_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmantle_BigDecimal'; +export interface stagingbnb_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbnb_BigDecimal'; } -export interface stagingmantle_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmantle_Bytes'; +export interface stagingbnb_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbnb_Bytes'; } -export type stagingmantle_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 stagingmantle_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 stagingmantle_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmantle_Int8'; +export interface stagingbnb_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingbnb_Int8'; } -export type stagingmantle_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingbnb_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_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 stagingmantle_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 stagingmantle_RelayerResolvers = ResolversObject<{ +export type stagingbnb_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_RelayerFeeResolvers = ResolversObject<{ +export type stagingbnb_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_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; @@ -200994,20 +200995,20 @@ export type stagingmantle_RelayerFeesIncreaseResolvers; }>; -export type stagingmantle_RootCountResolvers = ResolversObject<{ +export type stagingbnb_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_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>; @@ -201015,61 +201016,61 @@ export type stagingmantle_RootMessageSentResolvers; }>; -export type stagingmantle_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 stagingmantle_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 stagingmantle_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 stagingmantle_SequencerResolvers = ResolversObject<{ +export type stagingbnb_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_SettingResolvers = ResolversObject<{ +export type stagingbnb_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle_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; @@ -201077,46 +201078,47 @@ export type stagingmantle_SlippageUpdateResolvers; }>; -export type stagingmantle_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 stagingmantle_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingbnb_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle__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>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmantle__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingbnb__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_AggregateRootResolvers = ResolversObject<{ +export type stagingarbitrumone_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingarbitrumone_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -201125,182 +201127,182 @@ export type stagingmetis_AggregateRootProposedResolvers; }>; -export type stagingmetis_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 stagingmetis_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 stagingmetis_AssetStatusResolvers = ResolversObject<{ +export type stagingarbitrumone_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface stagingmetis_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmetis_BigDecimal'; +export interface stagingarbitrumone_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumone_BigDecimal'; } -export interface stagingmetis_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmetis_Bytes'; +export interface stagingarbitrumone_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumone_Bytes'; } -export type stagingmetis_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 stagingmetis_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 stagingmetis_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'stagingmetis_Int8'; +export interface stagingarbitrumone_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingarbitrumone_Int8'; } -export type stagingmetis_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingarbitrumone_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_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 stagingmetis_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 stagingmetis_RelayerResolvers = ResolversObject<{ +export type stagingarbitrumone_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_RelayerFeeResolvers = ResolversObject<{ +export type stagingarbitrumone_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_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; @@ -201308,20 +201310,20 @@ export type stagingmetis_RelayerFeesIncreaseResolvers; }>; -export type stagingmetis_RootCountResolvers = ResolversObject<{ +export type stagingarbitrumone_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_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>; @@ -201329,61 +201331,61 @@ export type stagingmetis_RootMessageSentResolvers; }>; -export type stagingmetis_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 stagingmetis_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 stagingmetis_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 stagingmetis_SequencerResolvers = ResolversObject<{ +export type stagingarbitrumone_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_SettingResolvers = ResolversObject<{ +export type stagingarbitrumone_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis_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; @@ -201391,46 +201393,47 @@ export type stagingmetis_SlippageUpdateResolvers; }>; -export type stagingmetis_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 stagingmetis_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingarbitrumone_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis__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>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type stagingmetis__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingarbitrumone__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_AggregateRootResolvers = ResolversObject<{ +export type stagingpolygonzkevm_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingpolygonzkevm_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -201439,182 +201442,182 @@ export type metis_AggregateRootProposedResolvers; }>; -export type metis_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 metis_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 metis_AssetStatusResolvers = ResolversObject<{ +export type stagingpolygonzkevm_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface metis_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_BigDecimal'; +export interface stagingpolygonzkevm_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygonzkevm_BigDecimal'; } -export interface metis_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_Bytes'; +export interface stagingpolygonzkevm_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygonzkevm_Bytes'; } -export type metis_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 metis_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 metis_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'metis_Int8'; +export interface stagingpolygonzkevm_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingpolygonzkevm_Int8'; } -export type metis_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingpolygonzkevm_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_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 metis_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 metis_RelayerResolvers = ResolversObject<{ +export type stagingpolygonzkevm_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_RelayerFeeResolvers = ResolversObject<{ +export type stagingpolygonzkevm_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_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; @@ -201622,20 +201625,20 @@ export type metis_RelayerFeesIncreaseResolvers; }>; -export type metis_RootCountResolvers = ResolversObject<{ +export type stagingpolygonzkevm_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_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>; @@ -201643,61 +201646,61 @@ export type metis_RootMessageSentResolvers; }>; -export type metis_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 metis_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 metis_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 metis_SequencerResolvers = ResolversObject<{ +export type stagingpolygonzkevm_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_SettingResolvers = ResolversObject<{ +export type stagingpolygonzkevm_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis_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; @@ -201705,46 +201708,47 @@ export type metis_SlippageUpdateResolvers; }>; -export type metis_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 metis_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingpolygonzkevm_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type metis__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 metis__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingpolygonzkevm__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_AggregateRootResolvers = ResolversObject<{ +export type stagingxlayer_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_AggregateRootProposedResolvers = ResolversObject<{ +export type stagingxlayer_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -201753,182 +201757,182 @@ export type bnb_AggregateRootProposedResolvers; }>; -export type bnb_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 bnb_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 bnb_AssetStatusResolvers = ResolversObject<{ +export type stagingxlayer_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface bnb_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_BigDecimal'; +export interface stagingxlayer_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingxlayer_BigDecimal'; } -export interface bnb_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_Bytes'; +export interface stagingxlayer_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingxlayer_Bytes'; } -export type bnb_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 bnb_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 bnb_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'bnb_Int8'; +export interface stagingxlayer_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'stagingxlayer_Int8'; } -export type bnb_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type stagingxlayer_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_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 bnb_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 bnb_RelayerResolvers = ResolversObject<{ +export type stagingxlayer_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_RelayerFeeResolvers = ResolversObject<{ +export type stagingxlayer_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_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; @@ -201936,20 +201940,20 @@ export type bnb_RelayerFeesIncreaseResolvers; }>; -export type bnb_RootCountResolvers = ResolversObject<{ +export type stagingxlayer_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_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>; @@ -201957,61 +201961,61 @@ export type bnb_RootMessageSentResolvers; }>; -export type bnb_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 bnb_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 bnb_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 bnb_SequencerResolvers = ResolversObject<{ +export type stagingxlayer_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_SettingResolvers = ResolversObject<{ +export type stagingxlayer_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb_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; @@ -202019,46 +202023,46 @@ export type bnb_SlippageUpdateResolvers; }>; -export type bnb_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 bnb_SpokeConnectorModeResolvers = ResolversObject<{ +export type stagingxlayer_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type stagingxlayer__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type bnb__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type stagingxlayer__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_AggregateRootResolvers = ResolversObject<{ +export type staginglinea_AggregateRootResolvers = ResolversObject<{ id?: Resolver; - root?: Resolver; + root?: Resolver; blockNumber?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_AggregateRootProposedResolvers = ResolversObject<{ +export type staginglinea_AggregateRootProposedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; rootTimestamp?: Resolver; endOfDispute?: Resolver; domain?: Resolver; @@ -202067,182 +202071,178 @@ export type xlayer_AggregateRootProposedResolvers; }>; -export type xlayer_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 xlayer_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 xlayer_AssetStatusResolvers = ResolversObject<{ +export type staginglinea_AssetStatusResolvers = ResolversObject<{ id?: Resolver; status?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export interface xlayer_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'xlayer_BigDecimal'; +export interface staginglinea_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'staginglinea_BigDecimal'; } -export interface xlayer_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'xlayer_Bytes'; +export interface staginglinea_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'staginglinea_Bytes'; } -export type xlayer_ConnectorMetaResolvers = ResolversObject<{ +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 xlayer_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 interface xlayer_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'xlayer_Int8'; -} - -export type xlayer_OptimisticRootFinalizedResolvers = ResolversObject<{ +export type staginglinea_OptimisticRootFinalizedResolvers = ResolversObject<{ id?: Resolver; - aggregateRoot?: Resolver; + aggregateRoot?: Resolver; timestamp?: Resolver; blockNumber?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_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 xlayer_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 xlayer_RelayerResolvers = ResolversObject<{ +export type staginglinea_RelayerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - relayer?: Resolver, ParentType, ContextType>; + relayer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_RelayerFeeResolvers = ResolversObject<{ +export type staginglinea_RelayerFeeResolvers = ResolversObject<{ id?: Resolver; - transfer?: Resolver; + transfer?: Resolver; fee?: Resolver; - asset?: Resolver; + asset?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_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; @@ -202250,20 +202250,20 @@ export type xlayer_RelayerFeesIncreaseResolvers; }>; -export type xlayer_RootCountResolvers = ResolversObject<{ +export type staginglinea_RootCountResolvers = ResolversObject<{ id?: Resolver; count?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_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>; @@ -202271,61 +202271,61 @@ export type xlayer_RootMessageSentResolvers; }>; -export type xlayer_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 xlayer_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 xlayer_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 xlayer_SequencerResolvers = ResolversObject<{ +export type staginglinea_SequencerResolvers = ResolversObject<{ id?: Resolver; isActive?: Resolver; - sequencer?: Resolver, ParentType, ContextType>; + sequencer?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_SettingResolvers = ResolversObject<{ +export type staginglinea_SettingResolvers = ResolversObject<{ id?: Resolver; maxRoutersPerTransfer?: Resolver; - caller?: Resolver; + caller?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer_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; @@ -202333,31 +202333,31 @@ export type xlayer_SlippageUpdateResolvers; }>; -export type xlayer_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 xlayer_SpokeConnectorModeResolvers = ResolversObject<{ +export type staginglinea_SpokeConnectorModeResolvers = ResolversObject<{ id?: Resolver; mode?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type staginglinea__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xlayer__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type staginglinea__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -202580,223 +202580,6 @@ export type bnb_swap__Meta_Resolvers; }>; -export interface polygon_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_swap_BigDecimal'; -} - -export interface polygon_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_swap_Bytes'; -} - -export interface polygon_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { - name: 'polygon_swap_Int8'; -} - -export type polygon_swap_LpAccountResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - balances?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap_LpAccountBalanceResolvers = ResolversObject<{ - id?: Resolver; - account?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver, ParentType, ContextType>; - modified?: Resolver, ParentType, ContextType>; - transaction?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap_LpTokenResolvers = ResolversObject<{ - id?: Resolver; - address?: Resolver; - stableSwap?: Resolver; - decimals?: Resolver; - name?: Resolver; - symbol?: Resolver; - totalSupply?: Resolver; - events?: Resolver, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap_LpTokenEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'polygon_swap_LpTransferEvent', ParentType, ContextType>; - id?: Resolver; - token?: Resolver; - amount?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type polygon_swap_LpTransferEventResolvers = ResolversObject<{ - id?: Resolver; - token?: Resolver; - amount?: Resolver; - from?: Resolver; - to?: Resolver; - fromBalance?: Resolver; - toBalance?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap_PooledTokenResolvers = ResolversObject<{ - id?: Resolver; - asset?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap_StableSwapResolvers = ResolversObject<{ - id?: Resolver; - isActive?: Resolver, ParentType, ContextType>; - key?: Resolver; - canonicalId?: Resolver, ParentType, ContextType>; - domain?: Resolver, ParentType, ContextType>; - swapPool?: Resolver, ParentType, ContextType>; - lpToken?: Resolver, ParentType, ContextType>; - initialA?: Resolver, ParentType, ContextType>; - futureA?: Resolver, ParentType, ContextType>; - initialATime?: Resolver, ParentType, ContextType>; - futureATime?: Resolver, ParentType, ContextType>; - swapFee?: Resolver, ParentType, ContextType>; - adminFee?: Resolver, ParentType, ContextType>; - pooledTokens?: Resolver, ParentType, ContextType>; - tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; - balances?: Resolver, ParentType, ContextType>; - adminFees?: Resolver, ParentType, ContextType>; - virtualPrice?: Resolver; - invariant?: Resolver; - lpTokenSupply?: Resolver; - events?: Resolver>, ParentType, ContextType, RequireFields>; - exchanges?: Resolver>, ParentType, ContextType, RequireFields>; - hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap_StableSwapEventResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'polygon_swap_StableSwapAddLiquidityEvent' | 'polygon_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; - id?: Resolver; - stableSwap?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; -}>; - -export type polygon_swap_StableSwapExchangeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; - boughtId?: Resolver; - tokensBought?: Resolver; - soldId?: Resolver; - tokensSold?: Resolver; - balances?: Resolver, ParentType, ContextType>; - fee?: Resolver; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; - tokenAmounts?: Resolver, ParentType, ContextType>; - fees?: Resolver>, ParentType, ContextType>; - invariant?: Resolver, ParentType, ContextType>; - lpTokenSupply?: Resolver; - lpTokenAmount?: Resolver; - balances?: Resolver, ParentType, ContextType>; - block?: Resolver; - timestamp?: Resolver; - transaction?: Resolver; - nonce?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap_SwapDailyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap_SwapHourlyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'polygon_swap_SwapDailyVolume' | 'polygon_swap_SwapHourlyVolume' | 'polygon_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; -}>; - -export type polygon_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ - id?: Resolver; - stableSwap?: Resolver; - timestamp?: Resolver; - volume?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap_SystemInfoResolvers = ResolversObject<{ - id?: Resolver; - exchangeCount?: Resolver; - swapCount?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; - number?: Resolver; - timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}>; - -export type polygon_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; - deployment?: Resolver; - hasIndexingErrors?: Resolver; - __isTypeOf?: IsTypeOfResolverFn; -}>; - export interface optimism_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { name: 'optimism_swap_BigDecimal'; } @@ -203363,8 +203146,225 @@ export type xdai_swap_StableSwapEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - buyer?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; + boughtId?: Resolver; + tokensBought?: Resolver; + soldId?: Resolver; + tokensSold?: Resolver; + balances?: Resolver, ParentType, ContextType>; + fee?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xdai_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver>, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xdai_swap_SwapDailyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xdai_swap_SwapHourlyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xdai_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'xdai_swap_SwapDailyVolume' | 'xdai_swap_SwapHourlyVolume' | 'xdai_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; +}>; + +export type xdai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + timestamp?: Resolver; + volume?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xdai_swap_SystemInfoResolvers = ResolversObject<{ + id?: Resolver; + exchangeCount?: Resolver; + swapCount?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xdai_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; + number?: Resolver; + timestamp?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type xdai_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; + deployment?: Resolver; + hasIndexingErrors?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export interface polygon_swap_BigDecimalScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_swap_BigDecimal'; +} + +export interface polygon_swap_BytesScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_swap_Bytes'; +} + +export interface polygon_swap_Int8ScalarConfig extends GraphQLScalarTypeConfig { + name: 'polygon_swap_Int8'; +} + +export type polygon_swap_LpAccountResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + balances?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap_LpAccountBalanceResolvers = ResolversObject<{ + id?: Resolver; + account?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver, ParentType, ContextType>; + modified?: Resolver, ParentType, ContextType>; + transaction?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap_LpTokenResolvers = ResolversObject<{ + id?: Resolver; + address?: Resolver; + stableSwap?: Resolver; + decimals?: Resolver; + name?: Resolver; + symbol?: Resolver; + totalSupply?: Resolver; + events?: Resolver, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap_LpTokenEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'polygon_swap_LpTransferEvent', ParentType, ContextType>; + id?: Resolver; + token?: Resolver; + amount?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type polygon_swap_LpTransferEventResolvers = ResolversObject<{ + id?: Resolver; + token?: Resolver; + amount?: Resolver; + from?: Resolver; + to?: Resolver; + fromBalance?: Resolver; + toBalance?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap_PooledTokenResolvers = ResolversObject<{ + id?: Resolver; + asset?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap_StableSwapResolvers = ResolversObject<{ + id?: Resolver; + isActive?: Resolver, ParentType, ContextType>; + key?: Resolver; + canonicalId?: Resolver, ParentType, ContextType>; + domain?: Resolver, ParentType, ContextType>; + swapPool?: Resolver, ParentType, ContextType>; + lpToken?: Resolver, ParentType, ContextType>; + initialA?: Resolver, ParentType, ContextType>; + futureA?: Resolver, ParentType, ContextType>; + initialATime?: Resolver, ParentType, ContextType>; + futureATime?: Resolver, ParentType, ContextType>; + swapFee?: Resolver, ParentType, ContextType>; + adminFee?: Resolver, ParentType, ContextType>; + pooledTokens?: Resolver, ParentType, ContextType>; + tokenPrecisionMultipliers?: Resolver, ParentType, ContextType>; + balances?: Resolver, ParentType, ContextType>; + adminFees?: Resolver, ParentType, ContextType>; + virtualPrice?: Resolver; + invariant?: Resolver; + lpTokenSupply?: Resolver; + events?: Resolver>, ParentType, ContextType, RequireFields>; + exchanges?: Resolver>, ParentType, ContextType, RequireFields>; + hourlyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + dailyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + weeklyVolumes?: Resolver>, ParentType, ContextType, RequireFields>; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap_StableSwapAddLiquidityEventResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; + tokenAmounts?: Resolver, ParentType, ContextType>; + fees?: Resolver, ParentType, ContextType>; + invariant?: Resolver, ParentType, ContextType>; + lpTokenSupply?: Resolver; + lpTokenAmount?: Resolver; + balances?: Resolver, ParentType, ContextType>; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}>; + +export type polygon_swap_StableSwapEventResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'polygon_swap_StableSwapAddLiquidityEvent' | 'polygon_swap_StableSwapRemoveLiquidityEvent', ParentType, ContextType>; + id?: Resolver; + stableSwap?: Resolver; + block?: Resolver; + timestamp?: Resolver; + transaction?: Resolver; + nonce?: Resolver; +}>; + +export type polygon_swap_StableSwapExchangeResolvers = ResolversObject<{ + id?: Resolver; + stableSwap?: Resolver; + buyer?: Resolver; boughtId?: Resolver; tokensBought?: Resolver; soldId?: Resolver; @@ -203373,15 +203373,15 @@ export type xdai_swap_StableSwapExchangeResolvers; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ +export type polygon_swap_StableSwapRemoveLiquidityEventResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; - provider?: Resolver; + stableSwap?: Resolver; + provider?: Resolver; tokenAmounts?: Resolver, ParentType, ContextType>; fees?: Resolver>, ParentType, ContextType>; invariant?: Resolver, ParentType, ContextType>; @@ -203390,59 +203390,59 @@ export type xdai_swap_StableSwapRemoveLiquidityEventResolvers, ParentType, ContextType>; block?: Resolver; timestamp?: Resolver; - transaction?: Resolver; + transaction?: Resolver; nonce?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_SwapDailyVolumeResolvers = ResolversObject<{ +export type polygon_swap_SwapDailyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_SwapHourlyVolumeResolvers = ResolversObject<{ +export type polygon_swap_SwapHourlyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_SwapTradeVolumeResolvers = ResolversObject<{ - __resolveType: TypeResolveFn<'xdai_swap_SwapDailyVolume' | 'xdai_swap_SwapHourlyVolume' | 'xdai_swap_SwapWeeklyVolume', ParentType, ContextType>; - stableSwap?: Resolver; +export type polygon_swap_SwapTradeVolumeResolvers = ResolversObject<{ + __resolveType: TypeResolveFn<'polygon_swap_SwapDailyVolume' | 'polygon_swap_SwapHourlyVolume' | 'polygon_swap_SwapWeeklyVolume', ParentType, ContextType>; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; }>; -export type xdai_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ +export type polygon_swap_SwapWeeklyVolumeResolvers = ResolversObject<{ id?: Resolver; - stableSwap?: Resolver; + stableSwap?: Resolver; timestamp?: Resolver; - volume?: Resolver; + volume?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap_SystemInfoResolvers = ResolversObject<{ +export type polygon_swap_SystemInfoResolvers = ResolversObject<{ id?: Resolver; exchangeCount?: Resolver; swapCount?: Resolver; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap__Block_Resolvers = ResolversObject<{ - hash?: Resolver, ParentType, ContextType>; +export type polygon_swap__Block_Resolvers = ResolversObject<{ + hash?: Resolver, ParentType, ContextType>; number?: Resolver; timestamp?: Resolver, ParentType, ContextType>; - parentHash?: Resolver, ParentType, ContextType>; + parentHash?: Resolver, ParentType, ContextType>; __isTypeOf?: IsTypeOfResolverFn; }>; -export type xdai_swap__Meta_Resolvers = ResolversObject<{ - block?: Resolver; +export type polygon_swap__Meta_Resolvers = ResolversObject<{ + block?: Resolver; deployment?: Resolver; hasIndexingErrors?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -203668,92 +203668,29 @@ export type avalanche_swap__Meta_Resolvers = ResolversObject<{ Query?: QueryResolvers; Subscription?: SubscriptionResolvers; - mantle_swap_BigDecimal?: GraphQLScalarType; + sepolia_swap_BigDecimal?: GraphQLScalarType; BigInt?: 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; + 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; Timestamp?: GraphQLScalarType; - mantle_swap__Block_?: mantle_swap__Block_Resolvers; - mantle_swap__Meta_?: mantle_swap__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; - 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; - 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__Block_?: sepolia_swap__Block_Resolvers; + sepolia_swap__Meta_?: sepolia_swap__Meta_Resolvers; optimismsepolia_swap_BigDecimal?: GraphQLScalarType; optimismsepolia_swap_Bytes?: GraphQLScalarType; optimismsepolia_swap_Int8?: GraphQLScalarType; @@ -203806,118 +203743,55 @@ export type Resolvers = ResolversObject<{ sepolia_ZkSyncConnectorMeta?: sepolia_ZkSyncConnectorMetaResolvers; sepolia__Block_?: sepolia__Block_Resolvers; sepolia__Meta_?: sepolia__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; - 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; - 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; - 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; + 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; + arbitrumsepolia_AggregateRoot?: arbitrumsepolia_AggregateRootResolvers; + arbitrumsepolia_AggregateRootProposed?: arbitrumsepolia_AggregateRootProposedResolvers; + arbitrumsepolia_Asset?: arbitrumsepolia_AssetResolvers; + arbitrumsepolia_AssetBalance?: arbitrumsepolia_AssetBalanceResolvers; + arbitrumsepolia_AssetStatus?: arbitrumsepolia_AssetStatusResolvers; + arbitrumsepolia_BigDecimal?: GraphQLScalarType; + arbitrumsepolia_Bytes?: GraphQLScalarType; + arbitrumsepolia_ConnectorMeta?: arbitrumsepolia_ConnectorMetaResolvers; + arbitrumsepolia_DestinationTransfer?: arbitrumsepolia_DestinationTransferResolvers; + arbitrumsepolia_Int8?: GraphQLScalarType; + arbitrumsepolia_OptimisticRootFinalized?: arbitrumsepolia_OptimisticRootFinalizedResolvers; + arbitrumsepolia_OriginMessage?: arbitrumsepolia_OriginMessageResolvers; + arbitrumsepolia_OriginTransfer?: arbitrumsepolia_OriginTransferResolvers; + arbitrumsepolia_Relayer?: arbitrumsepolia_RelayerResolvers; + arbitrumsepolia_RelayerFee?: arbitrumsepolia_RelayerFeeResolvers; + arbitrumsepolia_RelayerFeesIncrease?: arbitrumsepolia_RelayerFeesIncreaseResolvers; + arbitrumsepolia_RootCount?: arbitrumsepolia_RootCountResolvers; + arbitrumsepolia_RootMessageSent?: arbitrumsepolia_RootMessageSentResolvers; + arbitrumsepolia_Router?: arbitrumsepolia_RouterResolvers; + arbitrumsepolia_RouterDailyTVL?: arbitrumsepolia_RouterDailyTVLResolvers; + arbitrumsepolia_RouterLiquidityEvent?: arbitrumsepolia_RouterLiquidityEventResolvers; + arbitrumsepolia_Sequencer?: arbitrumsepolia_SequencerResolvers; + arbitrumsepolia_Setting?: arbitrumsepolia_SettingResolvers; + arbitrumsepolia_SlippageUpdate?: arbitrumsepolia_SlippageUpdateResolvers; + arbitrumsepolia_SnapshotRoot?: arbitrumsepolia_SnapshotRootResolvers; + 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; @@ -203946,111 +203820,128 @@ export type Resolvers = ResolversObject<{ optimismsepolia_SpokeConnectorMode?: optimismsepolia_SpokeConnectorModeResolvers; optimismsepolia__Block_?: optimismsepolia__Block_Resolvers; optimismsepolia__Meta_?: optimismsepolia__Meta_Resolvers; - mantle_AggregateRoot?: mantle_AggregateRootResolvers; - mantle_AggregateRootProposed?: mantle_AggregateRootProposedResolvers; - mantle_Asset?: mantle_AssetResolvers; - mantle_AssetBalance?: mantle_AssetBalanceResolvers; - mantle_AssetStatus?: mantle_AssetStatusResolvers; - mantle_BigDecimal?: GraphQLScalarType; - mantle_Bytes?: GraphQLScalarType; - mantle_ConnectorMeta?: mantle_ConnectorMetaResolvers; - mantle_DestinationTransfer?: mantle_DestinationTransferResolvers; - mantle_Int8?: GraphQLScalarType; - mantle_OptimisticRootFinalized?: mantle_OptimisticRootFinalizedResolvers; - mantle_OriginMessage?: mantle_OriginMessageResolvers; - mantle_OriginTransfer?: mantle_OriginTransferResolvers; - mantle_Relayer?: mantle_RelayerResolvers; - mantle_RelayerFee?: mantle_RelayerFeeResolvers; - mantle_RelayerFeesIncrease?: mantle_RelayerFeesIncreaseResolvers; - mantle_RootCount?: mantle_RootCountResolvers; - mantle_RootMessageSent?: mantle_RootMessageSentResolvers; - mantle_Router?: mantle_RouterResolvers; - mantle_RouterDailyTVL?: mantle_RouterDailyTVLResolvers; - mantle_RouterLiquidityEvent?: mantle_RouterLiquidityEventResolvers; - mantle_Sequencer?: mantle_SequencerResolvers; - mantle_Setting?: mantle_SettingResolvers; - mantle_SlippageUpdate?: mantle_SlippageUpdateResolvers; - mantle_SnapshotRoot?: mantle_SnapshotRootResolvers; - mantle_SpokeConnectorMode?: mantle_SpokeConnectorModeResolvers; - mantle__Block_?: mantle__Block_Resolvers; - mantle__Meta_?: mantle__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; - 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; - stagingbase_AggregateRoot?: stagingbase_AggregateRootResolvers; - stagingbase_AggregateRootProposed?: stagingbase_AggregateRootProposedResolvers; - stagingbase_Asset?: stagingbase_AssetResolvers; - stagingbase_AssetBalance?: stagingbase_AssetBalanceResolvers; - stagingbase_AssetStatus?: stagingbase_AssetStatusResolvers; - stagingbase_BigDecimal?: GraphQLScalarType; - stagingbase_Bytes?: GraphQLScalarType; - stagingbase_ConnectorMeta?: stagingbase_ConnectorMetaResolvers; - stagingbase_DestinationTransfer?: stagingbase_DestinationTransferResolvers; - stagingbase_Int8?: GraphQLScalarType; - stagingbase_OptimisticRootFinalized?: stagingbase_OptimisticRootFinalizedResolvers; - stagingbase_OriginMessage?: stagingbase_OriginMessageResolvers; - stagingbase_OriginTransfer?: stagingbase_OriginTransferResolvers; - stagingbase_Relayer?: stagingbase_RelayerResolvers; - stagingbase_RelayerFee?: stagingbase_RelayerFeeResolvers; - stagingbase_RelayerFeesIncrease?: stagingbase_RelayerFeesIncreaseResolvers; - stagingbase_RootCount?: stagingbase_RootCountResolvers; - stagingbase_RootMessageSent?: stagingbase_RootMessageSentResolvers; - stagingbase_Router?: stagingbase_RouterResolvers; - stagingbase_RouterDailyTVL?: stagingbase_RouterDailyTVLResolvers; - stagingbase_RouterLiquidityEvent?: stagingbase_RouterLiquidityEventResolvers; - stagingbase_Sequencer?: stagingbase_SequencerResolvers; - stagingbase_Setting?: stagingbase_SettingResolvers; - stagingbase_SlippageUpdate?: stagingbase_SlippageUpdateResolvers; - stagingbase_SnapshotRoot?: stagingbase_SnapshotRootResolvers; - stagingbase_SpokeConnectorMode?: stagingbase_SpokeConnectorModeResolvers; - stagingbase__Block_?: stagingbase__Block_Resolvers; - stagingbase__Meta_?: stagingbase__Meta_Resolvers; + mainnet_AggregateRootSavedSlow?: mainnet_AggregateRootSavedSlowResolvers; + mainnet_AggregatedMessageRoot?: mainnet_AggregatedMessageRootResolvers; + mainnet_ArbitrumConnectorMeta?: mainnet_ArbitrumConnectorMetaResolvers; + mainnet_AvalancheConnectorMeta?: mainnet_AvalancheConnectorMetaResolvers; + mainnet_BaseConnectorMeta?: mainnet_BaseConnectorMetaResolvers; + mainnet_BigDecimal?: GraphQLScalarType; + mainnet_BnbConnectorMeta?: mainnet_BnbConnectorMetaResolvers; + mainnet_Bytes?: GraphQLScalarType; + mainnet_GnosisConnectorMeta?: mainnet_GnosisConnectorMetaResolvers; + mainnet_HubDomain?: mainnet_HubDomainResolvers; + mainnet_HubOptimisticRootFinalized?: mainnet_HubOptimisticRootFinalizedResolvers; + mainnet_Int8?: GraphQLScalarType; + mainnet_LineaConnectorMeta?: mainnet_LineaConnectorMetaResolvers; + mainnet_MantleConnectorMeta?: mainnet_MantleConnectorMetaResolvers; + mainnet_MetisConnectorMeta?: mainnet_MetisConnectorMetaResolvers; + mainnet_ModeConnectorMeta?: mainnet_ModeConnectorMetaResolvers; + mainnet_OptimismConnectorMeta?: mainnet_OptimismConnectorMetaResolvers; + mainnet_OptimisticRootPropagated?: mainnet_OptimisticRootPropagatedResolvers; + mainnet_OptimisticRootProposed?: mainnet_OptimisticRootProposedResolvers; + mainnet_PolygonConnectorMeta?: mainnet_PolygonConnectorMetaResolvers; + mainnet_PolygonZkConnectorMeta?: mainnet_PolygonZkConnectorMetaResolvers; + mainnet_RootAggregated?: mainnet_RootAggregatedResolvers; + mainnet_RootManagerMeta?: mainnet_RootManagerMetaResolvers; + mainnet_RootManagerMode?: mainnet_RootManagerModeResolvers; + mainnet_RootMessageProcessed?: mainnet_RootMessageProcessedResolvers; + mainnet_RootPropagated?: mainnet_RootPropagatedResolvers; + 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; optimism_AggregateRoot?: optimism_AggregateRootResolvers; optimism_AggregateRootProposed?: optimism_AggregateRootProposedResolvers; optimism_Asset?: optimism_AssetResolvers; @@ -204079,187 +203970,27 @@ export type Resolvers = ResolversObject<{ optimism_SpokeConnectorMode?: optimism_SpokeConnectorModeResolvers; optimism__Block_?: optimism__Block_Resolvers; optimism__Meta_?: optimism__Meta_Resolvers; - mainnet_AggregateRoot?: mainnet_AggregateRootResolvers; - mainnet_AggregateRootProposed?: mainnet_AggregateRootProposedResolvers; - mainnet_Asset?: mainnet_AssetResolvers; - mainnet_AssetBalance?: mainnet_AssetBalanceResolvers; - mainnet_AssetStatus?: mainnet_AssetStatusResolvers; - mainnet_BigDecimal?: GraphQLScalarType; - mainnet_Bytes?: GraphQLScalarType; - mainnet_ConnectorMeta?: mainnet_ConnectorMetaResolvers; - mainnet_DestinationTransfer?: mainnet_DestinationTransferResolvers; - mainnet_Int8?: GraphQLScalarType; - 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; - mainnet__Block_?: mainnet__Block_Resolvers; - mainnet__Meta_?: mainnet__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; - arbitrumsepolia_AggregateRoot?: arbitrumsepolia_AggregateRootResolvers; - arbitrumsepolia_AggregateRootProposed?: arbitrumsepolia_AggregateRootProposedResolvers; - arbitrumsepolia_Asset?: arbitrumsepolia_AssetResolvers; - arbitrumsepolia_AssetBalance?: arbitrumsepolia_AssetBalanceResolvers; - arbitrumsepolia_AssetStatus?: arbitrumsepolia_AssetStatusResolvers; - arbitrumsepolia_BigDecimal?: GraphQLScalarType; - arbitrumsepolia_Bytes?: GraphQLScalarType; - arbitrumsepolia_ConnectorMeta?: arbitrumsepolia_ConnectorMetaResolvers; - arbitrumsepolia_DestinationTransfer?: arbitrumsepolia_DestinationTransferResolvers; - arbitrumsepolia_Int8?: GraphQLScalarType; - arbitrumsepolia_OptimisticRootFinalized?: arbitrumsepolia_OptimisticRootFinalizedResolvers; - arbitrumsepolia_OriginMessage?: arbitrumsepolia_OriginMessageResolvers; - arbitrumsepolia_OriginTransfer?: arbitrumsepolia_OriginTransferResolvers; - arbitrumsepolia_Relayer?: arbitrumsepolia_RelayerResolvers; - arbitrumsepolia_RelayerFee?: arbitrumsepolia_RelayerFeeResolvers; - arbitrumsepolia_RelayerFeesIncrease?: arbitrumsepolia_RelayerFeesIncreaseResolvers; - arbitrumsepolia_RootCount?: arbitrumsepolia_RootCountResolvers; - arbitrumsepolia_RootMessageSent?: arbitrumsepolia_RootMessageSentResolvers; - arbitrumsepolia_Router?: arbitrumsepolia_RouterResolvers; - arbitrumsepolia_RouterDailyTVL?: arbitrumsepolia_RouterDailyTVLResolvers; - arbitrumsepolia_RouterLiquidityEvent?: arbitrumsepolia_RouterLiquidityEventResolvers; - arbitrumsepolia_Sequencer?: arbitrumsepolia_SequencerResolvers; - arbitrumsepolia_Setting?: arbitrumsepolia_SettingResolvers; - arbitrumsepolia_SlippageUpdate?: arbitrumsepolia_SlippageUpdateResolvers; - arbitrumsepolia_SnapshotRoot?: arbitrumsepolia_SnapshotRootResolvers; - arbitrumsepolia_SpokeConnectorMode?: arbitrumsepolia_SpokeConnectorModeResolvers; - arbitrumsepolia__Block_?: arbitrumsepolia__Block_Resolvers; - arbitrumsepolia__Meta_?: arbitrumsepolia__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; - 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; - 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; - 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; + 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; @@ -204288,6 +204019,95 @@ export type Resolvers = ResolversObject<{ 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; @@ -204319,27 +204139,195 @@ export type Resolvers = ResolversObject<{ stagingmainnet_ZkSyncConnectorMeta?: stagingmainnet_ZkSyncConnectorMetaResolvers; stagingmainnet__Block_?: stagingmainnet__Block_Resolvers; stagingmainnet__Meta_?: stagingmainnet__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; + stagingavalanche_AggregateRoot?: stagingavalanche_AggregateRootResolvers; + stagingavalanche_AggregateRootProposed?: stagingavalanche_AggregateRootProposedResolvers; + stagingavalanche_Asset?: stagingavalanche_AssetResolvers; + stagingavalanche_AssetBalance?: stagingavalanche_AssetBalanceResolvers; + stagingavalanche_AssetStatus?: stagingavalanche_AssetStatusResolvers; + stagingavalanche_BigDecimal?: GraphQLScalarType; + stagingavalanche_Bytes?: GraphQLScalarType; + stagingavalanche_ConnectorMeta?: stagingavalanche_ConnectorMetaResolvers; + stagingavalanche_DestinationTransfer?: stagingavalanche_DestinationTransferResolvers; + stagingavalanche_Int8?: GraphQLScalarType; + stagingavalanche_OptimisticRootFinalized?: stagingavalanche_OptimisticRootFinalizedResolvers; + stagingavalanche_OriginMessage?: stagingavalanche_OriginMessageResolvers; + stagingavalanche_OriginTransfer?: stagingavalanche_OriginTransferResolvers; + stagingavalanche_Relayer?: stagingavalanche_RelayerResolvers; + stagingavalanche_RelayerFee?: stagingavalanche_RelayerFeeResolvers; + stagingavalanche_RelayerFeesIncrease?: stagingavalanche_RelayerFeesIncreaseResolvers; + stagingavalanche_RootCount?: stagingavalanche_RootCountResolvers; + stagingavalanche_RootMessageSent?: stagingavalanche_RootMessageSentResolvers; + stagingavalanche_Router?: stagingavalanche_RouterResolvers; + stagingavalanche_RouterDailyTVL?: stagingavalanche_RouterDailyTVLResolvers; + stagingavalanche_RouterLiquidityEvent?: stagingavalanche_RouterLiquidityEventResolvers; + stagingavalanche_Sequencer?: stagingavalanche_SequencerResolvers; + stagingavalanche_Setting?: stagingavalanche_SettingResolvers; + stagingavalanche_SlippageUpdate?: stagingavalanche_SlippageUpdateResolvers; + stagingavalanche_SnapshotRoot?: stagingavalanche_SnapshotRootResolvers; + stagingavalanche_SpokeConnectorMode?: stagingavalanche_SpokeConnectorModeResolvers; + stagingavalanche__Block_?: stagingavalanche__Block_Resolvers; + stagingavalanche__Meta_?: stagingavalanche__Meta_Resolvers; + mantle_AggregateRoot?: mantle_AggregateRootResolvers; + mantle_AggregateRootProposed?: mantle_AggregateRootProposedResolvers; + mantle_Asset?: mantle_AssetResolvers; + mantle_AssetBalance?: mantle_AssetBalanceResolvers; + mantle_AssetStatus?: mantle_AssetStatusResolvers; + mantle_BigDecimal?: GraphQLScalarType; + mantle_Bytes?: GraphQLScalarType; + mantle_ConnectorMeta?: mantle_ConnectorMetaResolvers; + mantle_DestinationTransfer?: mantle_DestinationTransferResolvers; + mantle_Int8?: GraphQLScalarType; + mantle_OptimisticRootFinalized?: mantle_OptimisticRootFinalizedResolvers; + mantle_OriginMessage?: mantle_OriginMessageResolvers; + mantle_OriginTransfer?: mantle_OriginTransferResolvers; + mantle_Relayer?: mantle_RelayerResolvers; + mantle_RelayerFee?: mantle_RelayerFeeResolvers; + mantle_RelayerFeesIncrease?: mantle_RelayerFeesIncreaseResolvers; + mantle_RootCount?: mantle_RootCountResolvers; + mantle_RootMessageSent?: mantle_RootMessageSentResolvers; + mantle_Router?: mantle_RouterResolvers; + mantle_RouterDailyTVL?: mantle_RouterDailyTVLResolvers; + mantle_RouterLiquidityEvent?: mantle_RouterLiquidityEventResolvers; + mantle_Sequencer?: mantle_SequencerResolvers; + mantle_Setting?: mantle_SettingResolvers; + mantle_SlippageUpdate?: mantle_SlippageUpdateResolvers; + mantle_SnapshotRoot?: mantle_SnapshotRootResolvers; + 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; @@ -204368,6 +204356,248 @@ 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; + stagingbase_AggregateRoot?: stagingbase_AggregateRootResolvers; + stagingbase_AggregateRootProposed?: stagingbase_AggregateRootProposedResolvers; + stagingbase_Asset?: stagingbase_AssetResolvers; + stagingbase_AssetBalance?: stagingbase_AssetBalanceResolvers; + stagingbase_AssetStatus?: stagingbase_AssetStatusResolvers; + stagingbase_BigDecimal?: GraphQLScalarType; + stagingbase_Bytes?: GraphQLScalarType; + stagingbase_ConnectorMeta?: stagingbase_ConnectorMetaResolvers; + stagingbase_DestinationTransfer?: stagingbase_DestinationTransferResolvers; + stagingbase_Int8?: GraphQLScalarType; + stagingbase_OptimisticRootFinalized?: stagingbase_OptimisticRootFinalizedResolvers; + stagingbase_OriginMessage?: stagingbase_OriginMessageResolvers; + stagingbase_OriginTransfer?: stagingbase_OriginTransferResolvers; + stagingbase_Relayer?: stagingbase_RelayerResolvers; + stagingbase_RelayerFee?: stagingbase_RelayerFeeResolvers; + stagingbase_RelayerFeesIncrease?: stagingbase_RelayerFeesIncreaseResolvers; + stagingbase_RootCount?: stagingbase_RootCountResolvers; + stagingbase_RootMessageSent?: stagingbase_RootMessageSentResolvers; + stagingbase_Router?: stagingbase_RouterResolvers; + stagingbase_RouterDailyTVL?: stagingbase_RouterDailyTVLResolvers; + stagingbase_RouterLiquidityEvent?: stagingbase_RouterLiquidityEventResolvers; + stagingbase_Sequencer?: stagingbase_SequencerResolvers; + stagingbase_Setting?: stagingbase_SettingResolvers; + stagingbase_SlippageUpdate?: stagingbase_SlippageUpdateResolvers; + stagingbase_SnapshotRoot?: stagingbase_SnapshotRootResolvers; + stagingbase_SpokeConnectorMode?: stagingbase_SpokeConnectorModeResolvers; + stagingbase__Block_?: stagingbase__Block_Resolvers; + stagingbase__Meta_?: stagingbase__Meta_Resolvers; + metis_AggregateRoot?: metis_AggregateRootResolvers; + metis_AggregateRootProposed?: metis_AggregateRootProposedResolvers; + metis_Asset?: metis_AssetResolvers; + metis_AssetBalance?: metis_AssetBalanceResolvers; + metis_AssetStatus?: metis_AssetStatusResolvers; + metis_BigDecimal?: GraphQLScalarType; + metis_Bytes?: GraphQLScalarType; + metis_ConnectorMeta?: metis_ConnectorMetaResolvers; + metis_DestinationTransfer?: metis_DestinationTransferResolvers; + metis_Int8?: GraphQLScalarType; + metis_OptimisticRootFinalized?: metis_OptimisticRootFinalizedResolvers; + metis_OriginMessage?: metis_OriginMessageResolvers; + metis_OriginTransfer?: metis_OriginTransferResolvers; + metis_Relayer?: metis_RelayerResolvers; + metis_RelayerFee?: metis_RelayerFeeResolvers; + metis_RelayerFeesIncrease?: metis_RelayerFeesIncreaseResolvers; + metis_RootCount?: metis_RootCountResolvers; + metis_RootMessageSent?: metis_RootMessageSentResolvers; + metis_Router?: metis_RouterResolvers; + metis_RouterDailyTVL?: metis_RouterDailyTVLResolvers; + metis_RouterLiquidityEvent?: metis_RouterLiquidityEventResolvers; + metis_Sequencer?: metis_SequencerResolvers; + metis_Setting?: metis_SettingResolvers; + metis_SlippageUpdate?: metis_SlippageUpdateResolvers; + metis_SnapshotRoot?: metis_SnapshotRootResolvers; + 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; + stagingmantle_AggregateRoot?: stagingmantle_AggregateRootResolvers; + stagingmantle_AggregateRootProposed?: stagingmantle_AggregateRootProposedResolvers; + stagingmantle_Asset?: stagingmantle_AssetResolvers; + stagingmantle_AssetBalance?: stagingmantle_AssetBalanceResolvers; + stagingmantle_AssetStatus?: stagingmantle_AssetStatusResolvers; + stagingmantle_BigDecimal?: GraphQLScalarType; + stagingmantle_Bytes?: GraphQLScalarType; + stagingmantle_ConnectorMeta?: stagingmantle_ConnectorMetaResolvers; + stagingmantle_DestinationTransfer?: stagingmantle_DestinationTransferResolvers; + stagingmantle_Int8?: GraphQLScalarType; + stagingmantle_OptimisticRootFinalized?: stagingmantle_OptimisticRootFinalizedResolvers; + stagingmantle_OriginMessage?: stagingmantle_OriginMessageResolvers; + stagingmantle_OriginTransfer?: stagingmantle_OriginTransferResolvers; + stagingmantle_Relayer?: stagingmantle_RelayerResolvers; + stagingmantle_RelayerFee?: stagingmantle_RelayerFeeResolvers; + stagingmantle_RelayerFeesIncrease?: stagingmantle_RelayerFeesIncreaseResolvers; + stagingmantle_RootCount?: stagingmantle_RootCountResolvers; + stagingmantle_RootMessageSent?: stagingmantle_RootMessageSentResolvers; + stagingmantle_Router?: stagingmantle_RouterResolvers; + stagingmantle_RouterDailyTVL?: stagingmantle_RouterDailyTVLResolvers; + stagingmantle_RouterLiquidityEvent?: stagingmantle_RouterLiquidityEventResolvers; + stagingmantle_Sequencer?: stagingmantle_SequencerResolvers; + stagingmantle_Setting?: stagingmantle_SettingResolvers; + stagingmantle_SlippageUpdate?: stagingmantle_SlippageUpdateResolvers; + stagingmantle_SnapshotRoot?: stagingmantle_SnapshotRootResolvers; + 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; @@ -204396,6 +204626,118 @@ export type Resolvers = ResolversObject<{ 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; @@ -204424,162 +204766,34 @@ export type Resolvers = ResolversObject<{ stagingxdai_SpokeConnectorMode?: stagingxdai_SpokeConnectorModeResolvers; stagingxdai__Block_?: stagingxdai__Block_Resolvers; stagingxdai__Meta_?: stagingxdai__Meta_Resolvers; - stagingavalanche_AggregateRoot?: stagingavalanche_AggregateRootResolvers; - stagingavalanche_AggregateRootProposed?: stagingavalanche_AggregateRootProposedResolvers; - stagingavalanche_Asset?: stagingavalanche_AssetResolvers; - stagingavalanche_AssetBalance?: stagingavalanche_AssetBalanceResolvers; - stagingavalanche_AssetStatus?: stagingavalanche_AssetStatusResolvers; - stagingavalanche_BigDecimal?: GraphQLScalarType; - stagingavalanche_Bytes?: GraphQLScalarType; - stagingavalanche_ConnectorMeta?: stagingavalanche_ConnectorMetaResolvers; - stagingavalanche_DestinationTransfer?: stagingavalanche_DestinationTransferResolvers; - stagingavalanche_Int8?: GraphQLScalarType; - stagingavalanche_OptimisticRootFinalized?: stagingavalanche_OptimisticRootFinalizedResolvers; - stagingavalanche_OriginMessage?: stagingavalanche_OriginMessageResolvers; - stagingavalanche_OriginTransfer?: stagingavalanche_OriginTransferResolvers; - stagingavalanche_Relayer?: stagingavalanche_RelayerResolvers; - stagingavalanche_RelayerFee?: stagingavalanche_RelayerFeeResolvers; - stagingavalanche_RelayerFeesIncrease?: stagingavalanche_RelayerFeesIncreaseResolvers; - stagingavalanche_RootCount?: stagingavalanche_RootCountResolvers; - stagingavalanche_RootMessageSent?: stagingavalanche_RootMessageSentResolvers; - stagingavalanche_Router?: stagingavalanche_RouterResolvers; - stagingavalanche_RouterDailyTVL?: stagingavalanche_RouterDailyTVLResolvers; - stagingavalanche_RouterLiquidityEvent?: stagingavalanche_RouterLiquidityEventResolvers; - stagingavalanche_Sequencer?: stagingavalanche_SequencerResolvers; - stagingavalanche_Setting?: stagingavalanche_SettingResolvers; - stagingavalanche_SlippageUpdate?: stagingavalanche_SlippageUpdateResolvers; - stagingavalanche_SnapshotRoot?: stagingavalanche_SnapshotRootResolvers; - stagingavalanche_SpokeConnectorMode?: stagingavalanche_SpokeConnectorModeResolvers; - stagingavalanche__Block_?: stagingavalanche__Block_Resolvers; - stagingavalanche__Meta_?: stagingavalanche__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; - 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; - 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; - 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; + xdai_AggregateRoot?: xdai_AggregateRootResolvers; + xdai_AggregateRootProposed?: xdai_AggregateRootProposedResolvers; + xdai_Asset?: xdai_AssetResolvers; + xdai_AssetBalance?: xdai_AssetBalanceResolvers; + xdai_AssetStatus?: xdai_AssetStatusResolvers; + xdai_BigDecimal?: GraphQLScalarType; + xdai_Bytes?: GraphQLScalarType; + xdai_ConnectorMeta?: xdai_ConnectorMetaResolvers; + xdai_DestinationTransfer?: xdai_DestinationTransferResolvers; + xdai_Int8?: GraphQLScalarType; + xdai_OptimisticRootFinalized?: xdai_OptimisticRootFinalizedResolvers; + xdai_OriginMessage?: xdai_OriginMessageResolvers; + xdai_OriginTransfer?: xdai_OriginTransferResolvers; + xdai_Relayer?: xdai_RelayerResolvers; + xdai_RelayerFee?: xdai_RelayerFeeResolvers; + xdai_RelayerFeesIncrease?: xdai_RelayerFeesIncreaseResolvers; + xdai_RootCount?: xdai_RootCountResolvers; + xdai_RootMessageSent?: xdai_RootMessageSentResolvers; + xdai_Router?: xdai_RouterResolvers; + xdai_RouterDailyTVL?: xdai_RouterDailyTVLResolvers; + xdai_RouterLiquidityEvent?: xdai_RouterLiquidityEventResolvers; + xdai_Sequencer?: xdai_SequencerResolvers; + xdai_Setting?: xdai_SettingResolvers; + xdai_SlippageUpdate?: xdai_SlippageUpdateResolvers; + xdai_SnapshotRoot?: xdai_SnapshotRootResolvers; + 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; @@ -204636,79 +204850,34 @@ export type Resolvers = ResolversObject<{ stagingarbitrumone_SpokeConnectorMode?: stagingarbitrumone_SpokeConnectorModeResolvers; stagingarbitrumone__Block_?: stagingarbitrumone__Block_Resolvers; stagingarbitrumone__Meta_?: stagingarbitrumone__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; - mainnet_AggregateRootSavedSlow?: mainnet_AggregateRootSavedSlowResolvers; - mainnet_AggregatedMessageRoot?: mainnet_AggregatedMessageRootResolvers; - mainnet_ArbitrumConnectorMeta?: mainnet_ArbitrumConnectorMetaResolvers; - mainnet_AvalancheConnectorMeta?: mainnet_AvalancheConnectorMetaResolvers; - mainnet_BaseConnectorMeta?: mainnet_BaseConnectorMetaResolvers; - mainnet_BnbConnectorMeta?: mainnet_BnbConnectorMetaResolvers; - mainnet_GnosisConnectorMeta?: mainnet_GnosisConnectorMetaResolvers; - mainnet_HubDomain?: mainnet_HubDomainResolvers; - mainnet_HubOptimisticRootFinalized?: mainnet_HubOptimisticRootFinalizedResolvers; - mainnet_LineaConnectorMeta?: mainnet_LineaConnectorMetaResolvers; - mainnet_MantleConnectorMeta?: mainnet_MantleConnectorMetaResolvers; - mainnet_MetisConnectorMeta?: mainnet_MetisConnectorMetaResolvers; - mainnet_ModeConnectorMeta?: mainnet_ModeConnectorMetaResolvers; - mainnet_OptimismConnectorMeta?: mainnet_OptimismConnectorMetaResolvers; - mainnet_OptimisticRootPropagated?: mainnet_OptimisticRootPropagatedResolvers; - mainnet_OptimisticRootProposed?: mainnet_OptimisticRootProposedResolvers; - mainnet_PolygonConnectorMeta?: mainnet_PolygonConnectorMetaResolvers; - mainnet_PolygonZkConnectorMeta?: mainnet_PolygonZkConnectorMetaResolvers; - mainnet_RootAggregated?: mainnet_RootAggregatedResolvers; - mainnet_RootManagerMeta?: mainnet_RootManagerMetaResolvers; - mainnet_RootManagerMode?: mainnet_RootManagerModeResolvers; - mainnet_RootMessageProcessed?: mainnet_RootMessageProcessedResolvers; - mainnet_RootPropagated?: mainnet_RootPropagatedResolvers; - mainnet_ZkSyncConnectorMeta?: mainnet_ZkSyncConnectorMetaResolvers; - 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; stagingxlayer_AggregateRoot?: stagingxlayer_AggregateRootResolvers; stagingxlayer_AggregateRootProposed?: stagingxlayer_AggregateRootProposedResolvers; stagingxlayer_Asset?: stagingxlayer_AssetResolvers; @@ -204737,202 +204906,33 @@ export type Resolvers = ResolversObject<{ stagingxlayer_SpokeConnectorMode?: stagingxlayer_SpokeConnectorModeResolvers; stagingxlayer__Block_?: stagingxlayer__Block_Resolvers; stagingxlayer__Meta_?: stagingxlayer__Meta_Resolvers; - xdai_AggregateRoot?: xdai_AggregateRootResolvers; - xdai_AggregateRootProposed?: xdai_AggregateRootProposedResolvers; - xdai_Asset?: xdai_AssetResolvers; - xdai_AssetBalance?: xdai_AssetBalanceResolvers; - xdai_AssetStatus?: xdai_AssetStatusResolvers; - xdai_BigDecimal?: GraphQLScalarType; - xdai_Bytes?: GraphQLScalarType; - xdai_ConnectorMeta?: xdai_ConnectorMetaResolvers; - xdai_DestinationTransfer?: xdai_DestinationTransferResolvers; - xdai_Int8?: GraphQLScalarType; - xdai_OptimisticRootFinalized?: xdai_OptimisticRootFinalizedResolvers; - xdai_OriginMessage?: xdai_OriginMessageResolvers; - xdai_OriginTransfer?: xdai_OriginTransferResolvers; - xdai_Relayer?: xdai_RelayerResolvers; - xdai_RelayerFee?: xdai_RelayerFeeResolvers; - xdai_RelayerFeesIncrease?: xdai_RelayerFeesIncreaseResolvers; - xdai_RootCount?: xdai_RootCountResolvers; - xdai_RootMessageSent?: xdai_RootMessageSentResolvers; - xdai_Router?: xdai_RouterResolvers; - xdai_RouterDailyTVL?: xdai_RouterDailyTVLResolvers; - xdai_RouterLiquidityEvent?: xdai_RouterLiquidityEventResolvers; - xdai_Sequencer?: xdai_SequencerResolvers; - xdai_Setting?: xdai_SettingResolvers; - xdai_SlippageUpdate?: xdai_SlippageUpdateResolvers; - xdai_SnapshotRoot?: xdai_SnapshotRootResolvers; - xdai_SpokeConnectorMode?: xdai_SpokeConnectorModeResolvers; - xdai__Block_?: xdai__Block_Resolvers; - xdai__Meta_?: xdai__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; - stagingmantle_AggregateRoot?: stagingmantle_AggregateRootResolvers; - stagingmantle_AggregateRootProposed?: stagingmantle_AggregateRootProposedResolvers; - stagingmantle_Asset?: stagingmantle_AssetResolvers; - stagingmantle_AssetBalance?: stagingmantle_AssetBalanceResolvers; - stagingmantle_AssetStatus?: stagingmantle_AssetStatusResolvers; - stagingmantle_BigDecimal?: GraphQLScalarType; - stagingmantle_Bytes?: GraphQLScalarType; - stagingmantle_ConnectorMeta?: stagingmantle_ConnectorMetaResolvers; - stagingmantle_DestinationTransfer?: stagingmantle_DestinationTransferResolvers; - stagingmantle_Int8?: GraphQLScalarType; - stagingmantle_OptimisticRootFinalized?: stagingmantle_OptimisticRootFinalizedResolvers; - stagingmantle_OriginMessage?: stagingmantle_OriginMessageResolvers; - stagingmantle_OriginTransfer?: stagingmantle_OriginTransferResolvers; - stagingmantle_Relayer?: stagingmantle_RelayerResolvers; - stagingmantle_RelayerFee?: stagingmantle_RelayerFeeResolvers; - stagingmantle_RelayerFeesIncrease?: stagingmantle_RelayerFeesIncreaseResolvers; - stagingmantle_RootCount?: stagingmantle_RootCountResolvers; - stagingmantle_RootMessageSent?: stagingmantle_RootMessageSentResolvers; - stagingmantle_Router?: stagingmantle_RouterResolvers; - stagingmantle_RouterDailyTVL?: stagingmantle_RouterDailyTVLResolvers; - stagingmantle_RouterLiquidityEvent?: stagingmantle_RouterLiquidityEventResolvers; - stagingmantle_Sequencer?: stagingmantle_SequencerResolvers; - stagingmantle_Setting?: stagingmantle_SettingResolvers; - stagingmantle_SlippageUpdate?: stagingmantle_SlippageUpdateResolvers; - stagingmantle_SnapshotRoot?: stagingmantle_SnapshotRootResolvers; - stagingmantle_SpokeConnectorMode?: stagingmantle_SpokeConnectorModeResolvers; - stagingmantle__Block_?: stagingmantle__Block_Resolvers; - stagingmantle__Meta_?: stagingmantle__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; - metis_AggregateRoot?: metis_AggregateRootResolvers; - metis_AggregateRootProposed?: metis_AggregateRootProposedResolvers; - metis_Asset?: metis_AssetResolvers; - metis_AssetBalance?: metis_AssetBalanceResolvers; - metis_AssetStatus?: metis_AssetStatusResolvers; - metis_BigDecimal?: GraphQLScalarType; - metis_Bytes?: GraphQLScalarType; - metis_ConnectorMeta?: metis_ConnectorMetaResolvers; - metis_DestinationTransfer?: metis_DestinationTransferResolvers; - metis_Int8?: GraphQLScalarType; - metis_OptimisticRootFinalized?: metis_OptimisticRootFinalizedResolvers; - metis_OriginMessage?: metis_OriginMessageResolvers; - metis_OriginTransfer?: metis_OriginTransferResolvers; - metis_Relayer?: metis_RelayerResolvers; - metis_RelayerFee?: metis_RelayerFeeResolvers; - metis_RelayerFeesIncrease?: metis_RelayerFeesIncreaseResolvers; - metis_RootCount?: metis_RootCountResolvers; - metis_RootMessageSent?: metis_RootMessageSentResolvers; - metis_Router?: metis_RouterResolvers; - metis_RouterDailyTVL?: metis_RouterDailyTVLResolvers; - metis_RouterLiquidityEvent?: metis_RouterLiquidityEventResolvers; - metis_Sequencer?: metis_SequencerResolvers; - metis_Setting?: metis_SettingResolvers; - metis_SlippageUpdate?: metis_SlippageUpdateResolvers; - metis_SnapshotRoot?: metis_SnapshotRootResolvers; - metis_SpokeConnectorMode?: metis_SpokeConnectorModeResolvers; - metis__Block_?: metis__Block_Resolvers; - metis__Meta_?: metis__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; - 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; + 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; @@ -204954,27 +204954,6 @@ export type Resolvers = ResolversObject<{ bnb_swap_SystemInfo?: bnb_swap_SystemInfoResolvers; bnb_swap__Block_?: bnb_swap__Block_Resolvers; bnb_swap__Meta_?: bnb_swap__Meta_Resolvers; - polygon_swap_BigDecimal?: GraphQLScalarType; - polygon_swap_Bytes?: GraphQLScalarType; - polygon_swap_Int8?: GraphQLScalarType; - polygon_swap_LpAccount?: polygon_swap_LpAccountResolvers; - polygon_swap_LpAccountBalance?: polygon_swap_LpAccountBalanceResolvers; - polygon_swap_LpToken?: polygon_swap_LpTokenResolvers; - polygon_swap_LpTokenEvent?: polygon_swap_LpTokenEventResolvers; - polygon_swap_LpTransferEvent?: polygon_swap_LpTransferEventResolvers; - polygon_swap_PooledToken?: polygon_swap_PooledTokenResolvers; - polygon_swap_StableSwap?: polygon_swap_StableSwapResolvers; - polygon_swap_StableSwapAddLiquidityEvent?: polygon_swap_StableSwapAddLiquidityEventResolvers; - polygon_swap_StableSwapEvent?: polygon_swap_StableSwapEventResolvers; - polygon_swap_StableSwapExchange?: polygon_swap_StableSwapExchangeResolvers; - polygon_swap_StableSwapRemoveLiquidityEvent?: polygon_swap_StableSwapRemoveLiquidityEventResolvers; - polygon_swap_SwapDailyVolume?: polygon_swap_SwapDailyVolumeResolvers; - polygon_swap_SwapHourlyVolume?: polygon_swap_SwapHourlyVolumeResolvers; - polygon_swap_SwapTradeVolume?: polygon_swap_SwapTradeVolumeResolvers; - polygon_swap_SwapWeeklyVolume?: polygon_swap_SwapWeeklyVolumeResolvers; - polygon_swap_SystemInfo?: polygon_swap_SystemInfoResolvers; - polygon_swap__Block_?: polygon_swap__Block_Resolvers; - polygon_swap__Meta_?: polygon_swap__Meta_Resolvers; optimism_swap_BigDecimal?: GraphQLScalarType; optimism_swap_Bytes?: GraphQLScalarType; optimism_swap_Int8?: GraphQLScalarType; @@ -205038,6 +205017,27 @@ export type Resolvers = ResolversObject<{ xdai_swap_SystemInfo?: xdai_swap_SystemInfoResolvers; xdai_swap__Block_?: xdai_swap__Block_Resolvers; xdai_swap__Meta_?: xdai_swap__Meta_Resolvers; + polygon_swap_BigDecimal?: GraphQLScalarType; + polygon_swap_Bytes?: GraphQLScalarType; + polygon_swap_Int8?: GraphQLScalarType; + polygon_swap_LpAccount?: polygon_swap_LpAccountResolvers; + polygon_swap_LpAccountBalance?: polygon_swap_LpAccountBalanceResolvers; + polygon_swap_LpToken?: polygon_swap_LpTokenResolvers; + polygon_swap_LpTokenEvent?: polygon_swap_LpTokenEventResolvers; + polygon_swap_LpTransferEvent?: polygon_swap_LpTransferEventResolvers; + polygon_swap_PooledToken?: polygon_swap_PooledTokenResolvers; + polygon_swap_StableSwap?: polygon_swap_StableSwapResolvers; + polygon_swap_StableSwapAddLiquidityEvent?: polygon_swap_StableSwapAddLiquidityEventResolvers; + polygon_swap_StableSwapEvent?: polygon_swap_StableSwapEventResolvers; + polygon_swap_StableSwapExchange?: polygon_swap_StableSwapExchangeResolvers; + polygon_swap_StableSwapRemoveLiquidityEvent?: polygon_swap_StableSwapRemoveLiquidityEventResolvers; + polygon_swap_SwapDailyVolume?: polygon_swap_SwapDailyVolumeResolvers; + polygon_swap_SwapHourlyVolume?: polygon_swap_SwapHourlyVolumeResolvers; + polygon_swap_SwapTradeVolume?: polygon_swap_SwapTradeVolumeResolvers; + polygon_swap_SwapWeeklyVolume?: polygon_swap_SwapWeeklyVolumeResolvers; + polygon_swap_SystemInfo?: polygon_swap_SystemInfoResolvers; + polygon_swap__Block_?: polygon_swap__Block_Resolvers; + polygon_swap__Meta_?: polygon_swap__Meta_Resolvers; avalanche_swap_BigDecimal?: GraphQLScalarType; avalanche_swap_Bytes?: GraphQLScalarType; avalanche_swap_Int8?: GraphQLScalarType; @@ -205067,7 +205067,7 @@ export type DirectiveResolvers = ResolversObject<{ derivedFrom?: derivedFromDirectiveResolver; }>; -export type MeshContext = StableSwapMantleTypes.Context & StableSwapMetisTypes.Context & StableSwapZkSyncEraTypes.Context & StableSwapArbitrumSepoliaTypes.Context & StableSwapOptimismSepoliaTypes.Context & HubSepoliaTypes.Context & ConnextStagingModeTypes.Context & ConnextZkSyncTypes.Context & ConnextArbitrumOneTypes.Context & ConnextStagingScrollTypes.Context & ConnextOptimismSepoliaTypes.Context & ConnextMantleTypes.Context & StableSwapPolygonZkEvmTypes.Context & StableSwapModeTypes.Context & ConnextStagingBaseTypes.Context & ConnextOptimismTypes.Context & ConnextMainnetTypes.Context & StableSwapLineaTypes.Context & ConnextArbitrumSepoliaTypes.Context & ConnextStagingOptimismTypes.Context & StableSwapSepoliaTypes.Context & ConnextBaseTypes.Context & ConnextStagingPolygonZkEvmTypes.Context & ConnextPolygonTypes.Context & HubStagingMainnetTypes.Context & StableSwapBaseTypes.Context & ConnextAvalancheTypes.Context & ConnextPolygonZkEvmTypes.Context & ConnextStagingXdaiTypes.Context & ConnextStagingAvalancheTypes.Context & ConnextSepoliaTypes.Context & ConnextStagingLineaTypes.Context & ConnextLineaTypes.Context & ConnextStagingMainnetTypes.Context & ConnextStagingPolygonTypes.Context & ConnextStagingBnbTypes.Context & ConnextStagingArbitrumOneTypes.Context & ConnextStagingZkSyncTypes.Context & HubMainnetTypes.Context & StableSwapXlayerTypes.Context & ConnextStagingXlayerTypes.Context & ConnextXdaiTypes.Context & ConnextModeTypes.Context & ConnextStagingMantleTypes.Context & ConnextStagingMetisTypes.Context & ConnextMetisTypes.Context & ConnextBnbTypes.Context & ConnextXlayerTypes.Context & StableSwapBnbTypes.Context & StableSwapPolygonTypes.Context & StableSwapOptimismTypes.Context & StableSwapArbitrumOneTypes.Context & StableSwapXdaiTypes.Context & StableSwapAvalancheTypes.Context & BaseMeshContext; +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; const baseDir = pathModule.join(typeof __dirname === 'string' ? __dirname : '/', '..'); @@ -205075,163 +205075,163 @@ 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_Mantle/introspectionSchema": + case ".graphclient/sources/StableSwap_Sepolia/introspectionSchema": return Promise.resolve(importedModule$0) as T; - case ".graphclient/sources/StableSwap_Metis/introspectionSchema": + case ".graphclient/sources/StableSwap_OptimismSepolia/introspectionSchema": return Promise.resolve(importedModule$1) as T; - case ".graphclient/sources/StableSwap_ZkSyncEra/introspectionSchema": + case ".graphclient/sources/Hub_Sepolia/introspectionSchema": return Promise.resolve(importedModule$2) as T; case ".graphclient/sources/StableSwap_ArbitrumSepolia/introspectionSchema": return Promise.resolve(importedModule$3) as T; - case ".graphclient/sources/StableSwap_OptimismSepolia/introspectionSchema": + case ".graphclient/sources/Connext_ArbitrumSepolia/introspectionSchema": return Promise.resolve(importedModule$4) as T; - case ".graphclient/sources/Hub_Sepolia/introspectionSchema": + case ".graphclient/sources/Connext_OptimismSepolia/introspectionSchema": return Promise.resolve(importedModule$5) as T; - case ".graphclient/sources/Connext_Staging_Mode/introspectionSchema": + case ".graphclient/sources/Hub_Mainnet/introspectionSchema": return Promise.resolve(importedModule$6) as T; - case ".graphclient/sources/Connext_ZkSync/introspectionSchema": + case ".graphclient/sources/Connext_Sepolia/introspectionSchema": return Promise.resolve(importedModule$7) as T; case ".graphclient/sources/Connext_ArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$8) as T; - case ".graphclient/sources/Connext_Staging_Scroll/introspectionSchema": + case ".graphclient/sources/StableSwap_ZkSyncEra/introspectionSchema": return Promise.resolve(importedModule$9) as T; - case ".graphclient/sources/Connext_OptimismSepolia/introspectionSchema": + case ".graphclient/sources/StableSwap_Base/introspectionSchema": return Promise.resolve(importedModule$10) as T; - case ".graphclient/sources/Connext_Mantle/introspectionSchema": + case ".graphclient/sources/Connext_Optimism/introspectionSchema": return Promise.resolve(importedModule$11) as T; - case ".graphclient/sources/StableSwap_PolygonZkEvm/introspectionSchema": + case ".graphclient/sources/StableSwap_Metis/introspectionSchema": return Promise.resolve(importedModule$12) as T; - case ".graphclient/sources/StableSwap_Mode/introspectionSchema": + case ".graphclient/sources/Connext_Polygon/introspectionSchema": return Promise.resolve(importedModule$13) as T; - case ".graphclient/sources/Connext_Staging_Base/introspectionSchema": + case ".graphclient/sources/StableSwap_Mode/introspectionSchema": return Promise.resolve(importedModule$14) as T; - case ".graphclient/sources/Connext_Optimism/introspectionSchema": + case ".graphclient/sources/StableSwap_Linea/introspectionSchema": return Promise.resolve(importedModule$15) as T; - case ".graphclient/sources/Connext_Mainnet/introspectionSchema": + case ".graphclient/sources/Connext_Linea/introspectionSchema": return Promise.resolve(importedModule$16) as T; - case ".graphclient/sources/StableSwap_Linea/introspectionSchema": + case ".graphclient/sources/StableSwap_Xlayer/introspectionSchema": return Promise.resolve(importedModule$17) as T; - case ".graphclient/sources/Connext_ArbitrumSepolia/introspectionSchema": + case ".graphclient/sources/Hub_Staging_Mainnet/introspectionSchema": return Promise.resolve(importedModule$18) as T; - case ".graphclient/sources/Connext_Staging_Optimism/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Avalanche/introspectionSchema": return Promise.resolve(importedModule$19) as T; - case ".graphclient/sources/StableSwap_Sepolia/introspectionSchema": + case ".graphclient/sources/Connext_Mantle/introspectionSchema": return Promise.resolve(importedModule$20) as T; - case ".graphclient/sources/Connext_Base/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Polygon/introspectionSchema": return Promise.resolve(importedModule$21) as T; - case ".graphclient/sources/Connext_Staging_PolygonZkEVM/introspectionSchema": + case ".graphclient/sources/Connext_Bnb/introspectionSchema": return Promise.resolve(importedModule$22) as T; - case ".graphclient/sources/Connext_Polygon/introspectionSchema": + case ".graphclient/sources/StableSwap_Mantle/introspectionSchema": return Promise.resolve(importedModule$23) as T; - case ".graphclient/sources/Hub_Staging_Mainnet/introspectionSchema": + case ".graphclient/sources/Connext_Mode/introspectionSchema": return Promise.resolve(importedModule$24) as T; - case ".graphclient/sources/StableSwap_Base/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Metis/introspectionSchema": return Promise.resolve(importedModule$25) as T; case ".graphclient/sources/Connext_Avalanche/introspectionSchema": return Promise.resolve(importedModule$26) as T; - case ".graphclient/sources/Connext_PolygonZkEVM/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Mainnet/introspectionSchema": return Promise.resolve(importedModule$27) as T; - case ".graphclient/sources/Connext_Staging_Xdai/introspectionSchema": + case ".graphclient/sources/Connext_ZkSync/introspectionSchema": return Promise.resolve(importedModule$28) as T; - case ".graphclient/sources/Connext_Staging_Avalanche/introspectionSchema": + case ".graphclient/sources/StableSwap_PolygonZkEvm/introspectionSchema": return Promise.resolve(importedModule$29) as T; - case ".graphclient/sources/Connext_Sepolia/introspectionSchema": + case ".graphclient/sources/Connext_Xlayer/introspectionSchema": return Promise.resolve(importedModule$30) as T; - case ".graphclient/sources/Connext_Staging_Linea/introspectionSchema": + case ".graphclient/sources/Connext_Mainnet/introspectionSchema": return Promise.resolve(importedModule$31) as T; - case ".graphclient/sources/Connext_Linea/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Base/introspectionSchema": return Promise.resolve(importedModule$32) as T; - case ".graphclient/sources/Connext_Staging_Mainnet/introspectionSchema": + case ".graphclient/sources/Connext_Metis/introspectionSchema": return Promise.resolve(importedModule$33) as T; - case ".graphclient/sources/Connext_Staging_Polygon/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Optimism/introspectionSchema": return Promise.resolve(importedModule$34) as T; - case ".graphclient/sources/Connext_Staging_Bnb/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Mantle/introspectionSchema": return Promise.resolve(importedModule$35) as T; - case ".graphclient/sources/Connext_Staging_ArbitrumOne/introspectionSchema": + case ".graphclient/sources/Connext_PolygonZkEVM/introspectionSchema": return Promise.resolve(importedModule$36) as T; - case ".graphclient/sources/Connext_Staging_zkSync/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Mode/introspectionSchema": return Promise.resolve(importedModule$37) as T; - case ".graphclient/sources/Hub_Mainnet/introspectionSchema": + case ".graphclient/sources/Connext_Base/introspectionSchema": return Promise.resolve(importedModule$38) as T; - case ".graphclient/sources/StableSwap_Xlayer/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Scroll/introspectionSchema": return Promise.resolve(importedModule$39) as T; - case ".graphclient/sources/Connext_Staging_Xlayer/introspectionSchema": + case ".graphclient/sources/Connext_Staging_zkSync/introspectionSchema": return Promise.resolve(importedModule$40) as T; - case ".graphclient/sources/Connext_Xdai/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Xdai/introspectionSchema": return Promise.resolve(importedModule$41) as T; - case ".graphclient/sources/Connext_Mode/introspectionSchema": + case ".graphclient/sources/Connext_Xdai/introspectionSchema": return Promise.resolve(importedModule$42) as T; - case ".graphclient/sources/Connext_Staging_Mantle/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Bnb/introspectionSchema": return Promise.resolve(importedModule$43) as T; - case ".graphclient/sources/Connext_Staging_Metis/introspectionSchema": + case ".graphclient/sources/Connext_Staging_ArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$44) as T; - case ".graphclient/sources/Connext_Metis/introspectionSchema": + case ".graphclient/sources/Connext_Staging_PolygonZkEVM/introspectionSchema": return Promise.resolve(importedModule$45) as T; - case ".graphclient/sources/Connext_Bnb/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Xlayer/introspectionSchema": return Promise.resolve(importedModule$46) as T; - case ".graphclient/sources/Connext_Xlayer/introspectionSchema": + case ".graphclient/sources/Connext_Staging_Linea/introspectionSchema": return Promise.resolve(importedModule$47) as T; case ".graphclient/sources/StableSwap_Bnb/introspectionSchema": return Promise.resolve(importedModule$48) as T; - case ".graphclient/sources/StableSwap_Polygon/introspectionSchema": + case ".graphclient/sources/StableSwap_Optimism/introspectionSchema": return Promise.resolve(importedModule$49) as T; - case ".graphclient/sources/StableSwap_Optimism/introspectionSchema": + case ".graphclient/sources/StableSwap_ArbitrumOne/introspectionSchema": return Promise.resolve(importedModule$50) as T; - case ".graphclient/sources/StableSwap_ArbitrumOne/introspectionSchema": + case ".graphclient/sources/StableSwap_Xdai/introspectionSchema": return Promise.resolve(importedModule$51) as T; - case ".graphclient/sources/StableSwap_Xdai/introspectionSchema": + case ".graphclient/sources/StableSwap_Polygon/introspectionSchema": return Promise.resolve(importedModule$52) as T; case ".graphclient/sources/StableSwap_Avalanche/introspectionSchema": diff --git a/packages/adapters/subgraph/.graphclient/schema.graphql b/packages/adapters/subgraph/.graphclient/schema.graphql index dc7bc28cd0..1e85677cad 100644 --- a/packages/adapters/subgraph/.graphclient/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/schema.graphql @@ -13,1521 +13,1521 @@ directive @subgraphId(id: String!) on OBJECT directive @derivedFrom(field: String!) on FIELD_DEFINITION type Query { - mantle_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: mantle_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 - ): mantle_swap_SystemInfo - mantle_swap_systemInfos( + ): sepolia_swap_SystemInfo + sepolia_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SystemInfo_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_SystemInfo!]! - mantle_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: mantle_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 - ): mantle_swap_PooledToken - mantle_swap_pooledTokens( + ): sepolia_swap_PooledToken + sepolia_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_PooledToken_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_PooledToken!]! - mantle_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: mantle_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 - ): mantle_swap_StableSwap - mantle_swap_stableSwaps( + ): sepolia_swap_StableSwap + sepolia_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwap_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_StableSwap!]! - mantle_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: mantle_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 - ): mantle_swap_StableSwapAddLiquidityEvent - mantle_swap_stableSwapAddLiquidityEvents( + ): sepolia_swap_StableSwapAddLiquidityEvent + sepolia_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_StableSwapAddLiquidityEvent!]! - mantle_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: mantle_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 - ): mantle_swap_StableSwapRemoveLiquidityEvent - mantle_swap_stableSwapRemoveLiquidityEvents( + ): sepolia_swap_StableSwapRemoveLiquidityEvent + sepolia_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_StableSwapRemoveLiquidityEvent!]! - mantle_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: mantle_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 - ): mantle_swap_StableSwapExchange - mantle_swap_stableSwapExchanges( + ): sepolia_swap_StableSwapExchange + sepolia_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapExchange_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_StableSwapExchange!]! - mantle_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: mantle_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 - ): mantle_swap_SwapDailyVolume - mantle_swap_swapDailyVolumes( + ): sepolia_swap_SwapDailyVolume + sepolia_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapDailyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_SwapDailyVolume!]! - mantle_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: mantle_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 - ): mantle_swap_SwapHourlyVolume - mantle_swap_swapHourlyVolumes( + ): sepolia_swap_SwapHourlyVolume + sepolia_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapHourlyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_SwapHourlyVolume!]! - mantle_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: mantle_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 - ): mantle_swap_SwapWeeklyVolume - mantle_swap_swapWeeklyVolumes( + ): sepolia_swap_SwapWeeklyVolume + sepolia_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapWeeklyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_SwapWeeklyVolume!]! - mantle_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: mantle_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 - ): mantle_swap_LpAccount - mantle_swap_lpAccounts( + ): sepolia_swap_LpAccount + sepolia_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpAccount_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_LpAccount!]! - mantle_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: mantle_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 - ): mantle_swap_LpAccountBalance - mantle_swap_lpAccountBalances( + ): sepolia_swap_LpAccountBalance + sepolia_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpAccountBalance_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_LpAccountBalance!]! - mantle_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: mantle_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 - ): mantle_swap_LpToken - mantle_swap_lpTokens( + ): sepolia_swap_LpToken + sepolia_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpToken_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_LpToken!]! - mantle_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: mantle_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 - ): mantle_swap_LpTransferEvent - mantle_swap_lpTransferEvents( + ): sepolia_swap_LpTransferEvent + sepolia_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpTransferEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_LpTransferEvent!]! - mantle_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: mantle_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 - ): mantle_swap_StableSwapEvent - mantle_swap_stableSwapEvents( + ): sepolia_swap_StableSwapEvent + sepolia_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_StableSwapEvent!]! - mantle_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: mantle_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 - ): mantle_swap_SwapTradeVolume - mantle_swap_swapTradeVolumes( + ): sepolia_swap_SwapTradeVolume + sepolia_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapTradeVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_SwapTradeVolume!]! - mantle_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: mantle_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 - ): mantle_swap_LpTokenEvent - mantle_swap_lpTokenEvents( + ): sepolia_swap_LpTokenEvent + sepolia_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpTokenEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_LpTokenEvent!]! + ): [sepolia_swap_LpTokenEvent!]! """Access to subgraph metadata""" - mantle_swap__meta(block: mantle_swap_Block_height): mantle_swap__Meta_ - metis_swap_systemInfo( + sepolia_swap__meta(block: sepolia_swap_Block_height): sepolia_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: metis_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 - ): metis_swap_SystemInfo - metis_swap_systemInfos( + ): optimismsepolia_swap_SystemInfo + optimismsepolia_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SystemInfo_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SystemInfo_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: metis_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 - ): [metis_swap_SystemInfo!]! - metis_swap_pooledToken( + ): [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: metis_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 - ): metis_swap_PooledToken - metis_swap_pooledTokens( + ): optimismsepolia_swap_PooledToken + optimismsepolia_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_PooledToken_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_PooledToken_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: metis_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 - ): [metis_swap_PooledToken!]! - metis_swap_stableSwap( + ): [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: metis_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 - ): metis_swap_StableSwap - metis_swap_stableSwaps( + ): optimismsepolia_swap_StableSwap + optimismsepolia_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwap_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwap_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: metis_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 - ): [metis_swap_StableSwap!]! - metis_swap_stableSwapAddLiquidityEvent( + ): [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: metis_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 - ): metis_swap_StableSwapAddLiquidityEvent - metis_swap_stableSwapAddLiquidityEvents( + ): optimismsepolia_swap_StableSwapAddLiquidityEvent + optimismsepolia_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapAddLiquidityEvent_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: metis_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 - ): [metis_swap_StableSwapAddLiquidityEvent!]! - metis_swap_stableSwapRemoveLiquidityEvent( + ): [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: metis_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 - ): metis_swap_StableSwapRemoveLiquidityEvent - metis_swap_stableSwapRemoveLiquidityEvents( + ): optimismsepolia_swap_StableSwapRemoveLiquidityEvent + optimismsepolia_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapRemoveLiquidityEvent_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: metis_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 - ): [metis_swap_StableSwapRemoveLiquidityEvent!]! - metis_swap_stableSwapExchange( + ): [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: metis_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 - ): metis_swap_StableSwapExchange - metis_swap_stableSwapExchanges( + ): optimismsepolia_swap_StableSwapExchange + optimismsepolia_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapExchange_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapExchange_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: metis_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 - ): [metis_swap_StableSwapExchange!]! - metis_swap_swapDailyVolume( + ): [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: metis_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 - ): metis_swap_SwapDailyVolume - metis_swap_swapDailyVolumes( + ): optimismsepolia_swap_SwapDailyVolume + optimismsepolia_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapDailyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapDailyVolume_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: metis_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 - ): [metis_swap_SwapDailyVolume!]! - metis_swap_swapHourlyVolume( + ): [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: metis_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 - ): metis_swap_SwapHourlyVolume - metis_swap_swapHourlyVolumes( + ): optimismsepolia_swap_SwapHourlyVolume + optimismsepolia_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapHourlyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapHourlyVolume_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: metis_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 - ): [metis_swap_SwapHourlyVolume!]! - metis_swap_swapWeeklyVolume( + ): [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: metis_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 - ): metis_swap_SwapWeeklyVolume - metis_swap_swapWeeklyVolumes( + ): optimismsepolia_swap_SwapWeeklyVolume + optimismsepolia_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapWeeklyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapWeeklyVolume_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: metis_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 - ): [metis_swap_SwapWeeklyVolume!]! - metis_swap_lpAccount( + ): [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: metis_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 - ): metis_swap_LpAccount - metis_swap_lpAccounts( + ): optimismsepolia_swap_LpAccount + optimismsepolia_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpAccount_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpAccount_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: metis_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 - ): [metis_swap_LpAccount!]! - metis_swap_lpAccountBalance( + ): [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: metis_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 - ): metis_swap_LpAccountBalance - metis_swap_lpAccountBalances( + ): optimismsepolia_swap_LpAccountBalance + optimismsepolia_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpAccountBalance_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpAccountBalance_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: metis_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 - ): [metis_swap_LpAccountBalance!]! - metis_swap_lpToken( + ): [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: metis_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 - ): metis_swap_LpToken - metis_swap_lpTokens( + ): optimismsepolia_swap_LpToken + optimismsepolia_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpToken_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpToken_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: metis_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 - ): [metis_swap_LpToken!]! - metis_swap_lpTransferEvent( + ): [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: metis_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 - ): metis_swap_LpTransferEvent - metis_swap_lpTransferEvents( + ): optimismsepolia_swap_LpTransferEvent + optimismsepolia_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpTransferEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpTransferEvent_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: metis_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 - ): [metis_swap_LpTransferEvent!]! - metis_swap_stableSwapEvent( + ): [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: metis_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 - ): metis_swap_StableSwapEvent - metis_swap_stableSwapEvents( + ): optimismsepolia_swap_StableSwapEvent + optimismsepolia_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapEvent_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: metis_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 - ): [metis_swap_StableSwapEvent!]! - metis_swap_swapTradeVolume( + ): [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: metis_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 - ): metis_swap_SwapTradeVolume - metis_swap_swapTradeVolumes( + ): optimismsepolia_swap_SwapTradeVolume + optimismsepolia_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapTradeVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapTradeVolume_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: metis_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 - ): [metis_swap_SwapTradeVolume!]! - metis_swap_lpTokenEvent( + ): [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: metis_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 - ): metis_swap_LpTokenEvent - metis_swap_lpTokenEvents( + ): optimismsepolia_swap_LpTokenEvent + optimismsepolia_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpTokenEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpTokenEvent_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: metis_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 - ): [metis_swap_LpTokenEvent!]! + ): [optimismsepolia_swap_LpTokenEvent!]! """Access to subgraph metadata""" - metis_swap__meta(block: metis_swap_Block_height): metis_swap__Meta_ - zksync_swap_systemInfo( + optimismsepolia_swap__meta(block: optimismsepolia_swap_Block_height): optimismsepolia_swap__Meta_ + sepolia_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: zksync_swap_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 - ): zksync_swap_SystemInfo - zksync_swap_systemInfos( + ): sepolia_RootAggregated + sepolia_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SystemInfo_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SystemInfo_filter + orderBy: sepolia_RootAggregated_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_SystemInfo!]! - zksync_swap_pooledToken( + ): [sepolia_RootAggregated!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_PooledToken - zksync_swap_pooledTokens( + ): sepolia_RootPropagated + sepolia_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_PooledToken_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_PooledToken_filter + orderBy: sepolia_RootPropagated_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_PooledToken!]! - zksync_swap_stableSwap( + ): [sepolia_RootPropagated!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_StableSwap - zksync_swap_stableSwaps( + ): sepolia_AggregatedMessageRoot + sepolia_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwap_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwap_filter + orderBy: sepolia_AggregatedMessageRoot_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_StableSwap!]! - zksync_swap_stableSwapAddLiquidityEvent( + ): [sepolia_AggregatedMessageRoot!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_StableSwapAddLiquidityEvent - zksync_swap_stableSwapAddLiquidityEvents( + ): sepolia_RootManagerMeta + sepolia_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapAddLiquidityEvent_filter + orderBy: sepolia_RootManagerMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_StableSwapAddLiquidityEvent!]! - zksync_swap_stableSwapRemoveLiquidityEvent( + ): [sepolia_RootManagerMeta!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_StableSwapRemoveLiquidityEvent - zksync_swap_stableSwapRemoveLiquidityEvents( + ): sepolia_RootManagerMode + sepolia_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: sepolia_RootManagerMode_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_StableSwapRemoveLiquidityEvent!]! - zksync_swap_stableSwapExchange( + ): [sepolia_RootManagerMode!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_StableSwapExchange - zksync_swap_stableSwapExchanges( + ): sepolia_OptimisticRootProposed + sepolia_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapExchange_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapExchange_filter + orderBy: sepolia_OptimisticRootProposed_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_StableSwapExchange!]! - zksync_swap_swapDailyVolume( + ): [sepolia_OptimisticRootProposed!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_SwapDailyVolume - zksync_swap_swapDailyVolumes( + ): sepolia_HubOptimisticRootFinalized + sepolia_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapDailyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapDailyVolume_filter + orderBy: sepolia_HubOptimisticRootFinalized_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_SwapDailyVolume!]! - zksync_swap_swapHourlyVolume( + ): [sepolia_HubOptimisticRootFinalized!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_SwapHourlyVolume - zksync_swap_swapHourlyVolumes( + ): sepolia_OptimisticRootPropagated + sepolia_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapHourlyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapHourlyVolume_filter + orderBy: sepolia_OptimisticRootPropagated_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_SwapHourlyVolume!]! - zksync_swap_swapWeeklyVolume( + ): [sepolia_OptimisticRootPropagated!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_SwapWeeklyVolume - zksync_swap_swapWeeklyVolumes( + ): sepolia_PolygonConnectorMeta + sepolia_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapWeeklyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapWeeklyVolume_filter + orderBy: sepolia_PolygonConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_SwapWeeklyVolume!]! - zksync_swap_lpAccount( + ): [sepolia_PolygonConnectorMeta!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_LpAccount - zksync_swap_lpAccounts( + ): sepolia_OptimismConnectorMeta + sepolia_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpAccount_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpAccount_filter + orderBy: sepolia_OptimismConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_LpAccount!]! - zksync_swap_lpAccountBalance( + ): [sepolia_OptimismConnectorMeta!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_LpAccountBalance - zksync_swap_lpAccountBalances( + ): sepolia_BnbConnectorMeta + sepolia_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpAccountBalance_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpAccountBalance_filter + orderBy: sepolia_BnbConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_LpAccountBalance!]! - zksync_swap_lpToken( + ): [sepolia_BnbConnectorMeta!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_LpToken - zksync_swap_lpTokens( + ): sepolia_ArbitrumConnectorMeta + sepolia_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpToken_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpToken_filter + orderBy: sepolia_ArbitrumConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_LpToken!]! - zksync_swap_lpTransferEvent( + ): [sepolia_ArbitrumConnectorMeta!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_LpTransferEvent - zksync_swap_lpTransferEvents( + ): sepolia_GnosisConnectorMeta + sepolia_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpTransferEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpTransferEvent_filter + orderBy: sepolia_GnosisConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_LpTransferEvent!]! - zksync_swap_stableSwapEvent( + ): [sepolia_GnosisConnectorMeta!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_StableSwapEvent - zksync_swap_stableSwapEvents( + ): sepolia_LineaConnectorMeta + sepolia_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapEvent_filter + orderBy: sepolia_LineaConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_StableSwapEvent!]! - zksync_swap_swapTradeVolume( + ): [sepolia_LineaConnectorMeta!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_SwapTradeVolume - zksync_swap_swapTradeVolumes( + ): sepolia_MetisConnectorMeta + sepolia_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapTradeVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapTradeVolume_filter + orderBy: sepolia_MetisConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_SwapTradeVolume!]! - zksync_swap_lpTokenEvent( + ): [sepolia_MetisConnectorMeta!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_LpTokenEvent - zksync_swap_lpTokenEvents( + ): sepolia_MantleConnectorMeta + sepolia_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpTokenEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpTokenEvent_filter + orderBy: sepolia_MantleConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - zksync_swap__meta(block: zksync_swap_Block_height): zksync_swap__Meta_ - arbitrumsepolia_swap_systemInfo( + ): [sepolia_MantleConnectorMeta!]! + sepolia_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: arbitrumsepolia_swap_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 - ): arbitrumsepolia_swap_SystemInfo - arbitrumsepolia_swap_systemInfos( + ): sepolia_AvalancheConnectorMeta + sepolia_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SystemInfo_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SystemInfo_filter + orderBy: sepolia_AvalancheConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_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 - ): [arbitrumsepolia_swap_SystemInfo!]! - arbitrumsepolia_swap_pooledToken( + ): [sepolia_AvalancheConnectorMeta!]! + sepolia_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: arbitrumsepolia_swap_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 - ): arbitrumsepolia_swap_PooledToken - arbitrumsepolia_swap_pooledTokens( + ): sepolia_BaseConnectorMeta + sepolia_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_PooledToken_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_PooledToken_filter + orderBy: sepolia_BaseConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_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 - ): [arbitrumsepolia_swap_PooledToken!]! - arbitrumsepolia_swap_stableSwap( + ): [sepolia_BaseConnectorMeta!]! + sepolia_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: arbitrumsepolia_swap_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 - ): arbitrumsepolia_swap_StableSwap - arbitrumsepolia_swap_stableSwaps( + ): sepolia_PolygonZkConnectorMeta + sepolia_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwap_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwap_filter + orderBy: sepolia_PolygonZkConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_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 - ): [arbitrumsepolia_swap_StableSwap!]! - arbitrumsepolia_swap_stableSwapAddLiquidityEvent( + ): [sepolia_PolygonZkConnectorMeta!]! + sepolia_x1ConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on 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_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_X1ConnectorMeta + sepolia_x1ConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter + orderBy: sepolia_X1ConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_X1ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on 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_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_X1ConnectorMeta!]! + sepolia_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: arbitrumsepolia_swap_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 - ): arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents( + ): sepolia_ZkSyncConnectorMeta + sepolia_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: sepolia_ZkSyncConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_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 - ): [arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumsepolia_swap_stableSwapExchange( + ): [sepolia_ZkSyncConnectorMeta!]! + sepolia_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: arbitrumsepolia_swap_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 - ): arbitrumsepolia_swap_StableSwapExchange - arbitrumsepolia_swap_stableSwapExchanges( + ): sepolia_ModeConnectorMeta + sepolia_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapExchange_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapExchange_filter + orderBy: sepolia_ModeConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_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 - ): [arbitrumsepolia_swap_StableSwapExchange!]! - arbitrumsepolia_swap_swapDailyVolume( + ): [sepolia_ModeConnectorMeta!]! + sepolia_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: arbitrumsepolia_swap_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 - ): arbitrumsepolia_swap_SwapDailyVolume - arbitrumsepolia_swap_swapDailyVolumes( + ): sepolia_ScrollConnectorMeta + sepolia_scrollConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapDailyVolume_filter + orderBy: sepolia_ScrollConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_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 - ): [arbitrumsepolia_swap_SwapDailyVolume!]! - arbitrumsepolia_swap_swapHourlyVolume( + ): [sepolia_ScrollConnectorMeta!]! + sepolia_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: arbitrumsepolia_swap_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 - ): arbitrumsepolia_swap_SwapHourlyVolume - arbitrumsepolia_swap_swapHourlyVolumes( + ): sepolia_RootMessageProcessed + sepolia_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapHourlyVolume_filter + orderBy: sepolia_RootMessageProcessed_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_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 - ): [arbitrumsepolia_swap_SwapHourlyVolume!]! - arbitrumsepolia_swap_swapWeeklyVolume( + ): [sepolia_RootMessageProcessed!]! + sepolia_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: arbitrumsepolia_swap_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 - ): arbitrumsepolia_swap_SwapWeeklyVolume - arbitrumsepolia_swap_swapWeeklyVolumes( + ): sepolia_AggregateRootSavedSlow + sepolia_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapWeeklyVolume_filter + orderBy: sepolia_AggregateRootSavedSlow_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_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 - ): [arbitrumsepolia_swap_SwapWeeklyVolume!]! - arbitrumsepolia_swap_lpAccount( + ): [sepolia_AggregateRootSavedSlow!]! + sepolia_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: arbitrumsepolia_swap_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 - ): arbitrumsepolia_swap_LpAccount - arbitrumsepolia_swap_lpAccounts( + ): sepolia_HubDomain + sepolia_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpAccount_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpAccount_filter + orderBy: sepolia_HubDomain_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_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 - ): [arbitrumsepolia_swap_LpAccount!]! - arbitrumsepolia_swap_lpAccountBalance( + ): [sepolia_HubDomain!]! + """Access to subgraph metadata""" + sepolia__meta(block: sepolia_Block_height): sepolia__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. @@ -1537,13 +1537,13 @@ type Query { 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( + ): arbitrumsepolia_swap_SystemInfo + arbitrumsepolia_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpAccountBalance_orderBy + orderBy: arbitrumsepolia_swap_SystemInfo_orderBy orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpAccountBalance_filter + 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. """ @@ -1552,8 +1552,8 @@ type Query { 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( + ): [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. @@ -1563,13 +1563,13 @@ type Query { 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( + ): arbitrumsepolia_swap_PooledToken + arbitrumsepolia_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpToken_orderBy + orderBy: arbitrumsepolia_swap_PooledToken_orderBy orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpToken_filter + 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. """ @@ -1578,8 +1578,8 @@ type Query { 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( + ): [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. @@ -1589,13 +1589,13 @@ type Query { 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( + ): arbitrumsepolia_swap_StableSwap + arbitrumsepolia_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpTransferEvent_orderBy + orderBy: arbitrumsepolia_swap_StableSwap_orderBy orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpTransferEvent_filter + 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. """ @@ -1604,8 +1604,8 @@ type Query { 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( + ): [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. @@ -1615,13 +1615,13 @@ type Query { 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( + ): arbitrumsepolia_swap_StableSwapAddLiquidityEvent + arbitrumsepolia_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapEvent_orderBy + orderBy: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapEvent_filter + 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. """ @@ -1630,8 +1630,8 @@ type Query { 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( + ): [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. @@ -1641,13 +1641,13 @@ type Query { 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( + ): arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapTradeVolume_orderBy + orderBy: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapTradeVolume_filter + 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. """ @@ -1656,8 +1656,8 @@ type Query { 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( + ): [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. @@ -1667,13 +1667,13 @@ type Query { 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( + ): arbitrumsepolia_swap_StableSwapExchange + arbitrumsepolia_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpTokenEvent_orderBy + orderBy: arbitrumsepolia_swap_StableSwapExchange_orderBy orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpTokenEvent_filter + 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. """ @@ -1682,2696 +1682,2694 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - arbitrumsepolia_swap__meta(block: arbitrumsepolia_swap_Block_height): arbitrumsepolia_swap__Meta_ - optimismsepolia_swap_systemInfo( + ): [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: optimismsepolia_swap_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 - ): optimismsepolia_swap_SystemInfo - optimismsepolia_swap_systemInfos( + ): arbitrumsepolia_swap_SwapDailyVolume + arbitrumsepolia_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SystemInfo_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SystemInfo_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: optimismsepolia_swap_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 - ): [optimismsepolia_swap_SystemInfo!]! - optimismsepolia_swap_pooledToken( + ): [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: optimismsepolia_swap_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 - ): optimismsepolia_swap_PooledToken - optimismsepolia_swap_pooledTokens( + ): arbitrumsepolia_swap_SwapHourlyVolume + arbitrumsepolia_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_PooledToken_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_PooledToken_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: optimismsepolia_swap_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 - ): [optimismsepolia_swap_PooledToken!]! - optimismsepolia_swap_stableSwap( + ): [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: optimismsepolia_swap_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 - ): optimismsepolia_swap_StableSwap - optimismsepolia_swap_stableSwaps( + ): arbitrumsepolia_swap_SwapWeeklyVolume + arbitrumsepolia_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwap_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwap_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: optimismsepolia_swap_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 - ): [optimismsepolia_swap_StableSwap!]! - optimismsepolia_swap_stableSwapAddLiquidityEvent( + ): [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: optimismsepolia_swap_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 - ): optimismsepolia_swap_StableSwapAddLiquidityEvent - optimismsepolia_swap_stableSwapAddLiquidityEvents( + ): arbitrumsepolia_swap_LpAccount + arbitrumsepolia_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapAddLiquidityEvent_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: optimismsepolia_swap_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 - ): [optimismsepolia_swap_StableSwapAddLiquidityEvent!]! - optimismsepolia_swap_stableSwapRemoveLiquidityEvent( + ): [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: optimismsepolia_swap_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 - ): optimismsepolia_swap_StableSwapRemoveLiquidityEvent - optimismsepolia_swap_stableSwapRemoveLiquidityEvents( + ): arbitrumsepolia_swap_LpAccountBalance + arbitrumsepolia_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_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: optimismsepolia_swap_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 - ): [optimismsepolia_swap_StableSwapRemoveLiquidityEvent!]! - optimismsepolia_swap_stableSwapExchange( + ): [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: optimismsepolia_swap_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 - ): optimismsepolia_swap_StableSwapExchange - optimismsepolia_swap_stableSwapExchanges( + ): arbitrumsepolia_swap_LpToken + arbitrumsepolia_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapExchange_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapExchange_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: optimismsepolia_swap_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 - ): [optimismsepolia_swap_StableSwapExchange!]! - optimismsepolia_swap_swapDailyVolume( + ): [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: optimismsepolia_swap_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 - ): optimismsepolia_swap_SwapDailyVolume - optimismsepolia_swap_swapDailyVolumes( + ): arbitrumsepolia_swap_LpTransferEvent + arbitrumsepolia_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SwapDailyVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapDailyVolume_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: optimismsepolia_swap_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 - ): [optimismsepolia_swap_SwapDailyVolume!]! - optimismsepolia_swap_swapHourlyVolume( + ): [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: optimismsepolia_swap_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 - ): optimismsepolia_swap_SwapHourlyVolume - optimismsepolia_swap_swapHourlyVolumes( + ): arbitrumsepolia_swap_StableSwapEvent + arbitrumsepolia_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SwapHourlyVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapHourlyVolume_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: optimismsepolia_swap_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 - ): [optimismsepolia_swap_SwapHourlyVolume!]! - optimismsepolia_swap_swapWeeklyVolume( + ): [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: optimismsepolia_swap_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 - ): optimismsepolia_swap_SwapWeeklyVolume - optimismsepolia_swap_swapWeeklyVolumes( + ): arbitrumsepolia_swap_SwapTradeVolume + arbitrumsepolia_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SwapWeeklyVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapWeeklyVolume_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: optimismsepolia_swap_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 - ): [optimismsepolia_swap_SwapWeeklyVolume!]! - optimismsepolia_swap_lpAccount( + ): [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: optimismsepolia_swap_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 - ): optimismsepolia_swap_LpAccount - optimismsepolia_swap_lpAccounts( + ): arbitrumsepolia_swap_LpTokenEvent + arbitrumsepolia_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpAccount_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpAccount_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: optimismsepolia_swap_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 - ): [optimismsepolia_swap_LpAccount!]! - optimismsepolia_swap_lpAccountBalance( + ): [arbitrumsepolia_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + arbitrumsepolia_swap__meta(block: arbitrumsepolia_swap_Block_height): arbitrumsepolia_swap__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: optimismsepolia_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 - ): optimismsepolia_swap_LpAccountBalance - optimismsepolia_swap_lpAccountBalances( + ): arbitrumsepolia_Asset + arbitrumsepolia_assets( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpAccountBalance_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpAccountBalance_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: optimismsepolia_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 - ): [optimismsepolia_swap_LpAccountBalance!]! - optimismsepolia_swap_lpToken( + ): [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: optimismsepolia_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 - ): optimismsepolia_swap_LpToken - optimismsepolia_swap_lpTokens( + ): arbitrumsepolia_AssetStatus + arbitrumsepolia_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpToken_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpToken_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: optimismsepolia_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 - ): [optimismsepolia_swap_LpToken!]! - optimismsepolia_swap_lpTransferEvent( + ): [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: optimismsepolia_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 - ): optimismsepolia_swap_LpTransferEvent - optimismsepolia_swap_lpTransferEvents( + ): arbitrumsepolia_AssetBalance + arbitrumsepolia_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpTransferEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpTransferEvent_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: optimismsepolia_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 - ): [optimismsepolia_swap_LpTransferEvent!]! - optimismsepolia_swap_stableSwapEvent( + ): [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: optimismsepolia_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 - ): optimismsepolia_swap_StableSwapEvent - optimismsepolia_swap_stableSwapEvents( + ): arbitrumsepolia_Router + arbitrumsepolia_routers( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapEvent_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: optimismsepolia_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 - ): [optimismsepolia_swap_StableSwapEvent!]! - optimismsepolia_swap_swapTradeVolume( + ): [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: optimismsepolia_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 - ): optimismsepolia_swap_SwapTradeVolume - optimismsepolia_swap_swapTradeVolumes( + ): arbitrumsepolia_RouterDailyTVL + arbitrumsepolia_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SwapTradeVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapTradeVolume_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: optimismsepolia_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 - ): [optimismsepolia_swap_SwapTradeVolume!]! - optimismsepolia_swap_lpTokenEvent( + ): [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: optimismsepolia_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 - ): optimismsepolia_swap_LpTokenEvent - optimismsepolia_swap_lpTokenEvents( + ): arbitrumsepolia_RouterLiquidityEvent + arbitrumsepolia_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpTokenEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpTokenEvent_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: optimismsepolia_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 - ): [optimismsepolia_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - optimismsepolia_swap__meta(block: optimismsepolia_swap_Block_height): optimismsepolia_swap__Meta_ - sepolia_rootAggregated( + ): [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: sepolia_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 - ): sepolia_RootAggregated - sepolia_rootAggregateds( + ): arbitrumsepolia_Setting + arbitrumsepolia_settings( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootAggregated_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootAggregated_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: sepolia_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 - ): [sepolia_RootAggregated!]! - sepolia_rootPropagated( + ): [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: sepolia_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 - ): sepolia_RootPropagated - sepolia_rootPropagateds( + ): arbitrumsepolia_Relayer + arbitrumsepolia_relayers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootPropagated_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootPropagated_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: sepolia_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 - ): [sepolia_RootPropagated!]! - sepolia_aggregatedMessageRoot( + ): [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: sepolia_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 - ): sepolia_AggregatedMessageRoot - sepolia_aggregatedMessageRoots( + ): arbitrumsepolia_Sequencer + arbitrumsepolia_sequencers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AggregatedMessageRoot_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_AggregatedMessageRoot_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: sepolia_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 - ): [sepolia_AggregatedMessageRoot!]! - sepolia_rootManagerMeta( + ): [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: sepolia_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 - ): sepolia_RootManagerMeta - sepolia_rootManagerMetas( + ): arbitrumsepolia_RelayerFee + arbitrumsepolia_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootManagerMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootManagerMeta_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: sepolia_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 - ): [sepolia_RootManagerMeta!]! - sepolia_rootManagerMode( + ): [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: sepolia_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 - ): sepolia_RootManagerMode - sepolia_rootManagerModes( + ): arbitrumsepolia_OriginTransfer + arbitrumsepolia_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootManagerMode_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootManagerMode_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: sepolia_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 - ): [sepolia_RootManagerMode!]! - sepolia_optimisticRootProposed( + ): [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: sepolia_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 - ): sepolia_OptimisticRootProposed - sepolia_optimisticRootProposeds( + ): arbitrumsepolia_DestinationTransfer + arbitrumsepolia_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimisticRootProposed_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_OptimisticRootProposed_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: sepolia_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 - ): [sepolia_OptimisticRootProposed!]! - sepolia_hubOptimisticRootFinalized( + ): [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: sepolia_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 - ): sepolia_HubOptimisticRootFinalized - sepolia_hubOptimisticRootFinalizeds( + ): arbitrumsepolia_OriginMessage + arbitrumsepolia_originMessages( skip: Int = 0 first: Int = 100 - orderBy: sepolia_HubOptimisticRootFinalized_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_HubOptimisticRootFinalized_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: sepolia_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 - ): [sepolia_HubOptimisticRootFinalized!]! - sepolia_optimisticRootPropagated( + ): [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: sepolia_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 - ): sepolia_OptimisticRootPropagated - sepolia_optimisticRootPropagateds( + ): arbitrumsepolia_AggregateRoot + arbitrumsepolia_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimisticRootPropagated_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_OptimisticRootPropagated_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: sepolia_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 - ): [sepolia_OptimisticRootPropagated!]! - sepolia_polygonConnectorMeta( + ): [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: sepolia_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 - ): sepolia_PolygonConnectorMeta - sepolia_polygonConnectorMetas( + ): arbitrumsepolia_ConnectorMeta + arbitrumsepolia_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: sepolia_PolygonConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_PolygonConnectorMeta_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: sepolia_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 - ): [sepolia_PolygonConnectorMeta!]! - sepolia_optimismConnectorMeta( + ): [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: sepolia_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 - ): sepolia_OptimismConnectorMeta - sepolia_optimismConnectorMetas( + ): arbitrumsepolia_RootCount + arbitrumsepolia_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimismConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_OptimismConnectorMeta_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: sepolia_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 - ): [sepolia_OptimismConnectorMeta!]! - sepolia_bnbConnectorMeta( + ): [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: sepolia_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 - ): sepolia_BnbConnectorMeta - sepolia_bnbConnectorMetas( + ): arbitrumsepolia_RootMessageSent + arbitrumsepolia_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_BnbConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_BnbConnectorMeta_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: sepolia_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 - ): [sepolia_BnbConnectorMeta!]! - sepolia_arbitrumConnectorMeta( + ): [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: sepolia_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 - ): sepolia_ArbitrumConnectorMeta - sepolia_arbitrumConnectorMetas( + ): arbitrumsepolia_RelayerFeesIncrease + arbitrumsepolia_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ArbitrumConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_ArbitrumConnectorMeta_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: sepolia_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 - ): [sepolia_ArbitrumConnectorMeta!]! - sepolia_gnosisConnectorMeta( + ): [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: sepolia_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 - ): sepolia_GnosisConnectorMeta - sepolia_gnosisConnectorMetas( + ): arbitrumsepolia_SlippageUpdate + arbitrumsepolia_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: sepolia_GnosisConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_GnosisConnectorMeta_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: sepolia_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 - ): [sepolia_GnosisConnectorMeta!]! - sepolia_lineaConnectorMeta( + ): [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: sepolia_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 - ): sepolia_LineaConnectorMeta - sepolia_lineaConnectorMetas( + ): arbitrumsepolia_SnapshotRoot + arbitrumsepolia_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_LineaConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_LineaConnectorMeta_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: sepolia_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 - ): [sepolia_LineaConnectorMeta!]! - sepolia_metisConnectorMeta( + ): [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: sepolia_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 - ): sepolia_MetisConnectorMeta - sepolia_metisConnectorMetas( + ): arbitrumsepolia_SpokeConnectorMode + arbitrumsepolia_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_MetisConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_MetisConnectorMeta_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: sepolia_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 - ): [sepolia_MetisConnectorMeta!]! - sepolia_mantleConnectorMeta( + ): [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: sepolia_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 - ): sepolia_MantleConnectorMeta - sepolia_mantleConnectorMetas( + ): arbitrumsepolia_AggregateRootProposed + arbitrumsepolia_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_MantleConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_MantleConnectorMeta_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: sepolia_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 - ): [sepolia_MantleConnectorMeta!]! - sepolia_avalancheConnectorMeta( + ): [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: sepolia_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 - ): sepolia_AvalancheConnectorMeta - sepolia_avalancheConnectorMetas( + ): arbitrumsepolia_OptimisticRootFinalized + arbitrumsepolia_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AvalancheConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_AvalancheConnectorMeta_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: sepolia_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 - ): [sepolia_AvalancheConnectorMeta!]! - sepolia_baseConnectorMeta( + ): [arbitrumsepolia_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + arbitrumsepolia__meta(block: arbitrumsepolia_Block_height): arbitrumsepolia__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: sepolia_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 - ): sepolia_BaseConnectorMeta - sepolia_baseConnectorMetas( + ): optimismsepolia_Asset + optimismsepolia_assets( skip: Int = 0 first: Int = 100 - orderBy: sepolia_BaseConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_BaseConnectorMeta_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: sepolia_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 - ): [sepolia_BaseConnectorMeta!]! - sepolia_polygonZkConnectorMeta( + ): [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: sepolia_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 - ): sepolia_PolygonZkConnectorMeta - sepolia_polygonZkConnectorMetas( + ): optimismsepolia_AssetStatus + optimismsepolia_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: sepolia_PolygonZkConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_PolygonZkConnectorMeta_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: sepolia_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 - ): [sepolia_PolygonZkConnectorMeta!]! - sepolia_x1ConnectorMeta( + ): [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: sepolia_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 - ): sepolia_X1ConnectorMeta - sepolia_x1ConnectorMetas( + ): optimismsepolia_AssetBalance + optimismsepolia_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: sepolia_X1ConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_X1ConnectorMeta_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: sepolia_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 - ): [sepolia_X1ConnectorMeta!]! - sepolia_zkSyncConnectorMeta( + ): [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: sepolia_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 - ): sepolia_ZkSyncConnectorMeta - sepolia_zkSyncConnectorMetas( + ): optimismsepolia_Router + optimismsepolia_routers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ZkSyncConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_ZkSyncConnectorMeta_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: sepolia_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 - ): [sepolia_ZkSyncConnectorMeta!]! - sepolia_modeConnectorMeta( + ): [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: sepolia_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 - ): sepolia_ModeConnectorMeta - sepolia_modeConnectorMetas( + ): optimismsepolia_RouterDailyTVL + optimismsepolia_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ModeConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_ModeConnectorMeta_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: sepolia_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 - ): [sepolia_ModeConnectorMeta!]! - sepolia_scrollConnectorMeta( + ): [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: sepolia_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 - ): sepolia_ScrollConnectorMeta - sepolia_scrollConnectorMetas( + ): optimismsepolia_RouterLiquidityEvent + optimismsepolia_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ScrollConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_ScrollConnectorMeta_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: sepolia_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 - ): [sepolia_ScrollConnectorMeta!]! - sepolia_rootMessageProcessed( + ): [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: sepolia_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 - ): sepolia_RootMessageProcessed - sepolia_rootMessageProcesseds( + ): optimismsepolia_Setting + optimismsepolia_settings( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootMessageProcessed_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootMessageProcessed_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: sepolia_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 - ): [sepolia_RootMessageProcessed!]! - sepolia_aggregateRootSavedSlow( + ): [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: sepolia_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 - ): sepolia_AggregateRootSavedSlow - sepolia_aggregateRootSavedSlows( + ): optimismsepolia_Relayer + optimismsepolia_relayers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AggregateRootSavedSlow_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_AggregateRootSavedSlow_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: sepolia_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 - ): [sepolia_AggregateRootSavedSlow!]! - sepolia_hubDomain( + ): [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: sepolia_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 - ): sepolia_HubDomain - sepolia_hubDomains( + ): optimismsepolia_Sequencer + optimismsepolia_sequencers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_HubDomain_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_HubDomain_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: sepolia_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 - ): [sepolia_HubDomain!]! - """Access to subgraph metadata""" - sepolia__meta(block: sepolia_Block_height): sepolia__Meta_ - stagingmode_asset( + ): [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: stagingmode_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 - ): stagingmode_Asset - stagingmode_assets( + ): optimismsepolia_RelayerFee + optimismsepolia_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Asset_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Asset_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: stagingmode_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 - ): [stagingmode_Asset!]! - stagingmode_assetStatus( + ): [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: stagingmode_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 - ): stagingmode_AssetStatus - stagingmode_assetStatuses( + ): optimismsepolia_OriginTransfer + optimismsepolia_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AssetStatus_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AssetStatus_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: stagingmode_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 - ): [stagingmode_AssetStatus!]! - stagingmode_assetBalance( + ): [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: stagingmode_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 - ): stagingmode_AssetBalance - stagingmode_assetBalances( + ): optimismsepolia_DestinationTransfer + optimismsepolia_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AssetBalance_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AssetBalance_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: stagingmode_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 - ): [stagingmode_AssetBalance!]! - stagingmode_router( + ): [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: stagingmode_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 - ): stagingmode_Router - stagingmode_routers( + ): optimismsepolia_OriginMessage + optimismsepolia_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Router_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Router_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: stagingmode_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 - ): [stagingmode_Router!]! - stagingmode_routerDailyTVL( + ): [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: stagingmode_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 - ): stagingmode_RouterDailyTVL - stagingmode_routerDailyTVLs( + ): optimismsepolia_AggregateRoot + optimismsepolia_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RouterDailyTVL_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RouterDailyTVL_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: stagingmode_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 - ): [stagingmode_RouterDailyTVL!]! - stagingmode_routerLiquidityEvent( + ): [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: stagingmode_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 - ): stagingmode_RouterLiquidityEvent - stagingmode_routerLiquidityEvents( + ): optimismsepolia_ConnectorMeta + optimismsepolia_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RouterLiquidityEvent_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RouterLiquidityEvent_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: stagingmode_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 - ): [stagingmode_RouterLiquidityEvent!]! - stagingmode_setting( + ): [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: stagingmode_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 - ): stagingmode_Setting - stagingmode_settings( + ): optimismsepolia_RootCount + optimismsepolia_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Setting_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Setting_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: stagingmode_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 - ): [stagingmode_Setting!]! - stagingmode_relayer( + ): [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: stagingmode_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 - ): stagingmode_Relayer - stagingmode_relayers( + ): optimismsepolia_RootMessageSent + optimismsepolia_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Relayer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Relayer_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: stagingmode_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 - ): [stagingmode_Relayer!]! - stagingmode_sequencer( + ): [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: stagingmode_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 - ): stagingmode_Sequencer - stagingmode_sequencers( + ): optimismsepolia_RelayerFeesIncrease + optimismsepolia_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Sequencer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Sequencer_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: stagingmode_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 - ): [stagingmode_Sequencer!]! - stagingmode_relayerFee( + ): [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: stagingmode_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 - ): stagingmode_RelayerFee - stagingmode_relayerFees( + ): optimismsepolia_SlippageUpdate + optimismsepolia_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RelayerFee_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RelayerFee_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: stagingmode_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 - ): [stagingmode_RelayerFee!]! - stagingmode_originTransfer( + ): [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: stagingmode_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 - ): stagingmode_OriginTransfer - stagingmode_originTransfers( + ): optimismsepolia_SnapshotRoot + optimismsepolia_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OriginTransfer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OriginTransfer_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: stagingmode_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 - ): [stagingmode_OriginTransfer!]! - stagingmode_destinationTransfer( + ): [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: stagingmode_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 - ): stagingmode_DestinationTransfer - stagingmode_destinationTransfers( + ): optimismsepolia_SpokeConnectorMode + optimismsepolia_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_DestinationTransfer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_DestinationTransfer_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: stagingmode_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 - ): [stagingmode_DestinationTransfer!]! - stagingmode_originMessage( + ): [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: stagingmode_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 - ): stagingmode_OriginMessage - stagingmode_originMessages( + ): optimismsepolia_AggregateRootProposed + optimismsepolia_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OriginMessage_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OriginMessage_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: stagingmode_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 - ): [stagingmode_OriginMessage!]! - stagingmode_aggregateRoot( + ): [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: stagingmode_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 - ): stagingmode_AggregateRoot - stagingmode_aggregateRoots( + ): optimismsepolia_OptimisticRootFinalized + optimismsepolia_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AggregateRoot_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AggregateRoot_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: stagingmode_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 - ): [stagingmode_AggregateRoot!]! - stagingmode_connectorMeta( + ): [optimismsepolia_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: stagingmode_Block_height + block: mainnet_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( + ): mainnet_RootAggregated + mainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_ConnectorMeta_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_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: stagingmode_Block_height + block: mainnet_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( + ): [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: stagingmode_Block_height + block: mainnet_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( + ): mainnet_RootPropagated + mainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RootCount_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_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: stagingmode_Block_height + block: mainnet_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( + ): [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: stagingmode_Block_height + block: mainnet_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( + ): mainnet_AggregatedMessageRoot + mainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RootMessageSent_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_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: stagingmode_Block_height + block: mainnet_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( + ): [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: stagingmode_Block_height + block: mainnet_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( + ): mainnet_RootManagerMeta + mainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RelayerFeesIncrease_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_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: stagingmode_Block_height + block: mainnet_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( + ): [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: stagingmode_Block_height + block: mainnet_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( + ): mainnet_RootManagerMode + mainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SlippageUpdate_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_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: stagingmode_Block_height + block: mainnet_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( + ): [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: stagingmode_Block_height + block: mainnet_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( + ): mainnet_OptimisticRootProposed + mainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SnapshotRoot_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_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: stagingmode_Block_height + block: mainnet_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( + ): [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: stagingmode_Block_height + block: mainnet_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( + ): mainnet_HubOptimisticRootFinalized + mainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SpokeConnectorMode_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_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: stagingmode_Block_height + block: mainnet_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( + ): [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: stagingmode_Block_height + block: mainnet_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( + ): mainnet_OptimisticRootPropagated + mainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AggregateRootProposed_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_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: stagingmode_Block_height + block: mainnet_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( + ): [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: stagingmode_Block_height + block: mainnet_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( + ): mainnet_PolygonConnectorMeta + mainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OptimisticRootFinalized_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_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: stagingmode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingmode__meta(block: stagingmode_Block_height): stagingmode__Meta_ - zksync_asset( + ): [mainnet_PolygonConnectorMeta!]! + mainnet_optimismConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_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( + ): mainnet_OptimismConnectorMeta + mainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_Asset_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Asset_filter + orderBy: mainnet_OptimismConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OptimismConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_BnbConnectorMeta + mainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_AssetStatus_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AssetStatus_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_ArbitrumConnectorMeta + mainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_AssetBalance_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AssetBalance_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_GnosisConnectorMeta + mainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_Router_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Router_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_LineaConnectorMeta + mainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_RouterDailyTVL_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RouterDailyTVL_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_MetisConnectorMeta + mainnet_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_RouterLiquidityEvent_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RouterLiquidityEvent_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_MantleConnectorMeta + mainnet_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_Setting_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Setting_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_AvalancheConnectorMeta + mainnet_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_Relayer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Relayer_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_BaseConnectorMeta + mainnet_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_Sequencer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Sequencer_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_PolygonZkConnectorMeta + mainnet_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_RelayerFee_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RelayerFee_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_ZkSyncConnectorMeta + mainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_OriginTransfer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OriginTransfer_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_ModeConnectorMeta + mainnet_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_DestinationTransfer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_DestinationTransfer_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_RootMessageProcessed + mainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: zksync_OriginMessage_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OriginMessage_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_AggregateRootSavedSlow + mainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: zksync_AggregateRoot_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AggregateRoot_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_HubDomain + mainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: zksync_ConnectorMeta_orderBy - orderDirection: zksync_OrderDirection - where: zksync_ConnectorMeta_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: zksync_Block_height + block: mainnet_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( + ): [mainnet_HubDomain!]! + """Access to subgraph metadata""" + mainnet__meta(block: mainnet_Block_height): mainnet__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: zksync_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 - ): zksync_RootCount - zksync_rootCounts( + ): sepolia_Asset + sepolia_assets( skip: Int = 0 first: Int = 100 - orderBy: zksync_RootCount_orderBy - orderDirection: zksync_OrderDirection - where: zksync_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: zksync_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 - ): [zksync_RootCount!]! - zksync_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: zksync_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 - ): zksync_RootMessageSent - zksync_rootMessageSents( + ): sepolia_AssetStatus + sepolia_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: zksync_RootMessageSent_orderBy - orderDirection: zksync_OrderDirection - where: zksync_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: zksync_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 - ): [zksync_RootMessageSent!]! - zksync_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: zksync_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 - ): zksync_RelayerFeesIncrease - zksync_relayerFeesIncreases( + ): sepolia_AssetBalance + sepolia_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: zksync_RelayerFeesIncrease_orderBy - orderDirection: zksync_OrderDirection - where: zksync_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: zksync_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 - ): [zksync_RelayerFeesIncrease!]! - zksync_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: zksync_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 - ): zksync_SlippageUpdate - zksync_slippageUpdates( + ): sepolia_Router + sepolia_routers( skip: Int = 0 first: Int = 100 - orderBy: zksync_SlippageUpdate_orderBy - orderDirection: zksync_OrderDirection - where: zksync_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: zksync_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 - ): [zksync_SlippageUpdate!]! - zksync_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: zksync_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 - ): zksync_SnapshotRoot - zksync_snapshotRoots( + ): sepolia_RouterDailyTVL + sepolia_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: zksync_SnapshotRoot_orderBy - orderDirection: zksync_OrderDirection - where: zksync_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: zksync_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 - ): [zksync_SnapshotRoot!]! - zksync_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: zksync_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 - ): zksync_SpokeConnectorMode - zksync_spokeConnectorModes( + ): sepolia_RouterLiquidityEvent + sepolia_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_SpokeConnectorMode_orderBy - orderDirection: zksync_OrderDirection - where: zksync_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: zksync_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 - ): [zksync_SpokeConnectorMode!]! - zksync_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: zksync_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 - ): zksync_AggregateRootProposed - zksync_aggregateRootProposeds( + ): sepolia_Setting + sepolia_settings( skip: Int = 0 first: Int = 100 - orderBy: zksync_AggregateRootProposed_orderBy - orderDirection: zksync_OrderDirection - where: zksync_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: zksync_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 - ): [zksync_AggregateRootProposed!]! - zksync_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: zksync_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 - ): zksync_OptimisticRootFinalized - zksync_optimisticRootFinalizeds( + ): sepolia_Relayer + sepolia_relayers( skip: Int = 0 first: Int = 100 - orderBy: zksync_OptimisticRootFinalized_orderBy - orderDirection: zksync_OrderDirection - where: zksync_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: zksync_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 - ): [zksync_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - zksync__meta(block: zksync_Block_height): zksync__Meta_ - arbitrumone_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: arbitrumone_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 - ): arbitrumone_Asset - arbitrumone_assets( + ): sepolia_Sequencer + sepolia_sequencers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Asset_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_Asset!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_AssetStatus - arbitrumone_assetStatuses( + ): sepolia_RelayerFee + sepolia_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetStatus_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_AssetStatus!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_AssetBalance - arbitrumone_assetBalances( + ): sepolia_OriginTransfer + sepolia_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetBalance_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_AssetBalance!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_Router - arbitrumone_routers( + ): sepolia_DestinationTransfer + sepolia_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Router_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_Router!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_RouterDailyTVL - arbitrumone_routerDailyTVLs( + ): sepolia_OriginMessage + sepolia_originMessages( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterDailyTVL_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_RouterDailyTVL!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_RouterLiquidityEvent - arbitrumone_routerLiquidityEvents( + ): sepolia_AggregateRoot + sepolia_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterLiquidityEvent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_RouterLiquidityEvent!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_Setting - arbitrumone_settings( + ): sepolia_ConnectorMeta + sepolia_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Setting_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_Setting!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_Relayer - arbitrumone_relayers( + ): sepolia_RootCount + sepolia_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Relayer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_Relayer!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_Sequencer - arbitrumone_sequencers( + ): sepolia_RootMessageSent + sepolia_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Sequencer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_Sequencer!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_RelayerFee - arbitrumone_relayerFees( + ): sepolia_RelayerFeesIncrease + sepolia_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFee_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_RelayerFee!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_OriginTransfer - arbitrumone_originTransfers( + ): sepolia_SlippageUpdate + sepolia_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_OriginTransfer!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_DestinationTransfer - arbitrumone_destinationTransfers( + ): sepolia_SnapshotRoot + sepolia_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_DestinationTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_DestinationTransfer!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_OriginMessage - arbitrumone_originMessages( + ): sepolia_SpokeConnectorMode + sepolia_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginMessage_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_OriginMessage!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_AggregateRoot - arbitrumone_aggregateRoots( + ): sepolia_AggregateRootProposed + sepolia_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AggregateRoot_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_AggregateRoot!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_ConnectorMeta - arbitrumone_connectorMetas( + ): sepolia_OptimisticRootFinalized + sepolia_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_ConnectorMeta_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_ConnectorMeta!]! - arbitrumone_rootCount( + ): [sepolia_OptimisticRootFinalized!]! + arbitrumone_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -4381,13 +4379,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RootCount - arbitrumone_rootCounts( + ): arbitrumone_Asset + arbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootCount_orderBy + orderBy: arbitrumone_Asset_orderBy orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootCount_filter + where: arbitrumone_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -4396,8 +4394,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RootCount!]! - arbitrumone_rootMessageSent( + ): [arbitrumone_Asset!]! + arbitrumone_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -4407,13 +4405,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RootMessageSent - arbitrumone_rootMessageSents( + ): arbitrumone_AssetStatus + arbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootMessageSent_orderBy + orderBy: arbitrumone_AssetStatus_orderBy orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootMessageSent_filter + where: arbitrumone_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -4422,8 +4420,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RootMessageSent!]! - arbitrumone_relayerFeesIncrease( + ): [arbitrumone_AssetStatus!]! + arbitrumone_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -4433,13 +4431,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RelayerFeesIncrease - arbitrumone_relayerFeesIncreases( + ): arbitrumone_AssetBalance + arbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFeesIncrease_orderBy + orderBy: arbitrumone_AssetBalance_orderBy orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFeesIncrease_filter + where: arbitrumone_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -4448,8 +4446,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RelayerFeesIncrease!]! - arbitrumone_slippageUpdate( + ): [arbitrumone_AssetBalance!]! + arbitrumone_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -4459,13 +4457,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_SlippageUpdate - arbitrumone_slippageUpdates( + ): arbitrumone_Router + arbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SlippageUpdate_orderBy + orderBy: arbitrumone_Router_orderBy orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SlippageUpdate_filter + where: arbitrumone_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -4474,8 +4472,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_SlippageUpdate!]! - arbitrumone_snapshotRoot( + ): [arbitrumone_Router!]! + arbitrumone_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -4485,13 +4483,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_SnapshotRoot - arbitrumone_snapshotRoots( + ): arbitrumone_RouterDailyTVL + arbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SnapshotRoot_orderBy + orderBy: arbitrumone_RouterDailyTVL_orderBy orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SnapshotRoot_filter + where: arbitrumone_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -4500,8 +4498,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_SnapshotRoot!]! - arbitrumone_spokeConnectorMode( + ): [arbitrumone_RouterDailyTVL!]! + arbitrumone_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -4511,13 +4509,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_SpokeConnectorMode - arbitrumone_spokeConnectorModes( + ): arbitrumone_RouterLiquidityEvent + arbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SpokeConnectorMode_orderBy + orderBy: arbitrumone_RouterLiquidityEvent_orderBy orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SpokeConnectorMode_filter + where: arbitrumone_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -4526,8 +4524,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_SpokeConnectorMode!]! - arbitrumone_aggregateRootProposed( + ): [arbitrumone_RouterLiquidityEvent!]! + arbitrumone_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -4537,13 +4535,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AggregateRootProposed - arbitrumone_aggregateRootProposeds( + ): arbitrumone_Setting + arbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AggregateRootProposed_orderBy + orderBy: arbitrumone_Setting_orderBy orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AggregateRootProposed_filter + where: arbitrumone_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -4552,8 +4550,8 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AggregateRootProposed!]! - arbitrumone_optimisticRootFinalized( + ): [arbitrumone_Setting!]! + arbitrumone_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -4563,13 +4561,13 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_OptimisticRootFinalized - arbitrumone_optimisticRootFinalizeds( + ): arbitrumone_Relayer + arbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OptimisticRootFinalized_orderBy + orderBy: arbitrumone_Relayer_orderBy orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OptimisticRootFinalized_filter + where: arbitrumone_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -4578,9559 +4576,9403 @@ type Query { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ - stagingscroll_asset( + ): [arbitrumone_Relayer!]! + arbitrumone_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_Asset - stagingscroll_assets( + ): arbitrumone_Sequencer + arbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Asset_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Asset_filter + orderBy: arbitrumone_Sequencer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_Asset!]! - stagingscroll_assetStatus( + ): [arbitrumone_Sequencer!]! + arbitrumone_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_AssetStatus - stagingscroll_assetStatuses( + ): arbitrumone_RelayerFee + arbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AssetStatus_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AssetStatus_filter + orderBy: arbitrumone_RelayerFee_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_AssetStatus!]! - stagingscroll_assetBalance( + ): [arbitrumone_RelayerFee!]! + arbitrumone_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_AssetBalance - stagingscroll_assetBalances( + ): arbitrumone_OriginTransfer + arbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AssetBalance_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AssetBalance_filter + orderBy: arbitrumone_OriginTransfer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_AssetBalance!]! - stagingscroll_router( + ): [arbitrumone_OriginTransfer!]! + arbitrumone_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_Router - stagingscroll_routers( + ): arbitrumone_DestinationTransfer + arbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Router_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Router_filter + orderBy: arbitrumone_DestinationTransfer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_Router!]! - stagingscroll_routerDailyTVL( + ): [arbitrumone_DestinationTransfer!]! + arbitrumone_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_RouterDailyTVL - stagingscroll_routerDailyTVLs( + ): arbitrumone_OriginMessage + arbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RouterDailyTVL_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RouterDailyTVL_filter + orderBy: arbitrumone_OriginMessage_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_RouterDailyTVL!]! - stagingscroll_routerLiquidityEvent( + ): [arbitrumone_OriginMessage!]! + arbitrumone_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_RouterLiquidityEvent - stagingscroll_routerLiquidityEvents( + ): arbitrumone_AggregateRoot + arbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RouterLiquidityEvent_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RouterLiquidityEvent_filter + orderBy: arbitrumone_AggregateRoot_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_RouterLiquidityEvent!]! - stagingscroll_setting( + ): [arbitrumone_AggregateRoot!]! + arbitrumone_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_Setting - stagingscroll_settings( + ): arbitrumone_ConnectorMeta + arbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Setting_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Setting_filter + orderBy: arbitrumone_ConnectorMeta_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_Setting!]! - stagingscroll_relayer( + ): [arbitrumone_ConnectorMeta!]! + arbitrumone_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_Relayer - stagingscroll_relayers( + ): arbitrumone_RootCount + arbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Relayer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Relayer_filter + orderBy: arbitrumone_RootCount_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_Relayer!]! - stagingscroll_sequencer( + ): [arbitrumone_RootCount!]! + arbitrumone_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_Sequencer - stagingscroll_sequencers( + ): arbitrumone_RootMessageSent + arbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Sequencer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Sequencer_filter + orderBy: arbitrumone_RootMessageSent_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_Sequencer!]! - stagingscroll_relayerFee( + ): [arbitrumone_RootMessageSent!]! + arbitrumone_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_RelayerFee - stagingscroll_relayerFees( + ): arbitrumone_RelayerFeesIncrease + arbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RelayerFee_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RelayerFee_filter + orderBy: arbitrumone_RelayerFeesIncrease_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_RelayerFee!]! - stagingscroll_originTransfer( + ): [arbitrumone_RelayerFeesIncrease!]! + arbitrumone_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_OriginTransfer - stagingscroll_originTransfers( + ): arbitrumone_SlippageUpdate + arbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_OriginTransfer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_OriginTransfer_filter + orderBy: arbitrumone_SlippageUpdate_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_OriginTransfer!]! - stagingscroll_destinationTransfer( + ): [arbitrumone_SlippageUpdate!]! + arbitrumone_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: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_DestinationTransfer - stagingscroll_destinationTransfers( + ): arbitrumone_SnapshotRoot + arbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_DestinationTransfer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_DestinationTransfer_filter + orderBy: arbitrumone_SnapshotRoot_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_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: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_DestinationTransfer!]! - stagingscroll_originMessage( + ): [arbitrumone_SnapshotRoot!]! + arbitrumone_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: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_OriginMessage - stagingscroll_originMessages( + ): arbitrumone_SpokeConnectorMode + arbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_OriginMessage_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_OriginMessage_filter + orderBy: arbitrumone_SpokeConnectorMode_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_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: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_OriginMessage!]! - stagingscroll_aggregateRoot( + ): [arbitrumone_SpokeConnectorMode!]! + arbitrumone_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: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_AggregateRoot - stagingscroll_aggregateRoots( + ): arbitrumone_AggregateRootProposed + arbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AggregateRoot_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AggregateRoot_filter + orderBy: arbitrumone_AggregateRootProposed_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_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: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_AggregateRoot!]! - stagingscroll_connectorMeta( + ): [arbitrumone_AggregateRootProposed!]! + arbitrumone_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: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_ConnectorMeta - stagingscroll_connectorMetas( + ): arbitrumone_OptimisticRootFinalized + arbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_ConnectorMeta_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_ConnectorMeta_filter + orderBy: arbitrumone_OptimisticRootFinalized_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_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: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_ConnectorMeta!]! - stagingscroll_rootCount( + ): [arbitrumone_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__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: stagingscroll_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 - ): stagingscroll_RootCount - stagingscroll_rootCounts( + ): zksync_swap_SystemInfo + zksync_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RootCount_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RootCount_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: stagingscroll_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 - ): [stagingscroll_RootCount!]! - stagingscroll_rootMessageSent( + ): [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: stagingscroll_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 - ): stagingscroll_RootMessageSent - stagingscroll_rootMessageSents( + ): zksync_swap_PooledToken + zksync_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RootMessageSent_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RootMessageSent_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: stagingscroll_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 - ): [stagingscroll_RootMessageSent!]! - stagingscroll_relayerFeesIncrease( + ): [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: stagingscroll_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 - ): stagingscroll_RelayerFeesIncrease - stagingscroll_relayerFeesIncreases( + ): zksync_swap_StableSwap + zksync_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RelayerFeesIncrease_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RelayerFeesIncrease_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: stagingscroll_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 - ): [stagingscroll_RelayerFeesIncrease!]! - stagingscroll_slippageUpdate( + ): [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: stagingscroll_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 - ): stagingscroll_SlippageUpdate - stagingscroll_slippageUpdates( + ): zksync_swap_StableSwapAddLiquidityEvent + zksync_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_SlippageUpdate_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_SlippageUpdate_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: stagingscroll_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 - ): [stagingscroll_SlippageUpdate!]! - stagingscroll_snapshotRoot( + ): [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: stagingscroll_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 - ): stagingscroll_SnapshotRoot - stagingscroll_snapshotRoots( + ): zksync_swap_StableSwapRemoveLiquidityEvent + zksync_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_SnapshotRoot_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_SnapshotRoot_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: stagingscroll_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 - ): [stagingscroll_SnapshotRoot!]! - stagingscroll_spokeConnectorMode( + ): [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: stagingscroll_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 - ): stagingscroll_SpokeConnectorMode - stagingscroll_spokeConnectorModes( + ): zksync_swap_StableSwapExchange + zksync_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_SpokeConnectorMode_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_SpokeConnectorMode_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: stagingscroll_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 - ): [stagingscroll_SpokeConnectorMode!]! - stagingscroll_aggregateRootProposed( + ): [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: stagingscroll_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 - ): stagingscroll_AggregateRootProposed - stagingscroll_aggregateRootProposeds( + ): zksync_swap_SwapDailyVolume + zksync_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AggregateRootProposed_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AggregateRootProposed_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: stagingscroll_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 - ): [stagingscroll_AggregateRootProposed!]! - stagingscroll_optimisticRootFinalized( + ): [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: stagingscroll_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 - ): stagingscroll_OptimisticRootFinalized - stagingscroll_optimisticRootFinalizeds( + ): zksync_swap_SwapHourlyVolume + zksync_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_OptimisticRootFinalized_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_OptimisticRootFinalized_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: stagingscroll_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 - ): [stagingscroll_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingscroll__meta(block: stagingscroll_Block_height): stagingscroll__Meta_ - optimismsepolia_asset( + ): [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: optimismsepolia_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 - ): optimismsepolia_Asset - optimismsepolia_assets( + ): zksync_swap_SwapWeeklyVolume + zksync_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_Asset_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_Asset_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: optimismsepolia_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 - ): [optimismsepolia_Asset!]! - optimismsepolia_assetStatus( + ): [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: optimismsepolia_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 - ): optimismsepolia_AssetStatus - optimismsepolia_assetStatuses( + ): zksync_swap_LpAccount + zksync_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_AssetStatus_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_AssetStatus_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: optimismsepolia_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 - ): [optimismsepolia_AssetStatus!]! - optimismsepolia_assetBalance( + ): [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: optimismsepolia_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 - ): optimismsepolia_AssetBalance - optimismsepolia_assetBalances( + ): zksync_swap_LpAccountBalance + zksync_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_AssetBalance_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_AssetBalance_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: optimismsepolia_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 - ): [optimismsepolia_AssetBalance!]! - optimismsepolia_router( + ): [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: optimismsepolia_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 - ): optimismsepolia_Router - optimismsepolia_routers( + ): zksync_swap_LpToken + zksync_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_Router_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_Router_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: optimismsepolia_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 - ): [optimismsepolia_Router!]! - optimismsepolia_routerDailyTVL( + ): [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: optimismsepolia_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 - ): optimismsepolia_RouterDailyTVL - optimismsepolia_routerDailyTVLs( + ): zksync_swap_LpTransferEvent + zksync_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RouterDailyTVL_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RouterDailyTVL_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: optimismsepolia_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 - ): [optimismsepolia_RouterDailyTVL!]! - optimismsepolia_routerLiquidityEvent( + ): [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: optimismsepolia_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 - ): optimismsepolia_RouterLiquidityEvent - optimismsepolia_routerLiquidityEvents( + ): zksync_swap_StableSwapEvent + zksync_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RouterLiquidityEvent_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RouterLiquidityEvent_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: optimismsepolia_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 - ): [optimismsepolia_RouterLiquidityEvent!]! - optimismsepolia_setting( + ): [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: optimismsepolia_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 - ): optimismsepolia_Setting - optimismsepolia_settings( + ): zksync_swap_SwapTradeVolume + zksync_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_Setting_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_Setting_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: optimismsepolia_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 - ): [optimismsepolia_Setting!]! - optimismsepolia_relayer( + ): [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: optimismsepolia_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 - ): optimismsepolia_Relayer - optimismsepolia_relayers( + ): zksync_swap_LpTokenEvent + zksync_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_Relayer_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_Relayer_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: optimismsepolia_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 - ): [optimismsepolia_Relayer!]! - optimismsepolia_sequencer( + ): [zksync_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + zksync_swap__meta(block: zksync_swap_Block_height): zksync_swap__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: optimismsepolia_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 - ): optimismsepolia_Sequencer - optimismsepolia_sequencers( + ): base_swap_SystemInfo + base_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_Sequencer_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_Sequencer_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: optimismsepolia_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 - ): [optimismsepolia_Sequencer!]! - optimismsepolia_relayerFee( + ): [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: optimismsepolia_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 - ): optimismsepolia_RelayerFee - optimismsepolia_relayerFees( + ): base_swap_PooledToken + base_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RelayerFee_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RelayerFee_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: optimismsepolia_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 - ): [optimismsepolia_RelayerFee!]! - optimismsepolia_originTransfer( + ): [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: optimismsepolia_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 - ): optimismsepolia_OriginTransfer - optimismsepolia_originTransfers( + ): base_swap_StableSwap + base_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_OriginTransfer_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_OriginTransfer_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: optimismsepolia_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 - ): [optimismsepolia_OriginTransfer!]! - optimismsepolia_destinationTransfer( + ): [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: optimismsepolia_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 - ): optimismsepolia_DestinationTransfer - optimismsepolia_destinationTransfers( + ): base_swap_StableSwapAddLiquidityEvent + base_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_DestinationTransfer_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_DestinationTransfer_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: optimismsepolia_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 - ): [optimismsepolia_DestinationTransfer!]! - optimismsepolia_originMessage( + ): [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: optimismsepolia_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 - ): optimismsepolia_OriginMessage - optimismsepolia_originMessages( + ): base_swap_StableSwapRemoveLiquidityEvent + base_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_OriginMessage_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_OriginMessage_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: optimismsepolia_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 - ): [optimismsepolia_OriginMessage!]! - optimismsepolia_aggregateRoot( + ): [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: optimismsepolia_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 - ): optimismsepolia_AggregateRoot - optimismsepolia_aggregateRoots( + ): base_swap_StableSwapExchange + base_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_AggregateRoot_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_AggregateRoot_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: optimismsepolia_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 - ): [optimismsepolia_AggregateRoot!]! - optimismsepolia_connectorMeta( + ): [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: optimismsepolia_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 - ): optimismsepolia_ConnectorMeta - optimismsepolia_connectorMetas( + ): base_swap_SwapDailyVolume + base_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_ConnectorMeta_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_ConnectorMeta_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: optimismsepolia_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 - ): [optimismsepolia_ConnectorMeta!]! - optimismsepolia_rootCount( + ): [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: optimismsepolia_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 - ): optimismsepolia_RootCount - optimismsepolia_rootCounts( + ): base_swap_SwapHourlyVolume + base_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RootCount_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RootCount_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: optimismsepolia_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 - ): [optimismsepolia_RootCount!]! - optimismsepolia_rootMessageSent( + ): [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: optimismsepolia_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 - ): optimismsepolia_RootMessageSent - optimismsepolia_rootMessageSents( + ): base_swap_SwapWeeklyVolume + base_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RootMessageSent_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RootMessageSent_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: optimismsepolia_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 - ): [optimismsepolia_RootMessageSent!]! - optimismsepolia_relayerFeesIncrease( + ): [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: optimismsepolia_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 - ): optimismsepolia_RelayerFeesIncrease - optimismsepolia_relayerFeesIncreases( + ): base_swap_LpAccount + base_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RelayerFeesIncrease_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RelayerFeesIncrease_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: optimismsepolia_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 - ): [optimismsepolia_RelayerFeesIncrease!]! - optimismsepolia_slippageUpdate( + ): [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: optimismsepolia_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 - ): optimismsepolia_SlippageUpdate - optimismsepolia_slippageUpdates( + ): base_swap_LpAccountBalance + base_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_SlippageUpdate_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_SlippageUpdate_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: optimismsepolia_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 - ): [optimismsepolia_SlippageUpdate!]! - optimismsepolia_snapshotRoot( + ): [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: optimismsepolia_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 - ): optimismsepolia_SnapshotRoot - optimismsepolia_snapshotRoots( + ): base_swap_LpToken + base_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_SnapshotRoot_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_SnapshotRoot_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: optimismsepolia_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 - ): [optimismsepolia_SnapshotRoot!]! - optimismsepolia_spokeConnectorMode( + ): [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: optimismsepolia_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 - ): optimismsepolia_SpokeConnectorMode - optimismsepolia_spokeConnectorModes( + ): base_swap_LpTransferEvent + base_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_SpokeConnectorMode_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_SpokeConnectorMode_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: optimismsepolia_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 - ): [optimismsepolia_SpokeConnectorMode!]! - optimismsepolia_aggregateRootProposed( + ): [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: optimismsepolia_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 - ): optimismsepolia_AggregateRootProposed - optimismsepolia_aggregateRootProposeds( + ): base_swap_StableSwapEvent + base_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_AggregateRootProposed_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_AggregateRootProposed_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: optimismsepolia_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 - ): [optimismsepolia_AggregateRootProposed!]! - optimismsepolia_optimisticRootFinalized( + ): [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: optimismsepolia_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 - ): optimismsepolia_OptimisticRootFinalized - optimismsepolia_optimisticRootFinalizeds( + ): base_swap_SwapTradeVolume + base_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_OptimisticRootFinalized_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_OptimisticRootFinalized_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: optimismsepolia_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 - ): [optimismsepolia_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - optimismsepolia__meta(block: optimismsepolia_Block_height): optimismsepolia__Meta_ - mantle_asset( + ): [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: mantle_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 - ): mantle_Asset - mantle_assets( + ): base_swap_LpTokenEvent + base_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_Asset_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Asset_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: mantle_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 - ): [mantle_Asset!]! - mantle_assetStatus( + ): [base_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + base_swap__meta(block: base_swap_Block_height): base_swap__Meta_ + optimism_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_AssetStatus - mantle_assetStatuses( + ): optimism_Asset + optimism_assets( skip: Int = 0 first: Int = 100 - orderBy: mantle_AssetStatus_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AssetStatus_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_AssetStatus!]! - mantle_assetBalance( + ): [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_AssetBalance - mantle_assetBalances( + ): optimism_AssetStatus + optimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mantle_AssetBalance_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AssetBalance_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_AssetBalance!]! - mantle_router( + ): [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_Router - mantle_routers( + ): optimism_AssetBalance + optimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mantle_Router_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Router_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_Router!]! - mantle_routerDailyTVL( + ): [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_RouterDailyTVL - mantle_routerDailyTVLs( + ): optimism_Router + optimism_routers( skip: Int = 0 first: Int = 100 - orderBy: mantle_RouterDailyTVL_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RouterDailyTVL_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_RouterDailyTVL!]! - mantle_routerLiquidityEvent( + ): [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_RouterLiquidityEvent - mantle_routerLiquidityEvents( + ): optimism_RouterDailyTVL + optimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mantle_RouterLiquidityEvent_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RouterLiquidityEvent_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_RouterLiquidityEvent!]! - mantle_setting( + ): [optimism_RouterDailyTVL!]! + optimism_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_Setting - mantle_settings( + ): optimism_RouterLiquidityEvent + optimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_Setting_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Setting_filter + orderBy: optimism_RouterLiquidityEvent_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_Setting!]! - mantle_relayer( + ): [optimism_RouterLiquidityEvent!]! + optimism_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_Relayer - mantle_relayers( + ): optimism_Setting + optimism_settings( skip: Int = 0 first: Int = 100 - orderBy: mantle_Relayer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Relayer_filter + orderBy: optimism_Setting_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_Relayer!]! - mantle_sequencer( + ): [optimism_Setting!]! + optimism_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_Sequencer - mantle_sequencers( + ): optimism_Relayer + optimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: mantle_Sequencer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Sequencer_filter + orderBy: optimism_Relayer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_Sequencer!]! - mantle_relayerFee( + ): [optimism_Relayer!]! + optimism_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_RelayerFee - mantle_relayerFees( + ): optimism_Sequencer + optimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mantle_RelayerFee_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RelayerFee_filter + orderBy: optimism_Sequencer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_RelayerFee!]! - mantle_originTransfer( + ): [optimism_Sequencer!]! + optimism_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_OriginTransfer - mantle_originTransfers( + ): optimism_RelayerFee + optimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mantle_OriginTransfer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OriginTransfer_filter + orderBy: optimism_RelayerFee_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_OriginTransfer!]! - mantle_destinationTransfer( + ): [optimism_RelayerFee!]! + optimism_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_DestinationTransfer - mantle_destinationTransfers( + ): optimism_OriginTransfer + optimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_DestinationTransfer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_DestinationTransfer_filter + orderBy: optimism_OriginTransfer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_DestinationTransfer!]! - mantle_originMessage( + ): [optimism_OriginTransfer!]! + optimism_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_OriginMessage - mantle_originMessages( + ): optimism_DestinationTransfer + optimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_OriginMessage_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OriginMessage_filter + orderBy: optimism_DestinationTransfer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_OriginMessage!]! - mantle_aggregateRoot( + ): [optimism_DestinationTransfer!]! + optimism_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_AggregateRoot - mantle_aggregateRoots( + ): optimism_OriginMessage + optimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mantle_AggregateRoot_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AggregateRoot_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: 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_AggregateRoot!]! - mantle_connectorMeta( + ): [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: 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_ConnectorMeta - mantle_connectorMetas( + ): optimism_AggregateRoot + optimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_ConnectorMeta_orderBy - orderDirection: mantle_OrderDirection - where: mantle_ConnectorMeta_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: 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_ConnectorMeta!]! - mantle_rootCount( + ): [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: 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_ConnectorMeta + optimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_RootCount_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RootCount_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: 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_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: 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_RootCount + optimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_RootMessageSent_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RootMessageSent_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: 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_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: 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_RootMessageSent + optimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mantle_RelayerFeesIncrease_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RelayerFeesIncrease_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: 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_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: 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_RelayerFeesIncrease + optimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mantle_SlippageUpdate_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SlippageUpdate_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: 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_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: 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_SlippageUpdate + optimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mantle_SnapshotRoot_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SnapshotRoot_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: 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_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: 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_SnapshotRoot + optimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_SpokeConnectorMode_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SpokeConnectorMode_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: 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_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: 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_SpokeConnectorMode + optimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mantle_AggregateRootProposed_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AggregateRootProposed_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: 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_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: 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_AggregateRootProposed + optimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_OptimisticRootFinalized_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OptimisticRootFinalized_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: 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_ - polygonzkevm_swap_asset( + ): [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: polygonzkevm_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Asset - polygonzkevm_swap_assets( + ): optimism_OptimisticRootFinalized + optimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Asset_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Asset_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: polygonzkevm_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Asset!]! - polygonzkevm_swap_assetStatus( + ): [optimism_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + optimism__meta(block: optimism_Block_height): optimism__Meta_ + 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: polygonzkevm_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 - ): polygonzkevm_swap_AssetStatus - polygonzkevm_swap_assetStatuses( + ): metis_swap_SystemInfo + metis_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AssetStatus_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AssetStatus_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: polygonzkevm_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 - ): [polygonzkevm_swap_AssetStatus!]! - polygonzkevm_swap_assetBalance( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_AssetBalance - polygonzkevm_swap_assetBalances( + ): metis_swap_PooledToken + metis_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AssetBalance_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AssetBalance_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: polygonzkevm_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 - ): [polygonzkevm_swap_AssetBalance!]! - polygonzkevm_swap_router( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_Router - polygonzkevm_swap_routers( + ): metis_swap_StableSwap + metis_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Router_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Router_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: polygonzkevm_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 - ): [polygonzkevm_swap_Router!]! - polygonzkevm_swap_routerDailyTVL( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_RouterDailyTVL - polygonzkevm_swap_routerDailyTVLs( + ): metis_swap_StableSwapAddLiquidityEvent + metis_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RouterDailyTVL_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RouterDailyTVL_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: polygonzkevm_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 - ): [polygonzkevm_swap_RouterDailyTVL!]! - polygonzkevm_swap_routerLiquidityEvent( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_RouterLiquidityEvent - polygonzkevm_swap_routerLiquidityEvents( + ): metis_swap_StableSwapRemoveLiquidityEvent + metis_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RouterLiquidityEvent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RouterLiquidityEvent_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: polygonzkevm_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 - ): [polygonzkevm_swap_RouterLiquidityEvent!]! - polygonzkevm_swap_setting( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_Setting - polygonzkevm_swap_settings( + ): metis_swap_StableSwapExchange + metis_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Setting_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Setting_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: polygonzkevm_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 - ): [polygonzkevm_swap_Setting!]! - polygonzkevm_swap_relayer( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_Relayer - polygonzkevm_swap_relayers( + ): metis_swap_SwapDailyVolume + metis_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Relayer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Relayer_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: polygonzkevm_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 - ): [polygonzkevm_swap_Relayer!]! - polygonzkevm_swap_sequencer( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_Sequencer - polygonzkevm_swap_sequencers( + ): metis_swap_SwapHourlyVolume + metis_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Sequencer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Sequencer_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: polygonzkevm_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 - ): [polygonzkevm_swap_Sequencer!]! - polygonzkevm_swap_relayerFee( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_RelayerFee - polygonzkevm_swap_relayerFees( + ): metis_swap_SwapWeeklyVolume + metis_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RelayerFee_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RelayerFee_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: polygonzkevm_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 - ): [polygonzkevm_swap_RelayerFee!]! - polygonzkevm_swap_originTransfer( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_OriginTransfer - polygonzkevm_swap_originTransfers( + ): metis_swap_LpAccount + metis_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_OriginTransfer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_OriginTransfer_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: polygonzkevm_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 - ): [polygonzkevm_swap_OriginTransfer!]! - polygonzkevm_swap_destinationTransfer( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_DestinationTransfer - polygonzkevm_swap_destinationTransfers( + ): metis_swap_LpAccountBalance + metis_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_DestinationTransfer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_DestinationTransfer_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: polygonzkevm_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 - ): [polygonzkevm_swap_DestinationTransfer!]! - polygonzkevm_swap_originMessage( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_OriginMessage - polygonzkevm_swap_originMessages( + ): metis_swap_LpToken + metis_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_OriginMessage_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_OriginMessage_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: polygonzkevm_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 - ): [polygonzkevm_swap_OriginMessage!]! - polygonzkevm_swap_aggregateRoot( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_AggregateRoot - polygonzkevm_swap_aggregateRoots( + ): metis_swap_LpTransferEvent + metis_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AggregateRoot_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AggregateRoot_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: polygonzkevm_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 - ): [polygonzkevm_swap_AggregateRoot!]! - polygonzkevm_swap_connectorMeta( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_ConnectorMeta - polygonzkevm_swap_connectorMetas( + ): metis_swap_StableSwapEvent + metis_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_ConnectorMeta_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_ConnectorMeta_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: polygonzkevm_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 - ): [polygonzkevm_swap_ConnectorMeta!]! - polygonzkevm_swap_rootCount( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_RootCount - polygonzkevm_swap_rootCounts( + ): metis_swap_SwapTradeVolume + metis_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RootCount_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RootCount_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: polygonzkevm_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 - ): [polygonzkevm_swap_RootCount!]! - polygonzkevm_swap_rootMessageSent( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_RootMessageSent - polygonzkevm_swap_rootMessageSents( + ): metis_swap_LpTokenEvent + metis_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RootMessageSent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RootMessageSent_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: polygonzkevm_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 - ): [polygonzkevm_swap_RootMessageSent!]! - polygonzkevm_swap_relayerFeesIncrease( + ): [metis_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + metis_swap__meta(block: metis_swap_Block_height): metis_swap__Meta_ + polygon_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_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 - ): polygonzkevm_swap_RelayerFeesIncrease - polygonzkevm_swap_relayerFeesIncreases( + ): polygon_Asset + polygon_assets( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RelayerFeesIncrease_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RelayerFeesIncrease_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: polygonzkevm_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 - ): [polygonzkevm_swap_RelayerFeesIncrease!]! - polygonzkevm_swap_slippageUpdate( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_SlippageUpdate - polygonzkevm_swap_slippageUpdates( + ): polygon_AssetStatus + polygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SlippageUpdate_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SlippageUpdate_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: polygonzkevm_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 - ): [polygonzkevm_swap_SlippageUpdate!]! - polygonzkevm_swap_snapshotRoot( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_SnapshotRoot - polygonzkevm_swap_snapshotRoots( + ): polygon_AssetBalance + polygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SnapshotRoot_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SnapshotRoot_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: polygonzkevm_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 - ): [polygonzkevm_swap_SnapshotRoot!]! - polygonzkevm_swap_spokeConnectorMode( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_SpokeConnectorMode - polygonzkevm_swap_spokeConnectorModes( + ): polygon_Router + polygon_routers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SpokeConnectorMode_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SpokeConnectorMode_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: polygonzkevm_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 - ): [polygonzkevm_swap_SpokeConnectorMode!]! - polygonzkevm_swap_aggregateRootProposed( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_AggregateRootProposed - polygonzkevm_swap_aggregateRootProposeds( + ): polygon_RouterDailyTVL + polygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AggregateRootProposed_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AggregateRootProposed_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: polygonzkevm_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 - ): [polygonzkevm_swap_AggregateRootProposed!]! - polygonzkevm_swap_optimisticRootFinalized( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_OptimisticRootFinalized - polygonzkevm_swap_optimisticRootFinalizeds( + ): polygon_RouterLiquidityEvent + polygon_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_OptimisticRootFinalized_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_OptimisticRootFinalized_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: polygonzkevm_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 - ): [polygonzkevm_swap_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - polygonzkevm_swap__meta(block: polygonzkevm_swap_Block_height): polygonzkevm_swap__Meta_ - mode_swap_systemInfo( + ): [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: mode_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 - ): mode_swap_SystemInfo - mode_swap_systemInfos( + ): polygon_Setting + polygon_settings( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SystemInfo_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SystemInfo_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: mode_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 - ): [mode_swap_SystemInfo!]! - mode_swap_pooledToken( + ): [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: mode_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 - ): mode_swap_PooledToken - mode_swap_pooledTokens( + ): polygon_Relayer + polygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_PooledToken_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_PooledToken_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: mode_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 - ): [mode_swap_PooledToken!]! - mode_swap_stableSwap( + ): [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: mode_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 - ): mode_swap_StableSwap - mode_swap_stableSwaps( + ): polygon_Sequencer + polygon_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwap_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwap_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: mode_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 - ): [mode_swap_StableSwap!]! - mode_swap_stableSwapAddLiquidityEvent( + ): [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: mode_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 - ): mode_swap_StableSwapAddLiquidityEvent - mode_swap_stableSwapAddLiquidityEvents( + ): polygon_RelayerFee + polygon_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapAddLiquidityEvent_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: mode_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 - ): [mode_swap_StableSwapAddLiquidityEvent!]! - mode_swap_stableSwapRemoveLiquidityEvent( + ): [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: mode_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 - ): mode_swap_StableSwapRemoveLiquidityEvent - mode_swap_stableSwapRemoveLiquidityEvents( + ): polygon_OriginTransfer + polygon_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapRemoveLiquidityEvent_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: mode_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 - ): [mode_swap_StableSwapRemoveLiquidityEvent!]! - mode_swap_stableSwapExchange( + ): [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: mode_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 - ): mode_swap_StableSwapExchange - mode_swap_stableSwapExchanges( + ): polygon_DestinationTransfer + polygon_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapExchange_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapExchange_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: mode_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 - ): [mode_swap_StableSwapExchange!]! - mode_swap_swapDailyVolume( + ): [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: mode_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 - ): mode_swap_SwapDailyVolume - mode_swap_swapDailyVolumes( + ): polygon_OriginMessage + polygon_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapDailyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapDailyVolume_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: mode_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 - ): [mode_swap_SwapDailyVolume!]! - mode_swap_swapHourlyVolume( + ): [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: mode_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 - ): mode_swap_SwapHourlyVolume - mode_swap_swapHourlyVolumes( + ): polygon_AggregateRoot + polygon_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapHourlyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapHourlyVolume_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: mode_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 - ): [mode_swap_SwapHourlyVolume!]! - mode_swap_swapWeeklyVolume( + ): [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: mode_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 - ): mode_swap_SwapWeeklyVolume - mode_swap_swapWeeklyVolumes( + ): polygon_ConnectorMeta + polygon_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapWeeklyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapWeeklyVolume_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: mode_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 - ): [mode_swap_SwapWeeklyVolume!]! - mode_swap_lpAccount( + ): [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: mode_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 - ): mode_swap_LpAccount - mode_swap_lpAccounts( + ): polygon_RootCount + polygon_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpAccount_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpAccount_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: mode_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 - ): [mode_swap_LpAccount!]! - mode_swap_lpAccountBalance( + ): [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: mode_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 - ): mode_swap_LpAccountBalance - mode_swap_lpAccountBalances( + ): polygon_RootMessageSent + polygon_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpAccountBalance_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpAccountBalance_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: mode_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 - ): [mode_swap_LpAccountBalance!]! - mode_swap_lpToken( + ): [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: mode_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 - ): mode_swap_LpToken - mode_swap_lpTokens( + ): polygon_RelayerFeesIncrease + polygon_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpToken_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpToken_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: mode_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 - ): [mode_swap_LpToken!]! - mode_swap_lpTransferEvent( + ): [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: mode_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 - ): mode_swap_LpTransferEvent - mode_swap_lpTransferEvents( + ): polygon_SlippageUpdate + polygon_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpTransferEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpTransferEvent_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: mode_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 - ): [mode_swap_LpTransferEvent!]! - mode_swap_stableSwapEvent( + ): [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: mode_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 - ): mode_swap_StableSwapEvent - mode_swap_stableSwapEvents( + ): polygon_SnapshotRoot + polygon_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapEvent_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: mode_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 - ): [mode_swap_StableSwapEvent!]! - mode_swap_swapTradeVolume( + ): [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: mode_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 - ): mode_swap_SwapTradeVolume - mode_swap_swapTradeVolumes( + ): polygon_SpokeConnectorMode + polygon_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapTradeVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapTradeVolume_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: mode_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 - ): [mode_swap_SwapTradeVolume!]! - mode_swap_lpTokenEvent( + ): [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: mode_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 - ): mode_swap_LpTokenEvent - mode_swap_lpTokenEvents( + ): polygon_AggregateRootProposed + polygon_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpTokenEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpTokenEvent_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: mode_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 - ): [mode_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mode_swap__meta(block: mode_swap_Block_height): mode_swap__Meta_ - stagingbase_asset( + ): [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: stagingbase_Block_height + block: polygon_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( + ): polygon_OptimisticRootFinalized + polygon_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Asset_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Asset_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: stagingbase_Block_height + block: polygon_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( + ): [polygon_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + polygon__meta(block: polygon_Block_height): polygon__Meta_ + 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: stagingbase_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 - ): stagingbase_AssetStatus - stagingbase_assetStatuses( + ): mode_swap_SystemInfo + mode_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AssetStatus_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AssetStatus_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: stagingbase_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 - ): [stagingbase_AssetStatus!]! - stagingbase_assetBalance( + ): [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: stagingbase_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 - ): stagingbase_AssetBalance - stagingbase_assetBalances( + ): mode_swap_PooledToken + mode_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AssetBalance_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AssetBalance_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: stagingbase_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 - ): [stagingbase_AssetBalance!]! - stagingbase_router( + ): [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: stagingbase_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 - ): stagingbase_Router - stagingbase_routers( + ): mode_swap_StableSwap + mode_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Router_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Router_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: stagingbase_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 - ): [stagingbase_Router!]! - stagingbase_routerDailyTVL( + ): [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: stagingbase_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 - ): stagingbase_RouterDailyTVL - stagingbase_routerDailyTVLs( + ): mode_swap_StableSwapAddLiquidityEvent + mode_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RouterDailyTVL_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RouterDailyTVL_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: stagingbase_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 - ): [stagingbase_RouterDailyTVL!]! - stagingbase_routerLiquidityEvent( + ): [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: stagingbase_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 - ): stagingbase_RouterLiquidityEvent - stagingbase_routerLiquidityEvents( + ): mode_swap_StableSwapRemoveLiquidityEvent + mode_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RouterLiquidityEvent_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RouterLiquidityEvent_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: stagingbase_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 - ): [stagingbase_RouterLiquidityEvent!]! - stagingbase_setting( + ): [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: stagingbase_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 - ): stagingbase_Setting - stagingbase_settings( + ): mode_swap_StableSwapExchange + mode_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Setting_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Setting_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: stagingbase_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 - ): [stagingbase_Setting!]! - stagingbase_relayer( + ): [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: stagingbase_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 - ): stagingbase_Relayer - stagingbase_relayers( + ): mode_swap_SwapDailyVolume + mode_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Relayer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Relayer_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: stagingbase_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 - ): [stagingbase_Relayer!]! - stagingbase_sequencer( + ): [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: stagingbase_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 - ): stagingbase_Sequencer - stagingbase_sequencers( + ): mode_swap_SwapHourlyVolume + mode_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Sequencer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Sequencer_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: stagingbase_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 - ): [stagingbase_Sequencer!]! - stagingbase_relayerFee( + ): [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: stagingbase_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 - ): stagingbase_RelayerFee - stagingbase_relayerFees( + ): mode_swap_SwapWeeklyVolume + mode_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RelayerFee_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RelayerFee_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: stagingbase_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 - ): [stagingbase_RelayerFee!]! - stagingbase_originTransfer( + ): [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: stagingbase_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 - ): stagingbase_OriginTransfer - stagingbase_originTransfers( + ): mode_swap_LpAccount + mode_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OriginTransfer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OriginTransfer_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: stagingbase_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 - ): [stagingbase_OriginTransfer!]! - stagingbase_destinationTransfer( + ): [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: stagingbase_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 - ): stagingbase_DestinationTransfer - stagingbase_destinationTransfers( + ): mode_swap_LpAccountBalance + mode_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_DestinationTransfer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_DestinationTransfer_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: stagingbase_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 - ): [stagingbase_DestinationTransfer!]! - stagingbase_originMessage( + ): [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: stagingbase_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 - ): stagingbase_OriginMessage - stagingbase_originMessages( + ): mode_swap_LpToken + mode_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OriginMessage_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OriginMessage_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: stagingbase_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 - ): [stagingbase_OriginMessage!]! - stagingbase_aggregateRoot( + ): [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: stagingbase_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 - ): stagingbase_AggregateRoot - stagingbase_aggregateRoots( + ): mode_swap_LpTransferEvent + mode_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AggregateRoot_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AggregateRoot_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: stagingbase_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 - ): [stagingbase_AggregateRoot!]! - stagingbase_connectorMeta( + ): [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: stagingbase_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 - ): stagingbase_ConnectorMeta - stagingbase_connectorMetas( + ): mode_swap_StableSwapEvent + mode_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_ConnectorMeta_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_ConnectorMeta_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: stagingbase_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 - ): [stagingbase_ConnectorMeta!]! - stagingbase_rootCount( + ): [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: stagingbase_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 - ): stagingbase_RootCount - stagingbase_rootCounts( + ): mode_swap_SwapTradeVolume + mode_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RootCount_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RootCount_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: stagingbase_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 - ): [stagingbase_RootCount!]! - stagingbase_rootMessageSent( + ): [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: stagingbase_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 - ): stagingbase_RootMessageSent - stagingbase_rootMessageSents( + ): mode_swap_LpTokenEvent + mode_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RootMessageSent_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RootMessageSent_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: stagingbase_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 - ): [stagingbase_RootMessageSent!]! - stagingbase_relayerFeesIncrease( + ): [mode_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mode_swap__meta(block: mode_swap_Block_height): mode_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: stagingbase_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 - ): stagingbase_RelayerFeesIncrease - stagingbase_relayerFeesIncreases( + ): linea_swap_SystemInfo + linea_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RelayerFeesIncrease_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RelayerFeesIncrease_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: stagingbase_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 - ): [stagingbase_RelayerFeesIncrease!]! - stagingbase_slippageUpdate( + ): [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: stagingbase_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 - ): stagingbase_SlippageUpdate - stagingbase_slippageUpdates( + ): linea_swap_PooledToken + linea_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SlippageUpdate_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SlippageUpdate_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: stagingbase_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 - ): [stagingbase_SlippageUpdate!]! - stagingbase_snapshotRoot( + ): [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: stagingbase_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 - ): stagingbase_SnapshotRoot - stagingbase_snapshotRoots( + ): linea_swap_StableSwap + linea_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SnapshotRoot_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SnapshotRoot_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: stagingbase_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 - ): [stagingbase_SnapshotRoot!]! - stagingbase_spokeConnectorMode( + ): [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: stagingbase_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 - ): stagingbase_SpokeConnectorMode - stagingbase_spokeConnectorModes( + ): linea_swap_StableSwapAddLiquidityEvent + linea_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SpokeConnectorMode_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SpokeConnectorMode_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: stagingbase_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 - ): [stagingbase_SpokeConnectorMode!]! - stagingbase_aggregateRootProposed( + ): [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: stagingbase_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 - ): stagingbase_AggregateRootProposed - stagingbase_aggregateRootProposeds( + ): linea_swap_StableSwapRemoveLiquidityEvent + linea_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AggregateRootProposed_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AggregateRootProposed_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: stagingbase_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 - ): [stagingbase_AggregateRootProposed!]! - stagingbase_optimisticRootFinalized( + ): [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: stagingbase_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 - ): stagingbase_OptimisticRootFinalized - stagingbase_optimisticRootFinalizeds( + ): linea_swap_StableSwapExchange + linea_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OptimisticRootFinalized_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OptimisticRootFinalized_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: stagingbase_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 - ): [stagingbase_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingbase__meta(block: stagingbase_Block_height): stagingbase__Meta_ - optimism_asset( + ): [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: optimism_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 - ): optimism_Asset - optimism_assets( + ): linea_swap_SwapDailyVolume + linea_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_Asset_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Asset_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: optimism_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 - ): [optimism_Asset!]! - optimism_assetStatus( + ): [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: optimism_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 - ): optimism_AssetStatus - optimism_assetStatuses( + ): linea_swap_SwapHourlyVolume + linea_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetStatus_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetStatus_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: optimism_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 - ): [optimism_AssetStatus!]! - optimism_assetBalance( + ): [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: optimism_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 - ): optimism_AssetBalance - optimism_assetBalances( + ): linea_swap_SwapWeeklyVolume + linea_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetBalance_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetBalance_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: optimism_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 - ): [optimism_AssetBalance!]! - optimism_router( + ): [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: optimism_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 - ): optimism_Router - optimism_routers( + ): linea_swap_LpAccount + linea_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_Router_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Router_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: optimism_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 - ): [optimism_Router!]! - optimism_routerDailyTVL( + ): [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: optimism_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 - ): optimism_RouterDailyTVL - optimism_routerDailyTVLs( + ): linea_swap_LpAccountBalance + linea_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterDailyTVL_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterDailyTVL_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: optimism_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 - ): [optimism_RouterDailyTVL!]! - optimism_routerLiquidityEvent( + ): [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: optimism_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 - ): optimism_RouterLiquidityEvent - optimism_routerLiquidityEvents( + ): linea_swap_LpToken + linea_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterLiquidityEvent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterLiquidityEvent_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: optimism_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 - ): [optimism_RouterLiquidityEvent!]! - optimism_setting( + ): [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: optimism_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 - ): optimism_Setting - optimism_settings( + ): linea_swap_LpTransferEvent + linea_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_Setting_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Setting_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: optimism_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 - ): [optimism_Setting!]! - optimism_relayer( + ): [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: optimism_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 - ): optimism_Relayer - optimism_relayers( + ): linea_swap_StableSwapEvent + linea_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_Relayer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Relayer_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: optimism_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 - ): [optimism_Relayer!]! - optimism_sequencer( + ): [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: optimism_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 - ): optimism_Sequencer - optimism_sequencers( + ): linea_swap_SwapTradeVolume + linea_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_Sequencer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Sequencer_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: optimism_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 - ): [optimism_Sequencer!]! - optimism_relayerFee( + ): [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: optimism_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 - ): optimism_RelayerFee - optimism_relayerFees( + ): linea_swap_LpTokenEvent + linea_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFee_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFee_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: optimism_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 - ): [optimism_RelayerFee!]! - optimism_originTransfer( + ): [linea_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ + linea_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_OriginTransfer - optimism_originTransfers( + ): linea_Asset + linea_assets( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginTransfer_filter + orderBy: linea_Asset_orderBy + orderDirection: linea_OrderDirection + where: linea_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_OriginTransfer!]! - optimism_destinationTransfer( + ): [linea_Asset!]! + linea_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_DestinationTransfer - optimism_destinationTransfers( + ): linea_AssetStatus + linea_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimism_DestinationTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_DestinationTransfer_filter + orderBy: linea_AssetStatus_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_DestinationTransfer!]! - optimism_originMessage( + ): [linea_AssetStatus!]! + linea_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_OriginMessage - optimism_originMessages( + ): linea_AssetBalance + linea_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginMessage_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginMessage_filter + orderBy: linea_AssetBalance_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_OriginMessage!]! - optimism_aggregateRoot( + ): [linea_AssetBalance!]! + linea_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_AggregateRoot - optimism_aggregateRoots( + ): linea_Router + linea_routers( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRoot_filter + orderBy: linea_Router_orderBy + orderDirection: linea_OrderDirection + where: linea_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_AggregateRoot!]! - optimism_connectorMeta( + ): [linea_Router!]! + linea_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_ConnectorMeta - optimism_connectorMetas( + ): linea_RouterDailyTVL + linea_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimism_ConnectorMeta_orderBy - orderDirection: optimism_OrderDirection - where: optimism_ConnectorMeta_filter + orderBy: linea_RouterDailyTVL_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_ConnectorMeta!]! - optimism_rootCount( + ): [linea_RouterDailyTVL!]! + linea_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_RootCount - optimism_rootCounts( + ): linea_RouterLiquidityEvent + linea_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootCount_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootCount_filter + orderBy: linea_RouterLiquidityEvent_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_RootCount!]! - optimism_rootMessageSent( + ): [linea_RouterLiquidityEvent!]! + linea_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_RootMessageSent - optimism_rootMessageSents( + ): linea_Setting + linea_settings( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootMessageSent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootMessageSent_filter + orderBy: linea_Setting_orderBy + orderDirection: linea_OrderDirection + where: linea_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_RootMessageSent!]! - optimism_relayerFeesIncrease( + ): [linea_Setting!]! + linea_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_RelayerFeesIncrease - optimism_relayerFeesIncreases( + ): linea_Relayer + linea_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFeesIncrease_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFeesIncrease_filter + orderBy: linea_Relayer_orderBy + orderDirection: linea_OrderDirection + where: linea_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_RelayerFeesIncrease!]! - optimism_slippageUpdate( + ): [linea_Relayer!]! + linea_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_SlippageUpdate - optimism_slippageUpdates( + ): linea_Sequencer + linea_sequencers( skip: Int = 0 first: Int = 100 - orderBy: optimism_SlippageUpdate_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SlippageUpdate_filter + orderBy: linea_Sequencer_orderBy + orderDirection: linea_OrderDirection + where: linea_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_SlippageUpdate!]! - optimism_snapshotRoot( + ): [linea_Sequencer!]! + linea_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_SnapshotRoot - optimism_snapshotRoots( + ): linea_RelayerFee + linea_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: optimism_SnapshotRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SnapshotRoot_filter + orderBy: linea_RelayerFee_orderBy + orderDirection: linea_OrderDirection + where: linea_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_SnapshotRoot!]! - optimism_spokeConnectorMode( + ): [linea_RelayerFee!]! + linea_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_SpokeConnectorMode - optimism_spokeConnectorModes( + ): linea_OriginTransfer + linea_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_SpokeConnectorMode_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SpokeConnectorMode_filter + orderBy: linea_OriginTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_SpokeConnectorMode!]! - optimism_aggregateRootProposed( + ): [linea_OriginTransfer!]! + linea_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_AggregateRootProposed - optimism_aggregateRootProposeds( + ): linea_DestinationTransfer + linea_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRootProposed_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRootProposed_filter + orderBy: linea_DestinationTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_AggregateRootProposed!]! - optimism_optimisticRootFinalized( + ): [linea_DestinationTransfer!]! + linea_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_OptimisticRootFinalized - optimism_optimisticRootFinalizeds( + ): linea_OriginMessage + linea_originMessages( skip: Int = 0 first: Int = 100 - orderBy: optimism_OptimisticRootFinalized_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OptimisticRootFinalized_filter + orderBy: linea_OriginMessage_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - optimism__meta(block: optimism_Block_height): optimism__Meta_ - mainnet_asset( + ): [linea_OriginMessage!]! + linea_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_Asset - mainnet_assets( + ): linea_AggregateRoot + linea_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Asset_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Asset_filter + orderBy: linea_AggregateRoot_orderBy + orderDirection: linea_OrderDirection + where: linea_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_Asset!]! - mainnet_assetStatus( + ): [linea_AggregateRoot!]! + linea_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_AssetStatus - mainnet_assetStatuses( + ): linea_ConnectorMeta + linea_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetStatus_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetStatus_filter + orderBy: linea_ConnectorMeta_orderBy + orderDirection: linea_OrderDirection + where: linea_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_AssetStatus!]! - mainnet_assetBalance( + ): [linea_ConnectorMeta!]! + linea_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_AssetBalance - mainnet_assetBalances( + ): linea_RootCount + linea_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetBalance_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetBalance_filter + orderBy: linea_RootCount_orderBy + orderDirection: linea_OrderDirection + where: linea_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_AssetBalance!]! - mainnet_router( + ): [linea_RootCount!]! + linea_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_Router - mainnet_routers( + ): linea_RootMessageSent + linea_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Router_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Router_filter + orderBy: linea_RootMessageSent_orderBy + orderDirection: linea_OrderDirection + where: linea_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_Router!]! - mainnet_routerDailyTVL( + ): [linea_RootMessageSent!]! + linea_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_RouterDailyTVL - mainnet_routerDailyTVLs( + ): linea_RelayerFeesIncrease + linea_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterDailyTVL_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterDailyTVL_filter + orderBy: linea_RelayerFeesIncrease_orderBy + orderDirection: linea_OrderDirection + where: linea_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_RouterDailyTVL!]! - mainnet_routerLiquidityEvent( + ): [linea_RelayerFeesIncrease!]! + linea_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_RouterLiquidityEvent - mainnet_routerLiquidityEvents( + ): linea_SlippageUpdate + linea_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterLiquidityEvent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterLiquidityEvent_filter + orderBy: linea_SlippageUpdate_orderBy + orderDirection: linea_OrderDirection + where: linea_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_RouterLiquidityEvent!]! - mainnet_setting( + ): [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: 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_Setting - mainnet_settings( + ): linea_SnapshotRoot + linea_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Setting_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Setting_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: 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_Setting!]! - mainnet_relayer( + ): [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: 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_Relayer - mainnet_relayers( + ): linea_SpokeConnectorMode + linea_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Relayer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Relayer_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: 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_Relayer!]! - mainnet_sequencer( + ): [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: 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_Sequencer - mainnet_sequencers( + ): linea_AggregateRootProposed + linea_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Sequencer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Sequencer_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: 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_Sequencer!]! - mainnet_relayerFee( + ): [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_RelayerFee - mainnet_relayerFees( + ): linea_OptimisticRootFinalized + linea_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFee_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFee_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_RelayerFee!]! - mainnet_originTransfer( + ): [linea_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + linea__meta(block: linea_Block_height): linea__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: mainnet_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 - ): mainnet_OriginTransfer - mainnet_originTransfers( + ): xlayer_swap_SystemInfo + xlayer_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginTransfer_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: mainnet_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 - ): [mainnet_OriginTransfer!]! - mainnet_destinationTransfer( + ): [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: mainnet_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 - ): mainnet_DestinationTransfer - mainnet_destinationTransfers( + ): xlayer_swap_PooledToken + xlayer_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mainnet_DestinationTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_DestinationTransfer_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: mainnet_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 - ): [mainnet_DestinationTransfer!]! - mainnet_originMessage( + ): [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: mainnet_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 - ): mainnet_OriginMessage - mainnet_originMessages( + ): xlayer_swap_StableSwap + xlayer_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginMessage_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginMessage_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: mainnet_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 - ): [mainnet_OriginMessage!]! - mainnet_aggregateRoot( + ): [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: mainnet_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 - ): mainnet_AggregateRoot - mainnet_aggregateRoots( + ): xlayer_swap_StableSwapAddLiquidityEvent + xlayer_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRoot_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: mainnet_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 - ): [mainnet_AggregateRoot!]! - mainnet_connectorMeta( + ): [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: mainnet_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 - ): mainnet_ConnectorMeta - mainnet_connectorMetas( + ): xlayer_swap_StableSwapRemoveLiquidityEvent + xlayer_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ConnectorMeta_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: mainnet_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 - ): [mainnet_ConnectorMeta!]! - mainnet_rootCount( + ): [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: mainnet_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 - ): mainnet_RootCount - mainnet_rootCounts( + ): xlayer_swap_StableSwapExchange + xlayer_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootCount_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootCount_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: mainnet_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 - ): [mainnet_RootCount!]! - mainnet_rootMessageSent( + ): [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: mainnet_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 - ): mainnet_RootMessageSent - mainnet_rootMessageSents( + ): xlayer_swap_SwapDailyVolume + xlayer_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageSent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageSent_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: mainnet_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 - ): [mainnet_RootMessageSent!]! - mainnet_relayerFeesIncrease( + ): [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: mainnet_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 - ): mainnet_RelayerFeesIncrease - mainnet_relayerFeesIncreases( + ): xlayer_swap_SwapHourlyVolume + xlayer_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFeesIncrease_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFeesIncrease_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: mainnet_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 - ): [mainnet_RelayerFeesIncrease!]! - mainnet_slippageUpdate( + ): [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: mainnet_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 - ): mainnet_SlippageUpdate - mainnet_slippageUpdates( + ): xlayer_swap_SwapWeeklyVolume + xlayer_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SlippageUpdate_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SlippageUpdate_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: mainnet_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 - ): [mainnet_SlippageUpdate!]! - mainnet_snapshotRoot( + ): [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: mainnet_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 - ): mainnet_SnapshotRoot - mainnet_snapshotRoots( + ): xlayer_swap_LpAccount + xlayer_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SnapshotRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SnapshotRoot_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: mainnet_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 - ): [mainnet_SnapshotRoot!]! - mainnet_spokeConnectorMode( + ): [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: mainnet_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 - ): mainnet_SpokeConnectorMode - mainnet_spokeConnectorModes( + ): xlayer_swap_LpAccountBalance + xlayer_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SpokeConnectorMode_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SpokeConnectorMode_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: mainnet_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 - ): [mainnet_SpokeConnectorMode!]! - mainnet_aggregateRootProposed( + ): [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: mainnet_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 - ): mainnet_AggregateRootProposed - mainnet_aggregateRootProposeds( + ): xlayer_swap_LpToken + xlayer_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRootProposed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRootProposed_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: mainnet_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 - ): [mainnet_AggregateRootProposed!]! - mainnet_optimisticRootFinalized( + ): [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: mainnet_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 - ): mainnet_OptimisticRootFinalized - mainnet_optimisticRootFinalizeds( + ): xlayer_swap_LpTransferEvent + xlayer_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootFinalized_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootFinalized_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: mainnet_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 - ): [mainnet_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - mainnet__meta(block: mainnet_Block_height): mainnet__Meta_ - linea_swap_systemInfo( + ): [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: linea_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 - ): linea_swap_SystemInfo - linea_swap_systemInfos( + ): xlayer_swap_StableSwapEvent + xlayer_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SystemInfo_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SystemInfo_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: linea_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 - ): [linea_swap_SystemInfo!]! - linea_swap_pooledToken( + ): [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: linea_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 - ): linea_swap_PooledToken - linea_swap_pooledTokens( + ): xlayer_swap_SwapTradeVolume + xlayer_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_PooledToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_PooledToken_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: linea_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 - ): [linea_swap_PooledToken!]! - linea_swap_stableSwap( + ): [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: linea_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 - ): linea_swap_StableSwap - linea_swap_stableSwaps( + ): xlayer_swap_LpTokenEvent + xlayer_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwap_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwap_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: linea_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 - ): [linea_swap_StableSwap!]! - linea_swap_stableSwapAddLiquidityEvent( + ): [xlayer_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + xlayer_swap__meta(block: xlayer_swap_Block_height): xlayer_swap__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: 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_RootAggregated + stagingmainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapAddLiquidityEvent_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: 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_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_StableSwapRemoveLiquidityEvent - linea_swap_stableSwapRemoveLiquidityEvents( + ): stagingmainnet_RootPropagated + stagingmainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapRemoveLiquidityEvent_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_StableSwapRemoveLiquidityEvent!]! - linea_swap_stableSwapExchange( + ): [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_StableSwapExchange - linea_swap_stableSwapExchanges( + ): stagingmainnet_AggregatedMessageRoot + stagingmainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapExchange_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapExchange_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_StableSwapExchange!]! - linea_swap_swapDailyVolume( + ): [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_SwapDailyVolume - linea_swap_swapDailyVolumes( + ): stagingmainnet_RootManagerMeta + stagingmainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapDailyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapDailyVolume_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_SwapDailyVolume!]! - linea_swap_swapHourlyVolume( + ): [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_SwapHourlyVolume - linea_swap_swapHourlyVolumes( + ): stagingmainnet_RootManagerMode + stagingmainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapHourlyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapHourlyVolume_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_SwapHourlyVolume!]! - linea_swap_swapWeeklyVolume( + ): [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_SwapWeeklyVolume - linea_swap_swapWeeklyVolumes( + ): stagingmainnet_OptimisticRootProposed + stagingmainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapWeeklyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapWeeklyVolume_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_SwapWeeklyVolume!]! - linea_swap_lpAccount( + ): [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_LpAccount - linea_swap_lpAccounts( + ): stagingmainnet_HubOptimisticRootFinalized + stagingmainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccount_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccount_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_LpAccount!]! - linea_swap_lpAccountBalance( + ): [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_LpAccountBalance - linea_swap_lpAccountBalances( + ): stagingmainnet_OptimisticRootPropagated + stagingmainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccountBalance_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccountBalance_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_LpAccountBalance!]! - linea_swap_lpToken( + ): [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_LpToken - linea_swap_lpTokens( + ): stagingmainnet_PolygonConnectorMeta + stagingmainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpToken_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_LpToken!]! - linea_swap_lpTransferEvent( + ): [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_LpTransferEvent - linea_swap_lpTransferEvents( + ): stagingmainnet_OptimismConnectorMeta + stagingmainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTransferEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTransferEvent_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_LpTransferEvent!]! - linea_swap_stableSwapEvent( + ): [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_StableSwapEvent - linea_swap_stableSwapEvents( + ): stagingmainnet_BnbConnectorMeta + stagingmainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapEvent_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_StableSwapEvent!]! - linea_swap_swapTradeVolume( + ): [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_SwapTradeVolume - linea_swap_swapTradeVolumes( + ): stagingmainnet_ArbitrumConnectorMeta + stagingmainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapTradeVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapTradeVolume_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_SwapTradeVolume!]! - linea_swap_lpTokenEvent( + ): [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_LpTokenEvent - linea_swap_lpTokenEvents( + ): stagingmainnet_GnosisConnectorMeta + stagingmainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTokenEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTokenEvent_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_LpTokenEvent!]! - """Access to subgraph metadata""" - linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ - arbitrumsepolia_asset( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_Asset - arbitrumsepolia_assets( + ): stagingmainnet_LineaConnectorMeta + stagingmainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_Asset_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_Asset_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: arbitrumsepolia_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 - ): [arbitrumsepolia_Asset!]! - arbitrumsepolia_assetStatus( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_AssetStatus - arbitrumsepolia_assetStatuses( + ): stagingmainnet_MetisConnectorMeta + stagingmainnet_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_AssetStatus_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_AssetStatus_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: arbitrumsepolia_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 - ): [arbitrumsepolia_AssetStatus!]! - arbitrumsepolia_assetBalance( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_AssetBalance - arbitrumsepolia_assetBalances( + ): stagingmainnet_MantleConnectorMeta + stagingmainnet_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_AssetBalance_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_AssetBalance_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: arbitrumsepolia_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 - ): [arbitrumsepolia_AssetBalance!]! - arbitrumsepolia_router( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_Router - arbitrumsepolia_routers( + ): stagingmainnet_AvalancheConnectorMeta + stagingmainnet_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_Router_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_Router_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: arbitrumsepolia_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 - ): [arbitrumsepolia_Router!]! - arbitrumsepolia_routerDailyTVL( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_RouterDailyTVL - arbitrumsepolia_routerDailyTVLs( + ): stagingmainnet_BaseConnectorMeta + stagingmainnet_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RouterDailyTVL_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RouterDailyTVL_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: arbitrumsepolia_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 - ): [arbitrumsepolia_RouterDailyTVL!]! - arbitrumsepolia_routerLiquidityEvent( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_RouterLiquidityEvent - arbitrumsepolia_routerLiquidityEvents( + ): stagingmainnet_PolygonZkConnectorMeta + stagingmainnet_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RouterLiquidityEvent_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RouterLiquidityEvent_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: arbitrumsepolia_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 - ): [arbitrumsepolia_RouterLiquidityEvent!]! - arbitrumsepolia_setting( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_Setting - arbitrumsepolia_settings( + ): stagingmainnet_ZkSyncConnectorMeta + stagingmainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_Setting_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_Setting_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: arbitrumsepolia_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 - ): [arbitrumsepolia_Setting!]! - arbitrumsepolia_relayer( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_Relayer - arbitrumsepolia_relayers( + ): stagingmainnet_ModeConnectorMeta + stagingmainnet_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_Relayer_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_Relayer_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: arbitrumsepolia_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 - ): [arbitrumsepolia_Relayer!]! - arbitrumsepolia_sequencer( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_Sequencer - arbitrumsepolia_sequencers( + ): stagingmainnet_ScrollConnectorMeta + stagingmainnet_scrollConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_Sequencer_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_Sequencer_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: arbitrumsepolia_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 - ): [arbitrumsepolia_Sequencer!]! - arbitrumsepolia_relayerFee( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_RelayerFee - arbitrumsepolia_relayerFees( + ): stagingmainnet_XlayerConnectorMeta + stagingmainnet_xlayerConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RelayerFee_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RelayerFee_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: arbitrumsepolia_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 - ): [arbitrumsepolia_RelayerFee!]! - arbitrumsepolia_originTransfer( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_OriginTransfer - arbitrumsepolia_originTransfers( + ): stagingmainnet_RootMessageProcessed + stagingmainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_OriginTransfer_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_OriginTransfer_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: arbitrumsepolia_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 - ): [arbitrumsepolia_OriginTransfer!]! - arbitrumsepolia_destinationTransfer( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_DestinationTransfer - arbitrumsepolia_destinationTransfers( + ): stagingmainnet_AggregateRootSavedSlow + stagingmainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_DestinationTransfer_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_DestinationTransfer_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: arbitrumsepolia_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 - ): [arbitrumsepolia_DestinationTransfer!]! - arbitrumsepolia_originMessage( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_OriginMessage - arbitrumsepolia_originMessages( + ): stagingmainnet_HubDomain + stagingmainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_OriginMessage_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_OriginMessage_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: arbitrumsepolia_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 - ): [arbitrumsepolia_OriginMessage!]! - arbitrumsepolia_aggregateRoot( + ): [stagingmainnet_HubDomain!]! + """Access to subgraph metadata""" + stagingmainnet__meta(block: stagingmainnet_Block_height): stagingmainnet__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: arbitrumsepolia_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 - ): arbitrumsepolia_AggregateRoot - arbitrumsepolia_aggregateRoots( + ): stagingavalanche_Asset + stagingavalanche_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_AggregateRoot_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_AggregateRoot_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: arbitrumsepolia_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 - ): [arbitrumsepolia_AggregateRoot!]! - arbitrumsepolia_connectorMeta( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_ConnectorMeta - arbitrumsepolia_connectorMetas( + ): stagingavalanche_AssetStatus + stagingavalanche_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_ConnectorMeta_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_ConnectorMeta_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: arbitrumsepolia_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 - ): [arbitrumsepolia_ConnectorMeta!]! - arbitrumsepolia_rootCount( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_RootCount - arbitrumsepolia_rootCounts( + ): stagingavalanche_AssetBalance + stagingavalanche_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RootCount_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RootCount_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: arbitrumsepolia_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 - ): [arbitrumsepolia_RootCount!]! - arbitrumsepolia_rootMessageSent( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_RootMessageSent - arbitrumsepolia_rootMessageSents( + ): stagingavalanche_Router + stagingavalanche_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RootMessageSent_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RootMessageSent_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: arbitrumsepolia_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 - ): [arbitrumsepolia_RootMessageSent!]! - arbitrumsepolia_relayerFeesIncrease( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_RelayerFeesIncrease - arbitrumsepolia_relayerFeesIncreases( + ): stagingavalanche_RouterDailyTVL + stagingavalanche_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RelayerFeesIncrease_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RelayerFeesIncrease_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: arbitrumsepolia_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 - ): [arbitrumsepolia_RelayerFeesIncrease!]! - arbitrumsepolia_slippageUpdate( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_SlippageUpdate - arbitrumsepolia_slippageUpdates( + ): stagingavalanche_RouterLiquidityEvent + stagingavalanche_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_SlippageUpdate_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_SlippageUpdate_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: arbitrumsepolia_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 - ): [arbitrumsepolia_SlippageUpdate!]! - arbitrumsepolia_snapshotRoot( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_SnapshotRoot - arbitrumsepolia_snapshotRoots( + ): stagingavalanche_Setting + stagingavalanche_settings( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_SnapshotRoot_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_SnapshotRoot_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: arbitrumsepolia_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 - ): [arbitrumsepolia_SnapshotRoot!]! - arbitrumsepolia_spokeConnectorMode( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_SpokeConnectorMode - arbitrumsepolia_spokeConnectorModes( + ): stagingavalanche_Relayer + stagingavalanche_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_SpokeConnectorMode_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_SpokeConnectorMode_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: arbitrumsepolia_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 - ): [arbitrumsepolia_SpokeConnectorMode!]! - arbitrumsepolia_aggregateRootProposed( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_AggregateRootProposed - arbitrumsepolia_aggregateRootProposeds( + ): stagingavalanche_Sequencer + stagingavalanche_sequencers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_AggregateRootProposed_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_AggregateRootProposed_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: arbitrumsepolia_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 - ): [arbitrumsepolia_AggregateRootProposed!]! - arbitrumsepolia_optimisticRootFinalized( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_OptimisticRootFinalized - arbitrumsepolia_optimisticRootFinalizeds( + ): stagingavalanche_RelayerFee + stagingavalanche_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_OptimisticRootFinalized_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_OptimisticRootFinalized_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: arbitrumsepolia_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 - ): [arbitrumsepolia_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - arbitrumsepolia__meta(block: arbitrumsepolia_Block_height): arbitrumsepolia__Meta_ - stagingoptimism_asset( + ): [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: stagingoptimism_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 - ): stagingoptimism_Asset - stagingoptimism_assets( + ): stagingavalanche_OriginTransfer + stagingavalanche_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Asset_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Asset_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: stagingoptimism_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 - ): [stagingoptimism_Asset!]! - stagingoptimism_assetStatus( + ): [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: stagingoptimism_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 - ): stagingoptimism_AssetStatus - stagingoptimism_assetStatuses( + ): stagingavalanche_DestinationTransfer + stagingavalanche_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AssetStatus_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AssetStatus_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: stagingoptimism_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 - ): [stagingoptimism_AssetStatus!]! - stagingoptimism_assetBalance( + ): [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: stagingoptimism_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 - ): stagingoptimism_AssetBalance - stagingoptimism_assetBalances( + ): stagingavalanche_OriginMessage + stagingavalanche_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AssetBalance_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AssetBalance_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: stagingoptimism_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 - ): [stagingoptimism_AssetBalance!]! - stagingoptimism_router( + ): [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: stagingoptimism_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 - ): stagingoptimism_Router - stagingoptimism_routers( + ): stagingavalanche_AggregateRoot + stagingavalanche_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Router_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Router_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: stagingoptimism_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 - ): [stagingoptimism_Router!]! - stagingoptimism_routerDailyTVL( + ): [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: stagingoptimism_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 - ): stagingoptimism_RouterDailyTVL - stagingoptimism_routerDailyTVLs( + ): stagingavalanche_ConnectorMeta + stagingavalanche_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RouterDailyTVL_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RouterDailyTVL_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: stagingoptimism_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 - ): [stagingoptimism_RouterDailyTVL!]! - stagingoptimism_routerLiquidityEvent( + ): [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: stagingoptimism_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 - ): stagingoptimism_RouterLiquidityEvent - stagingoptimism_routerLiquidityEvents( + ): stagingavalanche_RootCount + stagingavalanche_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RouterLiquidityEvent_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RouterLiquidityEvent_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: stagingoptimism_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 - ): [stagingoptimism_RouterLiquidityEvent!]! - stagingoptimism_setting( + ): [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: stagingoptimism_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 - ): stagingoptimism_Setting - stagingoptimism_settings( + ): stagingavalanche_RootMessageSent + stagingavalanche_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Setting_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Setting_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: stagingoptimism_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 - ): [stagingoptimism_Setting!]! - stagingoptimism_relayer( + ): [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: stagingoptimism_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 - ): stagingoptimism_Relayer - stagingoptimism_relayers( + ): stagingavalanche_RelayerFeesIncrease + stagingavalanche_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Relayer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Relayer_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: stagingoptimism_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 - ): [stagingoptimism_Relayer!]! - stagingoptimism_sequencer( + ): [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: stagingoptimism_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 - ): stagingoptimism_Sequencer - stagingoptimism_sequencers( + ): stagingavalanche_SlippageUpdate + stagingavalanche_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Sequencer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Sequencer_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: stagingoptimism_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 - ): [stagingoptimism_Sequencer!]! - stagingoptimism_relayerFee( + ): [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: stagingoptimism_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 - ): stagingoptimism_RelayerFee - stagingoptimism_relayerFees( + ): stagingavalanche_SnapshotRoot + stagingavalanche_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RelayerFee_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RelayerFee_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: stagingoptimism_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 - ): [stagingoptimism_RelayerFee!]! - stagingoptimism_originTransfer( + ): [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: stagingoptimism_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 - ): stagingoptimism_OriginTransfer - stagingoptimism_originTransfers( + ): stagingavalanche_SpokeConnectorMode + stagingavalanche_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OriginTransfer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OriginTransfer_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: stagingoptimism_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 - ): [stagingoptimism_OriginTransfer!]! - stagingoptimism_destinationTransfer( + ): [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: stagingoptimism_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 - ): stagingoptimism_DestinationTransfer - stagingoptimism_destinationTransfers( + ): stagingavalanche_AggregateRootProposed + stagingavalanche_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_DestinationTransfer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_DestinationTransfer_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: stagingoptimism_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 - ): [stagingoptimism_DestinationTransfer!]! - stagingoptimism_originMessage( + ): [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: stagingoptimism_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 - ): stagingoptimism_OriginMessage - stagingoptimism_originMessages( + ): stagingavalanche_OptimisticRootFinalized + stagingavalanche_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OriginMessage_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OriginMessage_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: stagingoptimism_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 - ): [stagingoptimism_OriginMessage!]! - stagingoptimism_aggregateRoot( + ): [stagingavalanche_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingavalanche__meta(block: stagingavalanche_Block_height): stagingavalanche__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: stagingoptimism_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 - ): stagingoptimism_AggregateRoot - stagingoptimism_aggregateRoots( + ): mantle_Asset + mantle_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AggregateRoot_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AggregateRoot_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: stagingoptimism_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 - ): [stagingoptimism_AggregateRoot!]! - stagingoptimism_connectorMeta( + ): [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: stagingoptimism_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 - ): stagingoptimism_ConnectorMeta - stagingoptimism_connectorMetas( + ): mantle_AssetStatus + mantle_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_ConnectorMeta_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_ConnectorMeta_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: stagingoptimism_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 - ): [stagingoptimism_ConnectorMeta!]! - stagingoptimism_rootCount( + ): [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: stagingoptimism_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 - ): stagingoptimism_RootCount - stagingoptimism_rootCounts( + ): mantle_AssetBalance + mantle_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RootCount_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RootCount_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: stagingoptimism_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 - ): [stagingoptimism_RootCount!]! - stagingoptimism_rootMessageSent( + ): [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: stagingoptimism_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 - ): stagingoptimism_RootMessageSent - stagingoptimism_rootMessageSents( + ): mantle_Router + mantle_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RootMessageSent_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RootMessageSent_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: stagingoptimism_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 - ): [stagingoptimism_RootMessageSent!]! - stagingoptimism_relayerFeesIncrease( + ): [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: stagingoptimism_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 - ): stagingoptimism_RelayerFeesIncrease - stagingoptimism_relayerFeesIncreases( + ): mantle_RouterDailyTVL + mantle_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RelayerFeesIncrease_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RelayerFeesIncrease_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: stagingoptimism_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 - ): [stagingoptimism_RelayerFeesIncrease!]! - stagingoptimism_slippageUpdate( + ): [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: stagingoptimism_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 - ): stagingoptimism_SlippageUpdate - stagingoptimism_slippageUpdates( + ): mantle_RouterLiquidityEvent + mantle_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SlippageUpdate_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SlippageUpdate_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: stagingoptimism_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 - ): [stagingoptimism_SlippageUpdate!]! - stagingoptimism_snapshotRoot( + ): [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: stagingoptimism_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 - ): stagingoptimism_SnapshotRoot - stagingoptimism_snapshotRoots( + ): mantle_Setting + mantle_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SnapshotRoot_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SnapshotRoot_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: stagingoptimism_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 - ): [stagingoptimism_SnapshotRoot!]! - stagingoptimism_spokeConnectorMode( + ): [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: stagingoptimism_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 - ): stagingoptimism_SpokeConnectorMode - stagingoptimism_spokeConnectorModes( + ): mantle_Relayer + mantle_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SpokeConnectorMode_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SpokeConnectorMode_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: stagingoptimism_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 - ): [stagingoptimism_SpokeConnectorMode!]! - stagingoptimism_aggregateRootProposed( + ): [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: stagingoptimism_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 - ): stagingoptimism_AggregateRootProposed - stagingoptimism_aggregateRootProposeds( + ): mantle_Sequencer + mantle_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AggregateRootProposed_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AggregateRootProposed_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: stagingoptimism_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 - ): [stagingoptimism_AggregateRootProposed!]! - stagingoptimism_optimisticRootFinalized( + ): [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: stagingoptimism_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 - ): stagingoptimism_OptimisticRootFinalized - stagingoptimism_optimisticRootFinalizeds( + ): mantle_RelayerFee + mantle_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OptimisticRootFinalized_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OptimisticRootFinalized_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: stagingoptimism_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 - ): [stagingoptimism_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingoptimism__meta(block: stagingoptimism_Block_height): stagingoptimism__Meta_ - sepolia_swap_systemInfo( + ): [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: sepolia_swap_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 - ): sepolia_swap_SystemInfo - sepolia_swap_systemInfos( + ): mantle_OriginTransfer + mantle_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SystemInfo_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SystemInfo_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: sepolia_swap_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 - ): [sepolia_swap_SystemInfo!]! - sepolia_swap_pooledToken( + ): [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: sepolia_swap_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 - ): sepolia_swap_PooledToken - sepolia_swap_pooledTokens( + ): mantle_DestinationTransfer + mantle_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_PooledToken_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_PooledToken_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: sepolia_swap_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 - ): [sepolia_swap_PooledToken!]! - sepolia_swap_stableSwap( + ): [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: sepolia_swap_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 - ): sepolia_swap_StableSwap - sepolia_swap_stableSwaps( + ): mantle_OriginMessage + mantle_originMessages( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwap_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwap_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: sepolia_swap_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 - ): [sepolia_swap_StableSwap!]! - sepolia_swap_stableSwapAddLiquidityEvent( + ): [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: sepolia_swap_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 - ): sepolia_swap_StableSwapAddLiquidityEvent - sepolia_swap_stableSwapAddLiquidityEvents( + ): mantle_AggregateRoot + mantle_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwapAddLiquidityEvent_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: sepolia_swap_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 - ): [sepolia_swap_StableSwapAddLiquidityEvent!]! - sepolia_swap_stableSwapRemoveLiquidityEvent( + ): [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: sepolia_swap_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 - ): sepolia_swap_StableSwapRemoveLiquidityEvent - sepolia_swap_stableSwapRemoveLiquidityEvents( + ): mantle_ConnectorMeta + mantle_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwapRemoveLiquidityEvent_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: sepolia_swap_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 - ): [sepolia_swap_StableSwapRemoveLiquidityEvent!]! - sepolia_swap_stableSwapExchange( + ): [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: sepolia_swap_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 - ): sepolia_swap_StableSwapExchange - sepolia_swap_stableSwapExchanges( + ): mantle_RootCount + mantle_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapExchange_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwapExchange_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: sepolia_swap_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 - ): [sepolia_swap_StableSwapExchange!]! - sepolia_swap_swapDailyVolume( + ): [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: sepolia_swap_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 - ): sepolia_swap_SwapDailyVolume - sepolia_swap_swapDailyVolumes( + ): mantle_RootMessageSent + mantle_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapDailyVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SwapDailyVolume_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: sepolia_swap_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 - ): [sepolia_swap_SwapDailyVolume!]! - sepolia_swap_swapHourlyVolume( + ): [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: sepolia_swap_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 - ): sepolia_swap_SwapHourlyVolume - sepolia_swap_swapHourlyVolumes( + ): mantle_RelayerFeesIncrease + mantle_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapHourlyVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SwapHourlyVolume_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: sepolia_swap_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 - ): [sepolia_swap_SwapHourlyVolume!]! - sepolia_swap_swapWeeklyVolume( + ): [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: sepolia_swap_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 - ): sepolia_swap_SwapWeeklyVolume - sepolia_swap_swapWeeklyVolumes( + ): mantle_SlippageUpdate + mantle_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapWeeklyVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SwapWeeklyVolume_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: sepolia_swap_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 - ): [sepolia_swap_SwapWeeklyVolume!]! - sepolia_swap_lpAccount( + ): [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: sepolia_swap_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 - ): sepolia_swap_LpAccount - sepolia_swap_lpAccounts( + ): mantle_SnapshotRoot + mantle_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpAccount_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_LpAccount_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: sepolia_swap_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 - ): [sepolia_swap_LpAccount!]! - sepolia_swap_lpAccountBalance( + ): [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: sepolia_swap_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 - ): sepolia_swap_LpAccountBalance - sepolia_swap_lpAccountBalances( + ): mantle_SpokeConnectorMode + mantle_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpAccountBalance_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_LpAccountBalance_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: sepolia_swap_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 - ): [sepolia_swap_LpAccountBalance!]! - sepolia_swap_lpToken( + ): [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: sepolia_swap_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 - ): sepolia_swap_LpToken - sepolia_swap_lpTokens( + ): mantle_AggregateRootProposed + mantle_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpToken_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_LpToken_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: sepolia_swap_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 - ): [sepolia_swap_LpToken!]! - sepolia_swap_lpTransferEvent( + ): [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: sepolia_swap_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 - ): sepolia_swap_LpTransferEvent - sepolia_swap_lpTransferEvents( + ): mantle_OptimisticRootFinalized + mantle_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpTransferEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_LpTransferEvent_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: sepolia_swap_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 - ): [sepolia_swap_LpTransferEvent!]! - sepolia_swap_stableSwapEvent( + ): [mantle_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + mantle__meta(block: mantle_Block_height): mantle__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: sepolia_swap_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 - ): sepolia_swap_StableSwapEvent - sepolia_swap_stableSwapEvents( + ): stagingpolygon_Asset + stagingpolygon_assets( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwapEvent_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: sepolia_swap_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 - ): [sepolia_swap_StableSwapEvent!]! - sepolia_swap_swapTradeVolume( + ): [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: sepolia_swap_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 - ): sepolia_swap_SwapTradeVolume - sepolia_swap_swapTradeVolumes( + ): stagingpolygon_AssetStatus + stagingpolygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapTradeVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SwapTradeVolume_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: sepolia_swap_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 - ): [sepolia_swap_SwapTradeVolume!]! - sepolia_swap_lpTokenEvent( + ): [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: sepolia_swap_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 - ): sepolia_swap_LpTokenEvent - sepolia_swap_lpTokenEvents( + ): stagingpolygon_AssetBalance + stagingpolygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpTokenEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_LpTokenEvent_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: sepolia_swap_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 - ): [sepolia_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - sepolia_swap__meta(block: sepolia_swap_Block_height): sepolia_swap__Meta_ - base_asset( + ): [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: base_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 - ): base_Asset - base_assets( + ): stagingpolygon_Router + stagingpolygon_routers( skip: Int = 0 first: Int = 100 - orderBy: base_Asset_orderBy - orderDirection: base_OrderDirection - where: base_Asset_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: base_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 - ): [base_Asset!]! - base_assetStatus( + ): [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: base_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 - ): base_AssetStatus - base_assetStatuses( + ): stagingpolygon_RouterDailyTVL + stagingpolygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: base_AssetStatus_orderBy - orderDirection: base_OrderDirection - where: base_AssetStatus_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: base_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 - ): [base_AssetStatus!]! - base_assetBalance( + ): [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: base_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 - ): base_AssetBalance - base_assetBalances( + ): stagingpolygon_RouterLiquidityEvent + stagingpolygon_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: base_AssetBalance_orderBy - orderDirection: base_OrderDirection - where: base_AssetBalance_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: base_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 - ): [base_AssetBalance!]! - base_router( + ): [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: base_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 - ): base_Router - base_routers( + ): stagingpolygon_Setting + stagingpolygon_settings( skip: Int = 0 first: Int = 100 - orderBy: base_Router_orderBy - orderDirection: base_OrderDirection - where: base_Router_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: base_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 - ): [base_Router!]! - base_routerDailyTVL( + ): [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: base_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 - ): base_RouterDailyTVL - base_routerDailyTVLs( + ): stagingpolygon_Relayer + stagingpolygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: base_RouterDailyTVL_orderBy - orderDirection: base_OrderDirection - where: base_RouterDailyTVL_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: base_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 - ): [base_RouterDailyTVL!]! - base_routerLiquidityEvent( + ): [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: base_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 - ): base_RouterLiquidityEvent - base_routerLiquidityEvents( + ): stagingpolygon_Sequencer + stagingpolygon_sequencers( skip: Int = 0 first: Int = 100 - orderBy: base_RouterLiquidityEvent_orderBy - orderDirection: base_OrderDirection - where: base_RouterLiquidityEvent_filter + 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: base_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 - ): [base_RouterLiquidityEvent!]! - base_setting( + ): [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: base_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 - ): base_Setting - base_settings( + ): stagingpolygon_RelayerFee + stagingpolygon_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: base_Setting_orderBy - orderDirection: base_OrderDirection - where: base_Setting_filter + 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: base_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 - ): [base_Setting!]! - base_relayer( + ): [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: base_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 - ): base_Relayer - base_relayers( + ): stagingpolygon_OriginTransfer + stagingpolygon_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_Relayer_orderBy - orderDirection: base_OrderDirection - where: base_Relayer_filter + 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: base_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 - ): [base_Relayer!]! - base_sequencer( + ): [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: base_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 - ): base_Sequencer - base_sequencers( + ): stagingpolygon_DestinationTransfer + stagingpolygon_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_Sequencer_orderBy - orderDirection: base_OrderDirection - where: base_Sequencer_filter + 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: base_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 - ): [base_Sequencer!]! - base_relayerFee( + ): [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: base_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 - ): base_RelayerFee - base_relayerFees( + ): stagingpolygon_OriginMessage + stagingpolygon_originMessages( skip: Int = 0 first: Int = 100 - orderBy: base_RelayerFee_orderBy - orderDirection: base_OrderDirection - where: base_RelayerFee_filter + 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: base_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 - ): [base_RelayerFee!]! - base_originTransfer( + ): [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: base_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 - ): base_OriginTransfer - base_originTransfers( + ): stagingpolygon_AggregateRoot + stagingpolygon_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: base_OriginTransfer_orderBy - orderDirection: base_OrderDirection - where: base_OriginTransfer_filter + 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: base_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 - ): [base_OriginTransfer!]! - base_destinationTransfer( + ): [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: base_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 - ): base_DestinationTransfer - base_destinationTransfers( + ): stagingpolygon_ConnectorMeta + stagingpolygon_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: base_DestinationTransfer_orderBy - orderDirection: base_OrderDirection - where: base_DestinationTransfer_filter + 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: base_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 - ): [base_DestinationTransfer!]! - base_originMessage( + ): [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: base_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 - ): base_OriginMessage - base_originMessages( + ): stagingpolygon_RootCount + stagingpolygon_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: base_OriginMessage_orderBy - orderDirection: base_OrderDirection - where: base_OriginMessage_filter + 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: base_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 - ): [base_OriginMessage!]! - base_aggregateRoot( + ): [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: base_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 - ): base_AggregateRoot - base_aggregateRoots( + ): stagingpolygon_RootMessageSent + stagingpolygon_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: base_AggregateRoot_orderBy - orderDirection: base_OrderDirection - where: base_AggregateRoot_filter + 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: base_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 - ): [base_AggregateRoot!]! - base_connectorMeta( + ): [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: base_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 - ): base_ConnectorMeta - base_connectorMetas( + ): stagingpolygon_RelayerFeesIncrease + stagingpolygon_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: base_ConnectorMeta_orderBy - orderDirection: base_OrderDirection - where: base_ConnectorMeta_filter + 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: base_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 - ): [base_ConnectorMeta!]! - base_rootCount( + ): [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: base_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 - ): base_RootCount - base_rootCounts( + ): stagingpolygon_SlippageUpdate + stagingpolygon_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: base_RootCount_orderBy - orderDirection: base_OrderDirection - where: base_RootCount_filter + 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: base_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 - ): [base_RootCount!]! - base_rootMessageSent( + ): [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: base_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 - ): base_RootMessageSent - base_rootMessageSents( + ): stagingpolygon_SnapshotRoot + stagingpolygon_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: base_RootMessageSent_orderBy - orderDirection: base_OrderDirection - where: base_RootMessageSent_filter + 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: base_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 - ): [base_RootMessageSent!]! - base_relayerFeesIncrease( + ): [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: base_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 - ): base_RelayerFeesIncrease - base_relayerFeesIncreases( + ): stagingpolygon_SpokeConnectorMode + stagingpolygon_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: base_RelayerFeesIncrease_orderBy - orderDirection: base_OrderDirection - where: base_RelayerFeesIncrease_filter + 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: base_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 - ): [base_RelayerFeesIncrease!]! - base_slippageUpdate( + ): [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: base_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 - ): base_SlippageUpdate - base_slippageUpdates( + ): stagingpolygon_AggregateRootProposed + stagingpolygon_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: base_SlippageUpdate_orderBy - orderDirection: base_OrderDirection - where: base_SlippageUpdate_filter + 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: base_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 - ): [base_SlippageUpdate!]! - base_snapshotRoot( + ): [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: base_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 - ): base_SnapshotRoot - base_snapshotRoots( + ): stagingpolygon_OptimisticRootFinalized + stagingpolygon_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: base_SnapshotRoot_orderBy - orderDirection: base_OrderDirection - where: base_SnapshotRoot_filter + 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: base_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 - ): [base_SnapshotRoot!]! - base_spokeConnectorMode( + ): [stagingpolygon_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingpolygon__meta(block: stagingpolygon_Block_height): stagingpolygon__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: base_Block_height + block: bnb_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( + ): bnb_Asset + bnb_assets( skip: Int = 0 first: Int = 100 - orderBy: base_SpokeConnectorMode_orderBy - orderDirection: base_OrderDirection - where: base_SpokeConnectorMode_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: base_Block_height + block: bnb_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( + ): [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: base_Block_height + block: bnb_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( + ): bnb_AssetStatus + bnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: base_AggregateRootProposed_orderBy - orderDirection: base_OrderDirection - where: base_AggregateRootProposed_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: base_Block_height + block: bnb_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( + ): [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: base_Block_height + block: bnb_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( + ): bnb_AssetBalance + bnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: base_OptimisticRootFinalized_orderBy - orderDirection: base_OrderDirection - where: base_OptimisticRootFinalized_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: base_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - base__meta(block: base_Block_height): base__Meta_ - stagingpolygonzkevm_asset( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_Router + bnb_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Asset_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Asset_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_RouterDailyTVL + bnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AssetStatus_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AssetStatus_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_RouterLiquidityEvent + bnb_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AssetBalance_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AssetBalance_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_Setting + bnb_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Router_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Router_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_Relayer + bnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RouterDailyTVL_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RouterDailyTVL_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_Sequencer + bnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RouterLiquidityEvent_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RouterLiquidityEvent_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_RelayerFee + bnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Setting_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Setting_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_OriginTransfer + bnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Relayer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Relayer_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_DestinationTransfer + bnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Sequencer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Sequencer_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_OriginMessage + bnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RelayerFee_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RelayerFee_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_AggregateRoot + bnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OriginTransfer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OriginTransfer_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_ConnectorMeta + bnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_DestinationTransfer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_DestinationTransfer_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_RootCount + bnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OriginMessage_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OriginMessage_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_RootMessageSent + bnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AggregateRoot_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AggregateRoot_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_RelayerFeesIncrease + bnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_ConnectorMeta_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_ConnectorMeta_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_SlippageUpdate + bnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RootCount_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RootCount_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_SnapshotRoot + bnb_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RootMessageSent_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RootMessageSent_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_SpokeConnectorMode + bnb_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RelayerFeesIncrease_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RelayerFeesIncrease_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_AggregateRootProposed + bnb_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SlippageUpdate_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SlippageUpdate_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_OptimisticRootFinalized + bnb_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SnapshotRoot_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SnapshotRoot_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [bnb_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + bnb__meta(block: bnb_Block_height): bnb__Meta_ + 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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_SpokeConnectorMode - stagingpolygonzkevm_spokeConnectorModes( + ): mantle_swap_SystemInfo + mantle_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SpokeConnectorMode_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SpokeConnectorMode_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_SpokeConnectorMode!]! - stagingpolygonzkevm_aggregateRootProposed( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_AggregateRootProposed - stagingpolygonzkevm_aggregateRootProposeds( + ): mantle_swap_PooledToken + mantle_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AggregateRootProposed_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AggregateRootProposed_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_AggregateRootProposed!]! - stagingpolygonzkevm_optimisticRootFinalized( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_OptimisticRootFinalized - stagingpolygonzkevm_optimisticRootFinalizeds( + ): mantle_swap_StableSwap + mantle_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OptimisticRootFinalized_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OptimisticRootFinalized_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingpolygonzkevm__meta(block: stagingpolygonzkevm_Block_height): stagingpolygonzkevm__Meta_ - polygon_asset( + ): [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: polygon_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 - ): polygon_Asset - polygon_assets( + ): mantle_swap_StableSwapAddLiquidityEvent + mantle_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_Asset_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Asset_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: polygon_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 - ): [polygon_Asset!]! - polygon_assetStatus( + ): [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: polygon_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 - ): polygon_AssetStatus - polygon_assetStatuses( + ): mantle_swap_StableSwapRemoveLiquidityEvent + mantle_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetStatus_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetStatus_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: polygon_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 - ): [polygon_AssetStatus!]! - polygon_assetBalance( + ): [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: polygon_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 - ): polygon_AssetBalance - polygon_assetBalances( + ): mantle_swap_StableSwapExchange + mantle_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetBalance_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetBalance_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: polygon_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 - ): [polygon_AssetBalance!]! - polygon_router( + ): [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: polygon_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 - ): polygon_Router - polygon_routers( + ): mantle_swap_SwapDailyVolume + mantle_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_Router_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Router_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: polygon_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 - ): [polygon_Router!]! - polygon_routerDailyTVL( + ): [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: polygon_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 - ): polygon_RouterDailyTVL - polygon_routerDailyTVLs( + ): mantle_swap_SwapHourlyVolume + mantle_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterDailyTVL_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterDailyTVL_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: polygon_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 - ): [polygon_RouterDailyTVL!]! - polygon_routerLiquidityEvent( + ): [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: polygon_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 - ): polygon_RouterLiquidityEvent - polygon_routerLiquidityEvents( + ): mantle_swap_SwapWeeklyVolume + mantle_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterLiquidityEvent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterLiquidityEvent_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: polygon_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 - ): [polygon_RouterLiquidityEvent!]! - polygon_setting( + ): [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: polygon_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 - ): polygon_Setting - polygon_settings( + ): mantle_swap_LpAccount + mantle_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_Setting_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Setting_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: polygon_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 - ): [polygon_Setting!]! - polygon_relayer( + ): [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: polygon_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 - ): polygon_Relayer - polygon_relayers( + ): mantle_swap_LpAccountBalance + mantle_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_Relayer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Relayer_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: polygon_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 - ): [polygon_Relayer!]! - polygon_sequencer( + ): [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: polygon_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 - ): polygon_Sequencer - polygon_sequencers( + ): mantle_swap_LpToken + mantle_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_Sequencer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Sequencer_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: polygon_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 - ): [polygon_Sequencer!]! - polygon_relayerFee( + ): [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: polygon_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 - ): polygon_RelayerFee - polygon_relayerFees( + ): mantle_swap_LpTransferEvent + mantle_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFee_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFee_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: polygon_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 - ): [polygon_RelayerFee!]! - polygon_originTransfer( + ): [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: polygon_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 - ): polygon_OriginTransfer - polygon_originTransfers( + ): mantle_swap_StableSwapEvent + mantle_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginTransfer_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: polygon_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 - ): [polygon_OriginTransfer!]! - polygon_destinationTransfer( + ): [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: polygon_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 - ): polygon_DestinationTransfer - polygon_destinationTransfers( + ): mantle_swap_SwapTradeVolume + mantle_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_DestinationTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_DestinationTransfer_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: polygon_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 - ): [polygon_DestinationTransfer!]! - polygon_originMessage( + ): [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: polygon_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 - ): polygon_OriginMessage - polygon_originMessages( + ): mantle_swap_LpTokenEvent + mantle_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginMessage_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginMessage_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: polygon_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 - ): [polygon_OriginMessage!]! - polygon_aggregateRoot( + ): [mantle_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mantle_swap__meta(block: mantle_swap_Block_height): mantle_swap__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: polygon_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 - ): polygon_AggregateRoot - polygon_aggregateRoots( + ): mode_Asset + mode_assets( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRoot_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: polygon_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 - ): [polygon_AggregateRoot!]! - polygon_connectorMeta( + ): [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: polygon_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 - ): polygon_ConnectorMeta - polygon_connectorMetas( + ): mode_AssetStatus + mode_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygon_ConnectorMeta_orderBy - orderDirection: polygon_OrderDirection - where: polygon_ConnectorMeta_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: polygon_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 - ): [polygon_ConnectorMeta!]! - polygon_rootCount( + ): [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: polygon_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 - ): polygon_RootCount - polygon_rootCounts( + ): mode_AssetBalance + mode_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootCount_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootCount_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: polygon_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 - ): [polygon_RootCount!]! - polygon_rootMessageSent( + ): [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: polygon_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 - ): polygon_RootMessageSent - polygon_rootMessageSents( + ): mode_Router + mode_routers( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootMessageSent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootMessageSent_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: polygon_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 - ): [polygon_RootMessageSent!]! - polygon_relayerFeesIncrease( + ): [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: polygon_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 - ): polygon_RelayerFeesIncrease - polygon_relayerFeesIncreases( + ): mode_RouterDailyTVL + mode_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFeesIncrease_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFeesIncrease_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: polygon_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 - ): [polygon_RelayerFeesIncrease!]! - polygon_slippageUpdate( + ): [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: polygon_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 - ): polygon_SlippageUpdate - polygon_slippageUpdates( + ): mode_RouterLiquidityEvent + mode_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_SlippageUpdate_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SlippageUpdate_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: polygon_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 - ): [polygon_SlippageUpdate!]! - polygon_snapshotRoot( + ): [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: polygon_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 - ): polygon_SnapshotRoot - polygon_snapshotRoots( + ): mode_Setting + mode_settings( skip: Int = 0 first: Int = 100 - orderBy: polygon_SnapshotRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SnapshotRoot_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: polygon_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 - ): [polygon_SnapshotRoot!]! - polygon_spokeConnectorMode( + ): [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: polygon_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 - ): polygon_SpokeConnectorMode - polygon_spokeConnectorModes( + ): mode_Relayer + mode_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygon_SpokeConnectorMode_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SpokeConnectorMode_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: polygon_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 - ): [polygon_SpokeConnectorMode!]! - polygon_aggregateRootProposed( + ): [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: polygon_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 - ): polygon_AggregateRootProposed - polygon_aggregateRootProposeds( + ): mode_Sequencer + mode_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRootProposed_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRootProposed_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: polygon_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 - ): [polygon_AggregateRootProposed!]! - polygon_optimisticRootFinalized( + ): [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: polygon_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 - ): polygon_OptimisticRootFinalized - polygon_optimisticRootFinalizeds( + ): mode_RelayerFee + mode_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygon_OptimisticRootFinalized_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OptimisticRootFinalized_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: polygon_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 - ): [polygon_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - polygon__meta(block: polygon_Block_height): polygon__Meta_ - stagingmainnet_rootAggregated( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootAggregated - stagingmainnet_rootAggregateds( + ): mode_OriginTransfer + mode_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootAggregated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootAggregated_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: stagingmainnet_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 - ): [stagingmainnet_RootAggregated!]! - stagingmainnet_rootPropagated( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootPropagated - stagingmainnet_rootPropagateds( + ): mode_DestinationTransfer + mode_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootPropagated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootPropagated_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: stagingmainnet_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 - ): [stagingmainnet_RootPropagated!]! - stagingmainnet_aggregatedMessageRoot( + ): [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: stagingmainnet_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 - ): stagingmainnet_AggregatedMessageRoot - stagingmainnet_aggregatedMessageRoots( + ): mode_OriginMessage + mode_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregatedMessageRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregatedMessageRoot_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: stagingmainnet_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 - ): [stagingmainnet_AggregatedMessageRoot!]! - stagingmainnet_rootManagerMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootManagerMeta - stagingmainnet_rootManagerMetas( + ): mode_AggregateRoot + mode_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootManagerMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootManagerMeta_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: stagingmainnet_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 - ): [stagingmainnet_RootManagerMeta!]! - stagingmainnet_rootManagerMode( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootManagerMode - stagingmainnet_rootManagerModes( + ): mode_ConnectorMeta + mode_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootManagerMode_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootManagerMode_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: stagingmainnet_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 - ): [stagingmainnet_RootManagerMode!]! - stagingmainnet_optimisticRootProposed( + ): [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: stagingmainnet_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 - ): stagingmainnet_OptimisticRootProposed - stagingmainnet_optimisticRootProposeds( + ): mode_RootCount + mode_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootProposed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootProposed_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: stagingmainnet_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 - ): [stagingmainnet_OptimisticRootProposed!]! - stagingmainnet_hubOptimisticRootFinalized( + ): [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: stagingmainnet_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 - ): stagingmainnet_HubOptimisticRootFinalized - stagingmainnet_hubOptimisticRootFinalizeds( + ): mode_RootMessageSent + mode_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_HubOptimisticRootFinalized_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_HubOptimisticRootFinalized_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: stagingmainnet_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 - ): [stagingmainnet_HubOptimisticRootFinalized!]! - stagingmainnet_optimisticRootPropagated( + ): [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: stagingmainnet_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 - ): stagingmainnet_OptimisticRootPropagated - stagingmainnet_optimisticRootPropagateds( + ): mode_RelayerFeesIncrease + mode_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootPropagated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootPropagated_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: stagingmainnet_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 - ): [stagingmainnet_OptimisticRootPropagated!]! - stagingmainnet_polygonConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_PolygonConnectorMeta - stagingmainnet_polygonConnectorMetas( + ): mode_SlippageUpdate + mode_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_PolygonConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_PolygonConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_PolygonConnectorMeta!]! - stagingmainnet_optimismConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_OptimismConnectorMeta - stagingmainnet_optimismConnectorMetas( + ): mode_SnapshotRoot + mode_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimismConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimismConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_OptimismConnectorMeta!]! - stagingmainnet_bnbConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_BnbConnectorMeta - stagingmainnet_bnbConnectorMetas( + ): mode_SpokeConnectorMode + mode_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_BnbConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_BnbConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_BnbConnectorMeta!]! - stagingmainnet_arbitrumConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ArbitrumConnectorMeta - stagingmainnet_arbitrumConnectorMetas( + ): mode_AggregateRootProposed + mode_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ArbitrumConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ArbitrumConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ArbitrumConnectorMeta!]! - stagingmainnet_gnosisConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_GnosisConnectorMeta - stagingmainnet_gnosisConnectorMetas( + ): mode_OptimisticRootFinalized + mode_optimisticRootFinalizeds( 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 + 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: stagingmainnet_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 - ): [stagingmainnet_PolygonZkConnectorMeta!]! - stagingmainnet_zkSyncConnectorMeta( + ): [mode_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + mode__meta(block: mode_Block_height): mode__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: stagingmainnet_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 - ): stagingmainnet_ZkSyncConnectorMeta - stagingmainnet_zkSyncConnectorMetas( + ): stagingmetis_Asset + stagingmetis_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ZkSyncConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ZkSyncConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ZkSyncConnectorMeta!]! - stagingmainnet_modeConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ModeConnectorMeta - stagingmainnet_modeConnectorMetas( + ): stagingmetis_AssetStatus + stagingmetis_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ModeConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ModeConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ModeConnectorMeta!]! - stagingmainnet_scrollConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ScrollConnectorMeta - stagingmainnet_scrollConnectorMetas( + ): stagingmetis_AssetBalance + stagingmetis_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ScrollConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ScrollConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ScrollConnectorMeta!]! - stagingmainnet_xlayerConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_XlayerConnectorMeta - stagingmainnet_xlayerConnectorMetas( + ): stagingmetis_Router + stagingmetis_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_XlayerConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_XlayerConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_XlayerConnectorMeta!]! - stagingmainnet_rootMessageProcessed( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootMessageProcessed - stagingmainnet_rootMessageProcesseds( + ): stagingmetis_RouterDailyTVL + stagingmetis_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootMessageProcessed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootMessageProcessed_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: stagingmainnet_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 - ): [stagingmainnet_RootMessageProcessed!]! - stagingmainnet_aggregateRootSavedSlow( + ): [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: stagingmainnet_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 - ): stagingmainnet_AggregateRootSavedSlow - stagingmainnet_aggregateRootSavedSlows( + ): stagingmetis_RouterLiquidityEvent + stagingmetis_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRootSavedSlow_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregateRootSavedSlow_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: stagingmainnet_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 - ): [stagingmainnet_AggregateRootSavedSlow!]! - stagingmainnet_hubDomain( + ): [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: stagingmainnet_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 - ): stagingmainnet_HubDomain - stagingmainnet_hubDomains( + ): stagingmetis_Setting + stagingmetis_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_HubDomain_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_HubDomain_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: stagingmainnet_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 - ): [stagingmainnet_HubDomain!]! - """Access to subgraph metadata""" - stagingmainnet__meta(block: stagingmainnet_Block_height): stagingmainnet__Meta_ - base_swap_systemInfo( + ): [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: base_swap_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 - ): base_swap_SystemInfo - base_swap_systemInfos( + ): stagingmetis_Relayer + stagingmetis_relayers( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SystemInfo_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SystemInfo_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: base_swap_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 - ): [base_swap_SystemInfo!]! - base_swap_pooledToken( + ): [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: base_swap_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 - ): base_swap_PooledToken - base_swap_pooledTokens( + ): stagingmetis_Sequencer + stagingmetis_sequencers( skip: Int = 0 first: Int = 100 - orderBy: base_swap_PooledToken_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_PooledToken_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: base_swap_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 - ): [base_swap_PooledToken!]! - base_swap_stableSwap( + ): [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: base_swap_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 - ): base_swap_StableSwap - base_swap_stableSwaps( + ): stagingmetis_RelayerFee + stagingmetis_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwap_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwap_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: base_swap_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 - ): [base_swap_StableSwap!]! - base_swap_stableSwapAddLiquidityEvent( + ): [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: base_swap_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 - ): base_swap_StableSwapAddLiquidityEvent - base_swap_stableSwapAddLiquidityEvents( + ): stagingmetis_OriginTransfer + stagingmetis_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapAddLiquidityEvent_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: base_swap_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 - ): [base_swap_StableSwapAddLiquidityEvent!]! - base_swap_stableSwapRemoveLiquidityEvent( + ): [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: base_swap_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 - ): base_swap_StableSwapRemoveLiquidityEvent - base_swap_stableSwapRemoveLiquidityEvents( + ): stagingmetis_DestinationTransfer + stagingmetis_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapRemoveLiquidityEvent_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: base_swap_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 - ): [base_swap_StableSwapRemoveLiquidityEvent!]! - base_swap_stableSwapExchange( + ): [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: base_swap_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 - ): base_swap_StableSwapExchange - base_swap_stableSwapExchanges( + ): stagingmetis_OriginMessage + stagingmetis_originMessages( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapExchange_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapExchange_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: base_swap_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 - ): [base_swap_StableSwapExchange!]! - base_swap_swapDailyVolume( + ): [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: base_swap_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 - ): base_swap_SwapDailyVolume - base_swap_swapDailyVolumes( + ): stagingmetis_AggregateRoot + stagingmetis_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapDailyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapDailyVolume_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: base_swap_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 - ): [base_swap_SwapDailyVolume!]! - base_swap_swapHourlyVolume( + ): [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: base_swap_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 - ): base_swap_SwapHourlyVolume - base_swap_swapHourlyVolumes( + ): stagingmetis_ConnectorMeta + stagingmetis_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapHourlyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapHourlyVolume_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: base_swap_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 - ): [base_swap_SwapHourlyVolume!]! - base_swap_swapWeeklyVolume( + ): [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: base_swap_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 - ): base_swap_SwapWeeklyVolume - base_swap_swapWeeklyVolumes( + ): stagingmetis_RootCount + stagingmetis_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapWeeklyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapWeeklyVolume_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: base_swap_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 - ): [base_swap_SwapWeeklyVolume!]! - base_swap_lpAccount( + ): [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: base_swap_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 - ): base_swap_LpAccount - base_swap_lpAccounts( + ): stagingmetis_RootMessageSent + stagingmetis_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpAccount_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpAccount_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: base_swap_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 - ): [base_swap_LpAccount!]! - base_swap_lpAccountBalance( + ): [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: base_swap_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 - ): base_swap_LpAccountBalance - base_swap_lpAccountBalances( + ): stagingmetis_RelayerFeesIncrease + stagingmetis_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpAccountBalance_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpAccountBalance_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: base_swap_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 - ): [base_swap_LpAccountBalance!]! - base_swap_lpToken( + ): [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: base_swap_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 - ): base_swap_LpToken - base_swap_lpTokens( + ): stagingmetis_SlippageUpdate + stagingmetis_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpToken_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpToken_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: base_swap_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 - ): [base_swap_LpToken!]! - base_swap_lpTransferEvent( + ): [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: base_swap_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 - ): base_swap_LpTransferEvent - base_swap_lpTransferEvents( + ): stagingmetis_SnapshotRoot + stagingmetis_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpTransferEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpTransferEvent_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: base_swap_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 - ): [base_swap_LpTransferEvent!]! - base_swap_stableSwapEvent( + ): [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: base_swap_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 - ): base_swap_StableSwapEvent - base_swap_stableSwapEvents( + ): stagingmetis_SpokeConnectorMode + stagingmetis_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapEvent_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: base_swap_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 - ): [base_swap_StableSwapEvent!]! - base_swap_swapTradeVolume( + ): [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: base_swap_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 - ): base_swap_SwapTradeVolume - base_swap_swapTradeVolumes( + ): stagingmetis_AggregateRootProposed + stagingmetis_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapTradeVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapTradeVolume_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: base_swap_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 - ): [base_swap_SwapTradeVolume!]! - base_swap_lpTokenEvent( + ): [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: base_swap_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 - ): base_swap_LpTokenEvent - base_swap_lpTokenEvents( + ): stagingmetis_OptimisticRootFinalized + stagingmetis_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpTokenEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpTokenEvent_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: base_swap_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 - ): [base_swap_LpTokenEvent!]! + ): [stagingmetis_OptimisticRootFinalized!]! """Access to subgraph metadata""" - base_swap__meta(block: base_swap_Block_height): base_swap__Meta_ + stagingmetis__meta(block: stagingmetis_Block_height): stagingmetis__Meta_ avalanche_asset( id: ID! """ @@ -14731,12444 +14573,12602 @@ type Query { ): [avalanche_OptimisticRootFinalized!]! """Access to subgraph metadata""" avalanche__meta(block: avalanche_Block_height): avalanche__Meta_ - polygonzkevm_asset( + 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: polygonzkevm_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 - ): polygonzkevm_Asset - polygonzkevm_assets( + ): stagingmainnet_Asset + stagingmainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Asset_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Asset_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: polygonzkevm_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 - ): [polygonzkevm_Asset!]! - polygonzkevm_assetStatus( + ): [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: polygonzkevm_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 - ): polygonzkevm_AssetStatus - polygonzkevm_assetStatuses( + ): stagingmainnet_AssetStatus + stagingmainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AssetStatus_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AssetStatus_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: polygonzkevm_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 - ): [polygonzkevm_AssetStatus!]! - polygonzkevm_assetBalance( + ): [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: polygonzkevm_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 - ): polygonzkevm_AssetBalance - polygonzkevm_assetBalances( + ): stagingmainnet_AssetBalance + stagingmainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AssetBalance_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AssetBalance_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: polygonzkevm_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 - ): [polygonzkevm_AssetBalance!]! - polygonzkevm_router( + ): [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: polygonzkevm_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 - ): polygonzkevm_Router - polygonzkevm_routers( + ): stagingmainnet_Router + stagingmainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Router_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Router_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: polygonzkevm_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 - ): [polygonzkevm_Router!]! - polygonzkevm_routerDailyTVL( + ): [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: polygonzkevm_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 - ): polygonzkevm_RouterDailyTVL - polygonzkevm_routerDailyTVLs( + ): stagingmainnet_RouterDailyTVL + stagingmainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RouterDailyTVL_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RouterDailyTVL_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: polygonzkevm_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 - ): [polygonzkevm_RouterDailyTVL!]! - polygonzkevm_routerLiquidityEvent( + ): [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: polygonzkevm_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 - ): polygonzkevm_RouterLiquidityEvent - polygonzkevm_routerLiquidityEvents( + ): stagingmainnet_RouterLiquidityEvent + stagingmainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RouterLiquidityEvent_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RouterLiquidityEvent_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: polygonzkevm_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 - ): [polygonzkevm_RouterLiquidityEvent!]! - polygonzkevm_setting( + ): [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: polygonzkevm_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 - ): polygonzkevm_Setting - polygonzkevm_settings( + ): stagingmainnet_Setting + stagingmainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Setting_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Setting_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: polygonzkevm_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 - ): [polygonzkevm_Setting!]! - polygonzkevm_relayer( + ): [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: polygonzkevm_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 - ): polygonzkevm_Relayer - polygonzkevm_relayers( + ): stagingmainnet_Relayer + stagingmainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Relayer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Relayer_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: polygonzkevm_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 - ): [polygonzkevm_Relayer!]! - polygonzkevm_sequencer( + ): [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: polygonzkevm_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 - ): polygonzkevm_Sequencer - polygonzkevm_sequencers( + ): stagingmainnet_Sequencer + stagingmainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Sequencer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Sequencer_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: polygonzkevm_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 - ): [polygonzkevm_Sequencer!]! - polygonzkevm_relayerFee( + ): [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: polygonzkevm_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 - ): polygonzkevm_RelayerFee - polygonzkevm_relayerFees( + ): stagingmainnet_RelayerFee + stagingmainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RelayerFee_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RelayerFee_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: polygonzkevm_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 - ): [polygonzkevm_RelayerFee!]! - polygonzkevm_originTransfer( + ): [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: polygonzkevm_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 - ): polygonzkevm_OriginTransfer - polygonzkevm_originTransfers( + ): stagingmainnet_OriginTransfer + stagingmainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OriginTransfer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OriginTransfer_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: polygonzkevm_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 - ): [polygonzkevm_OriginTransfer!]! - polygonzkevm_destinationTransfer( + ): [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: polygonzkevm_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 - ): polygonzkevm_DestinationTransfer - polygonzkevm_destinationTransfers( + ): stagingmainnet_DestinationTransfer + stagingmainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_DestinationTransfer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_DestinationTransfer_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: polygonzkevm_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 - ): [polygonzkevm_DestinationTransfer!]! - polygonzkevm_originMessage( + ): [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: polygonzkevm_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 - ): polygonzkevm_OriginMessage - polygonzkevm_originMessages( + ): stagingmainnet_OriginMessage + stagingmainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OriginMessage_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OriginMessage_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: polygonzkevm_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 - ): [polygonzkevm_OriginMessage!]! - polygonzkevm_aggregateRoot( + ): [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: polygonzkevm_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 - ): polygonzkevm_AggregateRoot - polygonzkevm_aggregateRoots( + ): stagingmainnet_AggregateRoot + stagingmainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AggregateRoot_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AggregateRoot_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: polygonzkevm_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 - ): [polygonzkevm_AggregateRoot!]! - polygonzkevm_connectorMeta( + ): [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: polygonzkevm_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 - ): polygonzkevm_ConnectorMeta - polygonzkevm_connectorMetas( + ): stagingmainnet_ConnectorMeta + stagingmainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_ConnectorMeta_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_ConnectorMeta_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: polygonzkevm_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 - ): [polygonzkevm_ConnectorMeta!]! - polygonzkevm_rootCount( + ): [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: polygonzkevm_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 - ): polygonzkevm_RootCount - polygonzkevm_rootCounts( + ): stagingmainnet_RootCount + stagingmainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RootCount_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RootCount_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: polygonzkevm_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 - ): [polygonzkevm_RootCount!]! - polygonzkevm_rootMessageSent( + ): [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: polygonzkevm_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 - ): polygonzkevm_RootMessageSent - polygonzkevm_rootMessageSents( + ): stagingmainnet_RootMessageSent + stagingmainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RootMessageSent_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RootMessageSent_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: polygonzkevm_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 - ): [polygonzkevm_RootMessageSent!]! - polygonzkevm_relayerFeesIncrease( + ): [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: polygonzkevm_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 - ): polygonzkevm_RelayerFeesIncrease - polygonzkevm_relayerFeesIncreases( + ): stagingmainnet_RelayerFeesIncrease + stagingmainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RelayerFeesIncrease_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RelayerFeesIncrease_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: polygonzkevm_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 - ): [polygonzkevm_RelayerFeesIncrease!]! - polygonzkevm_slippageUpdate( + ): [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: polygonzkevm_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 - ): polygonzkevm_SlippageUpdate - polygonzkevm_slippageUpdates( + ): stagingmainnet_SlippageUpdate + stagingmainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SlippageUpdate_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SlippageUpdate_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: polygonzkevm_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 - ): [polygonzkevm_SlippageUpdate!]! - polygonzkevm_snapshotRoot( + ): [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: polygonzkevm_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 - ): polygonzkevm_SnapshotRoot - polygonzkevm_snapshotRoots( + ): stagingmainnet_SnapshotRoot + stagingmainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SnapshotRoot_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SnapshotRoot_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: polygonzkevm_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 - ): [polygonzkevm_SnapshotRoot!]! - polygonzkevm_spokeConnectorMode( + ): [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: polygonzkevm_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 - ): polygonzkevm_SpokeConnectorMode - polygonzkevm_spokeConnectorModes( + ): stagingmainnet_SpokeConnectorMode + stagingmainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SpokeConnectorMode_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SpokeConnectorMode_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: polygonzkevm_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 - ): [polygonzkevm_SpokeConnectorMode!]! - polygonzkevm_aggregateRootProposed( + ): [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: polygonzkevm_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 - ): polygonzkevm_AggregateRootProposed - polygonzkevm_aggregateRootProposeds( + ): stagingmainnet_AggregateRootProposed + stagingmainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AggregateRootProposed_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AggregateRootProposed_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: polygonzkevm_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 - ): [polygonzkevm_AggregateRootProposed!]! - polygonzkevm_optimisticRootFinalized( + ): [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: polygonzkevm_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 - ): polygonzkevm_OptimisticRootFinalized - polygonzkevm_optimisticRootFinalizeds( + ): stagingmainnet_OptimisticRootFinalized + stagingmainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OptimisticRootFinalized_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OptimisticRootFinalized_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: polygonzkevm_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 - ): [polygonzkevm_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - polygonzkevm__meta(block: polygonzkevm_Block_height): polygonzkevm__Meta_ - stagingxdai_asset( + ): [stagingmainnet_OptimisticRootFinalized!]! + 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: stagingxdai_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 - ): stagingxdai_Asset - stagingxdai_assets( + ): zksync_Asset + zksync_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Asset_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_Asset!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_AssetStatus - stagingxdai_assetStatuses( + ): zksync_AssetStatus + zksync_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AssetStatus_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_AssetStatus!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_AssetBalance - stagingxdai_assetBalances( + ): zksync_AssetBalance + zksync_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AssetBalance_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_AssetBalance!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_Router - stagingxdai_routers( + ): zksync_Router + zksync_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Router_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_Router!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_RouterDailyTVL - stagingxdai_routerDailyTVLs( + ): zksync_RouterDailyTVL + zksync_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RouterDailyTVL_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_RouterDailyTVL!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_RouterLiquidityEvent - stagingxdai_routerLiquidityEvents( + ): zksync_RouterLiquidityEvent + zksync_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RouterLiquidityEvent_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_RouterLiquidityEvent!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_Setting - stagingxdai_settings( + ): zksync_Setting + zksync_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Setting_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_Setting!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_Relayer - stagingxdai_relayers( + ): zksync_Relayer + zksync_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Relayer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_Relayer!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_Sequencer - stagingxdai_sequencers( + ): zksync_Sequencer + zksync_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Sequencer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_Sequencer!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_RelayerFee - stagingxdai_relayerFees( + ): zksync_RelayerFee + zksync_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RelayerFee_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_RelayerFee!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_OriginTransfer - stagingxdai_originTransfers( + ): zksync_OriginTransfer + zksync_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OriginTransfer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_OriginTransfer!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_DestinationTransfer - stagingxdai_destinationTransfers( + ): zksync_DestinationTransfer + zksync_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_DestinationTransfer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_DestinationTransfer!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_OriginMessage - stagingxdai_originMessages( + ): zksync_OriginMessage + zksync_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OriginMessage_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_OriginMessage!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_AggregateRoot - stagingxdai_aggregateRoots( + ): zksync_AggregateRoot + zksync_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AggregateRoot_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_AggregateRoot!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_ConnectorMeta - stagingxdai_connectorMetas( + ): zksync_ConnectorMeta + zksync_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_ConnectorMeta_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_ConnectorMeta!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_RootCount - stagingxdai_rootCounts( + ): zksync_RootCount + zksync_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RootCount_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_RootCount!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_RootMessageSent - stagingxdai_rootMessageSents( + ): zksync_RootMessageSent + zksync_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RootMessageSent_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_RootMessageSent!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_RelayerFeesIncrease - stagingxdai_relayerFeesIncreases( + ): zksync_RelayerFeesIncrease + zksync_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RelayerFeesIncrease_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_RelayerFeesIncrease!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_SlippageUpdate - stagingxdai_slippageUpdates( + ): zksync_SlippageUpdate + zksync_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SlippageUpdate_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_SlippageUpdate!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_SnapshotRoot - stagingxdai_snapshotRoots( + ): zksync_SnapshotRoot + zksync_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SnapshotRoot_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_SnapshotRoot!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_SpokeConnectorMode - stagingxdai_spokeConnectorModes( + ): zksync_SpokeConnectorMode + zksync_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SpokeConnectorMode_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_SpokeConnectorMode!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_AggregateRootProposed - stagingxdai_aggregateRootProposeds( + ): zksync_AggregateRootProposed + zksync_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AggregateRootProposed_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_AggregateRootProposed!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_OptimisticRootFinalized - stagingxdai_optimisticRootFinalizeds( + ): zksync_OptimisticRootFinalized + zksync_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OptimisticRootFinalized_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_OptimisticRootFinalized!]! + ): [zksync_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingxdai__meta(block: stagingxdai_Block_height): stagingxdai__Meta_ - stagingavalanche_asset( + zksync__meta(block: zksync_Block_height): zksync__Meta_ + polygonzkevm_swap_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: polygonzkevm_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( + ): polygonzkevm_swap_Asset + polygonzkevm_swap_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Asset_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Asset_filter + orderBy: polygonzkevm_swap_Asset_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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: polygonzkevm_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( + ): [polygonzkevm_swap_Asset!]! + polygonzkevm_swap_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: polygonzkevm_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( + ): polygonzkevm_swap_AssetStatus + polygonzkevm_swap_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AssetStatus_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AssetStatus_filter + orderBy: polygonzkevm_swap_AssetStatus_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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: polygonzkevm_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( + ): [polygonzkevm_swap_AssetStatus!]! + polygonzkevm_swap_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: polygonzkevm_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( + ): polygonzkevm_swap_AssetBalance + polygonzkevm_swap_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AssetBalance_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AssetBalance_filter + orderBy: polygonzkevm_swap_AssetBalance_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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: polygonzkevm_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( + ): [polygonzkevm_swap_AssetBalance!]! + polygonzkevm_swap_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: polygonzkevm_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( + ): polygonzkevm_swap_Router + polygonzkevm_swap_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Router_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Router_filter + orderBy: polygonzkevm_swap_Router_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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: polygonzkevm_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( + ): [polygonzkevm_swap_Router!]! + polygonzkevm_swap_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: polygonzkevm_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( + ): polygonzkevm_swap_RouterDailyTVL + polygonzkevm_swap_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RouterDailyTVL_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RouterDailyTVL_filter + orderBy: polygonzkevm_swap_RouterDailyTVL_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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: polygonzkevm_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( + ): [polygonzkevm_swap_RouterDailyTVL!]! + polygonzkevm_swap_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: polygonzkevm_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( + ): polygonzkevm_swap_RouterLiquidityEvent + polygonzkevm_swap_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RouterLiquidityEvent_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RouterLiquidityEvent_filter + orderBy: polygonzkevm_swap_RouterLiquidityEvent_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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: polygonzkevm_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( + ): [polygonzkevm_swap_RouterLiquidityEvent!]! + polygonzkevm_swap_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: polygonzkevm_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( + ): polygonzkevm_swap_Setting + polygonzkevm_swap_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Setting_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Setting_filter + orderBy: polygonzkevm_swap_Setting_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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: polygonzkevm_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( + ): [polygonzkevm_swap_Setting!]! + polygonzkevm_swap_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: polygonzkevm_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( + ): polygonzkevm_swap_Relayer + polygonzkevm_swap_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Relayer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Relayer_filter + orderBy: polygonzkevm_swap_Relayer_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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: polygonzkevm_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( + ): [polygonzkevm_swap_Relayer!]! + polygonzkevm_swap_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 + block: polygonzkevm_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( + ): polygonzkevm_swap_Sequencer + polygonzkevm_swap_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Sequencer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Sequencer_filter + orderBy: polygonzkevm_swap_Sequencer_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_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( + ): [polygonzkevm_swap_Sequencer!]! + polygonzkevm_swap_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 + block: polygonzkevm_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( + ): polygonzkevm_swap_RelayerFee + polygonzkevm_swap_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RelayerFee_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RelayerFee_filter + orderBy: polygonzkevm_swap_RelayerFee_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_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( + ): [polygonzkevm_swap_RelayerFee!]! + polygonzkevm_swap_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 + block: polygonzkevm_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( + ): polygonzkevm_swap_OriginTransfer + polygonzkevm_swap_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OriginTransfer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OriginTransfer_filter - """ + orderBy: polygonzkevm_swap_OriginTransfer_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_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( + ): [polygonzkevm_swap_OriginTransfer!]! + polygonzkevm_swap_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 + block: polygonzkevm_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( + ): polygonzkevm_swap_DestinationTransfer + polygonzkevm_swap_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_DestinationTransfer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_DestinationTransfer_filter + orderBy: polygonzkevm_swap_DestinationTransfer_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_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( + ): [polygonzkevm_swap_DestinationTransfer!]! + polygonzkevm_swap_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 + block: polygonzkevm_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( + ): polygonzkevm_swap_OriginMessage + polygonzkevm_swap_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OriginMessage_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OriginMessage_filter + orderBy: polygonzkevm_swap_OriginMessage_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_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( + ): [polygonzkevm_swap_OriginMessage!]! + polygonzkevm_swap_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 + block: polygonzkevm_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( + ): polygonzkevm_swap_AggregateRoot + polygonzkevm_swap_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AggregateRoot_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AggregateRoot_filter + orderBy: polygonzkevm_swap_AggregateRoot_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_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( + ): [polygonzkevm_swap_AggregateRoot!]! + polygonzkevm_swap_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 + block: polygonzkevm_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( + ): polygonzkevm_swap_ConnectorMeta + polygonzkevm_swap_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_ConnectorMeta_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_ConnectorMeta_filter + orderBy: polygonzkevm_swap_ConnectorMeta_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_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( + ): [polygonzkevm_swap_ConnectorMeta!]! + polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_RootCount + polygonzkevm_swap_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RootCount_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RootCount_filter + orderBy: polygonzkevm_swap_RootCount_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): [polygonzkevm_swap_RootCount!]! + polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_RootMessageSent + polygonzkevm_swap_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RootMessageSent_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RootMessageSent_filter + orderBy: polygonzkevm_swap_RootMessageSent_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): [polygonzkevm_swap_RootMessageSent!]! + polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_RelayerFeesIncrease + polygonzkevm_swap_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RelayerFeesIncrease_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RelayerFeesIncrease_filter + orderBy: polygonzkevm_swap_RelayerFeesIncrease_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): [polygonzkevm_swap_RelayerFeesIncrease!]! + polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_SlippageUpdate + polygonzkevm_swap_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SlippageUpdate_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SlippageUpdate_filter + orderBy: polygonzkevm_swap_SlippageUpdate_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): [polygonzkevm_swap_SlippageUpdate!]! + polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_SnapshotRoot + polygonzkevm_swap_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SnapshotRoot_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SnapshotRoot_filter + orderBy: polygonzkevm_swap_SnapshotRoot_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): [polygonzkevm_swap_SnapshotRoot!]! + polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_SpokeConnectorMode + polygonzkevm_swap_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SpokeConnectorMode_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SpokeConnectorMode_filter + orderBy: polygonzkevm_swap_SpokeConnectorMode_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): [polygonzkevm_swap_SpokeConnectorMode!]! + polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_AggregateRootProposed + polygonzkevm_swap_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AggregateRootProposed_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AggregateRootProposed_filter + orderBy: polygonzkevm_swap_AggregateRootProposed_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): [polygonzkevm_swap_AggregateRootProposed!]! + polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_OptimisticRootFinalized + polygonzkevm_swap_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OptimisticRootFinalized_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OptimisticRootFinalized_filter + orderBy: polygonzkevm_swap_OptimisticRootFinalized_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_OptimisticRootFinalized!]! + ): [polygonzkevm_swap_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingavalanche__meta(block: stagingavalanche_Block_height): stagingavalanche__Meta_ - sepolia_asset( + polygonzkevm_swap__meta(block: polygonzkevm_swap_Block_height): polygonzkevm_swap__Meta_ + 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: sepolia_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 - ): sepolia_Asset - sepolia_assets( + ): xlayer_Asset + xlayer_assets( skip: Int = 0 first: Int = 100 - orderBy: sepolia_Asset_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_Asset!]! - sepolia_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: sepolia_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 - ): sepolia_AssetStatus - sepolia_assetStatuses( + ): xlayer_AssetStatus + xlayer_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AssetStatus_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_AssetStatus!]! - sepolia_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: sepolia_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 - ): sepolia_AssetBalance - sepolia_assetBalances( + ): xlayer_AssetBalance + xlayer_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AssetBalance_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_AssetBalance!]! - sepolia_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: sepolia_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 - ): sepolia_Router - sepolia_routers( + ): xlayer_Router + xlayer_routers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_Router_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_Router!]! - sepolia_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: sepolia_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 - ): sepolia_RouterDailyTVL - sepolia_routerDailyTVLs( + ): xlayer_RouterDailyTVL + xlayer_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RouterDailyTVL_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_RouterDailyTVL!]! - sepolia_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: sepolia_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 - ): sepolia_RouterLiquidityEvent - sepolia_routerLiquidityEvents( + ): xlayer_RouterLiquidityEvent + xlayer_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RouterLiquidityEvent_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_RouterLiquidityEvent!]! - sepolia_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: sepolia_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 - ): sepolia_Setting - sepolia_settings( + ): xlayer_Setting + xlayer_settings( skip: Int = 0 first: Int = 100 - orderBy: sepolia_Setting_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_Setting!]! - sepolia_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: sepolia_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 - ): sepolia_Relayer - sepolia_relayers( + ): xlayer_Relayer + xlayer_relayers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_Relayer_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_Relayer!]! - sepolia_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: sepolia_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 - ): sepolia_Sequencer - sepolia_sequencers( + ): xlayer_Sequencer + xlayer_sequencers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_Sequencer_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_Sequencer!]! - sepolia_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: sepolia_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 - ): sepolia_RelayerFee - sepolia_relayerFees( + ): xlayer_RelayerFee + xlayer_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RelayerFee_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_RelayerFee!]! - sepolia_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: sepolia_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 - ): sepolia_OriginTransfer - sepolia_originTransfers( + ): xlayer_OriginTransfer + xlayer_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OriginTransfer_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_OriginTransfer!]! - sepolia_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: sepolia_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 - ): sepolia_DestinationTransfer - sepolia_destinationTransfers( + ): xlayer_DestinationTransfer + xlayer_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_DestinationTransfer_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_DestinationTransfer!]! - sepolia_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: sepolia_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 - ): sepolia_OriginMessage - sepolia_originMessages( + ): xlayer_OriginMessage + xlayer_originMessages( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OriginMessage_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_OriginMessage!]! - sepolia_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: sepolia_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 - ): sepolia_AggregateRoot - sepolia_aggregateRoots( + ): xlayer_AggregateRoot + xlayer_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AggregateRoot_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_AggregateRoot!]! - sepolia_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: sepolia_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 - ): sepolia_ConnectorMeta - sepolia_connectorMetas( + ): xlayer_ConnectorMeta + xlayer_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_ConnectorMeta!]! - sepolia_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: sepolia_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 - ): sepolia_RootCount - sepolia_rootCounts( + ): xlayer_RootCount + xlayer_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootCount_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_RootCount!]! - sepolia_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: sepolia_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 - ): sepolia_RootMessageSent - sepolia_rootMessageSents( + ): xlayer_RootMessageSent + xlayer_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootMessageSent_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_RootMessageSent!]! - sepolia_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: sepolia_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 - ): sepolia_RelayerFeesIncrease - sepolia_relayerFeesIncreases( + ): xlayer_RelayerFeesIncrease + xlayer_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RelayerFeesIncrease_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_RelayerFeesIncrease!]! - sepolia_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: sepolia_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 - ): sepolia_SlippageUpdate - sepolia_slippageUpdates( + ): xlayer_SlippageUpdate + xlayer_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: sepolia_SlippageUpdate_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_SlippageUpdate!]! - sepolia_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: sepolia_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 - ): sepolia_SnapshotRoot - sepolia_snapshotRoots( + ): xlayer_SnapshotRoot + xlayer_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_SnapshotRoot_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_SnapshotRoot!]! - sepolia_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: sepolia_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 - ): sepolia_SpokeConnectorMode - sepolia_spokeConnectorModes( + ): xlayer_SpokeConnectorMode + xlayer_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_SpokeConnectorMode_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_SpokeConnectorMode!]! - sepolia_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: sepolia_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 - ): sepolia_AggregateRootProposed - sepolia_aggregateRootProposeds( + ): xlayer_AggregateRootProposed + xlayer_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AggregateRootProposed_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_AggregateRootProposed!]! - sepolia_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: sepolia_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 - ): sepolia_OptimisticRootFinalized - sepolia_optimisticRootFinalizeds( + ): xlayer_OptimisticRootFinalized + xlayer_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimisticRootFinalized_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_OptimisticRootFinalized!]! - staginglinea_asset( + ): [xlayer_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + xlayer__meta(block: xlayer_Block_height): xlayer__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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_Asset + mainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Asset_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Asset_filter + orderBy: mainnet_Asset_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_AssetStatus + mainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AssetStatus_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AssetStatus_filter + orderBy: mainnet_AssetStatus_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_AssetBalance + mainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AssetBalance_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AssetBalance_filter + orderBy: mainnet_AssetBalance_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_Router + mainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Router_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Router_filter + orderBy: mainnet_Router_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_RouterDailyTVL + mainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RouterDailyTVL_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RouterDailyTVL_filter + orderBy: mainnet_RouterDailyTVL_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_RouterLiquidityEvent + mainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RouterLiquidityEvent_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RouterLiquidityEvent_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: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_Setting + mainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Setting_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Setting_filter + orderBy: mainnet_Setting_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_Relayer + mainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Relayer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Relayer_filter + orderBy: mainnet_Relayer_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_Sequencer + mainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Sequencer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Sequencer_filter + orderBy: mainnet_Sequencer_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_RelayerFee + mainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RelayerFee_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RelayerFee_filter + orderBy: mainnet_RelayerFee_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_OriginTransfer + mainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OriginTransfer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OriginTransfer_filter + orderBy: mainnet_OriginTransfer_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_DestinationTransfer + mainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_DestinationTransfer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_DestinationTransfer_filter + orderBy: mainnet_DestinationTransfer_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_OriginMessage + mainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OriginMessage_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OriginMessage_filter + orderBy: mainnet_OriginMessage_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_AggregateRoot + mainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AggregateRoot_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AggregateRoot_filter + orderBy: mainnet_AggregateRoot_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_ConnectorMeta + mainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_ConnectorMeta_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_ConnectorMeta_filter + orderBy: mainnet_ConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_RootCount + mainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RootCount_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RootCount_filter + orderBy: mainnet_RootCount_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_RootMessageSent + mainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RootMessageSent_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RootMessageSent_filter + orderBy: mainnet_RootMessageSent_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_RelayerFeesIncrease + mainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RelayerFeesIncrease_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RelayerFeesIncrease_filter + orderBy: mainnet_RelayerFeesIncrease_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_SlippageUpdate + mainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SlippageUpdate_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SlippageUpdate_filter + orderBy: mainnet_SlippageUpdate_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_SnapshotRoot + mainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SnapshotRoot_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SnapshotRoot_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: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_SpokeConnectorMode + mainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SpokeConnectorMode_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SpokeConnectorMode_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: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_AggregateRootProposed + mainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AggregateRootProposed_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AggregateRootProposed_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: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_OptimisticRootFinalized + mainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OptimisticRootFinalized_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OptimisticRootFinalized_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: staginglinea_Block_height + block: mainnet_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_ - linea_asset( + ): [mainnet_OptimisticRootFinalized!]! + 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: linea_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 - ): linea_Asset - linea_assets( + ): stagingbase_Asset + stagingbase_assets( skip: Int = 0 first: Int = 100 - orderBy: linea_Asset_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_Asset!]! - linea_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: linea_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 - ): linea_AssetStatus - linea_assetStatuses( + ): stagingbase_AssetStatus + stagingbase_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetStatus_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_AssetStatus!]! - linea_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: linea_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 - ): linea_AssetBalance - linea_assetBalances( + ): stagingbase_AssetBalance + stagingbase_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetBalance_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_AssetBalance!]! - linea_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: linea_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 - ): linea_Router - linea_routers( + ): stagingbase_Router + stagingbase_routers( skip: Int = 0 first: Int = 100 - orderBy: linea_Router_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_Router!]! - linea_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: linea_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 - ): linea_RouterDailyTVL - linea_routerDailyTVLs( + ): stagingbase_RouterDailyTVL + stagingbase_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterDailyTVL_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_RouterDailyTVL!]! - linea_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: linea_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 - ): linea_RouterLiquidityEvent - linea_routerLiquidityEvents( + ): stagingbase_RouterLiquidityEvent + stagingbase_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterLiquidityEvent_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_RouterLiquidityEvent!]! - linea_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: linea_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 - ): linea_Setting - linea_settings( + ): stagingbase_Setting + stagingbase_settings( skip: Int = 0 first: Int = 100 - orderBy: linea_Setting_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_Setting!]! - linea_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: linea_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 - ): linea_Relayer - linea_relayers( + ): stagingbase_Relayer + stagingbase_relayers( skip: Int = 0 first: Int = 100 - orderBy: linea_Relayer_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_Relayer!]! - linea_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: linea_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 - ): linea_Sequencer - linea_sequencers( + ): stagingbase_Sequencer + stagingbase_sequencers( skip: Int = 0 first: Int = 100 - orderBy: linea_Sequencer_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_Sequencer!]! - linea_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: linea_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 - ): linea_RelayerFee - linea_relayerFees( + ): stagingbase_RelayerFee + stagingbase_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFee_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_RelayerFee!]! - linea_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: linea_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 - ): linea_OriginTransfer - linea_originTransfers( + ): stagingbase_OriginTransfer + stagingbase_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_OriginTransfer!]! - linea_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: linea_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 - ): linea_DestinationTransfer - linea_destinationTransfers( + ): stagingbase_DestinationTransfer + stagingbase_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_DestinationTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_DestinationTransfer!]! - linea_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: linea_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 - ): linea_OriginMessage - linea_originMessages( + ): stagingbase_OriginMessage + stagingbase_originMessages( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginMessage_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_OriginMessage!]! - linea_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: linea_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 - ): linea_AggregateRoot - linea_aggregateRoots( + ): stagingbase_AggregateRoot + stagingbase_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_AggregateRoot!]! - linea_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: linea_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 - ): linea_ConnectorMeta - linea_connectorMetas( + ): stagingbase_ConnectorMeta + stagingbase_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_ConnectorMeta_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_ConnectorMeta!]! - linea_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: linea_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 - ): linea_RootCount - linea_rootCounts( + ): stagingbase_RootCount + stagingbase_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: linea_RootCount_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_RootCount!]! - linea_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: linea_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 - ): linea_RootMessageSent - linea_rootMessageSents( + ): stagingbase_RootMessageSent + stagingbase_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: linea_RootMessageSent_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_RootMessageSent!]! - linea_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: linea_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 - ): linea_RelayerFeesIncrease - linea_relayerFeesIncreases( + ): stagingbase_RelayerFeesIncrease + stagingbase_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFeesIncrease_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_RelayerFeesIncrease!]! - linea_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: linea_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 - ): linea_SlippageUpdate - linea_slippageUpdates( + ): stagingbase_SlippageUpdate + stagingbase_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: linea_SlippageUpdate_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_SlippageUpdate!]! - linea_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: linea_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 - ): linea_SnapshotRoot - linea_snapshotRoots( + ): stagingbase_SnapshotRoot + stagingbase_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_SnapshotRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_SnapshotRoot!]! - linea_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: linea_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 - ): linea_SpokeConnectorMode - linea_spokeConnectorModes( + ): stagingbase_SpokeConnectorMode + stagingbase_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: linea_SpokeConnectorMode_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_SpokeConnectorMode!]! - linea_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: linea_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 - ): linea_AggregateRootProposed - linea_aggregateRootProposeds( + ): stagingbase_AggregateRootProposed + stagingbase_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRootProposed_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_AggregateRootProposed!]! - linea_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: linea_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 - ): linea_OptimisticRootFinalized - linea_optimisticRootFinalizeds( + ): stagingbase_OptimisticRootFinalized + stagingbase_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: linea_OptimisticRootFinalized_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_OptimisticRootFinalized!]! + ): [stagingbase_OptimisticRootFinalized!]! """Access to subgraph metadata""" - linea__meta(block: linea_Block_height): linea__Meta_ - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_Asset - stagingmainnet_assets( + ): metis_Asset + metis_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Asset_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_Asset!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_AssetStatus - stagingmainnet_assetStatuses( + ): metis_AssetStatus + metis_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AssetStatus_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_AssetStatus!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_AssetBalance - stagingmainnet_assetBalances( + ): metis_AssetBalance + metis_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AssetBalance_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_AssetBalance!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_Router - stagingmainnet_routers( + ): metis_Router + metis_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Router_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_Router!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_RouterDailyTVL - stagingmainnet_routerDailyTVLs( + ): metis_RouterDailyTVL + metis_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RouterDailyTVL_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_RouterDailyTVL!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_RouterLiquidityEvent - stagingmainnet_routerLiquidityEvents( + ): metis_RouterLiquidityEvent + metis_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RouterLiquidityEvent_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_RouterLiquidityEvent!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_Setting - stagingmainnet_settings( + ): metis_Setting + metis_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Setting_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_Setting!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_Relayer - stagingmainnet_relayers( + ): metis_Relayer + metis_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Relayer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_Relayer!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_Sequencer - stagingmainnet_sequencers( + ): metis_Sequencer + metis_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Sequencer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_Sequencer!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_RelayerFee - stagingmainnet_relayerFees( + ): metis_RelayerFee + metis_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RelayerFee_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_RelayerFee!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_OriginTransfer - stagingmainnet_originTransfers( + ): metis_OriginTransfer + metis_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OriginTransfer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_OriginTransfer!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_DestinationTransfer - stagingmainnet_destinationTransfers( + ): metis_DestinationTransfer + metis_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_DestinationTransfer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_DestinationTransfer!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_OriginMessage - stagingmainnet_originMessages( + ): metis_OriginMessage + metis_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OriginMessage_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_OriginMessage!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_AggregateRoot - stagingmainnet_aggregateRoots( + ): metis_AggregateRoot + metis_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_AggregateRoot!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_ConnectorMeta - stagingmainnet_connectorMetas( + ): metis_ConnectorMeta + metis_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_ConnectorMeta!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_RootCount - stagingmainnet_rootCounts( + ): metis_RootCount + metis_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootCount_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_RootCount!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_RootMessageSent - stagingmainnet_rootMessageSents( + ): metis_RootMessageSent + metis_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootMessageSent_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_RootMessageSent!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_RelayerFeesIncrease - stagingmainnet_relayerFeesIncreases( + ): metis_RelayerFeesIncrease + metis_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RelayerFeesIncrease_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_RelayerFeesIncrease!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_SlippageUpdate - stagingmainnet_slippageUpdates( + ): metis_SlippageUpdate + metis_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SlippageUpdate_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_SlippageUpdate!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_SnapshotRoot - stagingmainnet_snapshotRoots( + ): metis_SnapshotRoot + metis_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SnapshotRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_SnapshotRoot!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_SpokeConnectorMode - stagingmainnet_spokeConnectorModes( + ): metis_SpokeConnectorMode + metis_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SpokeConnectorMode_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_SpokeConnectorMode!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_AggregateRootProposed - stagingmainnet_aggregateRootProposeds( + ): metis_AggregateRootProposed + metis_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRootProposed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_AggregateRootProposed!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_OptimisticRootFinalized - stagingmainnet_optimisticRootFinalizeds( + ): metis_OptimisticRootFinalized + metis_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootFinalized_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_OptimisticRootFinalized!]! - stagingpolygon_asset( + ): [metis_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + metis__meta(block: metis_Block_height): metis__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: stagingpolygon_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 - ): stagingpolygon_Asset - stagingpolygon_assets( + ): stagingoptimism_Asset + stagingoptimism_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Asset_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Asset_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: stagingpolygon_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 - ): [stagingpolygon_Asset!]! - stagingpolygon_assetStatus( + ): [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: stagingpolygon_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 - ): stagingpolygon_AssetStatus - stagingpolygon_assetStatuses( + ): stagingoptimism_AssetStatus + stagingoptimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AssetStatus_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AssetStatus_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: stagingpolygon_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 - ): [stagingpolygon_AssetStatus!]! - stagingpolygon_assetBalance( + ): [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: stagingpolygon_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 - ): stagingpolygon_AssetBalance - stagingpolygon_assetBalances( + ): stagingoptimism_AssetBalance + stagingoptimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AssetBalance_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AssetBalance_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: stagingpolygon_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 - ): [stagingpolygon_AssetBalance!]! - stagingpolygon_router( + ): [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: stagingpolygon_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 - ): stagingpolygon_Router - stagingpolygon_routers( + ): stagingoptimism_Router + stagingoptimism_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Router_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Router_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: stagingpolygon_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 - ): [stagingpolygon_Router!]! - stagingpolygon_routerDailyTVL( + ): [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: stagingpolygon_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 - ): stagingpolygon_RouterDailyTVL - stagingpolygon_routerDailyTVLs( + ): stagingoptimism_RouterDailyTVL + stagingoptimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RouterDailyTVL_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RouterDailyTVL_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: stagingpolygon_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 - ): [stagingpolygon_RouterDailyTVL!]! - stagingpolygon_routerLiquidityEvent( + ): [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: stagingpolygon_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 - ): stagingpolygon_RouterLiquidityEvent - stagingpolygon_routerLiquidityEvents( + ): stagingoptimism_RouterLiquidityEvent + stagingoptimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RouterLiquidityEvent_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RouterLiquidityEvent_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: stagingpolygon_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 - ): [stagingpolygon_RouterLiquidityEvent!]! - stagingpolygon_setting( + ): [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: stagingpolygon_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 - ): stagingpolygon_Setting - stagingpolygon_settings( + ): stagingoptimism_Setting + stagingoptimism_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Setting_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Setting_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: stagingpolygon_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 - ): [stagingpolygon_Setting!]! - stagingpolygon_relayer( + ): [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: stagingpolygon_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 - ): stagingpolygon_Relayer - stagingpolygon_relayers( + ): stagingoptimism_Relayer + stagingoptimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Relayer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Relayer_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: stagingpolygon_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 - ): [stagingpolygon_Relayer!]! - stagingpolygon_sequencer( + ): [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: stagingpolygon_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 - ): stagingpolygon_Sequencer - stagingpolygon_sequencers( + ): stagingoptimism_Sequencer + stagingoptimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Sequencer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Sequencer_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: stagingpolygon_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 - ): [stagingpolygon_Sequencer!]! - stagingpolygon_relayerFee( + ): [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: stagingpolygon_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 - ): stagingpolygon_RelayerFee - stagingpolygon_relayerFees( + ): stagingoptimism_RelayerFee + stagingoptimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RelayerFee_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RelayerFee_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: stagingpolygon_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 - ): [stagingpolygon_RelayerFee!]! - stagingpolygon_originTransfer( + ): [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: stagingpolygon_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 - ): stagingpolygon_OriginTransfer - stagingpolygon_originTransfers( + ): stagingoptimism_OriginTransfer + stagingoptimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OriginTransfer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OriginTransfer_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: stagingpolygon_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 - ): [stagingpolygon_OriginTransfer!]! - stagingpolygon_destinationTransfer( + ): [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: stagingpolygon_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 - ): stagingpolygon_DestinationTransfer - stagingpolygon_destinationTransfers( + ): stagingoptimism_DestinationTransfer + stagingoptimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_DestinationTransfer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_DestinationTransfer_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: stagingpolygon_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 - ): [stagingpolygon_DestinationTransfer!]! - stagingpolygon_originMessage( + ): [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: stagingpolygon_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 - ): stagingpolygon_OriginMessage - stagingpolygon_originMessages( + ): stagingoptimism_OriginMessage + stagingoptimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OriginMessage_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OriginMessage_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: stagingpolygon_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 - ): [stagingpolygon_OriginMessage!]! - stagingpolygon_aggregateRoot( + ): [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: stagingpolygon_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 - ): stagingpolygon_AggregateRoot - stagingpolygon_aggregateRoots( + ): stagingoptimism_AggregateRoot + stagingoptimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AggregateRoot_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AggregateRoot_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: stagingpolygon_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 - ): [stagingpolygon_AggregateRoot!]! - stagingpolygon_connectorMeta( + ): [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: stagingpolygon_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 - ): stagingpolygon_ConnectorMeta - stagingpolygon_connectorMetas( + ): stagingoptimism_ConnectorMeta + stagingoptimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_ConnectorMeta_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_ConnectorMeta_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: stagingpolygon_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 - ): [stagingpolygon_ConnectorMeta!]! - stagingpolygon_rootCount( + ): [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: stagingpolygon_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 - ): stagingpolygon_RootCount - stagingpolygon_rootCounts( + ): stagingoptimism_RootCount + stagingoptimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RootCount_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RootCount_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: stagingpolygon_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 - ): [stagingpolygon_RootCount!]! - stagingpolygon_rootMessageSent( + ): [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: stagingpolygon_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 - ): stagingpolygon_RootMessageSent - stagingpolygon_rootMessageSents( + ): stagingoptimism_RootMessageSent + stagingoptimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RootMessageSent_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RootMessageSent_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: stagingpolygon_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 - ): [stagingpolygon_RootMessageSent!]! - stagingpolygon_relayerFeesIncrease( + ): [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: stagingpolygon_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 - ): stagingpolygon_RelayerFeesIncrease - stagingpolygon_relayerFeesIncreases( + ): stagingoptimism_RelayerFeesIncrease + stagingoptimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RelayerFeesIncrease_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RelayerFeesIncrease_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: stagingpolygon_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 - ): [stagingpolygon_RelayerFeesIncrease!]! - stagingpolygon_slippageUpdate( + ): [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: stagingpolygon_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 - ): stagingpolygon_SlippageUpdate - stagingpolygon_slippageUpdates( + ): stagingoptimism_SlippageUpdate + stagingoptimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SlippageUpdate_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SlippageUpdate_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: stagingpolygon_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 - ): [stagingpolygon_SlippageUpdate!]! - stagingpolygon_snapshotRoot( + ): [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: stagingpolygon_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 - ): stagingpolygon_SnapshotRoot - stagingpolygon_snapshotRoots( + ): stagingoptimism_SnapshotRoot + stagingoptimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SnapshotRoot_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SnapshotRoot_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: stagingpolygon_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 - ): [stagingpolygon_SnapshotRoot!]! - stagingpolygon_spokeConnectorMode( + ): [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: stagingpolygon_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 - ): stagingpolygon_SpokeConnectorMode - stagingpolygon_spokeConnectorModes( + ): stagingoptimism_SpokeConnectorMode + stagingoptimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SpokeConnectorMode_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SpokeConnectorMode_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: stagingpolygon_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 - ): [stagingpolygon_SpokeConnectorMode!]! - stagingpolygon_aggregateRootProposed( + ): [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: stagingpolygon_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 - ): stagingpolygon_AggregateRootProposed - stagingpolygon_aggregateRootProposeds( + ): stagingoptimism_AggregateRootProposed + stagingoptimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AggregateRootProposed_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AggregateRootProposed_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: stagingpolygon_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 - ): [stagingpolygon_AggregateRootProposed!]! - stagingpolygon_optimisticRootFinalized( + ): [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: stagingpolygon_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 - ): stagingpolygon_OptimisticRootFinalized - stagingpolygon_optimisticRootFinalizeds( + ): stagingoptimism_OptimisticRootFinalized + stagingoptimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OptimisticRootFinalized_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OptimisticRootFinalized_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: stagingpolygon_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 - ): [stagingpolygon_OptimisticRootFinalized!]! + ): [stagingoptimism_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingpolygon__meta(block: stagingpolygon_Block_height): stagingpolygon__Meta_ - stagingbnb_asset( + stagingoptimism__meta(block: stagingoptimism_Block_height): stagingoptimism__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: stagingbnb_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 - ): stagingbnb_Asset - stagingbnb_assets( + ): stagingmantle_Asset + stagingmantle_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Asset_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Asset_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: stagingbnb_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 - ): [stagingbnb_Asset!]! - stagingbnb_assetStatus( + ): [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: stagingbnb_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 - ): stagingbnb_AssetStatus - stagingbnb_assetStatuses( + ): stagingmantle_AssetStatus + stagingmantle_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AssetStatus_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AssetStatus_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: stagingbnb_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 - ): [stagingbnb_AssetStatus!]! - stagingbnb_assetBalance( + ): [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: stagingbnb_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 - ): stagingbnb_AssetBalance - stagingbnb_assetBalances( + ): stagingmantle_AssetBalance + stagingmantle_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AssetBalance_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AssetBalance_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: stagingbnb_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 - ): [stagingbnb_AssetBalance!]! - stagingbnb_router( + ): [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: stagingbnb_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 - ): stagingbnb_Router - stagingbnb_routers( + ): stagingmantle_Router + stagingmantle_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Router_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Router_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: stagingbnb_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 - ): [stagingbnb_Router!]! - stagingbnb_routerDailyTVL( + ): [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: stagingbnb_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 - ): stagingbnb_RouterDailyTVL - stagingbnb_routerDailyTVLs( + ): stagingmantle_RouterDailyTVL + stagingmantle_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RouterDailyTVL_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RouterDailyTVL_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: stagingbnb_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 - ): [stagingbnb_RouterDailyTVL!]! - stagingbnb_routerLiquidityEvent( + ): [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: stagingbnb_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 - ): stagingbnb_RouterLiquidityEvent - stagingbnb_routerLiquidityEvents( + ): stagingmantle_RouterLiquidityEvent + stagingmantle_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RouterLiquidityEvent_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RouterLiquidityEvent_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: stagingbnb_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 - ): [stagingbnb_RouterLiquidityEvent!]! - stagingbnb_setting( + ): [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: stagingbnb_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 - ): stagingbnb_Setting - stagingbnb_settings( + ): stagingmantle_Setting + stagingmantle_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Setting_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Setting_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: stagingbnb_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 - ): [stagingbnb_Setting!]! - stagingbnb_relayer( + ): [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: stagingbnb_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 - ): stagingbnb_Relayer - stagingbnb_relayers( + ): stagingmantle_Relayer + stagingmantle_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Relayer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Relayer_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: stagingbnb_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 - ): [stagingbnb_Relayer!]! - stagingbnb_sequencer( + ): [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: stagingbnb_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 - ): stagingbnb_Sequencer - stagingbnb_sequencers( + ): stagingmantle_Sequencer + stagingmantle_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Sequencer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Sequencer_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: stagingbnb_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 - ): [stagingbnb_Sequencer!]! - stagingbnb_relayerFee( + ): [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: stagingbnb_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 - ): stagingbnb_RelayerFee - stagingbnb_relayerFees( + ): stagingmantle_RelayerFee + stagingmantle_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RelayerFee_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RelayerFee_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: stagingbnb_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 - ): [stagingbnb_RelayerFee!]! - stagingbnb_originTransfer( + ): [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: stagingbnb_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 - ): stagingbnb_OriginTransfer - stagingbnb_originTransfers( + ): stagingmantle_OriginTransfer + stagingmantle_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OriginTransfer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OriginTransfer_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: stagingbnb_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 - ): [stagingbnb_OriginTransfer!]! - stagingbnb_destinationTransfer( + ): [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: stagingbnb_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 - ): stagingbnb_DestinationTransfer - stagingbnb_destinationTransfers( + ): stagingmantle_DestinationTransfer + stagingmantle_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_DestinationTransfer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_DestinationTransfer_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: stagingbnb_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 - ): [stagingbnb_DestinationTransfer!]! - stagingbnb_originMessage( + ): [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: stagingbnb_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 - ): stagingbnb_OriginMessage - stagingbnb_originMessages( + ): stagingmantle_OriginMessage + stagingmantle_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OriginMessage_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OriginMessage_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: stagingbnb_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 - ): [stagingbnb_OriginMessage!]! - stagingbnb_aggregateRoot( + ): [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: stagingbnb_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 - ): stagingbnb_AggregateRoot - stagingbnb_aggregateRoots( + ): stagingmantle_AggregateRoot + stagingmantle_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AggregateRoot_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AggregateRoot_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: stagingbnb_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 - ): [stagingbnb_AggregateRoot!]! - stagingbnb_connectorMeta( + ): [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: stagingbnb_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 - ): stagingbnb_ConnectorMeta - stagingbnb_connectorMetas( + ): stagingmantle_ConnectorMeta + stagingmantle_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_ConnectorMeta_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_ConnectorMeta_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: stagingbnb_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 - ): [stagingbnb_ConnectorMeta!]! - stagingbnb_rootCount( + ): [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: stagingbnb_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 - ): stagingbnb_RootCount - stagingbnb_rootCounts( + ): stagingmantle_RootCount + stagingmantle_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RootCount_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RootCount_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: stagingbnb_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 - ): [stagingbnb_RootCount!]! - stagingbnb_rootMessageSent( + ): [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: stagingbnb_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 - ): stagingbnb_RootMessageSent - stagingbnb_rootMessageSents( + ): stagingmantle_RootMessageSent + stagingmantle_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RootMessageSent_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RootMessageSent_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: stagingbnb_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 - ): [stagingbnb_RootMessageSent!]! - stagingbnb_relayerFeesIncrease( + ): [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: stagingbnb_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 - ): stagingbnb_RelayerFeesIncrease - stagingbnb_relayerFeesIncreases( + ): stagingmantle_RelayerFeesIncrease + stagingmantle_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RelayerFeesIncrease_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RelayerFeesIncrease_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: stagingbnb_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 - ): [stagingbnb_RelayerFeesIncrease!]! - stagingbnb_slippageUpdate( + ): [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: stagingbnb_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 - ): stagingbnb_SlippageUpdate - stagingbnb_slippageUpdates( + ): stagingmantle_SlippageUpdate + stagingmantle_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SlippageUpdate_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_SlippageUpdate_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: stagingbnb_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 - ): [stagingbnb_SlippageUpdate!]! - stagingbnb_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: stagingbnb_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 - ): stagingbnb_SnapshotRoot - stagingbnb_snapshotRoots( + ): stagingmantle_SnapshotRoot + stagingmantle_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SnapshotRoot_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_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: stagingbnb_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 - ): [stagingbnb_SnapshotRoot!]! - stagingbnb_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: stagingbnb_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 - ): stagingbnb_SpokeConnectorMode - stagingbnb_spokeConnectorModes( + ): stagingmantle_SpokeConnectorMode + stagingmantle_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SpokeConnectorMode_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_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: stagingbnb_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 - ): [stagingbnb_SpokeConnectorMode!]! - stagingbnb_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: stagingbnb_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 - ): stagingbnb_AggregateRootProposed - stagingbnb_aggregateRootProposeds( + ): stagingmantle_AggregateRootProposed + stagingmantle_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AggregateRootProposed_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_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: stagingbnb_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 - ): [stagingbnb_AggregateRootProposed!]! - stagingbnb_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: stagingbnb_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 - ): stagingbnb_OptimisticRootFinalized - stagingbnb_optimisticRootFinalizeds( + ): stagingmantle_OptimisticRootFinalized + stagingmantle_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OptimisticRootFinalized_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_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: stagingbnb_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 - ): [stagingbnb_OptimisticRootFinalized!]! + ): [stagingmantle_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingbnb__meta(block: stagingbnb_Block_height): stagingbnb__Meta_ - stagingarbitrumone_asset( + stagingmantle__meta(block: stagingmantle_Block_height): stagingmantle__Meta_ + 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: stagingarbitrumone_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 - ): stagingarbitrumone_Asset - stagingarbitrumone_assets( + ): polygonzkevm_Asset + polygonzkevm_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Asset_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Asset!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_AssetStatus - stagingarbitrumone_assetStatuses( + ): polygonzkevm_AssetStatus + polygonzkevm_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AssetStatus_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_AssetStatus!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_AssetBalance - stagingarbitrumone_assetBalances( + ): polygonzkevm_AssetBalance + polygonzkevm_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AssetBalance_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_AssetBalance!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_Router - stagingarbitrumone_routers( + ): polygonzkevm_Router + polygonzkevm_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Router_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Router!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_RouterDailyTVL - stagingarbitrumone_routerDailyTVLs( + ): polygonzkevm_RouterDailyTVL + polygonzkevm_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RouterDailyTVL_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RouterDailyTVL!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_RouterLiquidityEvent - stagingarbitrumone_routerLiquidityEvents( + ): polygonzkevm_RouterLiquidityEvent + polygonzkevm_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RouterLiquidityEvent_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RouterLiquidityEvent!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_Setting - stagingarbitrumone_settings( + ): polygonzkevm_Setting + polygonzkevm_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Setting_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Setting!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_Relayer - stagingarbitrumone_relayers( + ): polygonzkevm_Relayer + polygonzkevm_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Relayer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Relayer!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_Sequencer - stagingarbitrumone_sequencers( + ): polygonzkevm_Sequencer + polygonzkevm_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Sequencer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Sequencer!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_RelayerFee - stagingarbitrumone_relayerFees( + ): polygonzkevm_RelayerFee + polygonzkevm_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RelayerFee_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RelayerFee!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_OriginTransfer - stagingarbitrumone_originTransfers( + ): polygonzkevm_OriginTransfer + polygonzkevm_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OriginTransfer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_OriginTransfer!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_DestinationTransfer - stagingarbitrumone_destinationTransfers( + ): polygonzkevm_DestinationTransfer + polygonzkevm_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_DestinationTransfer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_DestinationTransfer!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_OriginMessage - stagingarbitrumone_originMessages( + ): polygonzkevm_OriginMessage + polygonzkevm_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OriginMessage_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_OriginMessage!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_AggregateRoot - stagingarbitrumone_aggregateRoots( + ): polygonzkevm_AggregateRoot + polygonzkevm_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AggregateRoot_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_AggregateRoot!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_ConnectorMeta - stagingarbitrumone_connectorMetas( + ): polygonzkevm_ConnectorMeta + polygonzkevm_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_ConnectorMeta_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_ConnectorMeta!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_RootCount - stagingarbitrumone_rootCounts( + ): polygonzkevm_RootCount + polygonzkevm_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RootCount_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RootCount!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_RootMessageSent - stagingarbitrumone_rootMessageSents( + ): polygonzkevm_RootMessageSent + polygonzkevm_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RootMessageSent_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RootMessageSent!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_RelayerFeesIncrease - stagingarbitrumone_relayerFeesIncreases( + ): polygonzkevm_RelayerFeesIncrease + polygonzkevm_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RelayerFeesIncrease_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RelayerFeesIncrease!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_SlippageUpdate - stagingarbitrumone_slippageUpdates( + ): polygonzkevm_SlippageUpdate + polygonzkevm_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SlippageUpdate_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_SlippageUpdate!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_SnapshotRoot - stagingarbitrumone_snapshotRoots( + ): polygonzkevm_SnapshotRoot + polygonzkevm_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SnapshotRoot_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_SnapshotRoot!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_SpokeConnectorMode - stagingarbitrumone_spokeConnectorModes( + ): polygonzkevm_SpokeConnectorMode + polygonzkevm_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SpokeConnectorMode_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_SpokeConnectorMode!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_AggregateRootProposed - stagingarbitrumone_aggregateRootProposeds( + ): polygonzkevm_AggregateRootProposed + polygonzkevm_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AggregateRootProposed_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_AggregateRootProposed!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_OptimisticRootFinalized - stagingarbitrumone_optimisticRootFinalizeds( + ): polygonzkevm_OptimisticRootFinalized + polygonzkevm_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OptimisticRootFinalized_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_OptimisticRootFinalized!]! + ): [polygonzkevm_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingarbitrumone__meta(block: stagingarbitrumone_Block_height): stagingarbitrumone__Meta_ - stagingzksync_asset( + polygonzkevm__meta(block: polygonzkevm_Block_height): polygonzkevm__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: stagingzksync_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 - ): stagingzksync_Asset - stagingzksync_assets( + ): stagingmode_Asset + stagingmode_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Asset_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Asset_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: stagingzksync_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 - ): [stagingzksync_Asset!]! - stagingzksync_assetStatus( + ): [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: stagingzksync_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 - ): stagingzksync_AssetStatus - stagingzksync_assetStatuses( + ): stagingmode_AssetStatus + stagingmode_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AssetStatus_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AssetStatus_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: stagingzksync_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 - ): [stagingzksync_AssetStatus!]! - stagingzksync_assetBalance( + ): [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: stagingzksync_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 - ): stagingzksync_AssetBalance - stagingzksync_assetBalances( + ): stagingmode_AssetBalance + stagingmode_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AssetBalance_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AssetBalance_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: stagingzksync_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 - ): [stagingzksync_AssetBalance!]! - stagingzksync_router( + ): [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: stagingzksync_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 - ): stagingzksync_Router - stagingzksync_routers( + ): stagingmode_Router + stagingmode_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Router_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Router_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: stagingzksync_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 - ): [stagingzksync_Router!]! - stagingzksync_routerDailyTVL( + ): [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: stagingzksync_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 - ): stagingzksync_RouterDailyTVL - stagingzksync_routerDailyTVLs( + ): stagingmode_RouterDailyTVL + stagingmode_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RouterDailyTVL_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RouterDailyTVL_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: stagingzksync_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 - ): [stagingzksync_RouterDailyTVL!]! - stagingzksync_routerLiquidityEvent( + ): [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: stagingzksync_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 - ): stagingzksync_RouterLiquidityEvent - stagingzksync_routerLiquidityEvents( + ): stagingmode_RouterLiquidityEvent + stagingmode_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RouterLiquidityEvent_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RouterLiquidityEvent_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: stagingzksync_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 - ): [stagingzksync_RouterLiquidityEvent!]! - stagingzksync_setting( + ): [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: stagingzksync_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 - ): stagingzksync_Setting - stagingzksync_settings( + ): stagingmode_Setting + stagingmode_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Setting_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Setting_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: stagingzksync_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 - ): [stagingzksync_Setting!]! - stagingzksync_relayer( + ): [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: stagingzksync_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 - ): stagingzksync_Relayer - stagingzksync_relayers( + ): stagingmode_Relayer + stagingmode_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Relayer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Relayer_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: stagingzksync_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 - ): [stagingzksync_Relayer!]! - stagingzksync_sequencer( + ): [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: stagingzksync_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 - ): stagingzksync_Sequencer - stagingzksync_sequencers( + ): stagingmode_Sequencer + stagingmode_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Sequencer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Sequencer_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: stagingzksync_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 - ): [stagingzksync_Sequencer!]! - stagingzksync_relayerFee( + ): [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: stagingzksync_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 - ): stagingzksync_RelayerFee - stagingzksync_relayerFees( + ): stagingmode_RelayerFee + stagingmode_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RelayerFee_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RelayerFee_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: stagingzksync_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 - ): [stagingzksync_RelayerFee!]! - stagingzksync_originTransfer( + ): [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: stagingzksync_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 - ): stagingzksync_OriginTransfer - stagingzksync_originTransfers( + ): stagingmode_OriginTransfer + stagingmode_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OriginTransfer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OriginTransfer_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: stagingzksync_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 - ): [stagingzksync_OriginTransfer!]! - stagingzksync_destinationTransfer( + ): [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: stagingzksync_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 - ): stagingzksync_DestinationTransfer - stagingzksync_destinationTransfers( + ): stagingmode_DestinationTransfer + stagingmode_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_DestinationTransfer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_DestinationTransfer_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: stagingzksync_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 - ): [stagingzksync_DestinationTransfer!]! - stagingzksync_originMessage( + ): [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: stagingzksync_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 - ): stagingzksync_OriginMessage - stagingzksync_originMessages( + ): stagingmode_OriginMessage + stagingmode_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OriginMessage_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OriginMessage_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: stagingzksync_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 - ): [stagingzksync_OriginMessage!]! - stagingzksync_aggregateRoot( + ): [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: stagingzksync_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 - ): stagingzksync_AggregateRoot - stagingzksync_aggregateRoots( + ): stagingmode_AggregateRoot + stagingmode_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AggregateRoot_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AggregateRoot_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: stagingzksync_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 - ): [stagingzksync_AggregateRoot!]! - stagingzksync_connectorMeta( + ): [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: stagingzksync_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 - ): stagingzksync_ConnectorMeta - stagingzksync_connectorMetas( + ): stagingmode_ConnectorMeta + stagingmode_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_ConnectorMeta_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_ConnectorMeta_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: stagingzksync_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 - ): [stagingzksync_ConnectorMeta!]! - stagingzksync_rootCount( + ): [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: stagingzksync_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 - ): stagingzksync_RootCount - stagingzksync_rootCounts( + ): stagingmode_RootCount + stagingmode_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RootCount_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RootCount_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: stagingzksync_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 - ): [stagingzksync_RootCount!]! - stagingzksync_rootMessageSent( + ): [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: stagingzksync_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 - ): stagingzksync_RootMessageSent - stagingzksync_rootMessageSents( + ): stagingmode_RootMessageSent + stagingmode_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RootMessageSent_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RootMessageSent_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: stagingzksync_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 - ): [stagingzksync_RootMessageSent!]! - stagingzksync_relayerFeesIncrease( + ): [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: stagingzksync_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 - ): stagingzksync_RelayerFeesIncrease - stagingzksync_relayerFeesIncreases( + ): stagingmode_RelayerFeesIncrease + stagingmode_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RelayerFeesIncrease_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RelayerFeesIncrease_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: stagingzksync_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 - ): [stagingzksync_RelayerFeesIncrease!]! - stagingzksync_slippageUpdate( + ): [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: stagingzksync_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 - ): stagingzksync_SlippageUpdate - stagingzksync_slippageUpdates( + ): stagingmode_SlippageUpdate + stagingmode_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SlippageUpdate_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SlippageUpdate_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: stagingzksync_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 - ): [stagingzksync_SlippageUpdate!]! - stagingzksync_snapshotRoot( + ): [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: stagingzksync_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 - ): stagingzksync_SnapshotRoot - stagingzksync_snapshotRoots( + ): stagingmode_SnapshotRoot + stagingmode_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SnapshotRoot_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SnapshotRoot_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: stagingzksync_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 - ): [stagingzksync_SnapshotRoot!]! - stagingzksync_spokeConnectorMode( + ): [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: stagingzksync_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 - ): stagingzksync_SpokeConnectorMode - stagingzksync_spokeConnectorModes( + ): stagingmode_SpokeConnectorMode + stagingmode_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SpokeConnectorMode_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SpokeConnectorMode_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: stagingzksync_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 - ): [stagingzksync_SpokeConnectorMode!]! - stagingzksync_aggregateRootProposed( + ): [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: stagingzksync_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 - ): stagingzksync_AggregateRootProposed - stagingzksync_aggregateRootProposeds( + ): stagingmode_AggregateRootProposed + stagingmode_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AggregateRootProposed_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AggregateRootProposed_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: stagingzksync_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 - ): [stagingzksync_AggregateRootProposed!]! - stagingzksync_optimisticRootFinalized( + ): [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: stagingzksync_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 - ): stagingzksync_OptimisticRootFinalized - stagingzksync_optimisticRootFinalizeds( + ): stagingmode_OptimisticRootFinalized + stagingmode_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OptimisticRootFinalized_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OptimisticRootFinalized_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: stagingzksync_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 - ): [stagingzksync_OptimisticRootFinalized!]! + ): [stagingmode_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingzksync__meta(block: stagingzksync_Block_height): stagingzksync__Meta_ - mainnet_rootAggregated( + stagingmode__meta(block: stagingmode_Block_height): stagingmode__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: mainnet_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 - ): mainnet_RootAggregated - mainnet_rootAggregateds( + ): base_Asset + base_assets( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootAggregated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootAggregated_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: mainnet_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 - ): [mainnet_RootAggregated!]! - mainnet_rootPropagated( + ): [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: mainnet_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 - ): mainnet_RootPropagated - mainnet_rootPropagateds( + ): base_AssetStatus + base_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootPropagated_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: mainnet_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 - ): [mainnet_RootPropagated!]! - mainnet_aggregatedMessageRoot( + ): [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: mainnet_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 - ): mainnet_AggregatedMessageRoot - mainnet_aggregatedMessageRoots( + ): base_AssetBalance + base_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregatedMessageRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregatedMessageRoot_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: mainnet_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 - ): [mainnet_AggregatedMessageRoot!]! - mainnet_rootManagerMeta( + ): [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: mainnet_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 - ): mainnet_RootManagerMeta - mainnet_rootManagerMetas( + ): base_Router + base_routers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMeta_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: mainnet_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 - ): [mainnet_RootManagerMeta!]! - mainnet_rootManagerMode( + ): [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: mainnet_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 - ): mainnet_RootManagerMode - mainnet_rootManagerModes( + ): base_RouterDailyTVL + base_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMode_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMode_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: mainnet_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 - ): [mainnet_RootManagerMode!]! - mainnet_optimisticRootProposed( + ): [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: mainnet_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 - ): mainnet_OptimisticRootProposed - mainnet_optimisticRootProposeds( + ): base_RouterLiquidityEvent + base_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootProposed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootProposed_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: mainnet_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 - ): [mainnet_OptimisticRootProposed!]! - mainnet_hubOptimisticRootFinalized( + ): [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: mainnet_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 - ): mainnet_HubOptimisticRootFinalized - mainnet_hubOptimisticRootFinalizeds( + ): base_Setting + base_settings( skip: Int = 0 first: Int = 100 - orderBy: mainnet_HubOptimisticRootFinalized_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_HubOptimisticRootFinalized_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: mainnet_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 - ): [mainnet_HubOptimisticRootFinalized!]! - mainnet_optimisticRootPropagated( + ): [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: mainnet_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 - ): mainnet_OptimisticRootPropagated - mainnet_optimisticRootPropagateds( + ): base_Relayer + base_relayers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootPropagated_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: mainnet_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 - ): [mainnet_OptimisticRootPropagated!]! - mainnet_polygonConnectorMeta( + ): [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: mainnet_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 - ): mainnet_PolygonConnectorMeta - mainnet_polygonConnectorMetas( + ): base_Sequencer + base_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonConnectorMeta_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: mainnet_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 - ): [mainnet_PolygonConnectorMeta!]! - mainnet_optimismConnectorMeta( + ): [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: mainnet_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 - ): mainnet_OptimismConnectorMeta - mainnet_optimismConnectorMetas( + ): base_RelayerFee + base_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimismConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimismConnectorMeta_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: mainnet_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 - ): [mainnet_OptimismConnectorMeta!]! - mainnet_bnbConnectorMeta( + ): [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: mainnet_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 - ): mainnet_BnbConnectorMeta - mainnet_bnbConnectorMetas( + ): base_OriginTransfer + base_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BnbConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BnbConnectorMeta_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: mainnet_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 - ): [mainnet_BnbConnectorMeta!]! - mainnet_arbitrumConnectorMeta( + ): [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: mainnet_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 - ): mainnet_ArbitrumConnectorMeta - mainnet_arbitrumConnectorMetas( + ): base_DestinationTransfer + base_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ArbitrumConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ArbitrumConnectorMeta_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: mainnet_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 - ): [mainnet_ArbitrumConnectorMeta!]! - mainnet_gnosisConnectorMeta( + ): [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: mainnet_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 - ): mainnet_GnosisConnectorMeta - mainnet_gnosisConnectorMetas( + ): base_OriginMessage + base_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mainnet_GnosisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_GnosisConnectorMeta_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: mainnet_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 - ): [mainnet_GnosisConnectorMeta!]! - mainnet_lineaConnectorMeta( + ): [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: mainnet_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 - ): mainnet_LineaConnectorMeta - mainnet_lineaConnectorMetas( + ): base_AggregateRoot + base_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_LineaConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_LineaConnectorMeta_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: mainnet_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 - ): [mainnet_LineaConnectorMeta!]! - mainnet_metisConnectorMeta( + ): [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: mainnet_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 - ): mainnet_MetisConnectorMeta - mainnet_metisConnectorMetas( + ): base_ConnectorMeta + base_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_MetisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_MetisConnectorMeta_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: mainnet_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 - ): [mainnet_MetisConnectorMeta!]! - mainnet_mantleConnectorMeta( + ): [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: mainnet_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 - ): mainnet_MantleConnectorMeta - mainnet_mantleConnectorMetas( + ): base_RootCount + base_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_MantleConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_MantleConnectorMeta_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: mainnet_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 - ): [mainnet_MantleConnectorMeta!]! - mainnet_avalancheConnectorMeta( + ): [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: mainnet_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 - ): mainnet_AvalancheConnectorMeta - mainnet_avalancheConnectorMetas( + ): base_RootMessageSent + base_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AvalancheConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AvalancheConnectorMeta_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: mainnet_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 - ): [mainnet_AvalancheConnectorMeta!]! - mainnet_baseConnectorMeta( + ): [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: mainnet_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 - ): mainnet_BaseConnectorMeta - mainnet_baseConnectorMetas( + ): base_RelayerFeesIncrease + base_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BaseConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BaseConnectorMeta_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: mainnet_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 - ): [mainnet_BaseConnectorMeta!]! - mainnet_polygonZkConnectorMeta( + ): [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: mainnet_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 - ): mainnet_PolygonZkConnectorMeta - mainnet_polygonZkConnectorMetas( + ): base_SlippageUpdate + base_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonZkConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonZkConnectorMeta_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: mainnet_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 - ): [mainnet_PolygonZkConnectorMeta!]! - mainnet_zkSyncConnectorMeta( + ): [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: mainnet_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 - ): mainnet_ZkSyncConnectorMeta - mainnet_zkSyncConnectorMetas( + ): base_SnapshotRoot + base_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ZkSyncConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ZkSyncConnectorMeta_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: mainnet_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 - ): [mainnet_ZkSyncConnectorMeta!]! - mainnet_modeConnectorMeta( + ): [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: mainnet_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 - ): mainnet_ModeConnectorMeta - mainnet_modeConnectorMetas( + ): base_SpokeConnectorMode + base_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ModeConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ModeConnectorMeta_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: mainnet_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 - ): [mainnet_ModeConnectorMeta!]! - mainnet_rootMessageProcessed( + ): [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: mainnet_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 - ): mainnet_RootMessageProcessed - mainnet_rootMessageProcesseds( + ): base_AggregateRootProposed + base_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageProcessed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageProcessed_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: mainnet_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 - ): [mainnet_RootMessageProcessed!]! - mainnet_aggregateRootSavedSlow( + ): [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: mainnet_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 - ): mainnet_AggregateRootSavedSlow - mainnet_aggregateRootSavedSlows( + ): base_OptimisticRootFinalized + base_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRootSavedSlow_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRootSavedSlow_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: mainnet_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 - ): [mainnet_AggregateRootSavedSlow!]! - mainnet_hubDomain( + ): [base_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + base__meta(block: base_Block_height): base__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: mainnet_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 - ): mainnet_HubDomain - mainnet_hubDomains( + ): stagingscroll_Asset + stagingscroll_assets( skip: Int = 0 first: Int = 100 - orderBy: mainnet_HubDomain_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_HubDomain_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: mainnet_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 - ): [mainnet_HubDomain!]! - xlayer_swap_systemInfo( + ): [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: xlayer_swap_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 - ): xlayer_swap_SystemInfo - xlayer_swap_systemInfos( + ): stagingscroll_AssetStatus + stagingscroll_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SystemInfo_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SystemInfo_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: xlayer_swap_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 - ): [xlayer_swap_SystemInfo!]! - xlayer_swap_pooledToken( + ): [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: xlayer_swap_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 - ): xlayer_swap_PooledToken - xlayer_swap_pooledTokens( + ): stagingscroll_AssetBalance + stagingscroll_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_PooledToken_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_PooledToken_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: xlayer_swap_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 - ): [xlayer_swap_PooledToken!]! - xlayer_swap_stableSwap( + ): [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: xlayer_swap_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 - ): xlayer_swap_StableSwap - xlayer_swap_stableSwaps( + ): stagingscroll_Router + stagingscroll_routers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwap_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwap_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: xlayer_swap_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 - ): [xlayer_swap_StableSwap!]! - xlayer_swap_stableSwapAddLiquidityEvent( + ): [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: xlayer_swap_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 - ): xlayer_swap_StableSwapAddLiquidityEvent - xlayer_swap_stableSwapAddLiquidityEvents( + ): stagingscroll_RouterDailyTVL + stagingscroll_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapAddLiquidityEvent_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: xlayer_swap_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 - ): [xlayer_swap_StableSwapAddLiquidityEvent!]! - xlayer_swap_stableSwapRemoveLiquidityEvent( + ): [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: xlayer_swap_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 - ): xlayer_swap_StableSwapRemoveLiquidityEvent - xlayer_swap_stableSwapRemoveLiquidityEvents( + ): stagingscroll_RouterLiquidityEvent + stagingscroll_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapRemoveLiquidityEvent_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: xlayer_swap_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 - ): [xlayer_swap_StableSwapRemoveLiquidityEvent!]! - xlayer_swap_stableSwapExchange( + ): [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: xlayer_swap_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 - ): xlayer_swap_StableSwapExchange - xlayer_swap_stableSwapExchanges( + ): stagingscroll_Setting + stagingscroll_settings( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapExchange_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapExchange_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: xlayer_swap_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 - ): [xlayer_swap_StableSwapExchange!]! - xlayer_swap_swapDailyVolume( + ): [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: xlayer_swap_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 - ): xlayer_swap_SwapDailyVolume - xlayer_swap_swapDailyVolumes( + ): stagingscroll_Relayer + stagingscroll_relayers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapDailyVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapDailyVolume_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: xlayer_swap_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 - ): [xlayer_swap_SwapDailyVolume!]! - xlayer_swap_swapHourlyVolume( + ): [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: xlayer_swap_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 - ): xlayer_swap_SwapHourlyVolume - xlayer_swap_swapHourlyVolumes( + ): stagingscroll_Sequencer + stagingscroll_sequencers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapHourlyVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapHourlyVolume_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: xlayer_swap_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 - ): [xlayer_swap_SwapHourlyVolume!]! - xlayer_swap_swapWeeklyVolume( + ): [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: xlayer_swap_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 - ): xlayer_swap_SwapWeeklyVolume - xlayer_swap_swapWeeklyVolumes( + ): stagingscroll_RelayerFee + stagingscroll_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapWeeklyVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapWeeklyVolume_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: xlayer_swap_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 - ): [xlayer_swap_SwapWeeklyVolume!]! - xlayer_swap_lpAccount( + ): [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: xlayer_swap_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 - ): xlayer_swap_LpAccount - xlayer_swap_lpAccounts( + ): stagingscroll_OriginTransfer + stagingscroll_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpAccount_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpAccount_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: xlayer_swap_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 - ): [xlayer_swap_LpAccount!]! - xlayer_swap_lpAccountBalance( + ): [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: xlayer_swap_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 - ): xlayer_swap_LpAccountBalance - xlayer_swap_lpAccountBalances( + ): stagingscroll_DestinationTransfer + stagingscroll_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpAccountBalance_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpAccountBalance_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: xlayer_swap_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 - ): [xlayer_swap_LpAccountBalance!]! - xlayer_swap_lpToken( + ): [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: xlayer_swap_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 - ): xlayer_swap_LpToken - xlayer_swap_lpTokens( + ): stagingscroll_OriginMessage + stagingscroll_originMessages( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpToken_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpToken_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: xlayer_swap_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 - ): [xlayer_swap_LpToken!]! - xlayer_swap_lpTransferEvent( + ): [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: xlayer_swap_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 - ): xlayer_swap_LpTransferEvent - xlayer_swap_lpTransferEvents( + ): stagingscroll_AggregateRoot + stagingscroll_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpTransferEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpTransferEvent_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: xlayer_swap_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 - ): [xlayer_swap_LpTransferEvent!]! - xlayer_swap_stableSwapEvent( + ): [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: xlayer_swap_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 - ): xlayer_swap_StableSwapEvent - xlayer_swap_stableSwapEvents( + ): stagingscroll_ConnectorMeta + stagingscroll_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapEvent_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: xlayer_swap_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 - ): [xlayer_swap_StableSwapEvent!]! - xlayer_swap_swapTradeVolume( + ): [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: xlayer_swap_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 - ): xlayer_swap_SwapTradeVolume - xlayer_swap_swapTradeVolumes( + ): stagingscroll_RootCount + stagingscroll_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapTradeVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapTradeVolume_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: xlayer_swap_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 - ): [xlayer_swap_SwapTradeVolume!]! - xlayer_swap_lpTokenEvent( + ): [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: xlayer_swap_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 - ): xlayer_swap_LpTokenEvent - xlayer_swap_lpTokenEvents( + ): stagingscroll_RootMessageSent + stagingscroll_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpTokenEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpTokenEvent_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: xlayer_swap_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 - ): [xlayer_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - xlayer_swap__meta(block: xlayer_swap_Block_height): xlayer_swap__Meta_ - stagingxlayer_asset( + ): [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: stagingxlayer_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 - ): stagingxlayer_Asset - stagingxlayer_assets( + ): stagingscroll_RelayerFeesIncrease + stagingscroll_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_Asset_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_Asset_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: stagingxlayer_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 - ): [stagingxlayer_Asset!]! - stagingxlayer_assetStatus( + ): [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: stagingxlayer_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 - ): stagingxlayer_AssetStatus - stagingxlayer_assetStatuses( + ): stagingscroll_SlippageUpdate + stagingscroll_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_AssetStatus_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_AssetStatus_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: stagingxlayer_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 - ): [stagingxlayer_AssetStatus!]! - stagingxlayer_assetBalance( + ): [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: stagingxlayer_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 - ): stagingxlayer_AssetBalance - stagingxlayer_assetBalances( + ): stagingscroll_SnapshotRoot + stagingscroll_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_AssetBalance_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_AssetBalance_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: stagingxlayer_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 - ): [stagingxlayer_AssetBalance!]! - stagingxlayer_router( + ): [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: stagingxlayer_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 - ): stagingxlayer_Router - stagingxlayer_routers( + ): stagingscroll_SpokeConnectorMode + stagingscroll_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_Router_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_Router_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: stagingxlayer_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 - ): [stagingxlayer_Router!]! - stagingxlayer_routerDailyTVL( + ): [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: stagingxlayer_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 - ): stagingxlayer_RouterDailyTVL - stagingxlayer_routerDailyTVLs( + ): stagingscroll_AggregateRootProposed + stagingscroll_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RouterDailyTVL_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RouterDailyTVL_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: stagingxlayer_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 - ): [stagingxlayer_RouterDailyTVL!]! - stagingxlayer_routerLiquidityEvent( + ): [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: stagingxlayer_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 - ): stagingxlayer_RouterLiquidityEvent - stagingxlayer_routerLiquidityEvents( + ): stagingscroll_OptimisticRootFinalized + stagingscroll_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RouterLiquidityEvent_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RouterLiquidityEvent_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: stagingxlayer_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 - ): [stagingxlayer_RouterLiquidityEvent!]! - stagingxlayer_setting( + ): [stagingscroll_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingscroll__meta(block: stagingscroll_Block_height): stagingscroll__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: stagingxlayer_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 - ): stagingxlayer_Setting - stagingxlayer_settings( + ): stagingzksync_Asset + stagingzksync_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_Setting_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_Setting_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: stagingxlayer_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 - ): [stagingxlayer_Setting!]! - stagingxlayer_relayer( + ): [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: stagingxlayer_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 - ): stagingxlayer_Relayer - stagingxlayer_relayers( + ): stagingzksync_AssetStatus + stagingzksync_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_Relayer_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_Relayer_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: stagingxlayer_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 - ): [stagingxlayer_Relayer!]! - stagingxlayer_sequencer( + ): [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: stagingxlayer_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 - ): stagingxlayer_Sequencer - stagingxlayer_sequencers( + ): stagingzksync_AssetBalance + stagingzksync_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_Sequencer_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_Sequencer_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: stagingxlayer_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 - ): [stagingxlayer_Sequencer!]! - stagingxlayer_relayerFee( + ): [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: stagingxlayer_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 - ): stagingxlayer_RelayerFee - stagingxlayer_relayerFees( + ): stagingzksync_Router + stagingzksync_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RelayerFee_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RelayerFee_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: stagingxlayer_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 - ): [stagingxlayer_RelayerFee!]! - stagingxlayer_originTransfer( + ): [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: stagingxlayer_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 - ): stagingxlayer_OriginTransfer - stagingxlayer_originTransfers( + ): stagingzksync_RouterDailyTVL + stagingzksync_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_OriginTransfer_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_OriginTransfer_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: stagingxlayer_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 - ): [stagingxlayer_OriginTransfer!]! - stagingxlayer_destinationTransfer( + ): [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: stagingxlayer_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 - ): stagingxlayer_DestinationTransfer - stagingxlayer_destinationTransfers( + ): stagingzksync_RouterLiquidityEvent + stagingzksync_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_DestinationTransfer_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_DestinationTransfer_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: stagingxlayer_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 - ): [stagingxlayer_DestinationTransfer!]! - stagingxlayer_originMessage( + ): [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: stagingxlayer_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 - ): stagingxlayer_OriginMessage - stagingxlayer_originMessages( + ): stagingzksync_Setting + stagingzksync_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_OriginMessage_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_OriginMessage_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: stagingxlayer_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 - ): [stagingxlayer_OriginMessage!]! - stagingxlayer_aggregateRoot( + ): [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: stagingxlayer_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 - ): stagingxlayer_AggregateRoot - stagingxlayer_aggregateRoots( + ): stagingzksync_Relayer + stagingzksync_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_AggregateRoot_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_AggregateRoot_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: stagingxlayer_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 - ): [stagingxlayer_AggregateRoot!]! - stagingxlayer_connectorMeta( + ): [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: stagingxlayer_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 - ): stagingxlayer_ConnectorMeta - stagingxlayer_connectorMetas( + ): stagingzksync_Sequencer + stagingzksync_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_ConnectorMeta_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_ConnectorMeta_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: stagingxlayer_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 - ): [stagingxlayer_ConnectorMeta!]! - stagingxlayer_rootCount( + ): [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: stagingxlayer_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 - ): stagingxlayer_RootCount - stagingxlayer_rootCounts( + ): stagingzksync_RelayerFee + stagingzksync_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RootCount_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RootCount_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: stagingxlayer_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 - ): [stagingxlayer_RootCount!]! - stagingxlayer_rootMessageSent( + ): [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: stagingxlayer_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 - ): stagingxlayer_RootMessageSent - stagingxlayer_rootMessageSents( + ): stagingzksync_OriginTransfer + stagingzksync_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RootMessageSent_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RootMessageSent_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: stagingxlayer_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 - ): [stagingxlayer_RootMessageSent!]! - stagingxlayer_relayerFeesIncrease( + ): [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: stagingxlayer_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 - ): stagingxlayer_RelayerFeesIncrease - stagingxlayer_relayerFeesIncreases( + ): stagingzksync_DestinationTransfer + stagingzksync_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RelayerFeesIncrease_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RelayerFeesIncrease_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: stagingxlayer_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 - ): [stagingxlayer_RelayerFeesIncrease!]! - stagingxlayer_slippageUpdate( + ): [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: stagingxlayer_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 - ): stagingxlayer_SlippageUpdate - stagingxlayer_slippageUpdates( + ): stagingzksync_OriginMessage + stagingzksync_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_SlippageUpdate_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_SlippageUpdate_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: stagingxlayer_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 - ): [stagingxlayer_SlippageUpdate!]! - stagingxlayer_snapshotRoot( + ): [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: stagingxlayer_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 - ): stagingxlayer_SnapshotRoot - stagingxlayer_snapshotRoots( + ): stagingzksync_AggregateRoot + stagingzksync_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_SnapshotRoot_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_SnapshotRoot_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: stagingxlayer_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 - ): [stagingxlayer_SnapshotRoot!]! - stagingxlayer_spokeConnectorMode( + ): [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: stagingxlayer_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 - ): stagingxlayer_SpokeConnectorMode - stagingxlayer_spokeConnectorModes( + ): stagingzksync_ConnectorMeta + stagingzksync_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_SpokeConnectorMode_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_SpokeConnectorMode_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: stagingxlayer_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 - ): [stagingxlayer_SpokeConnectorMode!]! - stagingxlayer_aggregateRootProposed( + ): [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: stagingxlayer_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 - ): stagingxlayer_AggregateRootProposed - stagingxlayer_aggregateRootProposeds( + ): stagingzksync_RootCount + stagingzksync_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_AggregateRootProposed_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_AggregateRootProposed_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: stagingxlayer_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 - ): [stagingxlayer_AggregateRootProposed!]! - stagingxlayer_optimisticRootFinalized( + ): [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: stagingxlayer_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 - ): stagingxlayer_OptimisticRootFinalized - stagingxlayer_optimisticRootFinalizeds( + ): stagingzksync_RootMessageSent + stagingzksync_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_OptimisticRootFinalized_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_OptimisticRootFinalized_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: stagingxlayer_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 - ): [stagingxlayer_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingxlayer__meta(block: stagingxlayer_Block_height): stagingxlayer__Meta_ - xdai_asset( + ): [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: xdai_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 - ): xdai_Asset - xdai_assets( + ): stagingzksync_RelayerFeesIncrease + stagingzksync_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: xdai_Asset_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Asset_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: xdai_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 - ): [xdai_Asset!]! - xdai_assetStatus( + ): [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: xdai_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 - ): xdai_AssetStatus - xdai_assetStatuses( + ): stagingzksync_SlippageUpdate + stagingzksync_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetStatus_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AssetStatus_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: xdai_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 - ): [xdai_AssetStatus!]! - xdai_assetBalance( + ): [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: xdai_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 - ): xdai_AssetBalance - xdai_assetBalances( + ): stagingzksync_SnapshotRoot + stagingzksync_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetBalance_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AssetBalance_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: xdai_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 - ): [xdai_AssetBalance!]! - xdai_router( + ): [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: xdai_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 - ): xdai_Router - xdai_routers( + ): stagingzksync_SpokeConnectorMode + stagingzksync_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: xdai_Router_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Router_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: xdai_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 - ): [xdai_Router!]! - xdai_routerDailyTVL( + ): [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: xdai_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 - ): xdai_RouterDailyTVL - xdai_routerDailyTVLs( + ): stagingzksync_AggregateRootProposed + stagingzksync_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: xdai_RouterDailyTVL_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RouterDailyTVL_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: xdai_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 - ): [xdai_RouterDailyTVL!]! - xdai_routerLiquidityEvent( + ): [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: xdai_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 - ): xdai_RouterLiquidityEvent - xdai_routerLiquidityEvents( + ): stagingzksync_OptimisticRootFinalized + stagingzksync_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: xdai_RouterLiquidityEvent_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RouterLiquidityEvent_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: xdai_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 - ): [xdai_RouterLiquidityEvent!]! - xdai_setting( + ): [stagingzksync_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingzksync__meta(block: stagingzksync_Block_height): stagingzksync__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: xdai_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 - ): xdai_Setting - xdai_settings( + ): stagingxdai_Asset + stagingxdai_assets( skip: Int = 0 first: Int = 100 - orderBy: xdai_Setting_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Setting_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: xdai_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 - ): [xdai_Setting!]! - xdai_relayer( + ): [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: xdai_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 - ): xdai_Relayer - xdai_relayers( + ): stagingxdai_AssetStatus + stagingxdai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: xdai_Relayer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Relayer_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: xdai_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 - ): [xdai_Relayer!]! - xdai_sequencer( + ): [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: xdai_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 - ): xdai_Sequencer - xdai_sequencers( + ): stagingxdai_AssetBalance + stagingxdai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: xdai_Sequencer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Sequencer_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: xdai_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 - ): [xdai_Sequencer!]! - xdai_relayerFee( + ): [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: xdai_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 - ): xdai_RelayerFee - xdai_relayerFees( + ): stagingxdai_Router + stagingxdai_routers( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFee_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RelayerFee_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: xdai_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 - ): [xdai_RelayerFee!]! - xdai_originTransfer( + ): [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: xdai_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 - ): xdai_OriginTransfer - xdai_originTransfers( + ): stagingxdai_RouterDailyTVL + stagingxdai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OriginTransfer_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: xdai_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 - ): [xdai_OriginTransfer!]! - xdai_destinationTransfer( + ): [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: xdai_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 - ): xdai_DestinationTransfer - xdai_destinationTransfers( + ): stagingxdai_RouterLiquidityEvent + stagingxdai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_DestinationTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_DestinationTransfer_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: xdai_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 - ): [xdai_DestinationTransfer!]! - xdai_originMessage( + ): [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: xdai_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 - ): xdai_OriginMessage - xdai_originMessages( + ): stagingxdai_Setting + stagingxdai_settings( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginMessage_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OriginMessage_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: xdai_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 - ): [xdai_OriginMessage!]! - xdai_aggregateRoot( + ): [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: xdai_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 - ): xdai_AggregateRoot - xdai_aggregateRoots( + ): stagingxdai_Relayer + stagingxdai_relayers( skip: Int = 0 first: Int = 100 - orderBy: xdai_AggregateRoot_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AggregateRoot_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: xdai_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 - ): [xdai_AggregateRoot!]! - xdai_connectorMeta( + ): [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: xdai_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 - ): xdai_ConnectorMeta - xdai_connectorMetas( + ): stagingxdai_Sequencer + stagingxdai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: xdai_ConnectorMeta_orderBy - orderDirection: xdai_OrderDirection - where: xdai_ConnectorMeta_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: xdai_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 - ): [xdai_ConnectorMeta!]! - xdai_rootCount( + ): [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: xdai_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 - ): xdai_RootCount - xdai_rootCounts( + ): stagingxdai_RelayerFee + stagingxdai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootCount_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RootCount_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: xdai_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 - ): [xdai_RootCount!]! - xdai_rootMessageSent( + ): [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: xdai_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 - ): xdai_RootMessageSent - xdai_rootMessageSents( + ): stagingxdai_OriginTransfer + stagingxdai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootMessageSent_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RootMessageSent_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: xdai_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 - ): [xdai_RootMessageSent!]! - xdai_relayerFeesIncrease( + ): [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: xdai_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 - ): xdai_RelayerFeesIncrease - xdai_relayerFeesIncreases( + ): stagingxdai_DestinationTransfer + stagingxdai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFeesIncrease_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RelayerFeesIncrease_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: xdai_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 - ): [xdai_RelayerFeesIncrease!]! - xdai_slippageUpdate( + ): [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: xdai_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 - ): xdai_SlippageUpdate - xdai_slippageUpdates( + ): stagingxdai_OriginMessage + stagingxdai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: xdai_SlippageUpdate_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SlippageUpdate_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: xdai_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 - ): [xdai_SlippageUpdate!]! - xdai_snapshotRoot( + ): [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: xdai_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 - ): xdai_SnapshotRoot - xdai_snapshotRoots( + ): stagingxdai_AggregateRoot + stagingxdai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_SnapshotRoot_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SnapshotRoot_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: xdai_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 - ): [xdai_SnapshotRoot!]! - xdai_spokeConnectorMode( + ): [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: xdai_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 - ): xdai_SpokeConnectorMode - xdai_spokeConnectorModes( + ): stagingxdai_ConnectorMeta + stagingxdai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: xdai_SpokeConnectorMode_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SpokeConnectorMode_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: xdai_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 - ): [xdai_SpokeConnectorMode!]! - xdai_aggregateRootProposed( + ): [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: xdai_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 - ): xdai_AggregateRootProposed - xdai_aggregateRootProposeds( + ): stagingxdai_RootCount + stagingxdai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: xdai_AggregateRootProposed_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AggregateRootProposed_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: xdai_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 - ): [xdai_AggregateRootProposed!]! - xdai_optimisticRootFinalized( + ): [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: xdai_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 - ): xdai_OptimisticRootFinalized - xdai_optimisticRootFinalizeds( + ): stagingxdai_RootMessageSent + stagingxdai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: xdai_OptimisticRootFinalized_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OptimisticRootFinalized_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: xdai_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 - ): [xdai_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - xdai__meta(block: xdai_Block_height): xdai__Meta_ - mode_asset( + ): [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: mode_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 - ): mode_Asset - mode_assets( + ): stagingxdai_RelayerFeesIncrease + stagingxdai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mode_Asset_orderBy - orderDirection: mode_OrderDirection - where: mode_Asset_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: mode_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 - ): [mode_Asset!]! - mode_assetStatus( + ): [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: mode_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 - ): mode_AssetStatus - mode_assetStatuses( + ): stagingxdai_SlippageUpdate + stagingxdai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mode_AssetStatus_orderBy - orderDirection: mode_OrderDirection - where: mode_AssetStatus_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: mode_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 - ): [mode_AssetStatus!]! - mode_assetBalance( + ): [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: mode_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 - ): mode_AssetBalance - mode_assetBalances( + ): stagingxdai_SnapshotRoot + stagingxdai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_AssetBalance_orderBy - orderDirection: mode_OrderDirection - where: mode_AssetBalance_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: mode_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 - ): [mode_AssetBalance!]! - mode_router( + ): [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: mode_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 - ): mode_Router - mode_routers( + ): stagingxdai_SpokeConnectorMode + stagingxdai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mode_Router_orderBy - orderDirection: mode_OrderDirection - where: mode_Router_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: mode_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 - ): [mode_Router!]! - mode_routerDailyTVL( + ): [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: mode_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 - ): mode_RouterDailyTVL - mode_routerDailyTVLs( + ): stagingxdai_AggregateRootProposed + stagingxdai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mode_RouterDailyTVL_orderBy - orderDirection: mode_OrderDirection - where: mode_RouterDailyTVL_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: mode_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 - ): [mode_RouterDailyTVL!]! - mode_routerLiquidityEvent( + ): [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: mode_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 - ): mode_RouterLiquidityEvent - mode_routerLiquidityEvents( + ): stagingxdai_OptimisticRootFinalized + stagingxdai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mode_RouterLiquidityEvent_orderBy - orderDirection: mode_OrderDirection - where: mode_RouterLiquidityEvent_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: mode_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 - ): [mode_RouterLiquidityEvent!]! - mode_setting( + ): [stagingxdai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingxdai__meta(block: stagingxdai_Block_height): stagingxdai__Meta_ + xdai_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Setting - mode_settings( + ): xdai_Asset + xdai_assets( skip: Int = 0 first: Int = 100 - orderBy: mode_Setting_orderBy - orderDirection: mode_OrderDirection - where: mode_Setting_filter + orderBy: xdai_Asset_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Setting!]! - mode_relayer( + ): [xdai_Asset!]! + xdai_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Relayer - mode_relayers( + ): xdai_AssetStatus + xdai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mode_Relayer_orderBy - orderDirection: mode_OrderDirection - where: mode_Relayer_filter + orderBy: xdai_AssetStatus_orderBy + orderDirection: xdai_OrderDirection + where: xdai_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Relayer!]! - mode_sequencer( + ): [xdai_AssetStatus!]! + xdai_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Sequencer - mode_sequencers( + ): xdai_AssetBalance + xdai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mode_Sequencer_orderBy - orderDirection: mode_OrderDirection - where: mode_Sequencer_filter + orderBy: xdai_AssetBalance_orderBy + orderDirection: xdai_OrderDirection + where: xdai_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Sequencer!]! - mode_relayerFee( + ): [xdai_AssetBalance!]! + xdai_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RelayerFee - mode_relayerFees( + ): xdai_Router + xdai_routers( skip: Int = 0 first: Int = 100 - orderBy: mode_RelayerFee_orderBy - orderDirection: mode_OrderDirection - where: mode_RelayerFee_filter + orderBy: xdai_Router_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RelayerFee!]! - mode_originTransfer( + ): [xdai_Router!]! + xdai_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_OriginTransfer - mode_originTransfers( + ): xdai_RouterDailyTVL + xdai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mode_OriginTransfer_orderBy - orderDirection: mode_OrderDirection - where: mode_OriginTransfer_filter + orderBy: xdai_RouterDailyTVL_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_OriginTransfer!]! - mode_destinationTransfer( + ): [xdai_RouterDailyTVL!]! + xdai_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_DestinationTransfer - mode_destinationTransfers( + ): xdai_RouterLiquidityEvent + xdai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mode_DestinationTransfer_orderBy - orderDirection: mode_OrderDirection - where: mode_DestinationTransfer_filter + orderBy: xdai_RouterLiquidityEvent_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_DestinationTransfer!]! - mode_originMessage( + ): [xdai_RouterLiquidityEvent!]! + xdai_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_OriginMessage - mode_originMessages( + ): xdai_Setting + xdai_settings( skip: Int = 0 first: Int = 100 - orderBy: mode_OriginMessage_orderBy - orderDirection: mode_OrderDirection - where: mode_OriginMessage_filter + orderBy: xdai_Setting_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_OriginMessage!]! - mode_aggregateRoot( + ): [xdai_Setting!]! + xdai_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AggregateRoot - mode_aggregateRoots( + ): xdai_Relayer + xdai_relayers( skip: Int = 0 first: Int = 100 - orderBy: mode_AggregateRoot_orderBy - orderDirection: mode_OrderDirection - where: mode_AggregateRoot_filter + orderBy: xdai_Relayer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AggregateRoot!]! - mode_connectorMeta( + ): [xdai_Relayer!]! + xdai_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_ConnectorMeta - mode_connectorMetas( + ): xdai_Sequencer + xdai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mode_ConnectorMeta_orderBy - orderDirection: mode_OrderDirection - where: mode_ConnectorMeta_filter + orderBy: xdai_Sequencer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_ConnectorMeta!]! - mode_rootCount( + ): [xdai_Sequencer!]! + xdai_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RootCount - mode_rootCounts( + ): xdai_RelayerFee + xdai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mode_RootCount_orderBy - orderDirection: mode_OrderDirection - where: mode_RootCount_filter + orderBy: xdai_RelayerFee_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RootCount!]! - mode_rootMessageSent( + ): [xdai_RelayerFee!]! + xdai_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RootMessageSent - mode_rootMessageSents( + ): xdai_OriginTransfer + xdai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mode_RootMessageSent_orderBy - orderDirection: mode_OrderDirection - where: mode_RootMessageSent_filter + orderBy: xdai_OriginTransfer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RootMessageSent!]! - mode_relayerFeesIncrease( + ): [xdai_OriginTransfer!]! + xdai_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RelayerFeesIncrease - mode_relayerFeesIncreases( + ): xdai_DestinationTransfer + xdai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mode_RelayerFeesIncrease_orderBy - orderDirection: mode_OrderDirection - where: mode_RelayerFeesIncrease_filter + orderBy: xdai_DestinationTransfer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RelayerFeesIncrease!]! - mode_slippageUpdate( + ): [xdai_DestinationTransfer!]! + xdai_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_SlippageUpdate - mode_slippageUpdates( + ): xdai_OriginMessage + xdai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mode_SlippageUpdate_orderBy - orderDirection: mode_OrderDirection - where: mode_SlippageUpdate_filter + orderBy: xdai_OriginMessage_orderBy + orderDirection: xdai_OrderDirection + where: xdai_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_SlippageUpdate!]! - mode_snapshotRoot( + ): [xdai_OriginMessage!]! + xdai_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_SnapshotRoot - mode_snapshotRoots( + ): xdai_AggregateRoot + xdai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_SnapshotRoot_orderBy - orderDirection: mode_OrderDirection - where: mode_SnapshotRoot_filter + orderBy: xdai_AggregateRoot_orderBy + orderDirection: xdai_OrderDirection + where: xdai_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_SnapshotRoot!]! - mode_spokeConnectorMode( + ): [xdai_AggregateRoot!]! + xdai_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_SpokeConnectorMode - mode_spokeConnectorModes( + ): xdai_ConnectorMeta + xdai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_SpokeConnectorMode_orderBy - orderDirection: mode_OrderDirection - where: mode_SpokeConnectorMode_filter + orderBy: xdai_ConnectorMeta_orderBy + orderDirection: xdai_OrderDirection + where: xdai_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_SpokeConnectorMode!]! - mode_aggregateRootProposed( + ): [xdai_ConnectorMeta!]! + xdai_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AggregateRootProposed - mode_aggregateRootProposeds( + ): xdai_RootCount + xdai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mode_AggregateRootProposed_orderBy - orderDirection: mode_OrderDirection - where: mode_AggregateRootProposed_filter + orderBy: xdai_RootCount_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AggregateRootProposed!]! - mode_optimisticRootFinalized( + ): [xdai_RootCount!]! + xdai_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_OptimisticRootFinalized - mode_optimisticRootFinalizeds( + ): xdai_RootMessageSent + xdai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mode_OptimisticRootFinalized_orderBy - orderDirection: mode_OrderDirection - where: mode_OptimisticRootFinalized_filter + orderBy: xdai_RootMessageSent_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - mode__meta(block: mode_Block_height): mode__Meta_ - stagingmantle_asset( + ): [xdai_RootMessageSent!]! + xdai_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Asset - stagingmantle_assets( + ): xdai_RelayerFeesIncrease + xdai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Asset_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Asset_filter + orderBy: xdai_RelayerFeesIncrease_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Asset!]! - stagingmantle_assetStatus( + ): [xdai_RelayerFeesIncrease!]! + xdai_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_AssetStatus - stagingmantle_assetStatuses( + ): xdai_SlippageUpdate + xdai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AssetStatus_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AssetStatus_filter + orderBy: xdai_SlippageUpdate_orderBy + orderDirection: xdai_OrderDirection + where: xdai_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_AssetStatus!]! - stagingmantle_assetBalance( + ): [xdai_SlippageUpdate!]! + xdai_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: xdai_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( + ): xdai_SnapshotRoot + xdai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AssetBalance_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AssetBalance_filter + orderBy: xdai_SnapshotRoot_orderBy + orderDirection: xdai_OrderDirection + where: xdai_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: xdai_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( + ): [xdai_SnapshotRoot!]! + xdai_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: xdai_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( + ): xdai_SpokeConnectorMode + xdai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Router_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Router_filter + orderBy: xdai_SpokeConnectorMode_orderBy + orderDirection: xdai_OrderDirection + where: xdai_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: xdai_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( + ): [xdai_SpokeConnectorMode!]! + xdai_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: xdai_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( + ): xdai_AggregateRootProposed + xdai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RouterDailyTVL_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RouterDailyTVL_filter + orderBy: xdai_AggregateRootProposed_orderBy + orderDirection: xdai_OrderDirection + where: xdai_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: xdai_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( + ): [xdai_AggregateRootProposed!]! + xdai_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: xdai_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( + ): xdai_OptimisticRootFinalized + xdai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RouterLiquidityEvent_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RouterLiquidityEvent_filter + orderBy: xdai_OptimisticRootFinalized_orderBy + orderDirection: xdai_OrderDirection + where: xdai_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: xdai_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( + ): [xdai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + xdai__meta(block: xdai_Block_height): xdai__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: stagingmantle_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 - ): stagingmantle_Setting - stagingmantle_settings( + ): stagingbnb_Asset + stagingbnb_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Setting_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Setting_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: stagingmantle_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 - ): [stagingmantle_Setting!]! - stagingmantle_relayer( + ): [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: stagingmantle_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 - ): stagingmantle_Relayer - stagingmantle_relayers( + ): stagingbnb_AssetStatus + stagingbnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Relayer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Relayer_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: stagingmantle_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 - ): [stagingmantle_Relayer!]! - stagingmantle_sequencer( + ): [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: stagingmantle_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 - ): stagingmantle_Sequencer - stagingmantle_sequencers( + ): stagingbnb_AssetBalance + stagingbnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Sequencer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Sequencer_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: stagingmantle_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 - ): [stagingmantle_Sequencer!]! - stagingmantle_relayerFee( + ): [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: stagingmantle_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 - ): stagingmantle_RelayerFee - stagingmantle_relayerFees( + ): stagingbnb_Router + stagingbnb_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RelayerFee_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RelayerFee_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: stagingmantle_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 - ): [stagingmantle_RelayerFee!]! - stagingmantle_originTransfer( + ): [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: stagingmantle_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 - ): stagingmantle_OriginTransfer - stagingmantle_originTransfers( + ): stagingbnb_RouterDailyTVL + stagingbnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OriginTransfer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OriginTransfer_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: stagingmantle_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 - ): [stagingmantle_OriginTransfer!]! - stagingmantle_destinationTransfer( + ): [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: stagingmantle_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 - ): stagingmantle_DestinationTransfer - stagingmantle_destinationTransfers( + ): stagingbnb_RouterLiquidityEvent + stagingbnb_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_DestinationTransfer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_DestinationTransfer_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: stagingmantle_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 - ): [stagingmantle_DestinationTransfer!]! - stagingmantle_originMessage( + ): [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: stagingmantle_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 - ): stagingmantle_OriginMessage - stagingmantle_originMessages( + ): stagingbnb_Setting + stagingbnb_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OriginMessage_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OriginMessage_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: stagingmantle_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 - ): [stagingmantle_OriginMessage!]! - stagingmantle_aggregateRoot( + ): [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: stagingmantle_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 - ): stagingmantle_AggregateRoot - stagingmantle_aggregateRoots( + ): stagingbnb_Relayer + stagingbnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AggregateRoot_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AggregateRoot_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: stagingmantle_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 - ): [stagingmantle_AggregateRoot!]! - stagingmantle_connectorMeta( + ): [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: stagingmantle_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 - ): stagingmantle_ConnectorMeta - stagingmantle_connectorMetas( + ): stagingbnb_Sequencer + stagingbnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_ConnectorMeta_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_ConnectorMeta_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: stagingmantle_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 - ): [stagingmantle_ConnectorMeta!]! - stagingmantle_rootCount( + ): [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: stagingmantle_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 - ): stagingmantle_RootCount - stagingmantle_rootCounts( + ): stagingbnb_RelayerFee + stagingbnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RootCount_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RootCount_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: stagingmantle_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 - ): [stagingmantle_RootCount!]! - stagingmantle_rootMessageSent( + ): [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: stagingmantle_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 - ): stagingmantle_RootMessageSent - stagingmantle_rootMessageSents( + ): stagingbnb_OriginTransfer + stagingbnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RootMessageSent_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RootMessageSent_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: stagingmantle_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 - ): [stagingmantle_RootMessageSent!]! - stagingmantle_relayerFeesIncrease( + ): [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: stagingmantle_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 - ): stagingmantle_RelayerFeesIncrease - stagingmantle_relayerFeesIncreases( + ): stagingbnb_DestinationTransfer + stagingbnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RelayerFeesIncrease_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RelayerFeesIncrease_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: stagingmantle_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 - ): [stagingmantle_RelayerFeesIncrease!]! - stagingmantle_slippageUpdate( + ): [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: stagingmantle_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 - ): stagingmantle_SlippageUpdate - stagingmantle_slippageUpdates( + ): stagingbnb_OriginMessage + stagingbnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SlippageUpdate_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SlippageUpdate_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: stagingmantle_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 - ): [stagingmantle_SlippageUpdate!]! - stagingmantle_snapshotRoot( + ): [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: stagingmantle_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 - ): stagingmantle_SnapshotRoot - stagingmantle_snapshotRoots( + ): stagingbnb_AggregateRoot + stagingbnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SnapshotRoot_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SnapshotRoot_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: stagingmantle_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 - ): [stagingmantle_SnapshotRoot!]! - stagingmantle_spokeConnectorMode( + ): [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: stagingmantle_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 - ): stagingmantle_SpokeConnectorMode - stagingmantle_spokeConnectorModes( + ): stagingbnb_ConnectorMeta + stagingbnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SpokeConnectorMode_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SpokeConnectorMode_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: stagingmantle_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 - ): [stagingmantle_SpokeConnectorMode!]! - stagingmantle_aggregateRootProposed( + ): [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: stagingmantle_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 - ): stagingmantle_AggregateRootProposed - stagingmantle_aggregateRootProposeds( + ): stagingbnb_RootCount + stagingbnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AggregateRootProposed_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AggregateRootProposed_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: stagingmantle_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 - ): [stagingmantle_AggregateRootProposed!]! - stagingmantle_optimisticRootFinalized( + ): [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: stagingmantle_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 - ): stagingmantle_OptimisticRootFinalized - stagingmantle_optimisticRootFinalizeds( + ): stagingbnb_RootMessageSent + stagingbnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OptimisticRootFinalized_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OptimisticRootFinalized_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: stagingmantle_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 - ): [stagingmantle_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingmantle__meta(block: stagingmantle_Block_height): stagingmantle__Meta_ - stagingmetis_asset( + ): [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: 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_Asset - stagingmetis_assets( + ): stagingbnb_RelayerFeesIncrease + stagingbnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Asset_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Asset_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: 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_Asset!]! - stagingmetis_assetStatus( + ): [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: 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_AssetStatus - stagingmetis_assetStatuses( + ): stagingbnb_SlippageUpdate + stagingbnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AssetStatus_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AssetStatus_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: 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_AssetStatus!]! - stagingmetis_assetBalance( + ): [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: 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_AssetBalance - stagingmetis_assetBalances( + ): stagingbnb_SnapshotRoot + stagingbnb_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AssetBalance_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AssetBalance_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: 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_AssetBalance!]! - stagingmetis_router( + ): [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: 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_Router - stagingmetis_routers( + ): stagingbnb_SpokeConnectorMode + stagingbnb_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Router_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Router_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: 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_Router!]! - stagingmetis_routerDailyTVL( + ): [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: 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_RouterDailyTVL - stagingmetis_routerDailyTVLs( + ): stagingbnb_AggregateRootProposed + stagingbnb_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RouterDailyTVL_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RouterDailyTVL_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: 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_RouterDailyTVL!]! - stagingmetis_routerLiquidityEvent( + ): [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: 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_RouterLiquidityEvent - stagingmetis_routerLiquidityEvents( + ): stagingbnb_OptimisticRootFinalized + stagingbnb_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RouterLiquidityEvent_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RouterLiquidityEvent_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: 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_RouterLiquidityEvent!]! - stagingmetis_setting( + ): [stagingbnb_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingbnb__meta(block: stagingbnb_Block_height): stagingbnb__Meta_ + 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: stagingmetis_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 - ): stagingmetis_Setting - stagingmetis_settings( + ): stagingarbitrumone_Asset + stagingarbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Setting_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Setting_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: stagingmetis_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 - ): [stagingmetis_Setting!]! - stagingmetis_relayer( + ): [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: stagingmetis_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 - ): stagingmetis_Relayer - stagingmetis_relayers( + ): stagingarbitrumone_AssetStatus + stagingarbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Relayer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Relayer_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: stagingmetis_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 - ): [stagingmetis_Relayer!]! - stagingmetis_sequencer( + ): [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: stagingmetis_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 - ): stagingmetis_Sequencer - stagingmetis_sequencers( + ): stagingarbitrumone_AssetBalance + stagingarbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Sequencer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Sequencer_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: stagingmetis_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 - ): [stagingmetis_Sequencer!]! - stagingmetis_relayerFee( + ): [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: stagingmetis_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 - ): stagingmetis_RelayerFee - stagingmetis_relayerFees( + ): stagingarbitrumone_Router + stagingarbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RelayerFee_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RelayerFee_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: stagingmetis_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 - ): [stagingmetis_RelayerFee!]! - stagingmetis_originTransfer( + ): [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: stagingmetis_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 - ): stagingmetis_OriginTransfer - stagingmetis_originTransfers( + ): stagingarbitrumone_RouterDailyTVL + stagingarbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OriginTransfer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OriginTransfer_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: stagingmetis_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 - ): [stagingmetis_OriginTransfer!]! - stagingmetis_destinationTransfer( + ): [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: stagingmetis_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 - ): stagingmetis_DestinationTransfer - stagingmetis_destinationTransfers( + ): stagingarbitrumone_RouterLiquidityEvent + stagingarbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_DestinationTransfer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_DestinationTransfer_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: stagingmetis_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 - ): [stagingmetis_DestinationTransfer!]! - stagingmetis_originMessage( + ): [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: stagingmetis_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 - ): stagingmetis_OriginMessage - stagingmetis_originMessages( + ): stagingarbitrumone_Setting + stagingarbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OriginMessage_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OriginMessage_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: stagingmetis_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 - ): [stagingmetis_OriginMessage!]! - stagingmetis_aggregateRoot( + ): [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: stagingmetis_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 - ): stagingmetis_AggregateRoot - stagingmetis_aggregateRoots( + ): stagingarbitrumone_Relayer + stagingarbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AggregateRoot_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AggregateRoot_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: stagingmetis_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 - ): [stagingmetis_AggregateRoot!]! - stagingmetis_connectorMeta( + ): [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: stagingmetis_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 - ): stagingmetis_ConnectorMeta - stagingmetis_connectorMetas( + ): stagingarbitrumone_Sequencer + stagingarbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_ConnectorMeta_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_ConnectorMeta_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: stagingmetis_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 - ): [stagingmetis_ConnectorMeta!]! - stagingmetis_rootCount( + ): [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: stagingmetis_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 - ): stagingmetis_RootCount - stagingmetis_rootCounts( + ): stagingarbitrumone_RelayerFee + stagingarbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RootCount_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RootCount_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: stagingmetis_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 - ): [stagingmetis_RootCount!]! - stagingmetis_rootMessageSent( + ): [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: stagingmetis_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 - ): stagingmetis_RootMessageSent - stagingmetis_rootMessageSents( + ): stagingarbitrumone_OriginTransfer + stagingarbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RootMessageSent_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RootMessageSent_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: stagingmetis_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 - ): [stagingmetis_RootMessageSent!]! - stagingmetis_relayerFeesIncrease( + ): [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: stagingmetis_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 - ): stagingmetis_RelayerFeesIncrease - stagingmetis_relayerFeesIncreases( + ): stagingarbitrumone_DestinationTransfer + stagingarbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RelayerFeesIncrease_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RelayerFeesIncrease_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: stagingmetis_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 - ): [stagingmetis_RelayerFeesIncrease!]! - stagingmetis_slippageUpdate( + ): [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: stagingmetis_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 - ): stagingmetis_SlippageUpdate - stagingmetis_slippageUpdates( + ): stagingarbitrumone_OriginMessage + stagingarbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SlippageUpdate_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SlippageUpdate_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: stagingmetis_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 - ): [stagingmetis_SlippageUpdate!]! - stagingmetis_snapshotRoot( + ): [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: stagingmetis_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 - ): stagingmetis_SnapshotRoot - stagingmetis_snapshotRoots( + ): stagingarbitrumone_AggregateRoot + stagingarbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SnapshotRoot_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SnapshotRoot_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: stagingmetis_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 - ): [stagingmetis_SnapshotRoot!]! - stagingmetis_spokeConnectorMode( + ): [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: stagingmetis_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 - ): stagingmetis_SpokeConnectorMode - stagingmetis_spokeConnectorModes( + ): stagingarbitrumone_ConnectorMeta + stagingarbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SpokeConnectorMode_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SpokeConnectorMode_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: stagingmetis_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 - ): [stagingmetis_SpokeConnectorMode!]! - stagingmetis_aggregateRootProposed( + ): [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: stagingmetis_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 - ): stagingmetis_AggregateRootProposed - stagingmetis_aggregateRootProposeds( + ): stagingarbitrumone_RootCount + stagingarbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AggregateRootProposed_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AggregateRootProposed_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: stagingmetis_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 - ): [stagingmetis_AggregateRootProposed!]! - stagingmetis_optimisticRootFinalized( + ): [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: stagingmetis_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 - ): stagingmetis_OptimisticRootFinalized - stagingmetis_optimisticRootFinalizeds( + ): stagingarbitrumone_RootMessageSent + stagingarbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OptimisticRootFinalized_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OptimisticRootFinalized_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: stagingmetis_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 - ): [stagingmetis_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingmetis__meta(block: stagingmetis_Block_height): stagingmetis__Meta_ - metis_asset( + ): [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: metis_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 - ): metis_Asset - metis_assets( + ): stagingarbitrumone_RelayerFeesIncrease + stagingarbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: metis_Asset_orderBy - orderDirection: metis_OrderDirection - where: metis_Asset_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: metis_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 - ): [metis_Asset!]! - metis_assetStatus( + ): [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: metis_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 - ): metis_AssetStatus - metis_assetStatuses( + ): stagingarbitrumone_SlippageUpdate + stagingarbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: metis_AssetStatus_orderBy - orderDirection: metis_OrderDirection - where: metis_AssetStatus_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: metis_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 - ): [metis_AssetStatus!]! - metis_assetBalance( + ): [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: metis_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 - ): metis_AssetBalance - metis_assetBalances( + ): stagingarbitrumone_SnapshotRoot + stagingarbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_AssetBalance_orderBy - orderDirection: metis_OrderDirection - where: metis_AssetBalance_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: metis_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 - ): [metis_AssetBalance!]! - metis_router( + ): [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: metis_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 - ): metis_Router - metis_routers( + ): stagingarbitrumone_SpokeConnectorMode + stagingarbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: metis_Router_orderBy - orderDirection: metis_OrderDirection - where: metis_Router_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: metis_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 - ): [metis_Router!]! - metis_routerDailyTVL( + ): [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: metis_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 - ): metis_RouterDailyTVL - metis_routerDailyTVLs( + ): stagingarbitrumone_AggregateRootProposed + stagingarbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: metis_RouterDailyTVL_orderBy - orderDirection: metis_OrderDirection - where: metis_RouterDailyTVL_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: metis_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 - ): [metis_RouterDailyTVL!]! - metis_routerLiquidityEvent( + ): [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: metis_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 - ): metis_RouterLiquidityEvent - metis_routerLiquidityEvents( + ): stagingarbitrumone_OptimisticRootFinalized + stagingarbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: metis_RouterLiquidityEvent_orderBy - orderDirection: metis_OrderDirection - where: metis_RouterLiquidityEvent_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: metis_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 - ): [metis_RouterLiquidityEvent!]! - metis_setting( + ): [stagingarbitrumone_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingarbitrumone__meta(block: stagingarbitrumone_Block_height): stagingarbitrumone__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: metis_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 - ): metis_Setting - metis_settings( + ): stagingpolygonzkevm_Asset + stagingpolygonzkevm_assets( skip: Int = 0 first: Int = 100 - orderBy: metis_Setting_orderBy - orderDirection: metis_OrderDirection - where: metis_Setting_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: metis_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 - ): [metis_Setting!]! - metis_relayer( + ): [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: metis_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 - ): metis_Relayer - metis_relayers( + ): stagingpolygonzkevm_AssetStatus + stagingpolygonzkevm_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: metis_Relayer_orderBy - orderDirection: metis_OrderDirection - where: metis_Relayer_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: metis_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 - ): [metis_Relayer!]! - metis_sequencer( + ): [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: metis_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 - ): metis_Sequencer - metis_sequencers( + ): stagingpolygonzkevm_AssetBalance + stagingpolygonzkevm_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: metis_Sequencer_orderBy - orderDirection: metis_OrderDirection - where: metis_Sequencer_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: metis_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 - ): [metis_Sequencer!]! - metis_relayerFee( + ): [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: metis_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 - ): metis_RelayerFee - metis_relayerFees( + ): stagingpolygonzkevm_Router + stagingpolygonzkevm_routers( skip: Int = 0 first: Int = 100 - orderBy: metis_RelayerFee_orderBy - orderDirection: metis_OrderDirection - where: metis_RelayerFee_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: metis_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 - ): [metis_RelayerFee!]! - metis_originTransfer( + ): [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: metis_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 - ): metis_OriginTransfer - metis_originTransfers( + ): stagingpolygonzkevm_RouterDailyTVL + stagingpolygonzkevm_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: metis_OriginTransfer_orderBy - orderDirection: metis_OrderDirection - where: metis_OriginTransfer_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: metis_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 - ): [metis_OriginTransfer!]! - metis_destinationTransfer( + ): [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: metis_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 - ): metis_DestinationTransfer - metis_destinationTransfers( + ): stagingpolygonzkevm_RouterLiquidityEvent + stagingpolygonzkevm_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_DestinationTransfer_orderBy - orderDirection: metis_OrderDirection - where: metis_DestinationTransfer_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: metis_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 - ): [metis_DestinationTransfer!]! - metis_originMessage( + ): [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: metis_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 - ): metis_OriginMessage - metis_originMessages( + ): stagingpolygonzkevm_Setting + stagingpolygonzkevm_settings( skip: Int = 0 first: Int = 100 - orderBy: metis_OriginMessage_orderBy - orderDirection: metis_OrderDirection - where: metis_OriginMessage_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: metis_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 - ): [metis_OriginMessage!]! - metis_aggregateRoot( + ): [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: metis_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 - ): metis_AggregateRoot - metis_aggregateRoots( + ): stagingpolygonzkevm_Relayer + stagingpolygonzkevm_relayers( skip: Int = 0 first: Int = 100 - orderBy: metis_AggregateRoot_orderBy - orderDirection: metis_OrderDirection - where: metis_AggregateRoot_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: metis_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 - ): [metis_AggregateRoot!]! - metis_connectorMeta( + ): [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: metis_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 - ): metis_ConnectorMeta - metis_connectorMetas( + ): stagingpolygonzkevm_Sequencer + stagingpolygonzkevm_sequencers( skip: Int = 0 first: Int = 100 - orderBy: metis_ConnectorMeta_orderBy - orderDirection: metis_OrderDirection - where: metis_ConnectorMeta_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: metis_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 - ): [metis_ConnectorMeta!]! - metis_rootCount( + ): [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: metis_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 - ): metis_RootCount - metis_rootCounts( + ): stagingpolygonzkevm_RelayerFee + stagingpolygonzkevm_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: metis_RootCount_orderBy - orderDirection: metis_OrderDirection - where: metis_RootCount_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: metis_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 - ): [metis_RootCount!]! - metis_rootMessageSent( + ): [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: metis_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 - ): metis_RootMessageSent - metis_rootMessageSents( + ): stagingpolygonzkevm_OriginTransfer + stagingpolygonzkevm_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_RootMessageSent_orderBy - orderDirection: metis_OrderDirection - where: metis_RootMessageSent_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: metis_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 - ): [metis_RootMessageSent!]! - metis_relayerFeesIncrease( + ): [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: metis_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 - ): metis_RelayerFeesIncrease - metis_relayerFeesIncreases( + ): stagingpolygonzkevm_DestinationTransfer + stagingpolygonzkevm_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_RelayerFeesIncrease_orderBy - orderDirection: metis_OrderDirection - where: metis_RelayerFeesIncrease_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: metis_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 - ): [metis_RelayerFeesIncrease!]! - metis_slippageUpdate( + ): [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: metis_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 - ): metis_SlippageUpdate - metis_slippageUpdates( + ): stagingpolygonzkevm_OriginMessage + stagingpolygonzkevm_originMessages( skip: Int = 0 first: Int = 100 - orderBy: metis_SlippageUpdate_orderBy - orderDirection: metis_OrderDirection - where: metis_SlippageUpdate_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: metis_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 - ): [metis_SlippageUpdate!]! - metis_snapshotRoot( + ): [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: metis_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 - ): metis_SnapshotRoot - metis_snapshotRoots( + ): stagingpolygonzkevm_AggregateRoot + stagingpolygonzkevm_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_SnapshotRoot_orderBy - orderDirection: metis_OrderDirection - where: metis_SnapshotRoot_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: metis_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 - ): [metis_SnapshotRoot!]! - metis_spokeConnectorMode( + ): [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: metis_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 - ): metis_SpokeConnectorMode - metis_spokeConnectorModes( + ): stagingpolygonzkevm_ConnectorMeta + stagingpolygonzkevm_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: metis_SpokeConnectorMode_orderBy - orderDirection: metis_OrderDirection - where: metis_SpokeConnectorMode_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: metis_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 - ): [metis_SpokeConnectorMode!]! - metis_aggregateRootProposed( + ): [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: metis_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 - ): metis_AggregateRootProposed - metis_aggregateRootProposeds( + ): stagingpolygonzkevm_RootCount + stagingpolygonzkevm_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: metis_AggregateRootProposed_orderBy - orderDirection: metis_OrderDirection - where: metis_AggregateRootProposed_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: metis_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 - ): [metis_AggregateRootProposed!]! - metis_optimisticRootFinalized( + ): [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: metis_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 - ): metis_OptimisticRootFinalized - metis_optimisticRootFinalizeds( + ): stagingpolygonzkevm_RootMessageSent + stagingpolygonzkevm_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: metis_OptimisticRootFinalized_orderBy - orderDirection: metis_OrderDirection - where: metis_OptimisticRootFinalized_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: metis_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 - ): [metis_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - metis__meta(block: metis_Block_height): metis__Meta_ - bnb_asset( + ): [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: bnb_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 - ): bnb_Asset - bnb_assets( + ): stagingpolygonzkevm_RelayerFeesIncrease + stagingpolygonzkevm_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: bnb_Asset_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Asset_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: bnb_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 - ): [bnb_Asset!]! - bnb_assetStatus( + ): [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: bnb_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 - ): bnb_AssetStatus - bnb_assetStatuses( + ): stagingpolygonzkevm_SlippageUpdate + stagingpolygonzkevm_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetStatus_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetStatus_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: bnb_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 - ): [bnb_AssetStatus!]! - bnb_assetBalance( + ): [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: bnb_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 - ): bnb_AssetBalance - bnb_assetBalances( + ): stagingpolygonzkevm_SnapshotRoot + stagingpolygonzkevm_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetBalance_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetBalance_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: bnb_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 - ): [bnb_AssetBalance!]! - bnb_router( + ): [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: bnb_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 - ): bnb_Router - bnb_routers( + ): stagingpolygonzkevm_SpokeConnectorMode + stagingpolygonzkevm_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: bnb_Router_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Router_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: bnb_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 - ): [bnb_Router!]! - bnb_routerDailyTVL( + ): [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: bnb_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 - ): bnb_RouterDailyTVL - bnb_routerDailyTVLs( + ): stagingpolygonzkevm_AggregateRootProposed + stagingpolygonzkevm_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterDailyTVL_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterDailyTVL_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: bnb_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 - ): [bnb_RouterDailyTVL!]! - bnb_routerLiquidityEvent( + ): [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: bnb_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 - ): bnb_RouterLiquidityEvent - bnb_routerLiquidityEvents( + ): stagingpolygonzkevm_OptimisticRootFinalized + stagingpolygonzkevm_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterLiquidityEvent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterLiquidityEvent_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: bnb_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 - ): [bnb_RouterLiquidityEvent!]! - bnb_setting( + ): [stagingpolygonzkevm_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingpolygonzkevm__meta(block: stagingpolygonzkevm_Block_height): stagingpolygonzkevm__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: bnb_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 - ): bnb_Setting - bnb_settings( + ): stagingxlayer_Asset + stagingxlayer_assets( skip: Int = 0 first: Int = 100 - orderBy: bnb_Setting_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Setting_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: bnb_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 - ): [bnb_Setting!]! - bnb_relayer( + ): [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: bnb_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 - ): bnb_Relayer - bnb_relayers( + ): stagingxlayer_AssetStatus + stagingxlayer_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: bnb_Relayer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Relayer_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: bnb_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 - ): [bnb_Relayer!]! - bnb_sequencer( + ): [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: bnb_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 - ): bnb_Sequencer - bnb_sequencers( + ): stagingxlayer_AssetBalance + stagingxlayer_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_Sequencer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Sequencer_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: bnb_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 - ): [bnb_Sequencer!]! - bnb_relayerFee( + ): [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: bnb_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 - ): bnb_RelayerFee - bnb_relayerFees( + ): stagingxlayer_Router + stagingxlayer_routers( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFee_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFee_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: bnb_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 - ): [bnb_RelayerFee!]! - bnb_originTransfer( + ): [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: bnb_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 - ): bnb_OriginTransfer - bnb_originTransfers( + ): stagingxlayer_RouterDailyTVL + stagingxlayer_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginTransfer_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: bnb_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 - ): [bnb_OriginTransfer!]! - bnb_destinationTransfer( + ): [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: bnb_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 - ): bnb_DestinationTransfer - bnb_destinationTransfers( + ): stagingxlayer_RouterLiquidityEvent + stagingxlayer_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_DestinationTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_DestinationTransfer_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: bnb_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 - ): [bnb_DestinationTransfer!]! - bnb_originMessage( + ): [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: bnb_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 - ): bnb_OriginMessage - bnb_originMessages( + ): stagingxlayer_Setting + stagingxlayer_settings( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginMessage_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginMessage_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: bnb_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 - ): [bnb_OriginMessage!]! - bnb_aggregateRoot( + ): [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: bnb_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 - ): bnb_AggregateRoot - bnb_aggregateRoots( + ): stagingxlayer_Relayer + stagingxlayer_relayers( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRoot_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: bnb_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 - ): [bnb_AggregateRoot!]! - bnb_connectorMeta( + ): [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: bnb_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 - ): bnb_ConnectorMeta - bnb_connectorMetas( + ): stagingxlayer_Sequencer + stagingxlayer_sequencers( skip: Int = 0 first: Int = 100 - orderBy: bnb_ConnectorMeta_orderBy - orderDirection: bnb_OrderDirection - where: bnb_ConnectorMeta_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: bnb_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 - ): [bnb_ConnectorMeta!]! - bnb_rootCount( + ): [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: bnb_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 - ): bnb_RootCount - bnb_rootCounts( + ): stagingxlayer_RelayerFee + stagingxlayer_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootCount_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootCount_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: bnb_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 - ): [bnb_RootCount!]! - bnb_rootMessageSent( + ): [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: bnb_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 - ): bnb_RootMessageSent - bnb_rootMessageSents( + ): stagingxlayer_OriginTransfer + stagingxlayer_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootMessageSent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootMessageSent_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: bnb_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 - ): [bnb_RootMessageSent!]! - bnb_relayerFeesIncrease( + ): [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: bnb_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 - ): bnb_RelayerFeesIncrease - bnb_relayerFeesIncreases( + ): stagingxlayer_DestinationTransfer + stagingxlayer_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFeesIncrease_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFeesIncrease_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: bnb_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 - ): [bnb_RelayerFeesIncrease!]! - bnb_slippageUpdate( + ): [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: bnb_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 - ): bnb_SlippageUpdate - bnb_slippageUpdates( + ): stagingxlayer_OriginMessage + stagingxlayer_originMessages( skip: Int = 0 first: Int = 100 - orderBy: bnb_SlippageUpdate_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SlippageUpdate_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: bnb_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 - ): [bnb_SlippageUpdate!]! - bnb_snapshotRoot( + ): [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: bnb_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 - ): bnb_SnapshotRoot - bnb_snapshotRoots( + ): stagingxlayer_AggregateRoot + stagingxlayer_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_SnapshotRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SnapshotRoot_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: bnb_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 - ): [bnb_SnapshotRoot!]! - bnb_spokeConnectorMode( + ): [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: bnb_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 - ): bnb_SpokeConnectorMode - bnb_spokeConnectorModes( + ): stagingxlayer_ConnectorMeta + stagingxlayer_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_SpokeConnectorMode_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SpokeConnectorMode_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: bnb_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 - ): [bnb_SpokeConnectorMode!]! - bnb_aggregateRootProposed( + ): [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: bnb_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 - ): bnb_AggregateRootProposed - bnb_aggregateRootProposeds( + ): stagingxlayer_RootCount + stagingxlayer_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRootProposed_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRootProposed_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: bnb_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 - ): [bnb_AggregateRootProposed!]! - bnb_optimisticRootFinalized( + ): [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: bnb_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 - ): bnb_OptimisticRootFinalized - bnb_optimisticRootFinalizeds( + ): stagingxlayer_RootMessageSent + stagingxlayer_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: bnb_OptimisticRootFinalized_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OptimisticRootFinalized_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: bnb_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 - ): [bnb_OptimisticRootFinalized!]! + ): [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""" - bnb__meta(block: bnb_Block_height): bnb__Meta_ - xlayer_asset( + stagingxlayer__meta(block: stagingxlayer_Block_height): stagingxlayer__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: xlayer_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 - ): xlayer_Asset - xlayer_assets( + ): staginglinea_Asset + staginglinea_assets( skip: Int = 0 first: Int = 100 - orderBy: xlayer_Asset_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_Asset!]! - xlayer_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: xlayer_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 - ): xlayer_AssetStatus - xlayer_assetStatuses( + ): staginglinea_AssetStatus + staginglinea_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: xlayer_AssetStatus_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_AssetStatus!]! - xlayer_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: xlayer_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 - ): xlayer_AssetBalance - xlayer_assetBalances( + ): staginglinea_AssetBalance + staginglinea_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: xlayer_AssetBalance_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_AssetBalance!]! - xlayer_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: xlayer_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 - ): xlayer_Router - xlayer_routers( + ): staginglinea_Router + staginglinea_routers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_Router_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_Router!]! - xlayer_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: xlayer_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 - ): xlayer_RouterDailyTVL - xlayer_routerDailyTVLs( + ): staginglinea_RouterDailyTVL + staginglinea_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RouterDailyTVL_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_RouterDailyTVL!]! - xlayer_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: xlayer_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 - ): xlayer_RouterLiquidityEvent - xlayer_routerLiquidityEvents( + ): staginglinea_RouterLiquidityEvent + staginglinea_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RouterLiquidityEvent_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_RouterLiquidityEvent!]! - xlayer_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: xlayer_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 - ): xlayer_Setting - xlayer_settings( + ): staginglinea_Setting + staginglinea_settings( skip: Int = 0 first: Int = 100 - orderBy: xlayer_Setting_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_Setting!]! - xlayer_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: xlayer_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 - ): xlayer_Relayer - xlayer_relayers( + ): staginglinea_Relayer + staginglinea_relayers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_Relayer_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_Relayer!]! - xlayer_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: xlayer_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 - ): xlayer_Sequencer - xlayer_sequencers( + ): staginglinea_Sequencer + staginglinea_sequencers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_Sequencer_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_Sequencer!]! - xlayer_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: xlayer_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 - ): xlayer_RelayerFee - xlayer_relayerFees( + ): staginglinea_RelayerFee + staginglinea_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RelayerFee_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_RelayerFee!]! - xlayer_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: xlayer_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 - ): xlayer_OriginTransfer - xlayer_originTransfers( + ): staginglinea_OriginTransfer + staginglinea_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_OriginTransfer_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_OriginTransfer!]! - xlayer_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: xlayer_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 - ): xlayer_DestinationTransfer - xlayer_destinationTransfers( + ): staginglinea_DestinationTransfer + staginglinea_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_DestinationTransfer_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_DestinationTransfer!]! - xlayer_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: xlayer_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 - ): xlayer_OriginMessage - xlayer_originMessages( + ): staginglinea_OriginMessage + staginglinea_originMessages( skip: Int = 0 first: Int = 100 - orderBy: xlayer_OriginMessage_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_OriginMessage!]! - xlayer_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: xlayer_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 - ): xlayer_AggregateRoot - xlayer_aggregateRoots( + ): staginglinea_AggregateRoot + staginglinea_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: xlayer_AggregateRoot_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_AggregateRoot!]! - xlayer_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: xlayer_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 - ): xlayer_ConnectorMeta - xlayer_connectorMetas( + ): staginglinea_ConnectorMeta + staginglinea_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: xlayer_ConnectorMeta_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_ConnectorMeta!]! - xlayer_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: xlayer_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 - ): xlayer_RootCount - xlayer_rootCounts( + ): staginglinea_RootCount + staginglinea_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RootCount_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_RootCount!]! - xlayer_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: xlayer_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 - ): xlayer_RootMessageSent - xlayer_rootMessageSents( + ): staginglinea_RootMessageSent + staginglinea_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RootMessageSent_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_RootMessageSent!]! - xlayer_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: xlayer_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 - ): xlayer_RelayerFeesIncrease - xlayer_relayerFeesIncreases( + ): staginglinea_RelayerFeesIncrease + staginglinea_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RelayerFeesIncrease_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_RelayerFeesIncrease!]! - xlayer_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: xlayer_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 - ): xlayer_SlippageUpdate - xlayer_slippageUpdates( + ): staginglinea_SlippageUpdate + staginglinea_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: xlayer_SlippageUpdate_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_SlippageUpdate!]! - xlayer_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: xlayer_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 - ): xlayer_SnapshotRoot - xlayer_snapshotRoots( + ): staginglinea_SnapshotRoot + staginglinea_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: xlayer_SnapshotRoot_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_SnapshotRoot!]! - xlayer_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: xlayer_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 - ): xlayer_SpokeConnectorMode - xlayer_spokeConnectorModes( + ): staginglinea_SpokeConnectorMode + staginglinea_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: xlayer_SpokeConnectorMode_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_SpokeConnectorMode!]! - xlayer_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: xlayer_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 - ): xlayer_AggregateRootProposed - xlayer_aggregateRootProposeds( + ): staginglinea_AggregateRootProposed + staginglinea_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: xlayer_AggregateRootProposed_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_AggregateRootProposed!]! - xlayer_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: xlayer_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 - ): xlayer_OptimisticRootFinalized - xlayer_optimisticRootFinalizeds( + ): staginglinea_OptimisticRootFinalized + staginglinea_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: xlayer_OptimisticRootFinalized_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_OptimisticRootFinalized!]! + ): [staginglinea_OptimisticRootFinalized!]! """Access to subgraph metadata""" - xlayer__meta(block: xlayer_Block_height): xlayer__Meta_ + staginglinea__meta(block: staginglinea_Block_height): staginglinea__Meta_ bnb_swap_systemInfo( id: ID! """ @@ -27587,1678 +27587,1678 @@ type Query { ): [bnb_swap_LpTokenEvent!]! """Access to subgraph metadata""" bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ - polygon_swap_systemInfo( + 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: polygon_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 - ): polygon_swap_SystemInfo - polygon_swap_systemInfos( + ): optimism_swap_SystemInfo + optimism_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SystemInfo_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SystemInfo_filter + orderBy: optimism_swap_SystemInfo_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_SystemInfo!]! - polygon_swap_pooledToken( + ): [optimism_swap_SystemInfo!]! + optimism_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_PooledToken - polygon_swap_pooledTokens( + ): optimism_swap_PooledToken + optimism_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_PooledToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_PooledToken_filter + orderBy: optimism_swap_PooledToken_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_PooledToken!]! - polygon_swap_stableSwap( + ): [optimism_swap_PooledToken!]! + optimism_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_StableSwap - polygon_swap_stableSwaps( + ): optimism_swap_StableSwap + optimism_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwap_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwap_filter + orderBy: optimism_swap_StableSwap_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_StableSwap!]! - polygon_swap_stableSwapAddLiquidityEvent( + ): [optimism_swap_StableSwap!]! + optimism_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_StableSwapAddLiquidityEvent - polygon_swap_stableSwapAddLiquidityEvents( + ): optimism_swap_StableSwapAddLiquidityEvent + optimism_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapAddLiquidityEvent_filter + orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_StableSwapAddLiquidityEvent!]! - polygon_swap_stableSwapRemoveLiquidityEvent( + ): [optimism_swap_StableSwapAddLiquidityEvent!]! + optimism_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_StableSwapRemoveLiquidityEvent - polygon_swap_stableSwapRemoveLiquidityEvents( + ): optimism_swap_StableSwapRemoveLiquidityEvent + optimism_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_StableSwapRemoveLiquidityEvent!]! - polygon_swap_stableSwapExchange( + ): [optimism_swap_StableSwapRemoveLiquidityEvent!]! + optimism_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_StableSwapExchange - polygon_swap_stableSwapExchanges( + ): optimism_swap_StableSwapExchange + optimism_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapExchange_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapExchange_filter + orderBy: optimism_swap_StableSwapExchange_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_StableSwapExchange!]! - polygon_swap_swapDailyVolume( + ): [optimism_swap_StableSwapExchange!]! + optimism_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_SwapDailyVolume - polygon_swap_swapDailyVolumes( + ): optimism_swap_SwapDailyVolume + optimism_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapDailyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapDailyVolume_filter + orderBy: optimism_swap_SwapDailyVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_SwapDailyVolume!]! - polygon_swap_swapHourlyVolume( + ): [optimism_swap_SwapDailyVolume!]! + optimism_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_SwapHourlyVolume - polygon_swap_swapHourlyVolumes( + ): optimism_swap_SwapHourlyVolume + optimism_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapHourlyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapHourlyVolume_filter + orderBy: optimism_swap_SwapHourlyVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_SwapHourlyVolume!]! - polygon_swap_swapWeeklyVolume( + ): [optimism_swap_SwapHourlyVolume!]! + optimism_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_SwapWeeklyVolume - polygon_swap_swapWeeklyVolumes( + ): optimism_swap_SwapWeeklyVolume + optimism_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapWeeklyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapWeeklyVolume_filter + orderBy: optimism_swap_SwapWeeklyVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_SwapWeeklyVolume!]! - polygon_swap_lpAccount( + ): [optimism_swap_SwapWeeklyVolume!]! + optimism_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_LpAccount - polygon_swap_lpAccounts( + ): optimism_swap_LpAccount + optimism_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccount_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccount_filter + orderBy: optimism_swap_LpAccount_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_LpAccount!]! - polygon_swap_lpAccountBalance( + ): [optimism_swap_LpAccount!]! + optimism_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_LpAccountBalance - polygon_swap_lpAccountBalances( + ): optimism_swap_LpAccountBalance + optimism_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccountBalance_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccountBalance_filter + orderBy: optimism_swap_LpAccountBalance_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_LpAccountBalance!]! - polygon_swap_lpToken( + ): [optimism_swap_LpAccountBalance!]! + optimism_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_LpToken - polygon_swap_lpTokens( + ): optimism_swap_LpToken + optimism_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpToken_filter + orderBy: optimism_swap_LpToken_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_LpToken!]! - polygon_swap_lpTransferEvent( + ): [optimism_swap_LpToken!]! + optimism_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_LpTransferEvent - polygon_swap_lpTransferEvents( + ): optimism_swap_LpTransferEvent + optimism_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTransferEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTransferEvent_filter + orderBy: optimism_swap_LpTransferEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_LpTransferEvent!]! - polygon_swap_stableSwapEvent( + ): [optimism_swap_LpTransferEvent!]! + optimism_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_StableSwapEvent - polygon_swap_stableSwapEvents( + ): optimism_swap_StableSwapEvent + optimism_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapEvent_filter + orderBy: optimism_swap_StableSwapEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_StableSwapEvent!]! - polygon_swap_swapTradeVolume( + ): [optimism_swap_StableSwapEvent!]! + optimism_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_SwapTradeVolume - polygon_swap_swapTradeVolumes( + ): optimism_swap_SwapTradeVolume + optimism_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapTradeVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapTradeVolume_filter + orderBy: optimism_swap_SwapTradeVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_SwapTradeVolume!]! - polygon_swap_lpTokenEvent( + ): [optimism_swap_SwapTradeVolume!]! + optimism_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_LpTokenEvent - polygon_swap_lpTokenEvents( + ): optimism_swap_LpTokenEvent + optimism_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTokenEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTokenEvent_filter + orderBy: optimism_swap_LpTokenEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_LpTokenEvent!]! + ): [optimism_swap_LpTokenEvent!]! """Access to subgraph metadata""" - polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__Meta_ - optimism_swap_systemInfo( + optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__Meta_ + arbitrumone_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SystemInfo - optimism_swap_systemInfos( + ): arbitrumone_swap_SystemInfo + arbitrumone_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SystemInfo_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SystemInfo_filter + orderBy: arbitrumone_swap_SystemInfo_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SystemInfo!]! - optimism_swap_pooledToken( + ): [arbitrumone_swap_SystemInfo!]! + arbitrumone_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_PooledToken - optimism_swap_pooledTokens( + ): arbitrumone_swap_PooledToken + arbitrumone_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_PooledToken_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_PooledToken_filter + orderBy: arbitrumone_swap_PooledToken_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_PooledToken!]! - optimism_swap_stableSwap( + ): [arbitrumone_swap_PooledToken!]! + arbitrumone_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwap - optimism_swap_stableSwaps( + ): arbitrumone_swap_StableSwap + arbitrumone_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwap_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwap_filter + orderBy: arbitrumone_swap_StableSwap_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwap!]! - optimism_swap_stableSwapAddLiquidityEvent( + ): [arbitrumone_swap_StableSwap!]! + arbitrumone_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapAddLiquidityEvent - optimism_swap_stableSwapAddLiquidityEvents( + ): arbitrumone_swap_StableSwapAddLiquidityEvent + arbitrumone_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapAddLiquidityEvent_filter + orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapAddLiquidityEvent!]! - optimism_swap_stableSwapRemoveLiquidityEvent( + ): [arbitrumone_swap_StableSwapAddLiquidityEvent!]! + arbitrumone_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapRemoveLiquidityEvent - optimism_swap_stableSwapRemoveLiquidityEvents( + ): arbitrumone_swap_StableSwapRemoveLiquidityEvent + arbitrumone_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapRemoveLiquidityEvent!]! - optimism_swap_stableSwapExchange( + ): [arbitrumone_swap_StableSwapRemoveLiquidityEvent!]! + arbitrumone_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapExchange - optimism_swap_stableSwapExchanges( + ): arbitrumone_swap_StableSwapExchange + arbitrumone_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapExchange_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapExchange_filter + orderBy: arbitrumone_swap_StableSwapExchange_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapExchange!]! - optimism_swap_swapDailyVolume( + ): [arbitrumone_swap_StableSwapExchange!]! + arbitrumone_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapDailyVolume - optimism_swap_swapDailyVolumes( + ): arbitrumone_swap_SwapDailyVolume + arbitrumone_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapDailyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapDailyVolume_filter + orderBy: arbitrumone_swap_SwapDailyVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapDailyVolume!]! - optimism_swap_swapHourlyVolume( + ): [arbitrumone_swap_SwapDailyVolume!]! + arbitrumone_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapHourlyVolume - optimism_swap_swapHourlyVolumes( + ): arbitrumone_swap_SwapHourlyVolume + arbitrumone_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapHourlyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapHourlyVolume_filter + orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapHourlyVolume!]! - optimism_swap_swapWeeklyVolume( + ): [arbitrumone_swap_SwapHourlyVolume!]! + arbitrumone_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapWeeklyVolume - optimism_swap_swapWeeklyVolumes( + ): arbitrumone_swap_SwapWeeklyVolume + arbitrumone_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapWeeklyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapWeeklyVolume_filter + orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapWeeklyVolume!]! - optimism_swap_lpAccount( + ): [arbitrumone_swap_SwapWeeklyVolume!]! + arbitrumone_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpAccount - optimism_swap_lpAccounts( + ): arbitrumone_swap_LpAccount + arbitrumone_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpAccount_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpAccount_filter + orderBy: arbitrumone_swap_LpAccount_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpAccount!]! - optimism_swap_lpAccountBalance( + ): [arbitrumone_swap_LpAccount!]! + arbitrumone_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpAccountBalance - optimism_swap_lpAccountBalances( + ): arbitrumone_swap_LpAccountBalance + arbitrumone_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpAccountBalance_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpAccountBalance_filter + orderBy: arbitrumone_swap_LpAccountBalance_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpAccountBalance!]! - optimism_swap_lpToken( + ): [arbitrumone_swap_LpAccountBalance!]! + arbitrumone_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpToken - optimism_swap_lpTokens( + ): arbitrumone_swap_LpToken + arbitrumone_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpToken_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpToken_filter + orderBy: arbitrumone_swap_LpToken_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpToken!]! - optimism_swap_lpTransferEvent( + ): [arbitrumone_swap_LpToken!]! + arbitrumone_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpTransferEvent - optimism_swap_lpTransferEvents( + ): arbitrumone_swap_LpTransferEvent + arbitrumone_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpTransferEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpTransferEvent_filter + orderBy: arbitrumone_swap_LpTransferEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpTransferEvent!]! - optimism_swap_stableSwapEvent( + ): [arbitrumone_swap_LpTransferEvent!]! + arbitrumone_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapEvent - optimism_swap_stableSwapEvents( + ): arbitrumone_swap_StableSwapEvent + arbitrumone_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapEvent_filter + orderBy: arbitrumone_swap_StableSwapEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapEvent!]! - optimism_swap_swapTradeVolume( + ): [arbitrumone_swap_StableSwapEvent!]! + arbitrumone_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapTradeVolume - optimism_swap_swapTradeVolumes( + ): arbitrumone_swap_SwapTradeVolume + arbitrumone_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapTradeVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapTradeVolume_filter + orderBy: arbitrumone_swap_SwapTradeVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapTradeVolume!]! - optimism_swap_lpTokenEvent( + ): [arbitrumone_swap_SwapTradeVolume!]! + arbitrumone_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpTokenEvent - optimism_swap_lpTokenEvents( + ): arbitrumone_swap_LpTokenEvent + arbitrumone_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpTokenEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpTokenEvent_filter + orderBy: arbitrumone_swap_LpTokenEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpTokenEvent!]! + ): [arbitrumone_swap_LpTokenEvent!]! """Access to subgraph metadata""" - optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__Meta_ - arbitrumone_swap_systemInfo( + arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ + xdai_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SystemInfo - arbitrumone_swap_systemInfos( + ): xdai_swap_SystemInfo + xdai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SystemInfo_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SystemInfo_filter + orderBy: xdai_swap_SystemInfo_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SystemInfo!]! - arbitrumone_swap_pooledToken( + ): [xdai_swap_SystemInfo!]! + xdai_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_PooledToken - arbitrumone_swap_pooledTokens( + ): xdai_swap_PooledToken + xdai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_PooledToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_PooledToken_filter + orderBy: xdai_swap_PooledToken_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_PooledToken!]! - arbitrumone_swap_stableSwap( + ): [xdai_swap_PooledToken!]! + xdai_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwap - arbitrumone_swap_stableSwaps( + ): xdai_swap_StableSwap + xdai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwap_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwap_filter + orderBy: xdai_swap_StableSwap_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwap!]! - arbitrumone_swap_stableSwapAddLiquidityEvent( + ): [xdai_swap_StableSwap!]! + xdai_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapAddLiquidityEvent - arbitrumone_swap_stableSwapAddLiquidityEvents( + ): xdai_swap_StableSwapAddLiquidityEvent + xdai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapAddLiquidityEvent_filter + orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapAddLiquidityEvent!]! - arbitrumone_swap_stableSwapRemoveLiquidityEvent( + ): [xdai_swap_StableSwapAddLiquidityEvent!]! + xdai_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapRemoveLiquidityEvent - arbitrumone_swap_stableSwapRemoveLiquidityEvents( + ): xdai_swap_StableSwapRemoveLiquidityEvent + xdai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumone_swap_stableSwapExchange( + ): [xdai_swap_StableSwapRemoveLiquidityEvent!]! + xdai_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapExchange - arbitrumone_swap_stableSwapExchanges( + ): xdai_swap_StableSwapExchange + xdai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapExchange_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapExchange_filter + orderBy: xdai_swap_StableSwapExchange_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapExchange!]! - arbitrumone_swap_swapDailyVolume( + ): [xdai_swap_StableSwapExchange!]! + xdai_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapDailyVolume - arbitrumone_swap_swapDailyVolumes( + ): xdai_swap_SwapDailyVolume + xdai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapDailyVolume_filter + orderBy: xdai_swap_SwapDailyVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapDailyVolume!]! - arbitrumone_swap_swapHourlyVolume( + ): [xdai_swap_SwapDailyVolume!]! + xdai_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapHourlyVolume - arbitrumone_swap_swapHourlyVolumes( + ): xdai_swap_SwapHourlyVolume + xdai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapHourlyVolume_filter + orderBy: xdai_swap_SwapHourlyVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapHourlyVolume!]! - arbitrumone_swap_swapWeeklyVolume( + ): [xdai_swap_SwapHourlyVolume!]! + xdai_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapWeeklyVolume - arbitrumone_swap_swapWeeklyVolumes( + ): xdai_swap_SwapWeeklyVolume + xdai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapWeeklyVolume_filter + orderBy: xdai_swap_SwapWeeklyVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapWeeklyVolume!]! - arbitrumone_swap_lpAccount( + ): [xdai_swap_SwapWeeklyVolume!]! + xdai_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccount - arbitrumone_swap_lpAccounts( + ): xdai_swap_LpAccount + xdai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccount_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccount_filter + orderBy: xdai_swap_LpAccount_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccount!]! - arbitrumone_swap_lpAccountBalance( + ): [xdai_swap_LpAccount!]! + xdai_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccountBalance - arbitrumone_swap_lpAccountBalances( + ): xdai_swap_LpAccountBalance + xdai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccountBalance_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccountBalance_filter + orderBy: xdai_swap_LpAccountBalance_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccountBalance!]! - arbitrumone_swap_lpToken( + ): [xdai_swap_LpAccountBalance!]! + xdai_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpToken - arbitrumone_swap_lpTokens( + ): xdai_swap_LpToken + xdai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpToken_filter + orderBy: xdai_swap_LpToken_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpToken!]! - arbitrumone_swap_lpTransferEvent( + ): [xdai_swap_LpToken!]! + xdai_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTransferEvent - arbitrumone_swap_lpTransferEvents( + ): xdai_swap_LpTransferEvent + xdai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTransferEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTransferEvent_filter + orderBy: xdai_swap_LpTransferEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTransferEvent!]! - arbitrumone_swap_stableSwapEvent( + ): [xdai_swap_LpTransferEvent!]! + xdai_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapEvent - arbitrumone_swap_stableSwapEvents( + ): xdai_swap_StableSwapEvent + xdai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapEvent_filter + orderBy: xdai_swap_StableSwapEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapEvent!]! - arbitrumone_swap_swapTradeVolume( + ): [xdai_swap_StableSwapEvent!]! + xdai_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapTradeVolume - arbitrumone_swap_swapTradeVolumes( + ): xdai_swap_SwapTradeVolume + xdai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapTradeVolume_filter + orderBy: xdai_swap_SwapTradeVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapTradeVolume!]! - arbitrumone_swap_lpTokenEvent( + ): [xdai_swap_SwapTradeVolume!]! + xdai_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTokenEvent - arbitrumone_swap_lpTokenEvents( + ): xdai_swap_LpTokenEvent + xdai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTokenEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTokenEvent_filter + orderBy: xdai_swap_LpTokenEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTokenEvent!]! + ): [xdai_swap_LpTokenEvent!]! """Access to subgraph metadata""" - arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ - xdai_swap_systemInfo( + xdai_swap__meta(block: xdai_swap_Block_height): xdai_swap__Meta_ + polygon_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SystemInfo - xdai_swap_systemInfos( + ): polygon_swap_SystemInfo + polygon_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SystemInfo_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SystemInfo_filter + orderBy: polygon_swap_SystemInfo_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SystemInfo!]! - xdai_swap_pooledToken( + ): [polygon_swap_SystemInfo!]! + polygon_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_PooledToken - xdai_swap_pooledTokens( + ): polygon_swap_PooledToken + polygon_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_PooledToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_PooledToken_filter + orderBy: polygon_swap_PooledToken_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_PooledToken!]! - xdai_swap_stableSwap( + ): [polygon_swap_PooledToken!]! + polygon_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwap - xdai_swap_stableSwaps( + ): polygon_swap_StableSwap + polygon_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwap_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwap_filter + orderBy: polygon_swap_StableSwap_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwap!]! - xdai_swap_stableSwapAddLiquidityEvent( + ): [polygon_swap_StableSwap!]! + polygon_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapAddLiquidityEvent - xdai_swap_stableSwapAddLiquidityEvents( + ): polygon_swap_StableSwapAddLiquidityEvent + polygon_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapAddLiquidityEvent_filter + orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapAddLiquidityEvent!]! - xdai_swap_stableSwapRemoveLiquidityEvent( + ): [polygon_swap_StableSwapAddLiquidityEvent!]! + polygon_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapRemoveLiquidityEvent - xdai_swap_stableSwapRemoveLiquidityEvents( + ): polygon_swap_StableSwapRemoveLiquidityEvent + polygon_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapRemoveLiquidityEvent!]! - xdai_swap_stableSwapExchange( + ): [polygon_swap_StableSwapRemoveLiquidityEvent!]! + polygon_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapExchange - xdai_swap_stableSwapExchanges( + ): polygon_swap_StableSwapExchange + polygon_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapExchange_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapExchange_filter + orderBy: polygon_swap_StableSwapExchange_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapExchange!]! - xdai_swap_swapDailyVolume( + ): [polygon_swap_StableSwapExchange!]! + polygon_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapDailyVolume - xdai_swap_swapDailyVolumes( + ): polygon_swap_SwapDailyVolume + polygon_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapDailyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapDailyVolume_filter + orderBy: polygon_swap_SwapDailyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapDailyVolume!]! - xdai_swap_swapHourlyVolume( + ): [polygon_swap_SwapDailyVolume!]! + polygon_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapHourlyVolume - xdai_swap_swapHourlyVolumes( + ): polygon_swap_SwapHourlyVolume + polygon_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapHourlyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapHourlyVolume_filter + orderBy: polygon_swap_SwapHourlyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapHourlyVolume!]! - xdai_swap_swapWeeklyVolume( + ): [polygon_swap_SwapHourlyVolume!]! + polygon_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapWeeklyVolume - xdai_swap_swapWeeklyVolumes( + ): polygon_swap_SwapWeeklyVolume + polygon_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapWeeklyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapWeeklyVolume_filter + orderBy: polygon_swap_SwapWeeklyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapWeeklyVolume!]! - xdai_swap_lpAccount( + ): [polygon_swap_SwapWeeklyVolume!]! + polygon_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpAccount - xdai_swap_lpAccounts( + ): polygon_swap_LpAccount + polygon_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccount_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccount_filter + orderBy: polygon_swap_LpAccount_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpAccount!]! - xdai_swap_lpAccountBalance( + ): [polygon_swap_LpAccount!]! + polygon_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpAccountBalance - xdai_swap_lpAccountBalances( + ): polygon_swap_LpAccountBalance + polygon_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccountBalance_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccountBalance_filter + orderBy: polygon_swap_LpAccountBalance_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpAccountBalance!]! - xdai_swap_lpToken( + ): [polygon_swap_LpAccountBalance!]! + polygon_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpToken - xdai_swap_lpTokens( + ): polygon_swap_LpToken + polygon_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpToken_filter + orderBy: polygon_swap_LpToken_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpToken!]! - xdai_swap_lpTransferEvent( + ): [polygon_swap_LpToken!]! + polygon_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpTransferEvent - xdai_swap_lpTransferEvents( + ): polygon_swap_LpTransferEvent + polygon_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTransferEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTransferEvent_filter + orderBy: polygon_swap_LpTransferEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpTransferEvent!]! - xdai_swap_stableSwapEvent( + ): [polygon_swap_LpTransferEvent!]! + polygon_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapEvent - xdai_swap_stableSwapEvents( + ): polygon_swap_StableSwapEvent + polygon_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapEvent_filter + orderBy: polygon_swap_StableSwapEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapEvent!]! - xdai_swap_swapTradeVolume( + ): [polygon_swap_StableSwapEvent!]! + polygon_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapTradeVolume - xdai_swap_swapTradeVolumes( + ): polygon_swap_SwapTradeVolume + polygon_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapTradeVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapTradeVolume_filter + orderBy: polygon_swap_SwapTradeVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapTradeVolume!]! - xdai_swap_lpTokenEvent( + ): [polygon_swap_SwapTradeVolume!]! + polygon_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpTokenEvent - xdai_swap_lpTokenEvents( + ): polygon_swap_LpTokenEvent + polygon_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTokenEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTokenEvent_filter + orderBy: polygon_swap_LpTokenEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpTokenEvent!]! + ): [polygon_swap_LpTokenEvent!]! """Access to subgraph metadata""" - xdai_swap__meta(block: xdai_swap_Block_height): xdai_swap__Meta_ + polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__Meta_ avalanche_swap_systemInfo( id: ID! """ @@ -29680,1521 +29680,1521 @@ type Query { } type Subscription { - mantle_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: mantle_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 - ): mantle_swap_SystemInfo - mantle_swap_systemInfos( + ): sepolia_swap_SystemInfo + sepolia_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SystemInfo_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_SystemInfo!]! - mantle_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: mantle_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 - ): mantle_swap_PooledToken - mantle_swap_pooledTokens( + ): sepolia_swap_PooledToken + sepolia_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_PooledToken_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_PooledToken!]! - mantle_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: mantle_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 - ): mantle_swap_StableSwap - mantle_swap_stableSwaps( + ): sepolia_swap_StableSwap + sepolia_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwap_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_StableSwap!]! - mantle_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: mantle_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 - ): mantle_swap_StableSwapAddLiquidityEvent - mantle_swap_stableSwapAddLiquidityEvents( + ): sepolia_swap_StableSwapAddLiquidityEvent + sepolia_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_StableSwapAddLiquidityEvent!]! - mantle_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: mantle_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 - ): mantle_swap_StableSwapRemoveLiquidityEvent - mantle_swap_stableSwapRemoveLiquidityEvents( + ): sepolia_swap_StableSwapRemoveLiquidityEvent + sepolia_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_StableSwapRemoveLiquidityEvent!]! - mantle_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: mantle_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 - ): mantle_swap_StableSwapExchange - mantle_swap_stableSwapExchanges( + ): sepolia_swap_StableSwapExchange + sepolia_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapExchange_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_StableSwapExchange!]! - mantle_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: mantle_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 - ): mantle_swap_SwapDailyVolume - mantle_swap_swapDailyVolumes( + ): sepolia_swap_SwapDailyVolume + sepolia_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapDailyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_SwapDailyVolume!]! - mantle_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: mantle_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 - ): mantle_swap_SwapHourlyVolume - mantle_swap_swapHourlyVolumes( + ): sepolia_swap_SwapHourlyVolume + sepolia_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapHourlyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_SwapHourlyVolume!]! - mantle_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: mantle_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 - ): mantle_swap_SwapWeeklyVolume - mantle_swap_swapWeeklyVolumes( + ): sepolia_swap_SwapWeeklyVolume + sepolia_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapWeeklyVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_SwapWeeklyVolume!]! - mantle_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: mantle_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 - ): mantle_swap_LpAccount - mantle_swap_lpAccounts( + ): sepolia_swap_LpAccount + sepolia_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpAccount_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_LpAccount!]! - mantle_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: mantle_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 - ): mantle_swap_LpAccountBalance - mantle_swap_lpAccountBalances( + ): sepolia_swap_LpAccountBalance + sepolia_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpAccountBalance_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_LpAccountBalance!]! - mantle_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: mantle_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 - ): mantle_swap_LpToken - mantle_swap_lpTokens( + ): sepolia_swap_LpToken + sepolia_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpToken_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_LpToken!]! - mantle_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: mantle_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 - ): mantle_swap_LpTransferEvent - mantle_swap_lpTransferEvents( + ): sepolia_swap_LpTransferEvent + sepolia_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpTransferEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_LpTransferEvent!]! - mantle_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: mantle_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 - ): mantle_swap_StableSwapEvent - mantle_swap_stableSwapEvents( + ): sepolia_swap_StableSwapEvent + sepolia_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_StableSwapEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_StableSwapEvent!]! - mantle_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: mantle_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 - ): mantle_swap_SwapTradeVolume - mantle_swap_swapTradeVolumes( + ): sepolia_swap_SwapTradeVolume + sepolia_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_SwapTradeVolume_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_SwapTradeVolume!]! - mantle_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: mantle_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 - ): mantle_swap_LpTokenEvent - mantle_swap_lpTokenEvents( + ): sepolia_swap_LpTokenEvent + sepolia_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_swap_LpTokenEvent_orderBy - orderDirection: mantle_swap_OrderDirection - where: mantle_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: mantle_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 - ): [mantle_swap_LpTokenEvent!]! + ): [sepolia_swap_LpTokenEvent!]! """Access to subgraph metadata""" - mantle_swap__meta(block: mantle_swap_Block_height): mantle_swap__Meta_ - metis_swap_systemInfo( + sepolia_swap__meta(block: sepolia_swap_Block_height): sepolia_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: metis_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 - ): metis_swap_SystemInfo - metis_swap_systemInfos( + ): optimismsepolia_swap_SystemInfo + optimismsepolia_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SystemInfo_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SystemInfo_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: metis_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 - ): [metis_swap_SystemInfo!]! - metis_swap_pooledToken( + ): [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: metis_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 - ): metis_swap_PooledToken - metis_swap_pooledTokens( + ): optimismsepolia_swap_PooledToken + optimismsepolia_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_PooledToken_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_PooledToken_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: metis_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 - ): [metis_swap_PooledToken!]! - metis_swap_stableSwap( + ): [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: metis_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 - ): metis_swap_StableSwap - metis_swap_stableSwaps( + ): optimismsepolia_swap_StableSwap + optimismsepolia_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwap_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwap_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: metis_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 - ): [metis_swap_StableSwap!]! - metis_swap_stableSwapAddLiquidityEvent( + ): [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: metis_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 - ): metis_swap_StableSwapAddLiquidityEvent - metis_swap_stableSwapAddLiquidityEvents( + ): optimismsepolia_swap_StableSwapAddLiquidityEvent + optimismsepolia_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapAddLiquidityEvent_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: metis_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 - ): [metis_swap_StableSwapAddLiquidityEvent!]! - metis_swap_stableSwapRemoveLiquidityEvent( + ): [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: metis_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 - ): metis_swap_StableSwapRemoveLiquidityEvent - metis_swap_stableSwapRemoveLiquidityEvents( + ): optimismsepolia_swap_StableSwapRemoveLiquidityEvent + optimismsepolia_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapRemoveLiquidityEvent_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: metis_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 - ): [metis_swap_StableSwapRemoveLiquidityEvent!]! - metis_swap_stableSwapExchange( + ): [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: metis_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 - ): metis_swap_StableSwapExchange - metis_swap_stableSwapExchanges( + ): optimismsepolia_swap_StableSwapExchange + optimismsepolia_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapExchange_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapExchange_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: metis_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 - ): [metis_swap_StableSwapExchange!]! - metis_swap_swapDailyVolume( + ): [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: metis_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 - ): metis_swap_SwapDailyVolume - metis_swap_swapDailyVolumes( + ): optimismsepolia_swap_SwapDailyVolume + optimismsepolia_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapDailyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapDailyVolume_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: metis_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 - ): [metis_swap_SwapDailyVolume!]! - metis_swap_swapHourlyVolume( + ): [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: metis_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 - ): metis_swap_SwapHourlyVolume - metis_swap_swapHourlyVolumes( + ): optimismsepolia_swap_SwapHourlyVolume + optimismsepolia_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapHourlyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapHourlyVolume_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: metis_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 - ): [metis_swap_SwapHourlyVolume!]! - metis_swap_swapWeeklyVolume( + ): [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: metis_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 - ): metis_swap_SwapWeeklyVolume - metis_swap_swapWeeklyVolumes( + ): optimismsepolia_swap_SwapWeeklyVolume + optimismsepolia_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapWeeklyVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapWeeklyVolume_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: metis_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 - ): [metis_swap_SwapWeeklyVolume!]! - metis_swap_lpAccount( + ): [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: metis_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 - ): metis_swap_LpAccount - metis_swap_lpAccounts( + ): optimismsepolia_swap_LpAccount + optimismsepolia_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpAccount_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpAccount_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: metis_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 - ): [metis_swap_LpAccount!]! - metis_swap_lpAccountBalance( + ): [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: metis_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 - ): metis_swap_LpAccountBalance - metis_swap_lpAccountBalances( + ): optimismsepolia_swap_LpAccountBalance + optimismsepolia_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpAccountBalance_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpAccountBalance_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: metis_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 - ): [metis_swap_LpAccountBalance!]! - metis_swap_lpToken( + ): [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: metis_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 - ): metis_swap_LpToken - metis_swap_lpTokens( + ): optimismsepolia_swap_LpToken + optimismsepolia_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpToken_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpToken_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: metis_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 - ): [metis_swap_LpToken!]! - metis_swap_lpTransferEvent( + ): [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: metis_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 - ): metis_swap_LpTransferEvent - metis_swap_lpTransferEvents( + ): optimismsepolia_swap_LpTransferEvent + optimismsepolia_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpTransferEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpTransferEvent_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: metis_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 - ): [metis_swap_LpTransferEvent!]! - metis_swap_stableSwapEvent( + ): [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: metis_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 - ): metis_swap_StableSwapEvent - metis_swap_stableSwapEvents( + ): optimismsepolia_swap_StableSwapEvent + optimismsepolia_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_StableSwapEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_StableSwapEvent_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: metis_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 - ): [metis_swap_StableSwapEvent!]! - metis_swap_swapTradeVolume( + ): [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: metis_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 - ): metis_swap_SwapTradeVolume - metis_swap_swapTradeVolumes( + ): optimismsepolia_swap_SwapTradeVolume + optimismsepolia_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_SwapTradeVolume_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_SwapTradeVolume_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: metis_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 - ): [metis_swap_SwapTradeVolume!]! - metis_swap_lpTokenEvent( + ): [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: metis_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 - ): metis_swap_LpTokenEvent - metis_swap_lpTokenEvents( + ): optimismsepolia_swap_LpTokenEvent + optimismsepolia_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_swap_LpTokenEvent_orderBy - orderDirection: metis_swap_OrderDirection - where: metis_swap_LpTokenEvent_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: metis_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 - ): [metis_swap_LpTokenEvent!]! + ): [optimismsepolia_swap_LpTokenEvent!]! """Access to subgraph metadata""" - metis_swap__meta(block: metis_swap_Block_height): metis_swap__Meta_ - zksync_swap_systemInfo( + optimismsepolia_swap__meta(block: optimismsepolia_swap_Block_height): optimismsepolia_swap__Meta_ + sepolia_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: zksync_swap_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 - ): zksync_swap_SystemInfo - zksync_swap_systemInfos( + ): sepolia_RootAggregated + sepolia_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SystemInfo_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SystemInfo_filter + orderBy: sepolia_RootAggregated_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_SystemInfo!]! - zksync_swap_pooledToken( + ): [sepolia_RootAggregated!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_PooledToken - zksync_swap_pooledTokens( + ): sepolia_RootPropagated + sepolia_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_PooledToken_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_PooledToken_filter + orderBy: sepolia_RootPropagated_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_PooledToken!]! - zksync_swap_stableSwap( + ): [sepolia_RootPropagated!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_StableSwap - zksync_swap_stableSwaps( + ): sepolia_AggregatedMessageRoot + sepolia_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwap_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwap_filter + orderBy: sepolia_AggregatedMessageRoot_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_StableSwap!]! - zksync_swap_stableSwapAddLiquidityEvent( + ): [sepolia_AggregatedMessageRoot!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_StableSwapAddLiquidityEvent - zksync_swap_stableSwapAddLiquidityEvents( + ): sepolia_RootManagerMeta + sepolia_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapAddLiquidityEvent_filter + orderBy: sepolia_RootManagerMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_StableSwapAddLiquidityEvent!]! - zksync_swap_stableSwapRemoveLiquidityEvent( + ): [sepolia_RootManagerMeta!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_StableSwapRemoveLiquidityEvent - zksync_swap_stableSwapRemoveLiquidityEvents( + ): sepolia_RootManagerMode + sepolia_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: sepolia_RootManagerMode_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_StableSwapRemoveLiquidityEvent!]! - zksync_swap_stableSwapExchange( + ): [sepolia_RootManagerMode!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_StableSwapExchange - zksync_swap_stableSwapExchanges( + ): sepolia_OptimisticRootProposed + sepolia_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapExchange_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapExchange_filter + orderBy: sepolia_OptimisticRootProposed_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_StableSwapExchange!]! - zksync_swap_swapDailyVolume( + ): [sepolia_OptimisticRootProposed!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_SwapDailyVolume - zksync_swap_swapDailyVolumes( + ): sepolia_HubOptimisticRootFinalized + sepolia_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapDailyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapDailyVolume_filter + orderBy: sepolia_HubOptimisticRootFinalized_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_SwapDailyVolume!]! - zksync_swap_swapHourlyVolume( + ): [sepolia_HubOptimisticRootFinalized!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_SwapHourlyVolume - zksync_swap_swapHourlyVolumes( + ): sepolia_OptimisticRootPropagated + sepolia_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapHourlyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapHourlyVolume_filter + orderBy: sepolia_OptimisticRootPropagated_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_SwapHourlyVolume!]! - zksync_swap_swapWeeklyVolume( + ): [sepolia_OptimisticRootPropagated!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_SwapWeeklyVolume - zksync_swap_swapWeeklyVolumes( + ): sepolia_PolygonConnectorMeta + sepolia_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapWeeklyVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapWeeklyVolume_filter + orderBy: sepolia_PolygonConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_SwapWeeklyVolume!]! - zksync_swap_lpAccount( + ): [sepolia_PolygonConnectorMeta!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_LpAccount - zksync_swap_lpAccounts( + ): sepolia_OptimismConnectorMeta + sepolia_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpAccount_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpAccount_filter + orderBy: sepolia_OptimismConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_LpAccount!]! - zksync_swap_lpAccountBalance( + ): [sepolia_OptimismConnectorMeta!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_LpAccountBalance - zksync_swap_lpAccountBalances( + ): sepolia_BnbConnectorMeta + sepolia_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpAccountBalance_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpAccountBalance_filter + orderBy: sepolia_BnbConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_LpAccountBalance!]! - zksync_swap_lpToken( + ): [sepolia_BnbConnectorMeta!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_LpToken - zksync_swap_lpTokens( + ): sepolia_ArbitrumConnectorMeta + sepolia_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpToken_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpToken_filter + orderBy: sepolia_ArbitrumConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_LpToken!]! - zksync_swap_lpTransferEvent( + ): [sepolia_ArbitrumConnectorMeta!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_LpTransferEvent - zksync_swap_lpTransferEvents( + ): sepolia_GnosisConnectorMeta + sepolia_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpTransferEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpTransferEvent_filter + orderBy: sepolia_GnosisConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_LpTransferEvent!]! - zksync_swap_stableSwapEvent( + ): [sepolia_GnosisConnectorMeta!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_StableSwapEvent - zksync_swap_stableSwapEvents( + ): sepolia_LineaConnectorMeta + sepolia_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_StableSwapEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_StableSwapEvent_filter + orderBy: sepolia_LineaConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_StableSwapEvent!]! - zksync_swap_swapTradeVolume( + ): [sepolia_LineaConnectorMeta!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_SwapTradeVolume - zksync_swap_swapTradeVolumes( + ): sepolia_MetisConnectorMeta + sepolia_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_SwapTradeVolume_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_SwapTradeVolume_filter + orderBy: sepolia_MetisConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_SwapTradeVolume!]! - zksync_swap_lpTokenEvent( + ): [sepolia_MetisConnectorMeta!]! + sepolia_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: zksync_swap_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 - ): zksync_swap_LpTokenEvent - zksync_swap_lpTokenEvents( + ): sepolia_MantleConnectorMeta + sepolia_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_swap_LpTokenEvent_orderBy - orderDirection: zksync_swap_OrderDirection - where: zksync_swap_LpTokenEvent_filter + orderBy: sepolia_MantleConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: zksync_swap_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 - ): [zksync_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - zksync_swap__meta(block: zksync_swap_Block_height): zksync_swap__Meta_ - arbitrumsepolia_swap_systemInfo( + ): [sepolia_MantleConnectorMeta!]! + sepolia_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: arbitrumsepolia_swap_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 - ): arbitrumsepolia_swap_SystemInfo - arbitrumsepolia_swap_systemInfos( + ): sepolia_AvalancheConnectorMeta + sepolia_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SystemInfo_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SystemInfo_filter + orderBy: sepolia_AvalancheConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_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 - ): [arbitrumsepolia_swap_SystemInfo!]! - arbitrumsepolia_swap_pooledToken( + ): [sepolia_AvalancheConnectorMeta!]! + sepolia_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: arbitrumsepolia_swap_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 - ): arbitrumsepolia_swap_PooledToken - arbitrumsepolia_swap_pooledTokens( + ): sepolia_BaseConnectorMeta + sepolia_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_PooledToken_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_PooledToken_filter + orderBy: sepolia_BaseConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_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 - ): [arbitrumsepolia_swap_PooledToken!]! - arbitrumsepolia_swap_stableSwap( + ): [sepolia_BaseConnectorMeta!]! + sepolia_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: arbitrumsepolia_swap_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 - ): arbitrumsepolia_swap_StableSwap - arbitrumsepolia_swap_stableSwaps( + ): sepolia_PolygonZkConnectorMeta + sepolia_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwap_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwap_filter + orderBy: sepolia_PolygonZkConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_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 - ): [arbitrumsepolia_swap_StableSwap!]! - arbitrumsepolia_swap_stableSwapAddLiquidityEvent( + ): [sepolia_PolygonZkConnectorMeta!]! + sepolia_x1ConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on 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_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_X1ConnectorMeta + sepolia_x1ConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_filter + orderBy: sepolia_X1ConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_X1ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on 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_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_X1ConnectorMeta!]! + sepolia_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: arbitrumsepolia_swap_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 - ): arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent - arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents( + ): sepolia_ZkSyncConnectorMeta + sepolia_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: sepolia_ZkSyncConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_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 - ): [arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumsepolia_swap_stableSwapExchange( + ): [sepolia_ZkSyncConnectorMeta!]! + sepolia_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: arbitrumsepolia_swap_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 - ): arbitrumsepolia_swap_StableSwapExchange - arbitrumsepolia_swap_stableSwapExchanges( + ): sepolia_ModeConnectorMeta + sepolia_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapExchange_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapExchange_filter + orderBy: sepolia_ModeConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_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 - ): [arbitrumsepolia_swap_StableSwapExchange!]! - arbitrumsepolia_swap_swapDailyVolume( + ): [sepolia_ModeConnectorMeta!]! + sepolia_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: arbitrumsepolia_swap_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 - ): arbitrumsepolia_swap_SwapDailyVolume - arbitrumsepolia_swap_swapDailyVolumes( + ): sepolia_ScrollConnectorMeta + sepolia_scrollConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapDailyVolume_filter + orderBy: sepolia_ScrollConnectorMeta_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_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 - ): [arbitrumsepolia_swap_SwapDailyVolume!]! - arbitrumsepolia_swap_swapHourlyVolume( + ): [sepolia_ScrollConnectorMeta!]! + sepolia_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: arbitrumsepolia_swap_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 - ): arbitrumsepolia_swap_SwapHourlyVolume - arbitrumsepolia_swap_swapHourlyVolumes( + ): sepolia_RootMessageProcessed + sepolia_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapHourlyVolume_filter + orderBy: sepolia_RootMessageProcessed_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_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 - ): [arbitrumsepolia_swap_SwapHourlyVolume!]! - arbitrumsepolia_swap_swapWeeklyVolume( + ): [sepolia_RootMessageProcessed!]! + sepolia_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: arbitrumsepolia_swap_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 - ): arbitrumsepolia_swap_SwapWeeklyVolume - arbitrumsepolia_swap_swapWeeklyVolumes( + ): sepolia_AggregateRootSavedSlow + sepolia_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapWeeklyVolume_filter + orderBy: sepolia_AggregateRootSavedSlow_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_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 - ): [arbitrumsepolia_swap_SwapWeeklyVolume!]! - arbitrumsepolia_swap_lpAccount( + ): [sepolia_AggregateRootSavedSlow!]! + sepolia_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: arbitrumsepolia_swap_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 - ): arbitrumsepolia_swap_LpAccount - arbitrumsepolia_swap_lpAccounts( + ): sepolia_HubDomain + sepolia_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpAccount_orderBy - orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpAccount_filter + orderBy: sepolia_HubDomain_orderBy + orderDirection: sepolia_OrderDirection + where: sepolia_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: arbitrumsepolia_swap_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 - ): [arbitrumsepolia_swap_LpAccount!]! - arbitrumsepolia_swap_lpAccountBalance( + ): [sepolia_HubDomain!]! + """Access to subgraph metadata""" + sepolia__meta(block: sepolia_Block_height): sepolia__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. @@ -31204,13 +31204,13 @@ type Subscription { 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( + ): arbitrumsepolia_swap_SystemInfo + arbitrumsepolia_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpAccountBalance_orderBy + orderBy: arbitrumsepolia_swap_SystemInfo_orderBy orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpAccountBalance_filter + 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. """ @@ -31219,8 +31219,8 @@ type Subscription { 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( + ): [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. @@ -31230,13 +31230,13 @@ type Subscription { 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( + ): arbitrumsepolia_swap_PooledToken + arbitrumsepolia_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpToken_orderBy + orderBy: arbitrumsepolia_swap_PooledToken_orderBy orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpToken_filter + 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. """ @@ -31245,8 +31245,8 @@ type Subscription { 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( + ): [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. @@ -31256,13 +31256,13 @@ type Subscription { 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( + ): arbitrumsepolia_swap_StableSwap + arbitrumsepolia_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpTransferEvent_orderBy + orderBy: arbitrumsepolia_swap_StableSwap_orderBy orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpTransferEvent_filter + 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. """ @@ -31271,8 +31271,8 @@ type Subscription { 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( + ): [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. @@ -31282,13 +31282,13 @@ type Subscription { 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( + ): arbitrumsepolia_swap_StableSwapAddLiquidityEvent + arbitrumsepolia_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_StableSwapEvent_orderBy + orderBy: arbitrumsepolia_swap_StableSwapAddLiquidityEvent_orderBy orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_StableSwapEvent_filter + 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. """ @@ -31297,8 +31297,8 @@ type Subscription { 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( + ): [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. @@ -31308,13 +31308,13 @@ type Subscription { 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( + ): arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent + arbitrumsepolia_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_SwapTradeVolume_orderBy + orderBy: arbitrumsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_SwapTradeVolume_filter + 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. """ @@ -31323,8 +31323,8 @@ type Subscription { 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( + ): [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. @@ -31334,13 +31334,13 @@ type Subscription { 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( + ): arbitrumsepolia_swap_StableSwapExchange + arbitrumsepolia_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_swap_LpTokenEvent_orderBy + orderBy: arbitrumsepolia_swap_StableSwapExchange_orderBy orderDirection: arbitrumsepolia_swap_OrderDirection - where: arbitrumsepolia_swap_LpTokenEvent_filter + 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. """ @@ -31349,2696 +31349,2694 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumsepolia_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - arbitrumsepolia_swap__meta(block: arbitrumsepolia_swap_Block_height): arbitrumsepolia_swap__Meta_ - optimismsepolia_swap_systemInfo( + ): [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: optimismsepolia_swap_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 - ): optimismsepolia_swap_SystemInfo - optimismsepolia_swap_systemInfos( + ): arbitrumsepolia_swap_SwapDailyVolume + arbitrumsepolia_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SystemInfo_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SystemInfo_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: optimismsepolia_swap_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 - ): [optimismsepolia_swap_SystemInfo!]! - optimismsepolia_swap_pooledToken( + ): [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: optimismsepolia_swap_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 - ): optimismsepolia_swap_PooledToken - optimismsepolia_swap_pooledTokens( + ): arbitrumsepolia_swap_SwapHourlyVolume + arbitrumsepolia_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_PooledToken_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_PooledToken_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: optimismsepolia_swap_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 - ): [optimismsepolia_swap_PooledToken!]! - optimismsepolia_swap_stableSwap( + ): [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: optimismsepolia_swap_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 - ): optimismsepolia_swap_StableSwap - optimismsepolia_swap_stableSwaps( + ): arbitrumsepolia_swap_SwapWeeklyVolume + arbitrumsepolia_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwap_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwap_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: optimismsepolia_swap_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 - ): [optimismsepolia_swap_StableSwap!]! - optimismsepolia_swap_stableSwapAddLiquidityEvent( + ): [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: optimismsepolia_swap_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 - ): optimismsepolia_swap_StableSwapAddLiquidityEvent - optimismsepolia_swap_stableSwapAddLiquidityEvents( + ): arbitrumsepolia_swap_LpAccount + arbitrumsepolia_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapAddLiquidityEvent_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: optimismsepolia_swap_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 - ): [optimismsepolia_swap_StableSwapAddLiquidityEvent!]! - optimismsepolia_swap_stableSwapRemoveLiquidityEvent( + ): [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: optimismsepolia_swap_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 - ): optimismsepolia_swap_StableSwapRemoveLiquidityEvent - optimismsepolia_swap_stableSwapRemoveLiquidityEvents( + ): arbitrumsepolia_swap_LpAccountBalance + arbitrumsepolia_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapRemoveLiquidityEvent_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: optimismsepolia_swap_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 - ): [optimismsepolia_swap_StableSwapRemoveLiquidityEvent!]! - optimismsepolia_swap_stableSwapExchange( + ): [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: optimismsepolia_swap_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 - ): optimismsepolia_swap_StableSwapExchange - optimismsepolia_swap_stableSwapExchanges( + ): arbitrumsepolia_swap_LpToken + arbitrumsepolia_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapExchange_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapExchange_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: optimismsepolia_swap_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 - ): [optimismsepolia_swap_StableSwapExchange!]! - optimismsepolia_swap_swapDailyVolume( + ): [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: optimismsepolia_swap_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 - ): optimismsepolia_swap_SwapDailyVolume - optimismsepolia_swap_swapDailyVolumes( + ): arbitrumsepolia_swap_LpTransferEvent + arbitrumsepolia_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SwapDailyVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapDailyVolume_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: optimismsepolia_swap_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 - ): [optimismsepolia_swap_SwapDailyVolume!]! - optimismsepolia_swap_swapHourlyVolume( + ): [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: optimismsepolia_swap_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 - ): optimismsepolia_swap_SwapHourlyVolume - optimismsepolia_swap_swapHourlyVolumes( + ): arbitrumsepolia_swap_StableSwapEvent + arbitrumsepolia_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SwapHourlyVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapHourlyVolume_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: optimismsepolia_swap_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 - ): [optimismsepolia_swap_SwapHourlyVolume!]! - optimismsepolia_swap_swapWeeklyVolume( + ): [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: optimismsepolia_swap_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 - ): optimismsepolia_swap_SwapWeeklyVolume - optimismsepolia_swap_swapWeeklyVolumes( + ): arbitrumsepolia_swap_SwapTradeVolume + arbitrumsepolia_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SwapWeeklyVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapWeeklyVolume_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: optimismsepolia_swap_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 - ): [optimismsepolia_swap_SwapWeeklyVolume!]! - optimismsepolia_swap_lpAccount( + ): [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: optimismsepolia_swap_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 - ): optimismsepolia_swap_LpAccount - optimismsepolia_swap_lpAccounts( + ): arbitrumsepolia_swap_LpTokenEvent + arbitrumsepolia_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpAccount_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpAccount_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: optimismsepolia_swap_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 - ): [optimismsepolia_swap_LpAccount!]! - optimismsepolia_swap_lpAccountBalance( + ): [arbitrumsepolia_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + arbitrumsepolia_swap__meta(block: arbitrumsepolia_swap_Block_height): arbitrumsepolia_swap__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: optimismsepolia_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 - ): optimismsepolia_swap_LpAccountBalance - optimismsepolia_swap_lpAccountBalances( + ): arbitrumsepolia_Asset + arbitrumsepolia_assets( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpAccountBalance_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpAccountBalance_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: optimismsepolia_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 - ): [optimismsepolia_swap_LpAccountBalance!]! - optimismsepolia_swap_lpToken( + ): [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: optimismsepolia_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 - ): optimismsepolia_swap_LpToken - optimismsepolia_swap_lpTokens( + ): arbitrumsepolia_AssetStatus + arbitrumsepolia_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpToken_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpToken_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: optimismsepolia_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 - ): [optimismsepolia_swap_LpToken!]! - optimismsepolia_swap_lpTransferEvent( + ): [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: optimismsepolia_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 - ): optimismsepolia_swap_LpTransferEvent - optimismsepolia_swap_lpTransferEvents( + ): arbitrumsepolia_AssetBalance + arbitrumsepolia_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpTransferEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpTransferEvent_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: optimismsepolia_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 - ): [optimismsepolia_swap_LpTransferEvent!]! - optimismsepolia_swap_stableSwapEvent( + ): [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: optimismsepolia_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 - ): optimismsepolia_swap_StableSwapEvent - optimismsepolia_swap_stableSwapEvents( + ): arbitrumsepolia_Router + arbitrumsepolia_routers( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_StableSwapEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_StableSwapEvent_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: optimismsepolia_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 - ): [optimismsepolia_swap_StableSwapEvent!]! - optimismsepolia_swap_swapTradeVolume( + ): [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: optimismsepolia_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 - ): optimismsepolia_swap_SwapTradeVolume - optimismsepolia_swap_swapTradeVolumes( + ): arbitrumsepolia_RouterDailyTVL + arbitrumsepolia_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_SwapTradeVolume_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_SwapTradeVolume_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: optimismsepolia_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 - ): [optimismsepolia_swap_SwapTradeVolume!]! - optimismsepolia_swap_lpTokenEvent( + ): [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: optimismsepolia_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 - ): optimismsepolia_swap_LpTokenEvent - optimismsepolia_swap_lpTokenEvents( + ): arbitrumsepolia_RouterLiquidityEvent + arbitrumsepolia_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_swap_LpTokenEvent_orderBy - orderDirection: optimismsepolia_swap_OrderDirection - where: optimismsepolia_swap_LpTokenEvent_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: optimismsepolia_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 - ): [optimismsepolia_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - optimismsepolia_swap__meta(block: optimismsepolia_swap_Block_height): optimismsepolia_swap__Meta_ - sepolia_rootAggregated( + ): [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: sepolia_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 - ): sepolia_RootAggregated - sepolia_rootAggregateds( + ): arbitrumsepolia_Setting + arbitrumsepolia_settings( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootAggregated_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootAggregated_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: sepolia_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 - ): [sepolia_RootAggregated!]! - sepolia_rootPropagated( + ): [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: sepolia_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 - ): sepolia_RootPropagated - sepolia_rootPropagateds( + ): arbitrumsepolia_Relayer + arbitrumsepolia_relayers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootPropagated_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootPropagated_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: sepolia_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 - ): [sepolia_RootPropagated!]! - sepolia_aggregatedMessageRoot( + ): [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: sepolia_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 - ): sepolia_AggregatedMessageRoot - sepolia_aggregatedMessageRoots( + ): arbitrumsepolia_Sequencer + arbitrumsepolia_sequencers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AggregatedMessageRoot_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_AggregatedMessageRoot_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: sepolia_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 - ): [sepolia_AggregatedMessageRoot!]! - sepolia_rootManagerMeta( + ): [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: sepolia_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 - ): sepolia_RootManagerMeta - sepolia_rootManagerMetas( + ): arbitrumsepolia_RelayerFee + arbitrumsepolia_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootManagerMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootManagerMeta_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: sepolia_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 - ): [sepolia_RootManagerMeta!]! - sepolia_rootManagerMode( + ): [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: sepolia_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 - ): sepolia_RootManagerMode - sepolia_rootManagerModes( + ): arbitrumsepolia_OriginTransfer + arbitrumsepolia_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootManagerMode_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootManagerMode_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: sepolia_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 - ): [sepolia_RootManagerMode!]! - sepolia_optimisticRootProposed( + ): [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: sepolia_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 - ): sepolia_OptimisticRootProposed - sepolia_optimisticRootProposeds( + ): arbitrumsepolia_DestinationTransfer + arbitrumsepolia_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimisticRootProposed_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_OptimisticRootProposed_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: sepolia_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 - ): [sepolia_OptimisticRootProposed!]! - sepolia_hubOptimisticRootFinalized( + ): [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: sepolia_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 - ): sepolia_HubOptimisticRootFinalized - sepolia_hubOptimisticRootFinalizeds( + ): arbitrumsepolia_OriginMessage + arbitrumsepolia_originMessages( skip: Int = 0 first: Int = 100 - orderBy: sepolia_HubOptimisticRootFinalized_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_HubOptimisticRootFinalized_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: sepolia_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 - ): [sepolia_HubOptimisticRootFinalized!]! - sepolia_optimisticRootPropagated( + ): [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: sepolia_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 - ): sepolia_OptimisticRootPropagated - sepolia_optimisticRootPropagateds( + ): arbitrumsepolia_AggregateRoot + arbitrumsepolia_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimisticRootPropagated_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_OptimisticRootPropagated_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: sepolia_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 - ): [sepolia_OptimisticRootPropagated!]! - sepolia_polygonConnectorMeta( + ): [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: sepolia_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 - ): sepolia_PolygonConnectorMeta - sepolia_polygonConnectorMetas( + ): arbitrumsepolia_ConnectorMeta + arbitrumsepolia_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: sepolia_PolygonConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_PolygonConnectorMeta_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: sepolia_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 - ): [sepolia_PolygonConnectorMeta!]! - sepolia_optimismConnectorMeta( + ): [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: sepolia_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 - ): sepolia_OptimismConnectorMeta - sepolia_optimismConnectorMetas( + ): arbitrumsepolia_RootCount + arbitrumsepolia_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimismConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_OptimismConnectorMeta_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: sepolia_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 - ): [sepolia_OptimismConnectorMeta!]! - sepolia_bnbConnectorMeta( + ): [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: sepolia_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 - ): sepolia_BnbConnectorMeta - sepolia_bnbConnectorMetas( + ): arbitrumsepolia_RootMessageSent + arbitrumsepolia_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_BnbConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_BnbConnectorMeta_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: sepolia_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 - ): [sepolia_BnbConnectorMeta!]! - sepolia_arbitrumConnectorMeta( + ): [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: sepolia_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 - ): sepolia_ArbitrumConnectorMeta - sepolia_arbitrumConnectorMetas( + ): arbitrumsepolia_RelayerFeesIncrease + arbitrumsepolia_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ArbitrumConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_ArbitrumConnectorMeta_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: sepolia_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 - ): [sepolia_ArbitrumConnectorMeta!]! - sepolia_gnosisConnectorMeta( + ): [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: sepolia_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 - ): sepolia_GnosisConnectorMeta - sepolia_gnosisConnectorMetas( + ): arbitrumsepolia_SlippageUpdate + arbitrumsepolia_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: sepolia_GnosisConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_GnosisConnectorMeta_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: sepolia_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 - ): [sepolia_GnosisConnectorMeta!]! - sepolia_lineaConnectorMeta( + ): [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: sepolia_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 - ): sepolia_LineaConnectorMeta - sepolia_lineaConnectorMetas( + ): arbitrumsepolia_SnapshotRoot + arbitrumsepolia_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_LineaConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_LineaConnectorMeta_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: sepolia_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 - ): [sepolia_LineaConnectorMeta!]! - sepolia_metisConnectorMeta( + ): [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: sepolia_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 - ): sepolia_MetisConnectorMeta - sepolia_metisConnectorMetas( + ): arbitrumsepolia_SpokeConnectorMode + arbitrumsepolia_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_MetisConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_MetisConnectorMeta_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: sepolia_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 - ): [sepolia_MetisConnectorMeta!]! - sepolia_mantleConnectorMeta( + ): [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: sepolia_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 - ): sepolia_MantleConnectorMeta - sepolia_mantleConnectorMetas( + ): arbitrumsepolia_AggregateRootProposed + arbitrumsepolia_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_MantleConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_MantleConnectorMeta_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: sepolia_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 - ): [sepolia_MantleConnectorMeta!]! - sepolia_avalancheConnectorMeta( + ): [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: sepolia_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 - ): sepolia_AvalancheConnectorMeta - sepolia_avalancheConnectorMetas( + ): arbitrumsepolia_OptimisticRootFinalized + arbitrumsepolia_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AvalancheConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_AvalancheConnectorMeta_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: sepolia_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 - ): [sepolia_AvalancheConnectorMeta!]! - sepolia_baseConnectorMeta( + ): [arbitrumsepolia_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + arbitrumsepolia__meta(block: arbitrumsepolia_Block_height): arbitrumsepolia__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: sepolia_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 - ): sepolia_BaseConnectorMeta - sepolia_baseConnectorMetas( + ): optimismsepolia_Asset + optimismsepolia_assets( skip: Int = 0 first: Int = 100 - orderBy: sepolia_BaseConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_BaseConnectorMeta_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: sepolia_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 - ): [sepolia_BaseConnectorMeta!]! - sepolia_polygonZkConnectorMeta( + ): [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: sepolia_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 - ): sepolia_PolygonZkConnectorMeta - sepolia_polygonZkConnectorMetas( + ): optimismsepolia_AssetStatus + optimismsepolia_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: sepolia_PolygonZkConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_PolygonZkConnectorMeta_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: sepolia_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 - ): [sepolia_PolygonZkConnectorMeta!]! - sepolia_x1ConnectorMeta( + ): [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: sepolia_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 - ): sepolia_X1ConnectorMeta - sepolia_x1ConnectorMetas( + ): optimismsepolia_AssetBalance + optimismsepolia_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: sepolia_X1ConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_X1ConnectorMeta_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: sepolia_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 - ): [sepolia_X1ConnectorMeta!]! - sepolia_zkSyncConnectorMeta( + ): [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: sepolia_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 - ): sepolia_ZkSyncConnectorMeta - sepolia_zkSyncConnectorMetas( + ): optimismsepolia_Router + optimismsepolia_routers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ZkSyncConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_ZkSyncConnectorMeta_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: sepolia_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 - ): [sepolia_ZkSyncConnectorMeta!]! - sepolia_modeConnectorMeta( + ): [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: sepolia_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 - ): sepolia_ModeConnectorMeta - sepolia_modeConnectorMetas( + ): optimismsepolia_RouterDailyTVL + optimismsepolia_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ModeConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_ModeConnectorMeta_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: sepolia_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 - ): [sepolia_ModeConnectorMeta!]! - sepolia_scrollConnectorMeta( + ): [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: sepolia_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 - ): sepolia_ScrollConnectorMeta - sepolia_scrollConnectorMetas( + ): optimismsepolia_RouterLiquidityEvent + optimismsepolia_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ScrollConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_ScrollConnectorMeta_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: sepolia_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 - ): [sepolia_ScrollConnectorMeta!]! - sepolia_rootMessageProcessed( + ): [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: sepolia_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 - ): sepolia_RootMessageProcessed - sepolia_rootMessageProcesseds( + ): optimismsepolia_Setting + optimismsepolia_settings( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootMessageProcessed_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_RootMessageProcessed_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: sepolia_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 - ): [sepolia_RootMessageProcessed!]! - sepolia_aggregateRootSavedSlow( + ): [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: sepolia_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 - ): sepolia_AggregateRootSavedSlow - sepolia_aggregateRootSavedSlows( + ): optimismsepolia_Relayer + optimismsepolia_relayers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AggregateRootSavedSlow_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_AggregateRootSavedSlow_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: sepolia_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 - ): [sepolia_AggregateRootSavedSlow!]! - sepolia_hubDomain( + ): [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: sepolia_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 - ): sepolia_HubDomain - sepolia_hubDomains( + ): optimismsepolia_Sequencer + optimismsepolia_sequencers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_HubDomain_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_HubDomain_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: sepolia_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 - ): [sepolia_HubDomain!]! - """Access to subgraph metadata""" - sepolia__meta(block: sepolia_Block_height): sepolia__Meta_ - stagingmode_asset( + ): [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: stagingmode_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 - ): stagingmode_Asset - stagingmode_assets( + ): optimismsepolia_RelayerFee + optimismsepolia_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Asset_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Asset_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: stagingmode_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 - ): [stagingmode_Asset!]! - stagingmode_assetStatus( + ): [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: stagingmode_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 - ): stagingmode_AssetStatus - stagingmode_assetStatuses( + ): optimismsepolia_OriginTransfer + optimismsepolia_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AssetStatus_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AssetStatus_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: stagingmode_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 - ): [stagingmode_AssetStatus!]! - stagingmode_assetBalance( + ): [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: stagingmode_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 - ): stagingmode_AssetBalance - stagingmode_assetBalances( + ): optimismsepolia_DestinationTransfer + optimismsepolia_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AssetBalance_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AssetBalance_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: stagingmode_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 - ): [stagingmode_AssetBalance!]! - stagingmode_router( + ): [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: stagingmode_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 - ): stagingmode_Router - stagingmode_routers( + ): optimismsepolia_OriginMessage + optimismsepolia_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Router_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Router_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: stagingmode_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 - ): [stagingmode_Router!]! - stagingmode_routerDailyTVL( + ): [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: stagingmode_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 - ): stagingmode_RouterDailyTVL - stagingmode_routerDailyTVLs( + ): optimismsepolia_AggregateRoot + optimismsepolia_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RouterDailyTVL_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RouterDailyTVL_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: stagingmode_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 - ): [stagingmode_RouterDailyTVL!]! - stagingmode_routerLiquidityEvent( + ): [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: stagingmode_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 - ): stagingmode_RouterLiquidityEvent - stagingmode_routerLiquidityEvents( + ): optimismsepolia_ConnectorMeta + optimismsepolia_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RouterLiquidityEvent_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RouterLiquidityEvent_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: stagingmode_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 - ): [stagingmode_RouterLiquidityEvent!]! - stagingmode_setting( + ): [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: stagingmode_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 - ): stagingmode_Setting - stagingmode_settings( + ): optimismsepolia_RootCount + optimismsepolia_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Setting_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Setting_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: stagingmode_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 - ): [stagingmode_Setting!]! - stagingmode_relayer( + ): [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: stagingmode_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 - ): stagingmode_Relayer - stagingmode_relayers( + ): optimismsepolia_RootMessageSent + optimismsepolia_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Relayer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Relayer_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: stagingmode_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 - ): [stagingmode_Relayer!]! - stagingmode_sequencer( + ): [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: stagingmode_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 - ): stagingmode_Sequencer - stagingmode_sequencers( + ): optimismsepolia_RelayerFeesIncrease + optimismsepolia_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_Sequencer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_Sequencer_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: stagingmode_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 - ): [stagingmode_Sequencer!]! - stagingmode_relayerFee( + ): [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: stagingmode_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 - ): stagingmode_RelayerFee - stagingmode_relayerFees( + ): optimismsepolia_SlippageUpdate + optimismsepolia_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RelayerFee_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_RelayerFee_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: stagingmode_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 - ): [stagingmode_RelayerFee!]! - stagingmode_originTransfer( + ): [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: stagingmode_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 - ): stagingmode_OriginTransfer - stagingmode_originTransfers( + ): optimismsepolia_SnapshotRoot + optimismsepolia_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OriginTransfer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OriginTransfer_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: stagingmode_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 - ): [stagingmode_OriginTransfer!]! - stagingmode_destinationTransfer( + ): [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: stagingmode_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 - ): stagingmode_DestinationTransfer - stagingmode_destinationTransfers( + ): optimismsepolia_SpokeConnectorMode + optimismsepolia_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_DestinationTransfer_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_DestinationTransfer_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: stagingmode_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 - ): [stagingmode_DestinationTransfer!]! - stagingmode_originMessage( + ): [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: stagingmode_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 - ): stagingmode_OriginMessage - stagingmode_originMessages( + ): optimismsepolia_AggregateRootProposed + optimismsepolia_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OriginMessage_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_OriginMessage_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: stagingmode_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 - ): [stagingmode_OriginMessage!]! - stagingmode_aggregateRoot( + ): [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: stagingmode_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 - ): stagingmode_AggregateRoot - stagingmode_aggregateRoots( + ): optimismsepolia_OptimisticRootFinalized + optimismsepolia_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AggregateRoot_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_AggregateRoot_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: stagingmode_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 - ): [stagingmode_AggregateRoot!]! - stagingmode_connectorMeta( + ): [optimismsepolia_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: stagingmode_Block_height + block: mainnet_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( + ): mainnet_RootAggregated + mainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_ConnectorMeta_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_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: stagingmode_Block_height + block: mainnet_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( + ): [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: stagingmode_Block_height + block: mainnet_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( + ): mainnet_RootPropagated + mainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RootCount_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_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: stagingmode_Block_height + block: mainnet_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( + ): [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: stagingmode_Block_height + block: mainnet_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( + ): mainnet_AggregatedMessageRoot + mainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RootMessageSent_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_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: stagingmode_Block_height + block: mainnet_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( + ): [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: stagingmode_Block_height + block: mainnet_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( + ): mainnet_RootManagerMeta + mainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_RelayerFeesIncrease_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_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: stagingmode_Block_height + block: mainnet_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( + ): [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: stagingmode_Block_height + block: mainnet_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( + ): mainnet_RootManagerMode + mainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SlippageUpdate_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_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: stagingmode_Block_height + block: mainnet_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( + ): [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: stagingmode_Block_height + block: mainnet_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( + ): mainnet_OptimisticRootProposed + mainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SnapshotRoot_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_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: stagingmode_Block_height + block: mainnet_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( + ): [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: stagingmode_Block_height + block: mainnet_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( + ): mainnet_HubOptimisticRootFinalized + mainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_SpokeConnectorMode_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_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: stagingmode_Block_height + block: mainnet_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( + ): [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: stagingmode_Block_height + block: mainnet_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( + ): mainnet_OptimisticRootPropagated + mainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_AggregateRootProposed_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_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: stagingmode_Block_height + block: mainnet_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( + ): [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: stagingmode_Block_height + block: mainnet_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( + ): mainnet_PolygonConnectorMeta + mainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmode_OptimisticRootFinalized_orderBy - orderDirection: stagingmode_OrderDirection - where: stagingmode_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: stagingmode_Block_height + block: mainnet_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmode_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingmode__meta(block: stagingmode_Block_height): stagingmode__Meta_ - zksync_asset( + ): [mainnet_PolygonConnectorMeta!]! + mainnet_optimismConnectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_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( + ): mainnet_OptimismConnectorMeta + mainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_Asset_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Asset_filter + orderBy: mainnet_OptimismConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OptimismConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_BnbConnectorMeta + mainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_AssetStatus_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AssetStatus_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_ArbitrumConnectorMeta + mainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_AssetBalance_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AssetBalance_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_GnosisConnectorMeta + mainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_Router_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Router_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_LineaConnectorMeta + mainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_RouterDailyTVL_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RouterDailyTVL_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_MetisConnectorMeta + mainnet_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_RouterLiquidityEvent_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RouterLiquidityEvent_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_MantleConnectorMeta + mainnet_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_Setting_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Setting_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_AvalancheConnectorMeta + mainnet_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_Relayer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Relayer_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_BaseConnectorMeta + mainnet_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_Sequencer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_Sequencer_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_PolygonZkConnectorMeta + mainnet_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_RelayerFee_orderBy - orderDirection: zksync_OrderDirection - where: zksync_RelayerFee_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_ZkSyncConnectorMeta + mainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_OriginTransfer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OriginTransfer_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_ModeConnectorMeta + mainnet_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: zksync_DestinationTransfer_orderBy - orderDirection: zksync_OrderDirection - where: zksync_DestinationTransfer_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_RootMessageProcessed + mainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: zksync_OriginMessage_orderBy - orderDirection: zksync_OrderDirection - where: zksync_OriginMessage_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_AggregateRootSavedSlow + mainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: zksync_AggregateRoot_orderBy - orderDirection: zksync_OrderDirection - where: zksync_AggregateRoot_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: zksync_Block_height + block: mainnet_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( + ): [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: zksync_Block_height + block: mainnet_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( + ): mainnet_HubDomain + mainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: zksync_ConnectorMeta_orderBy - orderDirection: zksync_OrderDirection - where: zksync_ConnectorMeta_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: zksync_Block_height + block: mainnet_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( + ): [mainnet_HubDomain!]! + """Access to subgraph metadata""" + mainnet__meta(block: mainnet_Block_height): mainnet__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: zksync_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 - ): zksync_RootCount - zksync_rootCounts( + ): sepolia_Asset + sepolia_assets( skip: Int = 0 first: Int = 100 - orderBy: zksync_RootCount_orderBy - orderDirection: zksync_OrderDirection - where: zksync_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: zksync_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 - ): [zksync_RootCount!]! - zksync_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: zksync_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 - ): zksync_RootMessageSent - zksync_rootMessageSents( + ): sepolia_AssetStatus + sepolia_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: zksync_RootMessageSent_orderBy - orderDirection: zksync_OrderDirection - where: zksync_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: zksync_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 - ): [zksync_RootMessageSent!]! - zksync_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: zksync_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 - ): zksync_RelayerFeesIncrease - zksync_relayerFeesIncreases( + ): sepolia_AssetBalance + sepolia_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: zksync_RelayerFeesIncrease_orderBy - orderDirection: zksync_OrderDirection - where: zksync_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: zksync_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 - ): [zksync_RelayerFeesIncrease!]! - zksync_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: zksync_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 - ): zksync_SlippageUpdate - zksync_slippageUpdates( + ): sepolia_Router + sepolia_routers( skip: Int = 0 first: Int = 100 - orderBy: zksync_SlippageUpdate_orderBy - orderDirection: zksync_OrderDirection - where: zksync_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: zksync_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 - ): [zksync_SlippageUpdate!]! - zksync_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: zksync_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 - ): zksync_SnapshotRoot - zksync_snapshotRoots( + ): sepolia_RouterDailyTVL + sepolia_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: zksync_SnapshotRoot_orderBy - orderDirection: zksync_OrderDirection - where: zksync_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: zksync_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 - ): [zksync_SnapshotRoot!]! - zksync_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: zksync_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 - ): zksync_SpokeConnectorMode - zksync_spokeConnectorModes( + ): sepolia_RouterLiquidityEvent + sepolia_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: zksync_SpokeConnectorMode_orderBy - orderDirection: zksync_OrderDirection - where: zksync_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: zksync_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 - ): [zksync_SpokeConnectorMode!]! - zksync_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: zksync_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 - ): zksync_AggregateRootProposed - zksync_aggregateRootProposeds( + ): sepolia_Setting + sepolia_settings( skip: Int = 0 first: Int = 100 - orderBy: zksync_AggregateRootProposed_orderBy - orderDirection: zksync_OrderDirection - where: zksync_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: zksync_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 - ): [zksync_AggregateRootProposed!]! - zksync_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: zksync_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 - ): zksync_OptimisticRootFinalized - zksync_optimisticRootFinalizeds( + ): sepolia_Relayer + sepolia_relayers( skip: Int = 0 first: Int = 100 - orderBy: zksync_OptimisticRootFinalized_orderBy - orderDirection: zksync_OrderDirection - where: zksync_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: zksync_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 - ): [zksync_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - zksync__meta(block: zksync_Block_height): zksync__Meta_ - arbitrumone_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: arbitrumone_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 - ): arbitrumone_Asset - arbitrumone_assets( + ): sepolia_Sequencer + sepolia_sequencers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Asset_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_Asset!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_AssetStatus - arbitrumone_assetStatuses( + ): sepolia_RelayerFee + sepolia_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetStatus_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_AssetStatus!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_AssetBalance - arbitrumone_assetBalances( + ): sepolia_OriginTransfer + sepolia_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AssetBalance_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_AssetBalance!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_Router - arbitrumone_routers( + ): sepolia_DestinationTransfer + sepolia_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Router_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_Router!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_RouterDailyTVL - arbitrumone_routerDailyTVLs( + ): sepolia_OriginMessage + sepolia_originMessages( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterDailyTVL_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_RouterDailyTVL!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_RouterLiquidityEvent - arbitrumone_routerLiquidityEvents( + ): sepolia_AggregateRoot + sepolia_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RouterLiquidityEvent_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_RouterLiquidityEvent!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_Setting - arbitrumone_settings( + ): sepolia_ConnectorMeta + sepolia_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Setting_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_Setting!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_Relayer - arbitrumone_relayers( + ): sepolia_RootCount + sepolia_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Relayer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_Relayer!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_Sequencer - arbitrumone_sequencers( + ): sepolia_RootMessageSent + sepolia_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_Sequencer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_Sequencer!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_RelayerFee - arbitrumone_relayerFees( + ): sepolia_RelayerFeesIncrease + sepolia_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFee_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_RelayerFee!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_OriginTransfer - arbitrumone_originTransfers( + ): sepolia_SlippageUpdate + sepolia_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_OriginTransfer!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_DestinationTransfer - arbitrumone_destinationTransfers( + ): sepolia_SnapshotRoot + sepolia_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_DestinationTransfer_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_DestinationTransfer!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_OriginMessage - arbitrumone_originMessages( + ): sepolia_SpokeConnectorMode + sepolia_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OriginMessage_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_OriginMessage!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_AggregateRoot - arbitrumone_aggregateRoots( + ): sepolia_AggregateRootProposed + sepolia_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AggregateRoot_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_AggregateRoot!]! - arbitrumone_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: arbitrumone_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 - ): arbitrumone_ConnectorMeta - arbitrumone_connectorMetas( + ): sepolia_OptimisticRootFinalized + sepolia_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_ConnectorMeta_orderBy - orderDirection: arbitrumone_OrderDirection - where: arbitrumone_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: arbitrumone_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 - ): [arbitrumone_ConnectorMeta!]! - arbitrumone_rootCount( + ): [sepolia_OptimisticRootFinalized!]! + arbitrumone_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -34048,13 +34046,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RootCount - arbitrumone_rootCounts( + ): arbitrumone_Asset + arbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootCount_orderBy + orderBy: arbitrumone_Asset_orderBy orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootCount_filter + where: arbitrumone_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -34063,8 +34061,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RootCount!]! - arbitrumone_rootMessageSent( + ): [arbitrumone_Asset!]! + arbitrumone_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -34074,13 +34072,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RootMessageSent - arbitrumone_rootMessageSents( + ): arbitrumone_AssetStatus + arbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RootMessageSent_orderBy + orderBy: arbitrumone_AssetStatus_orderBy orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RootMessageSent_filter + where: arbitrumone_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -34089,8 +34087,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RootMessageSent!]! - arbitrumone_relayerFeesIncrease( + ): [arbitrumone_AssetStatus!]! + arbitrumone_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -34100,13 +34098,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_RelayerFeesIncrease - arbitrumone_relayerFeesIncreases( + ): arbitrumone_AssetBalance + arbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_RelayerFeesIncrease_orderBy + orderBy: arbitrumone_AssetBalance_orderBy orderDirection: arbitrumone_OrderDirection - where: arbitrumone_RelayerFeesIncrease_filter + where: arbitrumone_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -34115,8 +34113,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_RelayerFeesIncrease!]! - arbitrumone_slippageUpdate( + ): [arbitrumone_AssetBalance!]! + arbitrumone_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -34126,13 +34124,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_SlippageUpdate - arbitrumone_slippageUpdates( + ): arbitrumone_Router + arbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SlippageUpdate_orderBy + orderBy: arbitrumone_Router_orderBy orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SlippageUpdate_filter + where: arbitrumone_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -34141,8 +34139,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_SlippageUpdate!]! - arbitrumone_snapshotRoot( + ): [arbitrumone_Router!]! + arbitrumone_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -34152,13 +34150,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_SnapshotRoot - arbitrumone_snapshotRoots( + ): arbitrumone_RouterDailyTVL + arbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SnapshotRoot_orderBy + orderBy: arbitrumone_RouterDailyTVL_orderBy orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SnapshotRoot_filter + where: arbitrumone_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -34167,8 +34165,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_SnapshotRoot!]! - arbitrumone_spokeConnectorMode( + ): [arbitrumone_RouterDailyTVL!]! + arbitrumone_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -34178,13 +34176,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_SpokeConnectorMode - arbitrumone_spokeConnectorModes( + ): arbitrumone_RouterLiquidityEvent + arbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_SpokeConnectorMode_orderBy + orderBy: arbitrumone_RouterLiquidityEvent_orderBy orderDirection: arbitrumone_OrderDirection - where: arbitrumone_SpokeConnectorMode_filter + where: arbitrumone_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -34193,8 +34191,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_SpokeConnectorMode!]! - arbitrumone_aggregateRootProposed( + ): [arbitrumone_RouterLiquidityEvent!]! + arbitrumone_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -34204,13 +34202,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_AggregateRootProposed - arbitrumone_aggregateRootProposeds( + ): arbitrumone_Setting + arbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_AggregateRootProposed_orderBy + orderBy: arbitrumone_Setting_orderBy orderDirection: arbitrumone_OrderDirection - where: arbitrumone_AggregateRootProposed_filter + where: arbitrumone_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -34219,8 +34217,8 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_AggregateRootProposed!]! - arbitrumone_optimisticRootFinalized( + ): [arbitrumone_Setting!]! + arbitrumone_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. @@ -34230,13 +34228,13 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_OptimisticRootFinalized - arbitrumone_optimisticRootFinalizeds( + ): arbitrumone_Relayer + arbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_OptimisticRootFinalized_orderBy + orderBy: arbitrumone_Relayer_orderBy orderDirection: arbitrumone_OrderDirection - where: arbitrumone_OptimisticRootFinalized_filter + where: arbitrumone_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ @@ -34245,9559 +34243,9403 @@ type Subscription { Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ - stagingscroll_asset( + ): [arbitrumone_Relayer!]! + arbitrumone_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_Asset - stagingscroll_assets( + ): arbitrumone_Sequencer + arbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Asset_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Asset_filter + orderBy: arbitrumone_Sequencer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_Asset!]! - stagingscroll_assetStatus( + ): [arbitrumone_Sequencer!]! + arbitrumone_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_AssetStatus - stagingscroll_assetStatuses( + ): arbitrumone_RelayerFee + arbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AssetStatus_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AssetStatus_filter + orderBy: arbitrumone_RelayerFee_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_AssetStatus!]! - stagingscroll_assetBalance( + ): [arbitrumone_RelayerFee!]! + arbitrumone_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_AssetBalance - stagingscroll_assetBalances( + ): arbitrumone_OriginTransfer + arbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AssetBalance_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AssetBalance_filter + orderBy: arbitrumone_OriginTransfer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_AssetBalance!]! - stagingscroll_router( + ): [arbitrumone_OriginTransfer!]! + arbitrumone_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_Router - stagingscroll_routers( + ): arbitrumone_DestinationTransfer + arbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Router_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Router_filter + orderBy: arbitrumone_DestinationTransfer_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_Router!]! - stagingscroll_routerDailyTVL( + ): [arbitrumone_DestinationTransfer!]! + arbitrumone_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_RouterDailyTVL - stagingscroll_routerDailyTVLs( + ): arbitrumone_OriginMessage + arbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RouterDailyTVL_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RouterDailyTVL_filter + orderBy: arbitrumone_OriginMessage_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_RouterDailyTVL!]! - stagingscroll_routerLiquidityEvent( + ): [arbitrumone_OriginMessage!]! + arbitrumone_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_RouterLiquidityEvent - stagingscroll_routerLiquidityEvents( + ): arbitrumone_AggregateRoot + arbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RouterLiquidityEvent_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RouterLiquidityEvent_filter + orderBy: arbitrumone_AggregateRoot_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_RouterLiquidityEvent!]! - stagingscroll_setting( + ): [arbitrumone_AggregateRoot!]! + arbitrumone_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_Setting - stagingscroll_settings( + ): arbitrumone_ConnectorMeta + arbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Setting_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Setting_filter + orderBy: arbitrumone_ConnectorMeta_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_Setting!]! - stagingscroll_relayer( + ): [arbitrumone_ConnectorMeta!]! + arbitrumone_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_Relayer - stagingscroll_relayers( + ): arbitrumone_RootCount + arbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Relayer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Relayer_filter + orderBy: arbitrumone_RootCount_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_Relayer!]! - stagingscroll_sequencer( + ): [arbitrumone_RootCount!]! + arbitrumone_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_Sequencer - stagingscroll_sequencers( + ): arbitrumone_RootMessageSent + arbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_Sequencer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_Sequencer_filter + orderBy: arbitrumone_RootMessageSent_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_Sequencer!]! - stagingscroll_relayerFee( + ): [arbitrumone_RootMessageSent!]! + arbitrumone_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_RelayerFee - stagingscroll_relayerFees( + ): arbitrumone_RelayerFeesIncrease + arbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RelayerFee_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RelayerFee_filter + orderBy: arbitrumone_RelayerFeesIncrease_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_RelayerFee!]! - stagingscroll_originTransfer( + ): [arbitrumone_RelayerFeesIncrease!]! + arbitrumone_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_OriginTransfer - stagingscroll_originTransfers( + ): arbitrumone_SlippageUpdate + arbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_OriginTransfer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_OriginTransfer_filter + orderBy: arbitrumone_SlippageUpdate_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_OriginTransfer!]! - stagingscroll_destinationTransfer( + ): [arbitrumone_SlippageUpdate!]! + arbitrumone_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: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_DestinationTransfer - stagingscroll_destinationTransfers( + ): arbitrumone_SnapshotRoot + arbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_DestinationTransfer_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_DestinationTransfer_filter + orderBy: arbitrumone_SnapshotRoot_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_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: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_DestinationTransfer!]! - stagingscroll_originMessage( + ): [arbitrumone_SnapshotRoot!]! + arbitrumone_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: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_OriginMessage - stagingscroll_originMessages( + ): arbitrumone_SpokeConnectorMode + arbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_OriginMessage_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_OriginMessage_filter + orderBy: arbitrumone_SpokeConnectorMode_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_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: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_OriginMessage!]! - stagingscroll_aggregateRoot( + ): [arbitrumone_SpokeConnectorMode!]! + arbitrumone_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: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_AggregateRoot - stagingscroll_aggregateRoots( + ): arbitrumone_AggregateRootProposed + arbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AggregateRoot_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AggregateRoot_filter + orderBy: arbitrumone_AggregateRootProposed_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_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: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_AggregateRoot!]! - stagingscroll_connectorMeta( + ): [arbitrumone_AggregateRootProposed!]! + arbitrumone_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: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingscroll_ConnectorMeta - stagingscroll_connectorMetas( + ): arbitrumone_OptimisticRootFinalized + arbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_ConnectorMeta_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_ConnectorMeta_filter + orderBy: arbitrumone_OptimisticRootFinalized_orderBy + orderDirection: arbitrumone_OrderDirection + where: arbitrumone_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: stagingscroll_Block_height + block: arbitrumone_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingscroll_ConnectorMeta!]! - stagingscroll_rootCount( + ): [arbitrumone_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__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: stagingscroll_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 - ): stagingscroll_RootCount - stagingscroll_rootCounts( + ): zksync_swap_SystemInfo + zksync_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RootCount_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RootCount_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: stagingscroll_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 - ): [stagingscroll_RootCount!]! - stagingscroll_rootMessageSent( + ): [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: stagingscroll_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 - ): stagingscroll_RootMessageSent - stagingscroll_rootMessageSents( + ): zksync_swap_PooledToken + zksync_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RootMessageSent_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RootMessageSent_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: stagingscroll_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 - ): [stagingscroll_RootMessageSent!]! - stagingscroll_relayerFeesIncrease( + ): [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: stagingscroll_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 - ): stagingscroll_RelayerFeesIncrease - stagingscroll_relayerFeesIncreases( + ): zksync_swap_StableSwap + zksync_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_RelayerFeesIncrease_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_RelayerFeesIncrease_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: stagingscroll_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 - ): [stagingscroll_RelayerFeesIncrease!]! - stagingscroll_slippageUpdate( + ): [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: stagingscroll_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 - ): stagingscroll_SlippageUpdate - stagingscroll_slippageUpdates( + ): zksync_swap_StableSwapAddLiquidityEvent + zksync_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_SlippageUpdate_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_SlippageUpdate_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: stagingscroll_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 - ): [stagingscroll_SlippageUpdate!]! - stagingscroll_snapshotRoot( + ): [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: stagingscroll_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 - ): stagingscroll_SnapshotRoot - stagingscroll_snapshotRoots( + ): zksync_swap_StableSwapRemoveLiquidityEvent + zksync_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_SnapshotRoot_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_SnapshotRoot_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: stagingscroll_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 - ): [stagingscroll_SnapshotRoot!]! - stagingscroll_spokeConnectorMode( + ): [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: stagingscroll_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 - ): stagingscroll_SpokeConnectorMode - stagingscroll_spokeConnectorModes( + ): zksync_swap_StableSwapExchange + zksync_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_SpokeConnectorMode_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_SpokeConnectorMode_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: stagingscroll_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 - ): [stagingscroll_SpokeConnectorMode!]! - stagingscroll_aggregateRootProposed( + ): [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: stagingscroll_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 - ): stagingscroll_AggregateRootProposed - stagingscroll_aggregateRootProposeds( + ): zksync_swap_SwapDailyVolume + zksync_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_AggregateRootProposed_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_AggregateRootProposed_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: stagingscroll_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 - ): [stagingscroll_AggregateRootProposed!]! - stagingscroll_optimisticRootFinalized( + ): [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: stagingscroll_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 - ): stagingscroll_OptimisticRootFinalized - stagingscroll_optimisticRootFinalizeds( + ): zksync_swap_SwapHourlyVolume + zksync_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingscroll_OptimisticRootFinalized_orderBy - orderDirection: stagingscroll_OrderDirection - where: stagingscroll_OptimisticRootFinalized_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: stagingscroll_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 - ): [stagingscroll_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingscroll__meta(block: stagingscroll_Block_height): stagingscroll__Meta_ - optimismsepolia_asset( + ): [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: optimismsepolia_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 - ): optimismsepolia_Asset - optimismsepolia_assets( + ): zksync_swap_SwapWeeklyVolume + zksync_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_Asset_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_Asset_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: optimismsepolia_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 - ): [optimismsepolia_Asset!]! - optimismsepolia_assetStatus( + ): [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: optimismsepolia_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 - ): optimismsepolia_AssetStatus - optimismsepolia_assetStatuses( + ): zksync_swap_LpAccount + zksync_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_AssetStatus_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_AssetStatus_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: optimismsepolia_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 - ): [optimismsepolia_AssetStatus!]! - optimismsepolia_assetBalance( + ): [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: optimismsepolia_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 - ): optimismsepolia_AssetBalance - optimismsepolia_assetBalances( + ): zksync_swap_LpAccountBalance + zksync_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_AssetBalance_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_AssetBalance_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: optimismsepolia_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 - ): [optimismsepolia_AssetBalance!]! - optimismsepolia_router( + ): [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: optimismsepolia_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 - ): optimismsepolia_Router - optimismsepolia_routers( + ): zksync_swap_LpToken + zksync_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_Router_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_Router_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: optimismsepolia_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 - ): [optimismsepolia_Router!]! - optimismsepolia_routerDailyTVL( + ): [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: optimismsepolia_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 - ): optimismsepolia_RouterDailyTVL - optimismsepolia_routerDailyTVLs( + ): zksync_swap_LpTransferEvent + zksync_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RouterDailyTVL_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RouterDailyTVL_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: optimismsepolia_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 - ): [optimismsepolia_RouterDailyTVL!]! - optimismsepolia_routerLiquidityEvent( + ): [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: optimismsepolia_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 - ): optimismsepolia_RouterLiquidityEvent - optimismsepolia_routerLiquidityEvents( + ): zksync_swap_StableSwapEvent + zksync_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RouterLiquidityEvent_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RouterLiquidityEvent_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: optimismsepolia_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 - ): [optimismsepolia_RouterLiquidityEvent!]! - optimismsepolia_setting( + ): [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: optimismsepolia_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 - ): optimismsepolia_Setting - optimismsepolia_settings( + ): zksync_swap_SwapTradeVolume + zksync_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_Setting_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_Setting_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: optimismsepolia_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 - ): [optimismsepolia_Setting!]! - optimismsepolia_relayer( + ): [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: optimismsepolia_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 - ): optimismsepolia_Relayer - optimismsepolia_relayers( + ): zksync_swap_LpTokenEvent + zksync_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_Relayer_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_Relayer_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: optimismsepolia_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 - ): [optimismsepolia_Relayer!]! - optimismsepolia_sequencer( + ): [zksync_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + zksync_swap__meta(block: zksync_swap_Block_height): zksync_swap__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: optimismsepolia_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 - ): optimismsepolia_Sequencer - optimismsepolia_sequencers( + ): base_swap_SystemInfo + base_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_Sequencer_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_Sequencer_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: optimismsepolia_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 - ): [optimismsepolia_Sequencer!]! - optimismsepolia_relayerFee( + ): [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: optimismsepolia_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 - ): optimismsepolia_RelayerFee - optimismsepolia_relayerFees( + ): base_swap_PooledToken + base_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RelayerFee_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RelayerFee_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: optimismsepolia_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 - ): [optimismsepolia_RelayerFee!]! - optimismsepolia_originTransfer( + ): [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: optimismsepolia_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 - ): optimismsepolia_OriginTransfer - optimismsepolia_originTransfers( + ): base_swap_StableSwap + base_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_OriginTransfer_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_OriginTransfer_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: optimismsepolia_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 - ): [optimismsepolia_OriginTransfer!]! - optimismsepolia_destinationTransfer( + ): [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: optimismsepolia_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 - ): optimismsepolia_DestinationTransfer - optimismsepolia_destinationTransfers( + ): base_swap_StableSwapAddLiquidityEvent + base_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_DestinationTransfer_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_DestinationTransfer_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: optimismsepolia_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 - ): [optimismsepolia_DestinationTransfer!]! - optimismsepolia_originMessage( + ): [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: optimismsepolia_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 - ): optimismsepolia_OriginMessage - optimismsepolia_originMessages( + ): base_swap_StableSwapRemoveLiquidityEvent + base_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_OriginMessage_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_OriginMessage_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: optimismsepolia_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 - ): [optimismsepolia_OriginMessage!]! - optimismsepolia_aggregateRoot( + ): [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: optimismsepolia_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 - ): optimismsepolia_AggregateRoot - optimismsepolia_aggregateRoots( + ): base_swap_StableSwapExchange + base_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_AggregateRoot_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_AggregateRoot_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: optimismsepolia_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 - ): [optimismsepolia_AggregateRoot!]! - optimismsepolia_connectorMeta( + ): [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: optimismsepolia_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 - ): optimismsepolia_ConnectorMeta - optimismsepolia_connectorMetas( + ): base_swap_SwapDailyVolume + base_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_ConnectorMeta_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_ConnectorMeta_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: optimismsepolia_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 - ): [optimismsepolia_ConnectorMeta!]! - optimismsepolia_rootCount( + ): [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: optimismsepolia_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 - ): optimismsepolia_RootCount - optimismsepolia_rootCounts( + ): base_swap_SwapHourlyVolume + base_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RootCount_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RootCount_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: optimismsepolia_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 - ): [optimismsepolia_RootCount!]! - optimismsepolia_rootMessageSent( + ): [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: optimismsepolia_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 - ): optimismsepolia_RootMessageSent - optimismsepolia_rootMessageSents( + ): base_swap_SwapWeeklyVolume + base_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RootMessageSent_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RootMessageSent_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: optimismsepolia_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 - ): [optimismsepolia_RootMessageSent!]! - optimismsepolia_relayerFeesIncrease( + ): [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: optimismsepolia_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 - ): optimismsepolia_RelayerFeesIncrease - optimismsepolia_relayerFeesIncreases( + ): base_swap_LpAccount + base_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_RelayerFeesIncrease_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_RelayerFeesIncrease_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: optimismsepolia_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 - ): [optimismsepolia_RelayerFeesIncrease!]! - optimismsepolia_slippageUpdate( + ): [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: optimismsepolia_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 - ): optimismsepolia_SlippageUpdate - optimismsepolia_slippageUpdates( + ): base_swap_LpAccountBalance + base_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_SlippageUpdate_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_SlippageUpdate_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: optimismsepolia_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 - ): [optimismsepolia_SlippageUpdate!]! - optimismsepolia_snapshotRoot( + ): [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: optimismsepolia_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 - ): optimismsepolia_SnapshotRoot - optimismsepolia_snapshotRoots( + ): base_swap_LpToken + base_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_SnapshotRoot_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_SnapshotRoot_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: optimismsepolia_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 - ): [optimismsepolia_SnapshotRoot!]! - optimismsepolia_spokeConnectorMode( + ): [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: optimismsepolia_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 - ): optimismsepolia_SpokeConnectorMode - optimismsepolia_spokeConnectorModes( + ): base_swap_LpTransferEvent + base_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_SpokeConnectorMode_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_SpokeConnectorMode_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: optimismsepolia_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 - ): [optimismsepolia_SpokeConnectorMode!]! - optimismsepolia_aggregateRootProposed( + ): [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: optimismsepolia_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 - ): optimismsepolia_AggregateRootProposed - optimismsepolia_aggregateRootProposeds( + ): base_swap_StableSwapEvent + base_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_AggregateRootProposed_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_AggregateRootProposed_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: optimismsepolia_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 - ): [optimismsepolia_AggregateRootProposed!]! - optimismsepolia_optimisticRootFinalized( + ): [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: optimismsepolia_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 - ): optimismsepolia_OptimisticRootFinalized - optimismsepolia_optimisticRootFinalizeds( + ): base_swap_SwapTradeVolume + base_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimismsepolia_OptimisticRootFinalized_orderBy - orderDirection: optimismsepolia_OrderDirection - where: optimismsepolia_OptimisticRootFinalized_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: optimismsepolia_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 - ): [optimismsepolia_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - optimismsepolia__meta(block: optimismsepolia_Block_height): optimismsepolia__Meta_ - mantle_asset( + ): [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: mantle_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 - ): mantle_Asset - mantle_assets( + ): base_swap_LpTokenEvent + base_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_Asset_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Asset_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: mantle_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 - ): [mantle_Asset!]! - mantle_assetStatus( + ): [base_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + base_swap__meta(block: base_swap_Block_height): base_swap__Meta_ + optimism_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_AssetStatus - mantle_assetStatuses( + ): optimism_Asset + optimism_assets( skip: Int = 0 first: Int = 100 - orderBy: mantle_AssetStatus_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AssetStatus_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_AssetStatus!]! - mantle_assetBalance( + ): [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_AssetBalance - mantle_assetBalances( + ): optimism_AssetStatus + optimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mantle_AssetBalance_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AssetBalance_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_AssetBalance!]! - mantle_router( + ): [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_Router - mantle_routers( + ): optimism_AssetBalance + optimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mantle_Router_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Router_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_Router!]! - mantle_routerDailyTVL( + ): [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_RouterDailyTVL - mantle_routerDailyTVLs( + ): optimism_Router + optimism_routers( skip: Int = 0 first: Int = 100 - orderBy: mantle_RouterDailyTVL_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RouterDailyTVL_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_RouterDailyTVL!]! - mantle_routerLiquidityEvent( + ): [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_RouterLiquidityEvent - mantle_routerLiquidityEvents( + ): optimism_RouterDailyTVL + optimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mantle_RouterLiquidityEvent_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RouterLiquidityEvent_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_RouterLiquidityEvent!]! - mantle_setting( + ): [optimism_RouterDailyTVL!]! + optimism_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_Setting - mantle_settings( + ): optimism_RouterLiquidityEvent + optimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mantle_Setting_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Setting_filter + orderBy: optimism_RouterLiquidityEvent_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_Setting!]! - mantle_relayer( + ): [optimism_RouterLiquidityEvent!]! + optimism_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_Relayer - mantle_relayers( + ): optimism_Setting + optimism_settings( skip: Int = 0 first: Int = 100 - orderBy: mantle_Relayer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Relayer_filter + orderBy: optimism_Setting_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_Relayer!]! - mantle_sequencer( + ): [optimism_Setting!]! + optimism_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_Sequencer - mantle_sequencers( + ): optimism_Relayer + optimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: mantle_Sequencer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_Sequencer_filter + orderBy: optimism_Relayer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_Sequencer!]! - mantle_relayerFee( + ): [optimism_Relayer!]! + optimism_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_RelayerFee - mantle_relayerFees( + ): optimism_Sequencer + optimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mantle_RelayerFee_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RelayerFee_filter + orderBy: optimism_Sequencer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_RelayerFee!]! - mantle_originTransfer( + ): [optimism_Sequencer!]! + optimism_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_OriginTransfer - mantle_originTransfers( + ): optimism_RelayerFee + optimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mantle_OriginTransfer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OriginTransfer_filter + orderBy: optimism_RelayerFee_orderBy + orderDirection: optimism_OrderDirection + where: optimism_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_OriginTransfer!]! - mantle_destinationTransfer( + ): [optimism_RelayerFee!]! + optimism_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_DestinationTransfer - mantle_destinationTransfers( + ): optimism_OriginTransfer + optimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_DestinationTransfer_orderBy - orderDirection: mantle_OrderDirection - where: mantle_DestinationTransfer_filter + orderBy: optimism_OriginTransfer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_DestinationTransfer!]! - mantle_originMessage( + ): [optimism_OriginTransfer!]! + optimism_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_OriginMessage - mantle_originMessages( + ): optimism_DestinationTransfer + optimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mantle_OriginMessage_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OriginMessage_filter + orderBy: optimism_DestinationTransfer_orderBy + orderDirection: optimism_OrderDirection + where: optimism_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_OriginMessage!]! - mantle_aggregateRoot( + ): [optimism_DestinationTransfer!]! + optimism_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_AggregateRoot - mantle_aggregateRoots( + ): optimism_OriginMessage + optimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mantle_AggregateRoot_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AggregateRoot_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: 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_AggregateRoot!]! - mantle_connectorMeta( + ): [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: 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_ConnectorMeta - mantle_connectorMetas( + ): optimism_AggregateRoot + optimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_ConnectorMeta_orderBy - orderDirection: mantle_OrderDirection - where: mantle_ConnectorMeta_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: 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_ConnectorMeta!]! - mantle_rootCount( + ): [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: 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_ConnectorMeta + optimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mantle_RootCount_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RootCount_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: 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_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: 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_RootCount + optimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mantle_RootMessageSent_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RootMessageSent_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: 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_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: 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_RootMessageSent + optimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mantle_RelayerFeesIncrease_orderBy - orderDirection: mantle_OrderDirection - where: mantle_RelayerFeesIncrease_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: 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_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: 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_RelayerFeesIncrease + optimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mantle_SlippageUpdate_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SlippageUpdate_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: 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_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: 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_SlippageUpdate + optimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mantle_SnapshotRoot_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SnapshotRoot_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: 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_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: 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_SnapshotRoot + optimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mantle_SpokeConnectorMode_orderBy - orderDirection: mantle_OrderDirection - where: mantle_SpokeConnectorMode_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: 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_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: 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_SpokeConnectorMode + optimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mantle_AggregateRootProposed_orderBy - orderDirection: mantle_OrderDirection - where: mantle_AggregateRootProposed_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: 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_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: 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_AggregateRootProposed + optimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mantle_OptimisticRootFinalized_orderBy - orderDirection: mantle_OrderDirection - where: mantle_OptimisticRootFinalized_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: 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_ - polygonzkevm_swap_asset( + ): [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: polygonzkevm_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): polygonzkevm_swap_Asset - polygonzkevm_swap_assets( + ): optimism_OptimisticRootFinalized + optimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Asset_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Asset_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: polygonzkevm_swap_Block_height + block: optimism_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [polygonzkevm_swap_Asset!]! - polygonzkevm_swap_assetStatus( + ): [optimism_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + optimism__meta(block: optimism_Block_height): optimism__Meta_ + 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: polygonzkevm_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 - ): polygonzkevm_swap_AssetStatus - polygonzkevm_swap_assetStatuses( + ): metis_swap_SystemInfo + metis_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AssetStatus_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AssetStatus_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: polygonzkevm_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 - ): [polygonzkevm_swap_AssetStatus!]! - polygonzkevm_swap_assetBalance( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_AssetBalance - polygonzkevm_swap_assetBalances( + ): metis_swap_PooledToken + metis_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AssetBalance_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AssetBalance_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: polygonzkevm_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 - ): [polygonzkevm_swap_AssetBalance!]! - polygonzkevm_swap_router( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_Router - polygonzkevm_swap_routers( + ): metis_swap_StableSwap + metis_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Router_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Router_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: polygonzkevm_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 - ): [polygonzkevm_swap_Router!]! - polygonzkevm_swap_routerDailyTVL( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_RouterDailyTVL - polygonzkevm_swap_routerDailyTVLs( + ): metis_swap_StableSwapAddLiquidityEvent + metis_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RouterDailyTVL_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RouterDailyTVL_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: polygonzkevm_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 - ): [polygonzkevm_swap_RouterDailyTVL!]! - polygonzkevm_swap_routerLiquidityEvent( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_RouterLiquidityEvent - polygonzkevm_swap_routerLiquidityEvents( + ): metis_swap_StableSwapRemoveLiquidityEvent + metis_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RouterLiquidityEvent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RouterLiquidityEvent_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: polygonzkevm_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 - ): [polygonzkevm_swap_RouterLiquidityEvent!]! - polygonzkevm_swap_setting( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_Setting - polygonzkevm_swap_settings( + ): metis_swap_StableSwapExchange + metis_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Setting_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Setting_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: polygonzkevm_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 - ): [polygonzkevm_swap_Setting!]! - polygonzkevm_swap_relayer( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_Relayer - polygonzkevm_swap_relayers( + ): metis_swap_SwapDailyVolume + metis_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Relayer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Relayer_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: polygonzkevm_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 - ): [polygonzkevm_swap_Relayer!]! - polygonzkevm_swap_sequencer( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_Sequencer - polygonzkevm_swap_sequencers( + ): metis_swap_SwapHourlyVolume + metis_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_Sequencer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_Sequencer_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: polygonzkevm_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 - ): [polygonzkevm_swap_Sequencer!]! - polygonzkevm_swap_relayerFee( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_RelayerFee - polygonzkevm_swap_relayerFees( + ): metis_swap_SwapWeeklyVolume + metis_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RelayerFee_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RelayerFee_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: polygonzkevm_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 - ): [polygonzkevm_swap_RelayerFee!]! - polygonzkevm_swap_originTransfer( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_OriginTransfer - polygonzkevm_swap_originTransfers( + ): metis_swap_LpAccount + metis_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_OriginTransfer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_OriginTransfer_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: polygonzkevm_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 - ): [polygonzkevm_swap_OriginTransfer!]! - polygonzkevm_swap_destinationTransfer( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_DestinationTransfer - polygonzkevm_swap_destinationTransfers( + ): metis_swap_LpAccountBalance + metis_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_DestinationTransfer_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_DestinationTransfer_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: polygonzkevm_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 - ): [polygonzkevm_swap_DestinationTransfer!]! - polygonzkevm_swap_originMessage( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_OriginMessage - polygonzkevm_swap_originMessages( + ): metis_swap_LpToken + metis_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_OriginMessage_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_OriginMessage_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: polygonzkevm_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 - ): [polygonzkevm_swap_OriginMessage!]! - polygonzkevm_swap_aggregateRoot( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_AggregateRoot - polygonzkevm_swap_aggregateRoots( + ): metis_swap_LpTransferEvent + metis_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AggregateRoot_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AggregateRoot_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: polygonzkevm_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 - ): [polygonzkevm_swap_AggregateRoot!]! - polygonzkevm_swap_connectorMeta( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_ConnectorMeta - polygonzkevm_swap_connectorMetas( + ): metis_swap_StableSwapEvent + metis_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_ConnectorMeta_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_ConnectorMeta_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: polygonzkevm_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 - ): [polygonzkevm_swap_ConnectorMeta!]! - polygonzkevm_swap_rootCount( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_RootCount - polygonzkevm_swap_rootCounts( + ): metis_swap_SwapTradeVolume + metis_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RootCount_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RootCount_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: polygonzkevm_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 - ): [polygonzkevm_swap_RootCount!]! - polygonzkevm_swap_rootMessageSent( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_RootMessageSent - polygonzkevm_swap_rootMessageSents( + ): metis_swap_LpTokenEvent + metis_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RootMessageSent_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RootMessageSent_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: polygonzkevm_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 - ): [polygonzkevm_swap_RootMessageSent!]! - polygonzkevm_swap_relayerFeesIncrease( + ): [metis_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + metis_swap__meta(block: metis_swap_Block_height): metis_swap__Meta_ + polygon_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygonzkevm_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 - ): polygonzkevm_swap_RelayerFeesIncrease - polygonzkevm_swap_relayerFeesIncreases( + ): polygon_Asset + polygon_assets( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_RelayerFeesIncrease_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_RelayerFeesIncrease_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: polygonzkevm_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 - ): [polygonzkevm_swap_RelayerFeesIncrease!]! - polygonzkevm_swap_slippageUpdate( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_SlippageUpdate - polygonzkevm_swap_slippageUpdates( + ): polygon_AssetStatus + polygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SlippageUpdate_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SlippageUpdate_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: polygonzkevm_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 - ): [polygonzkevm_swap_SlippageUpdate!]! - polygonzkevm_swap_snapshotRoot( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_SnapshotRoot - polygonzkevm_swap_snapshotRoots( + ): polygon_AssetBalance + polygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SnapshotRoot_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SnapshotRoot_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: polygonzkevm_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 - ): [polygonzkevm_swap_SnapshotRoot!]! - polygonzkevm_swap_spokeConnectorMode( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_SpokeConnectorMode - polygonzkevm_swap_spokeConnectorModes( + ): polygon_Router + polygon_routers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_SpokeConnectorMode_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_SpokeConnectorMode_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: polygonzkevm_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 - ): [polygonzkevm_swap_SpokeConnectorMode!]! - polygonzkevm_swap_aggregateRootProposed( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_AggregateRootProposed - polygonzkevm_swap_aggregateRootProposeds( + ): polygon_RouterDailyTVL + polygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_AggregateRootProposed_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_AggregateRootProposed_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: polygonzkevm_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 - ): [polygonzkevm_swap_AggregateRootProposed!]! - polygonzkevm_swap_optimisticRootFinalized( + ): [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: polygonzkevm_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 - ): polygonzkevm_swap_OptimisticRootFinalized - polygonzkevm_swap_optimisticRootFinalizeds( + ): polygon_RouterLiquidityEvent + polygon_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_swap_OptimisticRootFinalized_orderBy - orderDirection: polygonzkevm_swap_OrderDirection - where: polygonzkevm_swap_OptimisticRootFinalized_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: polygonzkevm_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 - ): [polygonzkevm_swap_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - polygonzkevm_swap__meta(block: polygonzkevm_swap_Block_height): polygonzkevm_swap__Meta_ - mode_swap_systemInfo( + ): [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: mode_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 - ): mode_swap_SystemInfo - mode_swap_systemInfos( + ): polygon_Setting + polygon_settings( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SystemInfo_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SystemInfo_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: mode_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 - ): [mode_swap_SystemInfo!]! - mode_swap_pooledToken( + ): [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: mode_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 - ): mode_swap_PooledToken - mode_swap_pooledTokens( + ): polygon_Relayer + polygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_PooledToken_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_PooledToken_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: mode_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 - ): [mode_swap_PooledToken!]! - mode_swap_stableSwap( + ): [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: mode_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 - ): mode_swap_StableSwap - mode_swap_stableSwaps( + ): polygon_Sequencer + polygon_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwap_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwap_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: mode_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 - ): [mode_swap_StableSwap!]! - mode_swap_stableSwapAddLiquidityEvent( + ): [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: mode_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 - ): mode_swap_StableSwapAddLiquidityEvent - mode_swap_stableSwapAddLiquidityEvents( + ): polygon_RelayerFee + polygon_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapAddLiquidityEvent_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: mode_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 - ): [mode_swap_StableSwapAddLiquidityEvent!]! - mode_swap_stableSwapRemoveLiquidityEvent( + ): [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: mode_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 - ): mode_swap_StableSwapRemoveLiquidityEvent - mode_swap_stableSwapRemoveLiquidityEvents( + ): polygon_OriginTransfer + polygon_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapRemoveLiquidityEvent_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: mode_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 - ): [mode_swap_StableSwapRemoveLiquidityEvent!]! - mode_swap_stableSwapExchange( + ): [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: mode_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 - ): mode_swap_StableSwapExchange - mode_swap_stableSwapExchanges( + ): polygon_DestinationTransfer + polygon_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapExchange_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapExchange_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: mode_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 - ): [mode_swap_StableSwapExchange!]! - mode_swap_swapDailyVolume( + ): [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: mode_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 - ): mode_swap_SwapDailyVolume - mode_swap_swapDailyVolumes( + ): polygon_OriginMessage + polygon_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapDailyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapDailyVolume_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: mode_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 - ): [mode_swap_SwapDailyVolume!]! - mode_swap_swapHourlyVolume( + ): [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: mode_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 - ): mode_swap_SwapHourlyVolume - mode_swap_swapHourlyVolumes( + ): polygon_AggregateRoot + polygon_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapHourlyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapHourlyVolume_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: mode_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 - ): [mode_swap_SwapHourlyVolume!]! - mode_swap_swapWeeklyVolume( + ): [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: mode_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 - ): mode_swap_SwapWeeklyVolume - mode_swap_swapWeeklyVolumes( + ): polygon_ConnectorMeta + polygon_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapWeeklyVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapWeeklyVolume_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: mode_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 - ): [mode_swap_SwapWeeklyVolume!]! - mode_swap_lpAccount( + ): [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: mode_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 - ): mode_swap_LpAccount - mode_swap_lpAccounts( + ): polygon_RootCount + polygon_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpAccount_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpAccount_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: mode_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 - ): [mode_swap_LpAccount!]! - mode_swap_lpAccountBalance( + ): [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: mode_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 - ): mode_swap_LpAccountBalance - mode_swap_lpAccountBalances( + ): polygon_RootMessageSent + polygon_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpAccountBalance_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpAccountBalance_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: mode_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 - ): [mode_swap_LpAccountBalance!]! - mode_swap_lpToken( + ): [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: mode_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 - ): mode_swap_LpToken - mode_swap_lpTokens( + ): polygon_RelayerFeesIncrease + polygon_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpToken_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpToken_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: mode_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 - ): [mode_swap_LpToken!]! - mode_swap_lpTransferEvent( + ): [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: mode_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 - ): mode_swap_LpTransferEvent - mode_swap_lpTransferEvents( + ): polygon_SlippageUpdate + polygon_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpTransferEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpTransferEvent_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: mode_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 - ): [mode_swap_LpTransferEvent!]! - mode_swap_stableSwapEvent( + ): [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: mode_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 - ): mode_swap_StableSwapEvent - mode_swap_stableSwapEvents( + ): polygon_SnapshotRoot + polygon_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_StableSwapEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_StableSwapEvent_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: mode_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 - ): [mode_swap_StableSwapEvent!]! - mode_swap_swapTradeVolume( + ): [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: mode_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 - ): mode_swap_SwapTradeVolume - mode_swap_swapTradeVolumes( + ): polygon_SpokeConnectorMode + polygon_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_SwapTradeVolume_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_SwapTradeVolume_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: mode_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 - ): [mode_swap_SwapTradeVolume!]! - mode_swap_lpTokenEvent( + ): [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: mode_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 - ): mode_swap_LpTokenEvent - mode_swap_lpTokenEvents( + ): polygon_AggregateRootProposed + polygon_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mode_swap_LpTokenEvent_orderBy - orderDirection: mode_swap_OrderDirection - where: mode_swap_LpTokenEvent_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: mode_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 - ): [mode_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - mode_swap__meta(block: mode_swap_Block_height): mode_swap__Meta_ - stagingbase_asset( + ): [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: stagingbase_Block_height + block: polygon_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( + ): polygon_OptimisticRootFinalized + polygon_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Asset_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Asset_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: stagingbase_Block_height + block: polygon_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( + ): [polygon_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + polygon__meta(block: polygon_Block_height): polygon__Meta_ + 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: stagingbase_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 - ): stagingbase_AssetStatus - stagingbase_assetStatuses( + ): mode_swap_SystemInfo + mode_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AssetStatus_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AssetStatus_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: stagingbase_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 - ): [stagingbase_AssetStatus!]! - stagingbase_assetBalance( + ): [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: stagingbase_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 - ): stagingbase_AssetBalance - stagingbase_assetBalances( + ): mode_swap_PooledToken + mode_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AssetBalance_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AssetBalance_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: stagingbase_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 - ): [stagingbase_AssetBalance!]! - stagingbase_router( + ): [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: stagingbase_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 - ): stagingbase_Router - stagingbase_routers( + ): mode_swap_StableSwap + mode_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Router_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Router_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: stagingbase_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 - ): [stagingbase_Router!]! - stagingbase_routerDailyTVL( + ): [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: stagingbase_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 - ): stagingbase_RouterDailyTVL - stagingbase_routerDailyTVLs( + ): mode_swap_StableSwapAddLiquidityEvent + mode_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RouterDailyTVL_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RouterDailyTVL_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: stagingbase_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 - ): [stagingbase_RouterDailyTVL!]! - stagingbase_routerLiquidityEvent( + ): [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: stagingbase_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 - ): stagingbase_RouterLiquidityEvent - stagingbase_routerLiquidityEvents( + ): mode_swap_StableSwapRemoveLiquidityEvent + mode_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RouterLiquidityEvent_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RouterLiquidityEvent_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: stagingbase_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 - ): [stagingbase_RouterLiquidityEvent!]! - stagingbase_setting( + ): [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: stagingbase_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 - ): stagingbase_Setting - stagingbase_settings( + ): mode_swap_StableSwapExchange + mode_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Setting_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Setting_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: stagingbase_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 - ): [stagingbase_Setting!]! - stagingbase_relayer( + ): [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: stagingbase_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 - ): stagingbase_Relayer - stagingbase_relayers( + ): mode_swap_SwapDailyVolume + mode_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Relayer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Relayer_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: stagingbase_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 - ): [stagingbase_Relayer!]! - stagingbase_sequencer( + ): [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: stagingbase_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 - ): stagingbase_Sequencer - stagingbase_sequencers( + ): mode_swap_SwapHourlyVolume + mode_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_Sequencer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_Sequencer_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: stagingbase_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 - ): [stagingbase_Sequencer!]! - stagingbase_relayerFee( + ): [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: stagingbase_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 - ): stagingbase_RelayerFee - stagingbase_relayerFees( + ): mode_swap_SwapWeeklyVolume + mode_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RelayerFee_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RelayerFee_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: stagingbase_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 - ): [stagingbase_RelayerFee!]! - stagingbase_originTransfer( + ): [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: stagingbase_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 - ): stagingbase_OriginTransfer - stagingbase_originTransfers( + ): mode_swap_LpAccount + mode_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OriginTransfer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OriginTransfer_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: stagingbase_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 - ): [stagingbase_OriginTransfer!]! - stagingbase_destinationTransfer( + ): [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: stagingbase_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 - ): stagingbase_DestinationTransfer - stagingbase_destinationTransfers( + ): mode_swap_LpAccountBalance + mode_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_DestinationTransfer_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_DestinationTransfer_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: stagingbase_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 - ): [stagingbase_DestinationTransfer!]! - stagingbase_originMessage( + ): [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: stagingbase_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 - ): stagingbase_OriginMessage - stagingbase_originMessages( + ): mode_swap_LpToken + mode_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OriginMessage_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OriginMessage_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: stagingbase_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 - ): [stagingbase_OriginMessage!]! - stagingbase_aggregateRoot( + ): [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: stagingbase_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 - ): stagingbase_AggregateRoot - stagingbase_aggregateRoots( + ): mode_swap_LpTransferEvent + mode_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AggregateRoot_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AggregateRoot_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: stagingbase_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 - ): [stagingbase_AggregateRoot!]! - stagingbase_connectorMeta( + ): [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: stagingbase_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 - ): stagingbase_ConnectorMeta - stagingbase_connectorMetas( + ): mode_swap_StableSwapEvent + mode_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_ConnectorMeta_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_ConnectorMeta_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: stagingbase_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 - ): [stagingbase_ConnectorMeta!]! - stagingbase_rootCount( + ): [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: stagingbase_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 - ): stagingbase_RootCount - stagingbase_rootCounts( + ): mode_swap_SwapTradeVolume + mode_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RootCount_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RootCount_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: stagingbase_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 - ): [stagingbase_RootCount!]! - stagingbase_rootMessageSent( + ): [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: stagingbase_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 - ): stagingbase_RootMessageSent - stagingbase_rootMessageSents( + ): mode_swap_LpTokenEvent + mode_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RootMessageSent_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RootMessageSent_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: stagingbase_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 - ): [stagingbase_RootMessageSent!]! - stagingbase_relayerFeesIncrease( + ): [mode_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mode_swap__meta(block: mode_swap_Block_height): mode_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: stagingbase_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 - ): stagingbase_RelayerFeesIncrease - stagingbase_relayerFeesIncreases( + ): linea_swap_SystemInfo + linea_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_RelayerFeesIncrease_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_RelayerFeesIncrease_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: stagingbase_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 - ): [stagingbase_RelayerFeesIncrease!]! - stagingbase_slippageUpdate( + ): [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: stagingbase_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 - ): stagingbase_SlippageUpdate - stagingbase_slippageUpdates( + ): linea_swap_PooledToken + linea_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SlippageUpdate_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SlippageUpdate_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: stagingbase_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 - ): [stagingbase_SlippageUpdate!]! - stagingbase_snapshotRoot( + ): [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: stagingbase_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 - ): stagingbase_SnapshotRoot - stagingbase_snapshotRoots( + ): linea_swap_StableSwap + linea_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SnapshotRoot_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SnapshotRoot_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: stagingbase_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 - ): [stagingbase_SnapshotRoot!]! - stagingbase_spokeConnectorMode( + ): [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: stagingbase_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 - ): stagingbase_SpokeConnectorMode - stagingbase_spokeConnectorModes( + ): linea_swap_StableSwapAddLiquidityEvent + linea_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_SpokeConnectorMode_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_SpokeConnectorMode_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: stagingbase_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 - ): [stagingbase_SpokeConnectorMode!]! - stagingbase_aggregateRootProposed( + ): [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: stagingbase_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 - ): stagingbase_AggregateRootProposed - stagingbase_aggregateRootProposeds( + ): linea_swap_StableSwapRemoveLiquidityEvent + linea_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_AggregateRootProposed_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_AggregateRootProposed_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: stagingbase_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 - ): [stagingbase_AggregateRootProposed!]! - stagingbase_optimisticRootFinalized( + ): [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: stagingbase_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 - ): stagingbase_OptimisticRootFinalized - stagingbase_optimisticRootFinalizeds( + ): linea_swap_StableSwapExchange + linea_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: stagingbase_OptimisticRootFinalized_orderBy - orderDirection: stagingbase_OrderDirection - where: stagingbase_OptimisticRootFinalized_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: stagingbase_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 - ): [stagingbase_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingbase__meta(block: stagingbase_Block_height): stagingbase__Meta_ - optimism_asset( + ): [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: optimism_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 - ): optimism_Asset - optimism_assets( + ): linea_swap_SwapDailyVolume + linea_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_Asset_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Asset_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: optimism_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 - ): [optimism_Asset!]! - optimism_assetStatus( + ): [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: optimism_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 - ): optimism_AssetStatus - optimism_assetStatuses( + ): linea_swap_SwapHourlyVolume + linea_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetStatus_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetStatus_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: optimism_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 - ): [optimism_AssetStatus!]! - optimism_assetBalance( + ): [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: optimism_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 - ): optimism_AssetBalance - optimism_assetBalances( + ): linea_swap_SwapWeeklyVolume + linea_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_AssetBalance_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AssetBalance_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: optimism_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 - ): [optimism_AssetBalance!]! - optimism_router( + ): [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: optimism_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 - ): optimism_Router - optimism_routers( + ): linea_swap_LpAccount + linea_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_Router_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Router_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: optimism_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 - ): [optimism_Router!]! - optimism_routerDailyTVL( + ): [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: optimism_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 - ): optimism_RouterDailyTVL - optimism_routerDailyTVLs( + ): linea_swap_LpAccountBalance + linea_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterDailyTVL_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterDailyTVL_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: optimism_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 - ): [optimism_RouterDailyTVL!]! - optimism_routerLiquidityEvent( + ): [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: optimism_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 - ): optimism_RouterLiquidityEvent - optimism_routerLiquidityEvents( + ): linea_swap_LpToken + linea_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_RouterLiquidityEvent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RouterLiquidityEvent_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: optimism_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 - ): [optimism_RouterLiquidityEvent!]! - optimism_setting( + ): [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: optimism_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 - ): optimism_Setting - optimism_settings( + ): linea_swap_LpTransferEvent + linea_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_Setting_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Setting_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: optimism_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 - ): [optimism_Setting!]! - optimism_relayer( + ): [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: optimism_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 - ): optimism_Relayer - optimism_relayers( + ): linea_swap_StableSwapEvent + linea_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_Relayer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Relayer_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: optimism_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 - ): [optimism_Relayer!]! - optimism_sequencer( + ): [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: optimism_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 - ): optimism_Sequencer - optimism_sequencers( + ): linea_swap_SwapTradeVolume + linea_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_Sequencer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_Sequencer_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: optimism_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 - ): [optimism_Sequencer!]! - optimism_relayerFee( + ): [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: optimism_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 - ): optimism_RelayerFee - optimism_relayerFees( + ): linea_swap_LpTokenEvent + linea_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFee_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFee_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: optimism_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 - ): [optimism_RelayerFee!]! - optimism_originTransfer( + ): [linea_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ + linea_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_OriginTransfer - optimism_originTransfers( + ): linea_Asset + linea_assets( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginTransfer_filter + orderBy: linea_Asset_orderBy + orderDirection: linea_OrderDirection + where: linea_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_OriginTransfer!]! - optimism_destinationTransfer( + ): [linea_Asset!]! + linea_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_DestinationTransfer - optimism_destinationTransfers( + ): linea_AssetStatus + linea_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: optimism_DestinationTransfer_orderBy - orderDirection: optimism_OrderDirection - where: optimism_DestinationTransfer_filter + orderBy: linea_AssetStatus_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_DestinationTransfer!]! - optimism_originMessage( + ): [linea_AssetStatus!]! + linea_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_OriginMessage - optimism_originMessages( + ): linea_AssetBalance + linea_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_OriginMessage_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OriginMessage_filter + orderBy: linea_AssetBalance_orderBy + orderDirection: linea_OrderDirection + where: linea_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_OriginMessage!]! - optimism_aggregateRoot( + ): [linea_AssetBalance!]! + linea_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_AggregateRoot - optimism_aggregateRoots( + ): linea_Router + linea_routers( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRoot_filter + orderBy: linea_Router_orderBy + orderDirection: linea_OrderDirection + where: linea_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_AggregateRoot!]! - optimism_connectorMeta( + ): [linea_Router!]! + linea_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_ConnectorMeta - optimism_connectorMetas( + ): linea_RouterDailyTVL + linea_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: optimism_ConnectorMeta_orderBy - orderDirection: optimism_OrderDirection - where: optimism_ConnectorMeta_filter + orderBy: linea_RouterDailyTVL_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_ConnectorMeta!]! - optimism_rootCount( + ): [linea_RouterDailyTVL!]! + linea_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_RootCount - optimism_rootCounts( + ): linea_RouterLiquidityEvent + linea_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootCount_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootCount_filter + orderBy: linea_RouterLiquidityEvent_orderBy + orderDirection: linea_OrderDirection + where: linea_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_RootCount!]! - optimism_rootMessageSent( + ): [linea_RouterLiquidityEvent!]! + linea_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_RootMessageSent - optimism_rootMessageSents( + ): linea_Setting + linea_settings( skip: Int = 0 first: Int = 100 - orderBy: optimism_RootMessageSent_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RootMessageSent_filter + orderBy: linea_Setting_orderBy + orderDirection: linea_OrderDirection + where: linea_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_RootMessageSent!]! - optimism_relayerFeesIncrease( + ): [linea_Setting!]! + linea_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_RelayerFeesIncrease - optimism_relayerFeesIncreases( + ): linea_Relayer + linea_relayers( skip: Int = 0 first: Int = 100 - orderBy: optimism_RelayerFeesIncrease_orderBy - orderDirection: optimism_OrderDirection - where: optimism_RelayerFeesIncrease_filter + orderBy: linea_Relayer_orderBy + orderDirection: linea_OrderDirection + where: linea_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_RelayerFeesIncrease!]! - optimism_slippageUpdate( + ): [linea_Relayer!]! + linea_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_SlippageUpdate - optimism_slippageUpdates( + ): linea_Sequencer + linea_sequencers( skip: Int = 0 first: Int = 100 - orderBy: optimism_SlippageUpdate_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SlippageUpdate_filter + orderBy: linea_Sequencer_orderBy + orderDirection: linea_OrderDirection + where: linea_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_SlippageUpdate!]! - optimism_snapshotRoot( + ): [linea_Sequencer!]! + linea_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_SnapshotRoot - optimism_snapshotRoots( + ): linea_RelayerFee + linea_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: optimism_SnapshotRoot_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SnapshotRoot_filter + orderBy: linea_RelayerFee_orderBy + orderDirection: linea_OrderDirection + where: linea_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_SnapshotRoot!]! - optimism_spokeConnectorMode( + ): [linea_RelayerFee!]! + linea_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_SpokeConnectorMode - optimism_spokeConnectorModes( + ): linea_OriginTransfer + linea_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_SpokeConnectorMode_orderBy - orderDirection: optimism_OrderDirection - where: optimism_SpokeConnectorMode_filter + orderBy: linea_OriginTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_SpokeConnectorMode!]! - optimism_aggregateRootProposed( + ): [linea_OriginTransfer!]! + linea_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_AggregateRootProposed - optimism_aggregateRootProposeds( + ): linea_DestinationTransfer + linea_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: optimism_AggregateRootProposed_orderBy - orderDirection: optimism_OrderDirection - where: optimism_AggregateRootProposed_filter + orderBy: linea_DestinationTransfer_orderBy + orderDirection: linea_OrderDirection + where: linea_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_AggregateRootProposed!]! - optimism_optimisticRootFinalized( + ): [linea_DestinationTransfer!]! + linea_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): optimism_OptimisticRootFinalized - optimism_optimisticRootFinalizeds( + ): linea_OriginMessage + linea_originMessages( skip: Int = 0 first: Int = 100 - orderBy: optimism_OptimisticRootFinalized_orderBy - orderDirection: optimism_OrderDirection - where: optimism_OptimisticRootFinalized_filter + orderBy: linea_OriginMessage_orderBy + orderDirection: linea_OrderDirection + where: linea_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_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 - ): [optimism_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - optimism__meta(block: optimism_Block_height): optimism__Meta_ - mainnet_asset( + ): [linea_OriginMessage!]! + linea_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_Asset - mainnet_assets( + ): linea_AggregateRoot + linea_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Asset_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Asset_filter + orderBy: linea_AggregateRoot_orderBy + orderDirection: linea_OrderDirection + where: linea_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_Asset!]! - mainnet_assetStatus( + ): [linea_AggregateRoot!]! + linea_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_AssetStatus - mainnet_assetStatuses( + ): linea_ConnectorMeta + linea_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetStatus_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetStatus_filter + orderBy: linea_ConnectorMeta_orderBy + orderDirection: linea_OrderDirection + where: linea_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_AssetStatus!]! - mainnet_assetBalance( + ): [linea_ConnectorMeta!]! + linea_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_AssetBalance - mainnet_assetBalances( + ): linea_RootCount + linea_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AssetBalance_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AssetBalance_filter + orderBy: linea_RootCount_orderBy + orderDirection: linea_OrderDirection + where: linea_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_AssetBalance!]! - mainnet_router( + ): [linea_RootCount!]! + linea_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_Router - mainnet_routers( + ): linea_RootMessageSent + linea_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Router_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Router_filter + orderBy: linea_RootMessageSent_orderBy + orderDirection: linea_OrderDirection + where: linea_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_Router!]! - mainnet_routerDailyTVL( + ): [linea_RootMessageSent!]! + linea_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_RouterDailyTVL - mainnet_routerDailyTVLs( + ): linea_RelayerFeesIncrease + linea_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterDailyTVL_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterDailyTVL_filter + orderBy: linea_RelayerFeesIncrease_orderBy + orderDirection: linea_OrderDirection + where: linea_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_RouterDailyTVL!]! - mainnet_routerLiquidityEvent( + ): [linea_RelayerFeesIncrease!]! + linea_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_RouterLiquidityEvent - mainnet_routerLiquidityEvents( + ): linea_SlippageUpdate + linea_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RouterLiquidityEvent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RouterLiquidityEvent_filter + orderBy: linea_SlippageUpdate_orderBy + orderDirection: linea_OrderDirection + where: linea_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: 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_RouterLiquidityEvent!]! - mainnet_setting( + ): [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: 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_Setting - mainnet_settings( + ): linea_SnapshotRoot + linea_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Setting_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Setting_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: 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_Setting!]! - mainnet_relayer( + ): [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: 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_Relayer - mainnet_relayers( + ): linea_SpokeConnectorMode + linea_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Relayer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Relayer_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: 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_Relayer!]! - mainnet_sequencer( + ): [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: 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_Sequencer - mainnet_sequencers( + ): linea_AggregateRootProposed + linea_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_Sequencer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_Sequencer_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: 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_Sequencer!]! - mainnet_relayerFee( + ): [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_RelayerFee - mainnet_relayerFees( + ): linea_OptimisticRootFinalized + linea_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFee_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFee_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_RelayerFee!]! - mainnet_originTransfer( + ): [linea_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + linea__meta(block: linea_Block_height): linea__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: mainnet_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 - ): mainnet_OriginTransfer - mainnet_originTransfers( + ): xlayer_swap_SystemInfo + xlayer_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginTransfer_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: mainnet_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 - ): [mainnet_OriginTransfer!]! - mainnet_destinationTransfer( + ): [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: mainnet_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 - ): mainnet_DestinationTransfer - mainnet_destinationTransfers( + ): xlayer_swap_PooledToken + xlayer_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: mainnet_DestinationTransfer_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_DestinationTransfer_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: mainnet_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 - ): [mainnet_DestinationTransfer!]! - mainnet_originMessage( + ): [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: mainnet_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 - ): mainnet_OriginMessage - mainnet_originMessages( + ): xlayer_swap_StableSwap + xlayer_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OriginMessage_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OriginMessage_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: mainnet_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 - ): [mainnet_OriginMessage!]! - mainnet_aggregateRoot( + ): [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: mainnet_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 - ): mainnet_AggregateRoot - mainnet_aggregateRoots( + ): xlayer_swap_StableSwapAddLiquidityEvent + xlayer_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRoot_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: mainnet_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 - ): [mainnet_AggregateRoot!]! - mainnet_connectorMeta( + ): [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: mainnet_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 - ): mainnet_ConnectorMeta - mainnet_connectorMetas( + ): xlayer_swap_StableSwapRemoveLiquidityEvent + xlayer_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ConnectorMeta_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: mainnet_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 - ): [mainnet_ConnectorMeta!]! - mainnet_rootCount( + ): [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: mainnet_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 - ): mainnet_RootCount - mainnet_rootCounts( + ): xlayer_swap_StableSwapExchange + xlayer_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootCount_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootCount_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: mainnet_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 - ): [mainnet_RootCount!]! - mainnet_rootMessageSent( + ): [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: mainnet_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 - ): mainnet_RootMessageSent - mainnet_rootMessageSents( + ): xlayer_swap_SwapDailyVolume + xlayer_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageSent_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageSent_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: mainnet_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 - ): [mainnet_RootMessageSent!]! - mainnet_relayerFeesIncrease( + ): [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: mainnet_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 - ): mainnet_RelayerFeesIncrease - mainnet_relayerFeesIncreases( + ): xlayer_swap_SwapHourlyVolume + xlayer_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RelayerFeesIncrease_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RelayerFeesIncrease_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: mainnet_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 - ): [mainnet_RelayerFeesIncrease!]! - mainnet_slippageUpdate( + ): [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: mainnet_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 - ): mainnet_SlippageUpdate - mainnet_slippageUpdates( + ): xlayer_swap_SwapWeeklyVolume + xlayer_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SlippageUpdate_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SlippageUpdate_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: mainnet_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 - ): [mainnet_SlippageUpdate!]! - mainnet_snapshotRoot( + ): [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: mainnet_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 - ): mainnet_SnapshotRoot - mainnet_snapshotRoots( + ): xlayer_swap_LpAccount + xlayer_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SnapshotRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SnapshotRoot_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: mainnet_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 - ): [mainnet_SnapshotRoot!]! - mainnet_spokeConnectorMode( + ): [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: mainnet_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 - ): mainnet_SpokeConnectorMode - mainnet_spokeConnectorModes( + ): xlayer_swap_LpAccountBalance + xlayer_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_SpokeConnectorMode_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_SpokeConnectorMode_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: mainnet_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 - ): [mainnet_SpokeConnectorMode!]! - mainnet_aggregateRootProposed( + ): [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: mainnet_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 - ): mainnet_AggregateRootProposed - mainnet_aggregateRootProposeds( + ): xlayer_swap_LpToken + xlayer_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRootProposed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRootProposed_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: mainnet_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 - ): [mainnet_AggregateRootProposed!]! - mainnet_optimisticRootFinalized( + ): [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: mainnet_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 - ): mainnet_OptimisticRootFinalized - mainnet_optimisticRootFinalizeds( + ): xlayer_swap_LpTransferEvent + xlayer_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootFinalized_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootFinalized_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: mainnet_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 - ): [mainnet_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - mainnet__meta(block: mainnet_Block_height): mainnet__Meta_ - linea_swap_systemInfo( + ): [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: linea_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 - ): linea_swap_SystemInfo - linea_swap_systemInfos( + ): xlayer_swap_StableSwapEvent + xlayer_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SystemInfo_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SystemInfo_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: linea_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 - ): [linea_swap_SystemInfo!]! - linea_swap_pooledToken( + ): [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: linea_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 - ): linea_swap_PooledToken - linea_swap_pooledTokens( + ): xlayer_swap_SwapTradeVolume + xlayer_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_PooledToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_PooledToken_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: linea_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 - ): [linea_swap_PooledToken!]! - linea_swap_stableSwap( + ): [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: linea_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 - ): linea_swap_StableSwap - linea_swap_stableSwaps( + ): xlayer_swap_LpTokenEvent + xlayer_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwap_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwap_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: linea_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 - ): [linea_swap_StableSwap!]! - linea_swap_stableSwapAddLiquidityEvent( + ): [xlayer_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + xlayer_swap__meta(block: xlayer_swap_Block_height): xlayer_swap__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: 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_RootAggregated + stagingmainnet_rootAggregateds( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapAddLiquidityEvent_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: 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_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_StableSwapRemoveLiquidityEvent - linea_swap_stableSwapRemoveLiquidityEvents( + ): stagingmainnet_RootPropagated + stagingmainnet_rootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapRemoveLiquidityEvent_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_StableSwapRemoveLiquidityEvent!]! - linea_swap_stableSwapExchange( + ): [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_StableSwapExchange - linea_swap_stableSwapExchanges( + ): stagingmainnet_AggregatedMessageRoot + stagingmainnet_aggregatedMessageRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapExchange_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapExchange_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_StableSwapExchange!]! - linea_swap_swapDailyVolume( + ): [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_SwapDailyVolume - linea_swap_swapDailyVolumes( + ): stagingmainnet_RootManagerMeta + stagingmainnet_rootManagerMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapDailyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapDailyVolume_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_SwapDailyVolume!]! - linea_swap_swapHourlyVolume( + ): [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_SwapHourlyVolume - linea_swap_swapHourlyVolumes( + ): stagingmainnet_RootManagerMode + stagingmainnet_rootManagerModes( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapHourlyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapHourlyVolume_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_SwapHourlyVolume!]! - linea_swap_swapWeeklyVolume( + ): [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_SwapWeeklyVolume - linea_swap_swapWeeklyVolumes( + ): stagingmainnet_OptimisticRootProposed + stagingmainnet_optimisticRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapWeeklyVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapWeeklyVolume_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_SwapWeeklyVolume!]! - linea_swap_lpAccount( + ): [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_LpAccount - linea_swap_lpAccounts( + ): stagingmainnet_HubOptimisticRootFinalized + stagingmainnet_hubOptimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccount_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccount_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_LpAccount!]! - linea_swap_lpAccountBalance( + ): [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_LpAccountBalance - linea_swap_lpAccountBalances( + ): stagingmainnet_OptimisticRootPropagated + stagingmainnet_optimisticRootPropagateds( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpAccountBalance_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpAccountBalance_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_LpAccountBalance!]! - linea_swap_lpToken( + ): [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_LpToken - linea_swap_lpTokens( + ): stagingmainnet_PolygonConnectorMeta + stagingmainnet_polygonConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpToken_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpToken_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_LpToken!]! - linea_swap_lpTransferEvent( + ): [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_LpTransferEvent - linea_swap_lpTransferEvents( + ): stagingmainnet_OptimismConnectorMeta + stagingmainnet_optimismConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTransferEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTransferEvent_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_LpTransferEvent!]! - linea_swap_stableSwapEvent( + ): [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_StableSwapEvent - linea_swap_stableSwapEvents( + ): stagingmainnet_BnbConnectorMeta + stagingmainnet_bnbConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_StableSwapEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_StableSwapEvent_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_StableSwapEvent!]! - linea_swap_swapTradeVolume( + ): [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_SwapTradeVolume - linea_swap_swapTradeVolumes( + ): stagingmainnet_ArbitrumConnectorMeta + stagingmainnet_arbitrumConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_SwapTradeVolume_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_SwapTradeVolume_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_SwapTradeVolume!]! - linea_swap_lpTokenEvent( + ): [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_LpTokenEvent - linea_swap_lpTokenEvents( + ): stagingmainnet_GnosisConnectorMeta + stagingmainnet_gnosisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_swap_LpTokenEvent_orderBy - orderDirection: linea_swap_OrderDirection - where: linea_swap_LpTokenEvent_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_LpTokenEvent!]! - """Access to subgraph metadata""" - linea_swap__meta(block: linea_swap_Block_height): linea_swap__Meta_ - arbitrumsepolia_asset( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_Asset - arbitrumsepolia_assets( + ): stagingmainnet_LineaConnectorMeta + stagingmainnet_lineaConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_Asset_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_Asset_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: arbitrumsepolia_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 - ): [arbitrumsepolia_Asset!]! - arbitrumsepolia_assetStatus( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_AssetStatus - arbitrumsepolia_assetStatuses( + ): stagingmainnet_MetisConnectorMeta + stagingmainnet_metisConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_AssetStatus_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_AssetStatus_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: arbitrumsepolia_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 - ): [arbitrumsepolia_AssetStatus!]! - arbitrumsepolia_assetBalance( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_AssetBalance - arbitrumsepolia_assetBalances( + ): stagingmainnet_MantleConnectorMeta + stagingmainnet_mantleConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_AssetBalance_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_AssetBalance_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: arbitrumsepolia_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 - ): [arbitrumsepolia_AssetBalance!]! - arbitrumsepolia_router( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_Router - arbitrumsepolia_routers( + ): stagingmainnet_AvalancheConnectorMeta + stagingmainnet_avalancheConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_Router_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_Router_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: arbitrumsepolia_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 - ): [arbitrumsepolia_Router!]! - arbitrumsepolia_routerDailyTVL( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_RouterDailyTVL - arbitrumsepolia_routerDailyTVLs( + ): stagingmainnet_BaseConnectorMeta + stagingmainnet_baseConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RouterDailyTVL_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RouterDailyTVL_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: arbitrumsepolia_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 - ): [arbitrumsepolia_RouterDailyTVL!]! - arbitrumsepolia_routerLiquidityEvent( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_RouterLiquidityEvent - arbitrumsepolia_routerLiquidityEvents( + ): stagingmainnet_PolygonZkConnectorMeta + stagingmainnet_polygonZkConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RouterLiquidityEvent_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RouterLiquidityEvent_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: arbitrumsepolia_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 - ): [arbitrumsepolia_RouterLiquidityEvent!]! - arbitrumsepolia_setting( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_Setting - arbitrumsepolia_settings( + ): stagingmainnet_ZkSyncConnectorMeta + stagingmainnet_zkSyncConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_Setting_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_Setting_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: arbitrumsepolia_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 - ): [arbitrumsepolia_Setting!]! - arbitrumsepolia_relayer( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_Relayer - arbitrumsepolia_relayers( + ): stagingmainnet_ModeConnectorMeta + stagingmainnet_modeConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_Relayer_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_Relayer_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: arbitrumsepolia_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 - ): [arbitrumsepolia_Relayer!]! - arbitrumsepolia_sequencer( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_Sequencer - arbitrumsepolia_sequencers( + ): stagingmainnet_ScrollConnectorMeta + stagingmainnet_scrollConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_Sequencer_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_Sequencer_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: arbitrumsepolia_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 - ): [arbitrumsepolia_Sequencer!]! - arbitrumsepolia_relayerFee( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_RelayerFee - arbitrumsepolia_relayerFees( + ): stagingmainnet_XlayerConnectorMeta + stagingmainnet_xlayerConnectorMetas( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RelayerFee_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RelayerFee_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: arbitrumsepolia_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 - ): [arbitrumsepolia_RelayerFee!]! - arbitrumsepolia_originTransfer( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_OriginTransfer - arbitrumsepolia_originTransfers( + ): stagingmainnet_RootMessageProcessed + stagingmainnet_rootMessageProcesseds( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_OriginTransfer_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_OriginTransfer_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: arbitrumsepolia_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 - ): [arbitrumsepolia_OriginTransfer!]! - arbitrumsepolia_destinationTransfer( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_DestinationTransfer - arbitrumsepolia_destinationTransfers( + ): stagingmainnet_AggregateRootSavedSlow + stagingmainnet_aggregateRootSavedSlows( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_DestinationTransfer_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_DestinationTransfer_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: arbitrumsepolia_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 - ): [arbitrumsepolia_DestinationTransfer!]! - arbitrumsepolia_originMessage( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_OriginMessage - arbitrumsepolia_originMessages( + ): stagingmainnet_HubDomain + stagingmainnet_hubDomains( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_OriginMessage_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_OriginMessage_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: arbitrumsepolia_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 - ): [arbitrumsepolia_OriginMessage!]! - arbitrumsepolia_aggregateRoot( + ): [stagingmainnet_HubDomain!]! + """Access to subgraph metadata""" + stagingmainnet__meta(block: stagingmainnet_Block_height): stagingmainnet__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: arbitrumsepolia_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 - ): arbitrumsepolia_AggregateRoot - arbitrumsepolia_aggregateRoots( + ): stagingavalanche_Asset + stagingavalanche_assets( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_AggregateRoot_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_AggregateRoot_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: arbitrumsepolia_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 - ): [arbitrumsepolia_AggregateRoot!]! - arbitrumsepolia_connectorMeta( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_ConnectorMeta - arbitrumsepolia_connectorMetas( + ): stagingavalanche_AssetStatus + stagingavalanche_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_ConnectorMeta_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_ConnectorMeta_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: arbitrumsepolia_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 - ): [arbitrumsepolia_ConnectorMeta!]! - arbitrumsepolia_rootCount( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_RootCount - arbitrumsepolia_rootCounts( + ): stagingavalanche_AssetBalance + stagingavalanche_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RootCount_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RootCount_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: arbitrumsepolia_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 - ): [arbitrumsepolia_RootCount!]! - arbitrumsepolia_rootMessageSent( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_RootMessageSent - arbitrumsepolia_rootMessageSents( + ): stagingavalanche_Router + stagingavalanche_routers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RootMessageSent_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RootMessageSent_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: arbitrumsepolia_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 - ): [arbitrumsepolia_RootMessageSent!]! - arbitrumsepolia_relayerFeesIncrease( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_RelayerFeesIncrease - arbitrumsepolia_relayerFeesIncreases( + ): stagingavalanche_RouterDailyTVL + stagingavalanche_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_RelayerFeesIncrease_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_RelayerFeesIncrease_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: arbitrumsepolia_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 - ): [arbitrumsepolia_RelayerFeesIncrease!]! - arbitrumsepolia_slippageUpdate( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_SlippageUpdate - arbitrumsepolia_slippageUpdates( + ): stagingavalanche_RouterLiquidityEvent + stagingavalanche_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_SlippageUpdate_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_SlippageUpdate_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: arbitrumsepolia_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 - ): [arbitrumsepolia_SlippageUpdate!]! - arbitrumsepolia_snapshotRoot( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_SnapshotRoot - arbitrumsepolia_snapshotRoots( + ): stagingavalanche_Setting + stagingavalanche_settings( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_SnapshotRoot_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_SnapshotRoot_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: arbitrumsepolia_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 - ): [arbitrumsepolia_SnapshotRoot!]! - arbitrumsepolia_spokeConnectorMode( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_SpokeConnectorMode - arbitrumsepolia_spokeConnectorModes( + ): stagingavalanche_Relayer + stagingavalanche_relayers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_SpokeConnectorMode_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_SpokeConnectorMode_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: arbitrumsepolia_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 - ): [arbitrumsepolia_SpokeConnectorMode!]! - arbitrumsepolia_aggregateRootProposed( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_AggregateRootProposed - arbitrumsepolia_aggregateRootProposeds( + ): stagingavalanche_Sequencer + stagingavalanche_sequencers( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_AggregateRootProposed_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_AggregateRootProposed_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: arbitrumsepolia_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 - ): [arbitrumsepolia_AggregateRootProposed!]! - arbitrumsepolia_optimisticRootFinalized( + ): [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: arbitrumsepolia_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 - ): arbitrumsepolia_OptimisticRootFinalized - arbitrumsepolia_optimisticRootFinalizeds( + ): stagingavalanche_RelayerFee + stagingavalanche_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: arbitrumsepolia_OptimisticRootFinalized_orderBy - orderDirection: arbitrumsepolia_OrderDirection - where: arbitrumsepolia_OptimisticRootFinalized_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: arbitrumsepolia_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 - ): [arbitrumsepolia_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - arbitrumsepolia__meta(block: arbitrumsepolia_Block_height): arbitrumsepolia__Meta_ - stagingoptimism_asset( + ): [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: stagingoptimism_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 - ): stagingoptimism_Asset - stagingoptimism_assets( + ): stagingavalanche_OriginTransfer + stagingavalanche_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Asset_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Asset_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: stagingoptimism_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 - ): [stagingoptimism_Asset!]! - stagingoptimism_assetStatus( + ): [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: stagingoptimism_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 - ): stagingoptimism_AssetStatus - stagingoptimism_assetStatuses( + ): stagingavalanche_DestinationTransfer + stagingavalanche_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AssetStatus_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AssetStatus_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: stagingoptimism_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 - ): [stagingoptimism_AssetStatus!]! - stagingoptimism_assetBalance( + ): [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: stagingoptimism_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 - ): stagingoptimism_AssetBalance - stagingoptimism_assetBalances( + ): stagingavalanche_OriginMessage + stagingavalanche_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AssetBalance_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AssetBalance_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: stagingoptimism_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 - ): [stagingoptimism_AssetBalance!]! - stagingoptimism_router( + ): [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: stagingoptimism_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 - ): stagingoptimism_Router - stagingoptimism_routers( + ): stagingavalanche_AggregateRoot + stagingavalanche_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Router_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Router_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: stagingoptimism_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 - ): [stagingoptimism_Router!]! - stagingoptimism_routerDailyTVL( + ): [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: stagingoptimism_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 - ): stagingoptimism_RouterDailyTVL - stagingoptimism_routerDailyTVLs( + ): stagingavalanche_ConnectorMeta + stagingavalanche_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RouterDailyTVL_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RouterDailyTVL_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: stagingoptimism_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 - ): [stagingoptimism_RouterDailyTVL!]! - stagingoptimism_routerLiquidityEvent( + ): [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: stagingoptimism_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 - ): stagingoptimism_RouterLiquidityEvent - stagingoptimism_routerLiquidityEvents( + ): stagingavalanche_RootCount + stagingavalanche_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RouterLiquidityEvent_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RouterLiquidityEvent_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: stagingoptimism_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 - ): [stagingoptimism_RouterLiquidityEvent!]! - stagingoptimism_setting( + ): [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: stagingoptimism_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 - ): stagingoptimism_Setting - stagingoptimism_settings( + ): stagingavalanche_RootMessageSent + stagingavalanche_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Setting_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Setting_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: stagingoptimism_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 - ): [stagingoptimism_Setting!]! - stagingoptimism_relayer( + ): [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: stagingoptimism_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 - ): stagingoptimism_Relayer - stagingoptimism_relayers( + ): stagingavalanche_RelayerFeesIncrease + stagingavalanche_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Relayer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Relayer_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: stagingoptimism_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 - ): [stagingoptimism_Relayer!]! - stagingoptimism_sequencer( + ): [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: stagingoptimism_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 - ): stagingoptimism_Sequencer - stagingoptimism_sequencers( + ): stagingavalanche_SlippageUpdate + stagingavalanche_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_Sequencer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_Sequencer_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: stagingoptimism_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 - ): [stagingoptimism_Sequencer!]! - stagingoptimism_relayerFee( + ): [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: stagingoptimism_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 - ): stagingoptimism_RelayerFee - stagingoptimism_relayerFees( + ): stagingavalanche_SnapshotRoot + stagingavalanche_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RelayerFee_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RelayerFee_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: stagingoptimism_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 - ): [stagingoptimism_RelayerFee!]! - stagingoptimism_originTransfer( + ): [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: stagingoptimism_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 - ): stagingoptimism_OriginTransfer - stagingoptimism_originTransfers( + ): stagingavalanche_SpokeConnectorMode + stagingavalanche_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OriginTransfer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OriginTransfer_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: stagingoptimism_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 - ): [stagingoptimism_OriginTransfer!]! - stagingoptimism_destinationTransfer( + ): [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: stagingoptimism_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 - ): stagingoptimism_DestinationTransfer - stagingoptimism_destinationTransfers( + ): stagingavalanche_AggregateRootProposed + stagingavalanche_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_DestinationTransfer_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_DestinationTransfer_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: stagingoptimism_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 - ): [stagingoptimism_DestinationTransfer!]! - stagingoptimism_originMessage( + ): [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: stagingoptimism_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 - ): stagingoptimism_OriginMessage - stagingoptimism_originMessages( + ): stagingavalanche_OptimisticRootFinalized + stagingavalanche_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OriginMessage_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OriginMessage_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: stagingoptimism_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 - ): [stagingoptimism_OriginMessage!]! - stagingoptimism_aggregateRoot( + ): [stagingavalanche_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingavalanche__meta(block: stagingavalanche_Block_height): stagingavalanche__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: stagingoptimism_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 - ): stagingoptimism_AggregateRoot - stagingoptimism_aggregateRoots( + ): mantle_Asset + mantle_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AggregateRoot_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AggregateRoot_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: stagingoptimism_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 - ): [stagingoptimism_AggregateRoot!]! - stagingoptimism_connectorMeta( + ): [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: stagingoptimism_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 - ): stagingoptimism_ConnectorMeta - stagingoptimism_connectorMetas( + ): mantle_AssetStatus + mantle_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_ConnectorMeta_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_ConnectorMeta_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: stagingoptimism_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 - ): [stagingoptimism_ConnectorMeta!]! - stagingoptimism_rootCount( + ): [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: stagingoptimism_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 - ): stagingoptimism_RootCount - stagingoptimism_rootCounts( + ): mantle_AssetBalance + mantle_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RootCount_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RootCount_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: stagingoptimism_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 - ): [stagingoptimism_RootCount!]! - stagingoptimism_rootMessageSent( + ): [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: stagingoptimism_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 - ): stagingoptimism_RootMessageSent - stagingoptimism_rootMessageSents( + ): mantle_Router + mantle_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RootMessageSent_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RootMessageSent_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: stagingoptimism_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 - ): [stagingoptimism_RootMessageSent!]! - stagingoptimism_relayerFeesIncrease( + ): [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: stagingoptimism_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 - ): stagingoptimism_RelayerFeesIncrease - stagingoptimism_relayerFeesIncreases( + ): mantle_RouterDailyTVL + mantle_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_RelayerFeesIncrease_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_RelayerFeesIncrease_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: stagingoptimism_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 - ): [stagingoptimism_RelayerFeesIncrease!]! - stagingoptimism_slippageUpdate( + ): [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: stagingoptimism_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 - ): stagingoptimism_SlippageUpdate - stagingoptimism_slippageUpdates( + ): mantle_RouterLiquidityEvent + mantle_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SlippageUpdate_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SlippageUpdate_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: stagingoptimism_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 - ): [stagingoptimism_SlippageUpdate!]! - stagingoptimism_snapshotRoot( + ): [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: stagingoptimism_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 - ): stagingoptimism_SnapshotRoot - stagingoptimism_snapshotRoots( + ): mantle_Setting + mantle_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SnapshotRoot_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SnapshotRoot_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: stagingoptimism_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 - ): [stagingoptimism_SnapshotRoot!]! - stagingoptimism_spokeConnectorMode( + ): [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: stagingoptimism_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 - ): stagingoptimism_SpokeConnectorMode - stagingoptimism_spokeConnectorModes( + ): mantle_Relayer + mantle_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_SpokeConnectorMode_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_SpokeConnectorMode_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: stagingoptimism_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 - ): [stagingoptimism_SpokeConnectorMode!]! - stagingoptimism_aggregateRootProposed( + ): [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: stagingoptimism_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 - ): stagingoptimism_AggregateRootProposed - stagingoptimism_aggregateRootProposeds( + ): mantle_Sequencer + mantle_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_AggregateRootProposed_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_AggregateRootProposed_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: stagingoptimism_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 - ): [stagingoptimism_AggregateRootProposed!]! - stagingoptimism_optimisticRootFinalized( + ): [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: stagingoptimism_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 - ): stagingoptimism_OptimisticRootFinalized - stagingoptimism_optimisticRootFinalizeds( + ): mantle_RelayerFee + mantle_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingoptimism_OptimisticRootFinalized_orderBy - orderDirection: stagingoptimism_OrderDirection - where: stagingoptimism_OptimisticRootFinalized_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: stagingoptimism_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 - ): [stagingoptimism_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingoptimism__meta(block: stagingoptimism_Block_height): stagingoptimism__Meta_ - sepolia_swap_systemInfo( + ): [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: sepolia_swap_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 - ): sepolia_swap_SystemInfo - sepolia_swap_systemInfos( + ): mantle_OriginTransfer + mantle_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SystemInfo_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SystemInfo_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: sepolia_swap_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 - ): [sepolia_swap_SystemInfo!]! - sepolia_swap_pooledToken( + ): [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: sepolia_swap_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 - ): sepolia_swap_PooledToken - sepolia_swap_pooledTokens( + ): mantle_DestinationTransfer + mantle_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_PooledToken_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_PooledToken_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: sepolia_swap_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 - ): [sepolia_swap_PooledToken!]! - sepolia_swap_stableSwap( + ): [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: sepolia_swap_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 - ): sepolia_swap_StableSwap - sepolia_swap_stableSwaps( + ): mantle_OriginMessage + mantle_originMessages( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwap_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwap_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: sepolia_swap_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 - ): [sepolia_swap_StableSwap!]! - sepolia_swap_stableSwapAddLiquidityEvent( + ): [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: sepolia_swap_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 - ): sepolia_swap_StableSwapAddLiquidityEvent - sepolia_swap_stableSwapAddLiquidityEvents( + ): mantle_AggregateRoot + mantle_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwapAddLiquidityEvent_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: sepolia_swap_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 - ): [sepolia_swap_StableSwapAddLiquidityEvent!]! - sepolia_swap_stableSwapRemoveLiquidityEvent( + ): [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: sepolia_swap_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 - ): sepolia_swap_StableSwapRemoveLiquidityEvent - sepolia_swap_stableSwapRemoveLiquidityEvents( + ): mantle_ConnectorMeta + mantle_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwapRemoveLiquidityEvent_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: sepolia_swap_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 - ): [sepolia_swap_StableSwapRemoveLiquidityEvent!]! - sepolia_swap_stableSwapExchange( + ): [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: sepolia_swap_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 - ): sepolia_swap_StableSwapExchange - sepolia_swap_stableSwapExchanges( + ): mantle_RootCount + mantle_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapExchange_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwapExchange_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: sepolia_swap_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 - ): [sepolia_swap_StableSwapExchange!]! - sepolia_swap_swapDailyVolume( + ): [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: sepolia_swap_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 - ): sepolia_swap_SwapDailyVolume - sepolia_swap_swapDailyVolumes( + ): mantle_RootMessageSent + mantle_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapDailyVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SwapDailyVolume_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: sepolia_swap_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 - ): [sepolia_swap_SwapDailyVolume!]! - sepolia_swap_swapHourlyVolume( + ): [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: sepolia_swap_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 - ): sepolia_swap_SwapHourlyVolume - sepolia_swap_swapHourlyVolumes( + ): mantle_RelayerFeesIncrease + mantle_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapHourlyVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SwapHourlyVolume_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: sepolia_swap_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 - ): [sepolia_swap_SwapHourlyVolume!]! - sepolia_swap_swapWeeklyVolume( + ): [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: sepolia_swap_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 - ): sepolia_swap_SwapWeeklyVolume - sepolia_swap_swapWeeklyVolumes( + ): mantle_SlippageUpdate + mantle_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapWeeklyVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SwapWeeklyVolume_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: sepolia_swap_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 - ): [sepolia_swap_SwapWeeklyVolume!]! - sepolia_swap_lpAccount( + ): [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: sepolia_swap_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 - ): sepolia_swap_LpAccount - sepolia_swap_lpAccounts( + ): mantle_SnapshotRoot + mantle_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpAccount_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_LpAccount_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: sepolia_swap_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 - ): [sepolia_swap_LpAccount!]! - sepolia_swap_lpAccountBalance( + ): [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: sepolia_swap_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 - ): sepolia_swap_LpAccountBalance - sepolia_swap_lpAccountBalances( + ): mantle_SpokeConnectorMode + mantle_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpAccountBalance_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_LpAccountBalance_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: sepolia_swap_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 - ): [sepolia_swap_LpAccountBalance!]! - sepolia_swap_lpToken( + ): [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: sepolia_swap_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 - ): sepolia_swap_LpToken - sepolia_swap_lpTokens( + ): mantle_AggregateRootProposed + mantle_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpToken_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_LpToken_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: sepolia_swap_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 - ): [sepolia_swap_LpToken!]! - sepolia_swap_lpTransferEvent( + ): [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: sepolia_swap_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 - ): sepolia_swap_LpTransferEvent - sepolia_swap_lpTransferEvents( + ): mantle_OptimisticRootFinalized + mantle_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpTransferEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_LpTransferEvent_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: sepolia_swap_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 - ): [sepolia_swap_LpTransferEvent!]! - sepolia_swap_stableSwapEvent( + ): [mantle_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + mantle__meta(block: mantle_Block_height): mantle__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: sepolia_swap_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 - ): sepolia_swap_StableSwapEvent - sepolia_swap_stableSwapEvents( + ): stagingpolygon_Asset + stagingpolygon_assets( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_StableSwapEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_StableSwapEvent_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: sepolia_swap_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 - ): [sepolia_swap_StableSwapEvent!]! - sepolia_swap_swapTradeVolume( + ): [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: sepolia_swap_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 - ): sepolia_swap_SwapTradeVolume - sepolia_swap_swapTradeVolumes( + ): stagingpolygon_AssetStatus + stagingpolygon_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_SwapTradeVolume_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_SwapTradeVolume_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: sepolia_swap_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 - ): [sepolia_swap_SwapTradeVolume!]! - sepolia_swap_lpTokenEvent( + ): [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: sepolia_swap_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 - ): sepolia_swap_LpTokenEvent - sepolia_swap_lpTokenEvents( + ): stagingpolygon_AssetBalance + stagingpolygon_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: sepolia_swap_LpTokenEvent_orderBy - orderDirection: sepolia_swap_OrderDirection - where: sepolia_swap_LpTokenEvent_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: sepolia_swap_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 - ): [sepolia_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - sepolia_swap__meta(block: sepolia_swap_Block_height): sepolia_swap__Meta_ - base_asset( + ): [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: base_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 - ): base_Asset - base_assets( + ): stagingpolygon_Router + stagingpolygon_routers( skip: Int = 0 first: Int = 100 - orderBy: base_Asset_orderBy - orderDirection: base_OrderDirection - where: base_Asset_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: base_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 - ): [base_Asset!]! - base_assetStatus( + ): [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: base_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 - ): base_AssetStatus - base_assetStatuses( + ): stagingpolygon_RouterDailyTVL + stagingpolygon_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: base_AssetStatus_orderBy - orderDirection: base_OrderDirection - where: base_AssetStatus_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: base_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 - ): [base_AssetStatus!]! - base_assetBalance( + ): [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: base_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 - ): base_AssetBalance - base_assetBalances( + ): stagingpolygon_RouterLiquidityEvent + stagingpolygon_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: base_AssetBalance_orderBy - orderDirection: base_OrderDirection - where: base_AssetBalance_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: base_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 - ): [base_AssetBalance!]! - base_router( + ): [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: base_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 - ): base_Router - base_routers( + ): stagingpolygon_Setting + stagingpolygon_settings( skip: Int = 0 first: Int = 100 - orderBy: base_Router_orderBy - orderDirection: base_OrderDirection - where: base_Router_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: base_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 - ): [base_Router!]! - base_routerDailyTVL( + ): [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: base_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 - ): base_RouterDailyTVL - base_routerDailyTVLs( + ): stagingpolygon_Relayer + stagingpolygon_relayers( skip: Int = 0 first: Int = 100 - orderBy: base_RouterDailyTVL_orderBy - orderDirection: base_OrderDirection - where: base_RouterDailyTVL_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: base_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 - ): [base_RouterDailyTVL!]! - base_routerLiquidityEvent( + ): [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: base_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 - ): base_RouterLiquidityEvent - base_routerLiquidityEvents( + ): stagingpolygon_Sequencer + stagingpolygon_sequencers( skip: Int = 0 first: Int = 100 - orderBy: base_RouterLiquidityEvent_orderBy - orderDirection: base_OrderDirection - where: base_RouterLiquidityEvent_filter + 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: base_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 - ): [base_RouterLiquidityEvent!]! - base_setting( + ): [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: base_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 - ): base_Setting - base_settings( + ): stagingpolygon_RelayerFee + stagingpolygon_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: base_Setting_orderBy - orderDirection: base_OrderDirection - where: base_Setting_filter + 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: base_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 - ): [base_Setting!]! - base_relayer( + ): [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: base_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 - ): base_Relayer - base_relayers( + ): stagingpolygon_OriginTransfer + stagingpolygon_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_Relayer_orderBy - orderDirection: base_OrderDirection - where: base_Relayer_filter + 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: base_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 - ): [base_Relayer!]! - base_sequencer( + ): [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: base_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 - ): base_Sequencer - base_sequencers( + ): stagingpolygon_DestinationTransfer + stagingpolygon_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_Sequencer_orderBy - orderDirection: base_OrderDirection - where: base_Sequencer_filter + 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: base_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 - ): [base_Sequencer!]! - base_relayerFee( + ): [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: base_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 - ): base_RelayerFee - base_relayerFees( + ): stagingpolygon_OriginMessage + stagingpolygon_originMessages( skip: Int = 0 first: Int = 100 - orderBy: base_RelayerFee_orderBy - orderDirection: base_OrderDirection - where: base_RelayerFee_filter + 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: base_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 - ): [base_RelayerFee!]! - base_originTransfer( + ): [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: base_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 - ): base_OriginTransfer - base_originTransfers( + ): stagingpolygon_AggregateRoot + stagingpolygon_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: base_OriginTransfer_orderBy - orderDirection: base_OrderDirection - where: base_OriginTransfer_filter + 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: base_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 - ): [base_OriginTransfer!]! - base_destinationTransfer( + ): [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: base_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 - ): base_DestinationTransfer - base_destinationTransfers( + ): stagingpolygon_ConnectorMeta + stagingpolygon_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: base_DestinationTransfer_orderBy - orderDirection: base_OrderDirection - where: base_DestinationTransfer_filter + 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: base_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 - ): [base_DestinationTransfer!]! - base_originMessage( + ): [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: base_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 - ): base_OriginMessage - base_originMessages( + ): stagingpolygon_RootCount + stagingpolygon_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: base_OriginMessage_orderBy - orderDirection: base_OrderDirection - where: base_OriginMessage_filter + 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: base_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 - ): [base_OriginMessage!]! - base_aggregateRoot( + ): [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: base_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 - ): base_AggregateRoot - base_aggregateRoots( + ): stagingpolygon_RootMessageSent + stagingpolygon_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: base_AggregateRoot_orderBy - orderDirection: base_OrderDirection - where: base_AggregateRoot_filter + 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: base_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 - ): [base_AggregateRoot!]! - base_connectorMeta( + ): [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: base_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 - ): base_ConnectorMeta - base_connectorMetas( + ): stagingpolygon_RelayerFeesIncrease + stagingpolygon_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: base_ConnectorMeta_orderBy - orderDirection: base_OrderDirection - where: base_ConnectorMeta_filter + 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: base_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 - ): [base_ConnectorMeta!]! - base_rootCount( + ): [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: base_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 - ): base_RootCount - base_rootCounts( + ): stagingpolygon_SlippageUpdate + stagingpolygon_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: base_RootCount_orderBy - orderDirection: base_OrderDirection - where: base_RootCount_filter + 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: base_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 - ): [base_RootCount!]! - base_rootMessageSent( + ): [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: base_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 - ): base_RootMessageSent - base_rootMessageSents( + ): stagingpolygon_SnapshotRoot + stagingpolygon_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: base_RootMessageSent_orderBy - orderDirection: base_OrderDirection - where: base_RootMessageSent_filter + 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: base_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 - ): [base_RootMessageSent!]! - base_relayerFeesIncrease( + ): [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: base_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 - ): base_RelayerFeesIncrease - base_relayerFeesIncreases( + ): stagingpolygon_SpokeConnectorMode + stagingpolygon_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: base_RelayerFeesIncrease_orderBy - orderDirection: base_OrderDirection - where: base_RelayerFeesIncrease_filter + 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: base_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 - ): [base_RelayerFeesIncrease!]! - base_slippageUpdate( + ): [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: base_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 - ): base_SlippageUpdate - base_slippageUpdates( + ): stagingpolygon_AggregateRootProposed + stagingpolygon_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: base_SlippageUpdate_orderBy - orderDirection: base_OrderDirection - where: base_SlippageUpdate_filter + 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: base_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 - ): [base_SlippageUpdate!]! - base_snapshotRoot( + ): [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: base_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 - ): base_SnapshotRoot - base_snapshotRoots( + ): stagingpolygon_OptimisticRootFinalized + stagingpolygon_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: base_SnapshotRoot_orderBy - orderDirection: base_OrderDirection - where: base_SnapshotRoot_filter + 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: base_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 - ): [base_SnapshotRoot!]! - base_spokeConnectorMode( + ): [stagingpolygon_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingpolygon__meta(block: stagingpolygon_Block_height): stagingpolygon__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: base_Block_height + block: bnb_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( + ): bnb_Asset + bnb_assets( skip: Int = 0 first: Int = 100 - orderBy: base_SpokeConnectorMode_orderBy - orderDirection: base_OrderDirection - where: base_SpokeConnectorMode_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: base_Block_height + block: bnb_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( + ): [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: base_Block_height + block: bnb_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( + ): bnb_AssetStatus + bnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: base_AggregateRootProposed_orderBy - orderDirection: base_OrderDirection - where: base_AggregateRootProposed_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: base_Block_height + block: bnb_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( + ): [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: base_Block_height + block: bnb_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( + ): bnb_AssetBalance + bnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: base_OptimisticRootFinalized_orderBy - orderDirection: base_OrderDirection - where: base_OptimisticRootFinalized_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: base_Block_height + block: bnb_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [base_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - base__meta(block: base_Block_height): base__Meta_ - stagingpolygonzkevm_asset( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_Router + bnb_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Asset_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Asset_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_RouterDailyTVL + bnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AssetStatus_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AssetStatus_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_RouterLiquidityEvent + bnb_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AssetBalance_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AssetBalance_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_Setting + bnb_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Router_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Router_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_Relayer + bnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RouterDailyTVL_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RouterDailyTVL_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_Sequencer + bnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RouterLiquidityEvent_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RouterLiquidityEvent_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_RelayerFee + bnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Setting_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Setting_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_OriginTransfer + bnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Relayer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Relayer_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_DestinationTransfer + bnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_Sequencer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_Sequencer_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_OriginMessage + bnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RelayerFee_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RelayerFee_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_AggregateRoot + bnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OriginTransfer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OriginTransfer_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_ConnectorMeta + bnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_DestinationTransfer_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_DestinationTransfer_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_RootCount + bnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OriginMessage_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OriginMessage_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_RootMessageSent + bnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AggregateRoot_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AggregateRoot_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_RelayerFeesIncrease + bnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_ConnectorMeta_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_ConnectorMeta_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_SlippageUpdate + bnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RootCount_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RootCount_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_SnapshotRoot + bnb_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RootMessageSent_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RootMessageSent_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_SpokeConnectorMode + bnb_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_RelayerFeesIncrease_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_RelayerFeesIncrease_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_AggregateRootProposed + bnb_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SlippageUpdate_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SlippageUpdate_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): bnb_OptimisticRootFinalized + bnb_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SnapshotRoot_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SnapshotRoot_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: stagingpolygonzkevm_Block_height + block: bnb_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( + ): [bnb_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + bnb__meta(block: bnb_Block_height): bnb__Meta_ + 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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_SpokeConnectorMode - stagingpolygonzkevm_spokeConnectorModes( + ): mantle_swap_SystemInfo + mantle_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_SpokeConnectorMode_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_SpokeConnectorMode_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_SpokeConnectorMode!]! - stagingpolygonzkevm_aggregateRootProposed( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_AggregateRootProposed - stagingpolygonzkevm_aggregateRootProposeds( + ): mantle_swap_PooledToken + mantle_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_AggregateRootProposed_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_AggregateRootProposed_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_AggregateRootProposed!]! - stagingpolygonzkevm_optimisticRootFinalized( + ): [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: stagingpolygonzkevm_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 - ): stagingpolygonzkevm_OptimisticRootFinalized - stagingpolygonzkevm_optimisticRootFinalizeds( + ): mantle_swap_StableSwap + mantle_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygonzkevm_OptimisticRootFinalized_orderBy - orderDirection: stagingpolygonzkevm_OrderDirection - where: stagingpolygonzkevm_OptimisticRootFinalized_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: stagingpolygonzkevm_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 - ): [stagingpolygonzkevm_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingpolygonzkevm__meta(block: stagingpolygonzkevm_Block_height): stagingpolygonzkevm__Meta_ - polygon_asset( + ): [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: polygon_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 - ): polygon_Asset - polygon_assets( + ): mantle_swap_StableSwapAddLiquidityEvent + mantle_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_Asset_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Asset_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: polygon_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 - ): [polygon_Asset!]! - polygon_assetStatus( + ): [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: polygon_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 - ): polygon_AssetStatus - polygon_assetStatuses( + ): mantle_swap_StableSwapRemoveLiquidityEvent + mantle_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetStatus_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetStatus_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: polygon_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 - ): [polygon_AssetStatus!]! - polygon_assetBalance( + ): [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: polygon_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 - ): polygon_AssetBalance - polygon_assetBalances( + ): mantle_swap_StableSwapExchange + mantle_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: polygon_AssetBalance_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AssetBalance_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: polygon_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 - ): [polygon_AssetBalance!]! - polygon_router( + ): [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: polygon_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 - ): polygon_Router - polygon_routers( + ): mantle_swap_SwapDailyVolume + mantle_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_Router_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Router_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: polygon_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 - ): [polygon_Router!]! - polygon_routerDailyTVL( + ): [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: polygon_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 - ): polygon_RouterDailyTVL - polygon_routerDailyTVLs( + ): mantle_swap_SwapHourlyVolume + mantle_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterDailyTVL_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterDailyTVL_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: polygon_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 - ): [polygon_RouterDailyTVL!]! - polygon_routerLiquidityEvent( + ): [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: polygon_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 - ): polygon_RouterLiquidityEvent - polygon_routerLiquidityEvents( + ): mantle_swap_SwapWeeklyVolume + mantle_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_RouterLiquidityEvent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RouterLiquidityEvent_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: polygon_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 - ): [polygon_RouterLiquidityEvent!]! - polygon_setting( + ): [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: polygon_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 - ): polygon_Setting - polygon_settings( + ): mantle_swap_LpAccount + mantle_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_Setting_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Setting_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: polygon_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 - ): [polygon_Setting!]! - polygon_relayer( + ): [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: polygon_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 - ): polygon_Relayer - polygon_relayers( + ): mantle_swap_LpAccountBalance + mantle_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_Relayer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Relayer_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: polygon_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 - ): [polygon_Relayer!]! - polygon_sequencer( + ): [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: polygon_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 - ): polygon_Sequencer - polygon_sequencers( + ): mantle_swap_LpToken + mantle_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_Sequencer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_Sequencer_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: polygon_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 - ): [polygon_Sequencer!]! - polygon_relayerFee( + ): [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: polygon_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 - ): polygon_RelayerFee - polygon_relayerFees( + ): mantle_swap_LpTransferEvent + mantle_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFee_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFee_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: polygon_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 - ): [polygon_RelayerFee!]! - polygon_originTransfer( + ): [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: polygon_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 - ): polygon_OriginTransfer - polygon_originTransfers( + ): mantle_swap_StableSwapEvent + mantle_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginTransfer_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: polygon_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 - ): [polygon_OriginTransfer!]! - polygon_destinationTransfer( + ): [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: polygon_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 - ): polygon_DestinationTransfer - polygon_destinationTransfers( + ): mantle_swap_SwapTradeVolume + mantle_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_DestinationTransfer_orderBy - orderDirection: polygon_OrderDirection - where: polygon_DestinationTransfer_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: polygon_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 - ): [polygon_DestinationTransfer!]! - polygon_originMessage( + ): [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: polygon_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 - ): polygon_OriginMessage - polygon_originMessages( + ): mantle_swap_LpTokenEvent + mantle_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_OriginMessage_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OriginMessage_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: polygon_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 - ): [polygon_OriginMessage!]! - polygon_aggregateRoot( + ): [mantle_swap_LpTokenEvent!]! + """Access to subgraph metadata""" + mantle_swap__meta(block: mantle_swap_Block_height): mantle_swap__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: polygon_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 - ): polygon_AggregateRoot - polygon_aggregateRoots( + ): mode_Asset + mode_assets( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRoot_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: polygon_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 - ): [polygon_AggregateRoot!]! - polygon_connectorMeta( + ): [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: polygon_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 - ): polygon_ConnectorMeta - polygon_connectorMetas( + ): mode_AssetStatus + mode_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygon_ConnectorMeta_orderBy - orderDirection: polygon_OrderDirection - where: polygon_ConnectorMeta_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: polygon_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 - ): [polygon_ConnectorMeta!]! - polygon_rootCount( + ): [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: polygon_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 - ): polygon_RootCount - polygon_rootCounts( + ): mode_AssetBalance + mode_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootCount_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootCount_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: polygon_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 - ): [polygon_RootCount!]! - polygon_rootMessageSent( + ): [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: polygon_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 - ): polygon_RootMessageSent - polygon_rootMessageSents( + ): mode_Router + mode_routers( skip: Int = 0 first: Int = 100 - orderBy: polygon_RootMessageSent_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RootMessageSent_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: polygon_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 - ): [polygon_RootMessageSent!]! - polygon_relayerFeesIncrease( + ): [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: polygon_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 - ): polygon_RelayerFeesIncrease - polygon_relayerFeesIncreases( + ): mode_RouterDailyTVL + mode_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygon_RelayerFeesIncrease_orderBy - orderDirection: polygon_OrderDirection - where: polygon_RelayerFeesIncrease_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: polygon_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 - ): [polygon_RelayerFeesIncrease!]! - polygon_slippageUpdate( + ): [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: polygon_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 - ): polygon_SlippageUpdate - polygon_slippageUpdates( + ): mode_RouterLiquidityEvent + mode_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_SlippageUpdate_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SlippageUpdate_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: polygon_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 - ): [polygon_SlippageUpdate!]! - polygon_snapshotRoot( + ): [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: polygon_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 - ): polygon_SnapshotRoot - polygon_snapshotRoots( + ): mode_Setting + mode_settings( skip: Int = 0 first: Int = 100 - orderBy: polygon_SnapshotRoot_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SnapshotRoot_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: polygon_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 - ): [polygon_SnapshotRoot!]! - polygon_spokeConnectorMode( + ): [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: polygon_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 - ): polygon_SpokeConnectorMode - polygon_spokeConnectorModes( + ): mode_Relayer + mode_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygon_SpokeConnectorMode_orderBy - orderDirection: polygon_OrderDirection - where: polygon_SpokeConnectorMode_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: polygon_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 - ): [polygon_SpokeConnectorMode!]! - polygon_aggregateRootProposed( + ): [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: polygon_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 - ): polygon_AggregateRootProposed - polygon_aggregateRootProposeds( + ): mode_Sequencer + mode_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygon_AggregateRootProposed_orderBy - orderDirection: polygon_OrderDirection - where: polygon_AggregateRootProposed_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: polygon_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 - ): [polygon_AggregateRootProposed!]! - polygon_optimisticRootFinalized( + ): [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: polygon_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 - ): polygon_OptimisticRootFinalized - polygon_optimisticRootFinalizeds( + ): mode_RelayerFee + mode_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygon_OptimisticRootFinalized_orderBy - orderDirection: polygon_OrderDirection - where: polygon_OptimisticRootFinalized_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: polygon_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 - ): [polygon_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - polygon__meta(block: polygon_Block_height): polygon__Meta_ - stagingmainnet_rootAggregated( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootAggregated - stagingmainnet_rootAggregateds( + ): mode_OriginTransfer + mode_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootAggregated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootAggregated_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: stagingmainnet_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 - ): [stagingmainnet_RootAggregated!]! - stagingmainnet_rootPropagated( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootPropagated - stagingmainnet_rootPropagateds( + ): mode_DestinationTransfer + mode_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootPropagated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootPropagated_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: stagingmainnet_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 - ): [stagingmainnet_RootPropagated!]! - stagingmainnet_aggregatedMessageRoot( + ): [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: stagingmainnet_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 - ): stagingmainnet_AggregatedMessageRoot - stagingmainnet_aggregatedMessageRoots( + ): mode_OriginMessage + mode_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregatedMessageRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregatedMessageRoot_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: stagingmainnet_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 - ): [stagingmainnet_AggregatedMessageRoot!]! - stagingmainnet_rootManagerMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootManagerMeta - stagingmainnet_rootManagerMetas( + ): mode_AggregateRoot + mode_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootManagerMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootManagerMeta_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: stagingmainnet_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 - ): [stagingmainnet_RootManagerMeta!]! - stagingmainnet_rootManagerMode( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootManagerMode - stagingmainnet_rootManagerModes( + ): mode_ConnectorMeta + mode_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootManagerMode_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootManagerMode_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: stagingmainnet_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 - ): [stagingmainnet_RootManagerMode!]! - stagingmainnet_optimisticRootProposed( + ): [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: stagingmainnet_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 - ): stagingmainnet_OptimisticRootProposed - stagingmainnet_optimisticRootProposeds( + ): mode_RootCount + mode_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootProposed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootProposed_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: stagingmainnet_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 - ): [stagingmainnet_OptimisticRootProposed!]! - stagingmainnet_hubOptimisticRootFinalized( + ): [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: stagingmainnet_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 - ): stagingmainnet_HubOptimisticRootFinalized - stagingmainnet_hubOptimisticRootFinalizeds( + ): mode_RootMessageSent + mode_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_HubOptimisticRootFinalized_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_HubOptimisticRootFinalized_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: stagingmainnet_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 - ): [stagingmainnet_HubOptimisticRootFinalized!]! - stagingmainnet_optimisticRootPropagated( + ): [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: stagingmainnet_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 - ): stagingmainnet_OptimisticRootPropagated - stagingmainnet_optimisticRootPropagateds( + ): mode_RelayerFeesIncrease + mode_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootPropagated_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimisticRootPropagated_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: stagingmainnet_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 - ): [stagingmainnet_OptimisticRootPropagated!]! - stagingmainnet_polygonConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_PolygonConnectorMeta - stagingmainnet_polygonConnectorMetas( + ): mode_SlippageUpdate + mode_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_PolygonConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_PolygonConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_PolygonConnectorMeta!]! - stagingmainnet_optimismConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_OptimismConnectorMeta - stagingmainnet_optimismConnectorMetas( + ): mode_SnapshotRoot + mode_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimismConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_OptimismConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_OptimismConnectorMeta!]! - stagingmainnet_bnbConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_BnbConnectorMeta - stagingmainnet_bnbConnectorMetas( + ): mode_SpokeConnectorMode + mode_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_BnbConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_BnbConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_BnbConnectorMeta!]! - stagingmainnet_arbitrumConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ArbitrumConnectorMeta - stagingmainnet_arbitrumConnectorMetas( + ): mode_AggregateRootProposed + mode_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ArbitrumConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ArbitrumConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ArbitrumConnectorMeta!]! - stagingmainnet_gnosisConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_GnosisConnectorMeta - stagingmainnet_gnosisConnectorMetas( + ): mode_OptimisticRootFinalized + mode_optimisticRootFinalizeds( 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 + 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: stagingmainnet_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 - ): [stagingmainnet_PolygonZkConnectorMeta!]! - stagingmainnet_zkSyncConnectorMeta( + ): [mode_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + mode__meta(block: mode_Block_height): mode__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: stagingmainnet_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 - ): stagingmainnet_ZkSyncConnectorMeta - stagingmainnet_zkSyncConnectorMetas( + ): stagingmetis_Asset + stagingmetis_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ZkSyncConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ZkSyncConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ZkSyncConnectorMeta!]! - stagingmainnet_modeConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ModeConnectorMeta - stagingmainnet_modeConnectorMetas( + ): stagingmetis_AssetStatus + stagingmetis_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ModeConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ModeConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ModeConnectorMeta!]! - stagingmainnet_scrollConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_ScrollConnectorMeta - stagingmainnet_scrollConnectorMetas( + ): stagingmetis_AssetBalance + stagingmetis_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ScrollConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_ScrollConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_ScrollConnectorMeta!]! - stagingmainnet_xlayerConnectorMeta( + ): [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: stagingmainnet_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 - ): stagingmainnet_XlayerConnectorMeta - stagingmainnet_xlayerConnectorMetas( + ): stagingmetis_Router + stagingmetis_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_XlayerConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_XlayerConnectorMeta_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: stagingmainnet_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 - ): [stagingmainnet_XlayerConnectorMeta!]! - stagingmainnet_rootMessageProcessed( + ): [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: stagingmainnet_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 - ): stagingmainnet_RootMessageProcessed - stagingmainnet_rootMessageProcesseds( + ): stagingmetis_RouterDailyTVL + stagingmetis_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootMessageProcessed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_RootMessageProcessed_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: stagingmainnet_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 - ): [stagingmainnet_RootMessageProcessed!]! - stagingmainnet_aggregateRootSavedSlow( + ): [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: stagingmainnet_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 - ): stagingmainnet_AggregateRootSavedSlow - stagingmainnet_aggregateRootSavedSlows( + ): stagingmetis_RouterLiquidityEvent + stagingmetis_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRootSavedSlow_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_AggregateRootSavedSlow_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: stagingmainnet_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 - ): [stagingmainnet_AggregateRootSavedSlow!]! - stagingmainnet_hubDomain( + ): [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: stagingmainnet_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 - ): stagingmainnet_HubDomain - stagingmainnet_hubDomains( + ): stagingmetis_Setting + stagingmetis_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_HubDomain_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_HubDomain_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: stagingmainnet_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 - ): [stagingmainnet_HubDomain!]! - """Access to subgraph metadata""" - stagingmainnet__meta(block: stagingmainnet_Block_height): stagingmainnet__Meta_ - base_swap_systemInfo( + ): [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: base_swap_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 - ): base_swap_SystemInfo - base_swap_systemInfos( + ): stagingmetis_Relayer + stagingmetis_relayers( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SystemInfo_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SystemInfo_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: base_swap_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 - ): [base_swap_SystemInfo!]! - base_swap_pooledToken( + ): [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: base_swap_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 - ): base_swap_PooledToken - base_swap_pooledTokens( + ): stagingmetis_Sequencer + stagingmetis_sequencers( skip: Int = 0 first: Int = 100 - orderBy: base_swap_PooledToken_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_PooledToken_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: base_swap_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 - ): [base_swap_PooledToken!]! - base_swap_stableSwap( + ): [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: base_swap_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 - ): base_swap_StableSwap - base_swap_stableSwaps( + ): stagingmetis_RelayerFee + stagingmetis_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwap_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwap_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: base_swap_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 - ): [base_swap_StableSwap!]! - base_swap_stableSwapAddLiquidityEvent( + ): [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: base_swap_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 - ): base_swap_StableSwapAddLiquidityEvent - base_swap_stableSwapAddLiquidityEvents( + ): stagingmetis_OriginTransfer + stagingmetis_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapAddLiquidityEvent_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: base_swap_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 - ): [base_swap_StableSwapAddLiquidityEvent!]! - base_swap_stableSwapRemoveLiquidityEvent( + ): [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: base_swap_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 - ): base_swap_StableSwapRemoveLiquidityEvent - base_swap_stableSwapRemoveLiquidityEvents( + ): stagingmetis_DestinationTransfer + stagingmetis_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapRemoveLiquidityEvent_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: base_swap_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 - ): [base_swap_StableSwapRemoveLiquidityEvent!]! - base_swap_stableSwapExchange( + ): [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: base_swap_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 - ): base_swap_StableSwapExchange - base_swap_stableSwapExchanges( + ): stagingmetis_OriginMessage + stagingmetis_originMessages( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapExchange_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapExchange_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: base_swap_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 - ): [base_swap_StableSwapExchange!]! - base_swap_swapDailyVolume( + ): [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: base_swap_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 - ): base_swap_SwapDailyVolume - base_swap_swapDailyVolumes( + ): stagingmetis_AggregateRoot + stagingmetis_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapDailyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapDailyVolume_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: base_swap_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 - ): [base_swap_SwapDailyVolume!]! - base_swap_swapHourlyVolume( + ): [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: base_swap_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 - ): base_swap_SwapHourlyVolume - base_swap_swapHourlyVolumes( + ): stagingmetis_ConnectorMeta + stagingmetis_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapHourlyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapHourlyVolume_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: base_swap_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 - ): [base_swap_SwapHourlyVolume!]! - base_swap_swapWeeklyVolume( + ): [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: base_swap_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 - ): base_swap_SwapWeeklyVolume - base_swap_swapWeeklyVolumes( + ): stagingmetis_RootCount + stagingmetis_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapWeeklyVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapWeeklyVolume_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: base_swap_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 - ): [base_swap_SwapWeeklyVolume!]! - base_swap_lpAccount( + ): [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: base_swap_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 - ): base_swap_LpAccount - base_swap_lpAccounts( + ): stagingmetis_RootMessageSent + stagingmetis_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpAccount_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpAccount_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: base_swap_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 - ): [base_swap_LpAccount!]! - base_swap_lpAccountBalance( + ): [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: base_swap_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 - ): base_swap_LpAccountBalance - base_swap_lpAccountBalances( + ): stagingmetis_RelayerFeesIncrease + stagingmetis_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpAccountBalance_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpAccountBalance_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: base_swap_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 - ): [base_swap_LpAccountBalance!]! - base_swap_lpToken( + ): [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: base_swap_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 - ): base_swap_LpToken - base_swap_lpTokens( + ): stagingmetis_SlippageUpdate + stagingmetis_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpToken_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpToken_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: base_swap_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 - ): [base_swap_LpToken!]! - base_swap_lpTransferEvent( + ): [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: base_swap_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 - ): base_swap_LpTransferEvent - base_swap_lpTransferEvents( + ): stagingmetis_SnapshotRoot + stagingmetis_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpTransferEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpTransferEvent_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: base_swap_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 - ): [base_swap_LpTransferEvent!]! - base_swap_stableSwapEvent( + ): [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: base_swap_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 - ): base_swap_StableSwapEvent - base_swap_stableSwapEvents( + ): stagingmetis_SpokeConnectorMode + stagingmetis_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: base_swap_StableSwapEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_StableSwapEvent_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: base_swap_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 - ): [base_swap_StableSwapEvent!]! - base_swap_swapTradeVolume( + ): [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: base_swap_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 - ): base_swap_SwapTradeVolume - base_swap_swapTradeVolumes( + ): stagingmetis_AggregateRootProposed + stagingmetis_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: base_swap_SwapTradeVolume_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_SwapTradeVolume_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: base_swap_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 - ): [base_swap_SwapTradeVolume!]! - base_swap_lpTokenEvent( + ): [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: base_swap_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 - ): base_swap_LpTokenEvent - base_swap_lpTokenEvents( + ): stagingmetis_OptimisticRootFinalized + stagingmetis_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: base_swap_LpTokenEvent_orderBy - orderDirection: base_swap_OrderDirection - where: base_swap_LpTokenEvent_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: base_swap_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 - ): [base_swap_LpTokenEvent!]! + ): [stagingmetis_OptimisticRootFinalized!]! """Access to subgraph metadata""" - base_swap__meta(block: base_swap_Block_height): base_swap__Meta_ + stagingmetis__meta(block: stagingmetis_Block_height): stagingmetis__Meta_ avalanche_asset( id: ID! """ @@ -44398,12444 +44240,12602 @@ type Subscription { ): [avalanche_OptimisticRootFinalized!]! """Access to subgraph metadata""" avalanche__meta(block: avalanche_Block_height): avalanche__Meta_ - polygonzkevm_asset( + 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: polygonzkevm_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 - ): polygonzkevm_Asset - polygonzkevm_assets( + ): stagingmainnet_Asset + stagingmainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Asset_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Asset_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: polygonzkevm_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 - ): [polygonzkevm_Asset!]! - polygonzkevm_assetStatus( + ): [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: polygonzkevm_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 - ): polygonzkevm_AssetStatus - polygonzkevm_assetStatuses( + ): stagingmainnet_AssetStatus + stagingmainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AssetStatus_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AssetStatus_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: polygonzkevm_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 - ): [polygonzkevm_AssetStatus!]! - polygonzkevm_assetBalance( + ): [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: polygonzkevm_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 - ): polygonzkevm_AssetBalance - polygonzkevm_assetBalances( + ): stagingmainnet_AssetBalance + stagingmainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AssetBalance_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AssetBalance_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: polygonzkevm_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 - ): [polygonzkevm_AssetBalance!]! - polygonzkevm_router( + ): [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: polygonzkevm_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 - ): polygonzkevm_Router - polygonzkevm_routers( + ): stagingmainnet_Router + stagingmainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Router_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Router_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: polygonzkevm_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 - ): [polygonzkevm_Router!]! - polygonzkevm_routerDailyTVL( + ): [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: polygonzkevm_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 - ): polygonzkevm_RouterDailyTVL - polygonzkevm_routerDailyTVLs( + ): stagingmainnet_RouterDailyTVL + stagingmainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RouterDailyTVL_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RouterDailyTVL_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: polygonzkevm_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 - ): [polygonzkevm_RouterDailyTVL!]! - polygonzkevm_routerLiquidityEvent( + ): [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: polygonzkevm_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 - ): polygonzkevm_RouterLiquidityEvent - polygonzkevm_routerLiquidityEvents( + ): stagingmainnet_RouterLiquidityEvent + stagingmainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RouterLiquidityEvent_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RouterLiquidityEvent_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: polygonzkevm_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 - ): [polygonzkevm_RouterLiquidityEvent!]! - polygonzkevm_setting( + ): [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: polygonzkevm_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 - ): polygonzkevm_Setting - polygonzkevm_settings( + ): stagingmainnet_Setting + stagingmainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Setting_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Setting_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: polygonzkevm_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 - ): [polygonzkevm_Setting!]! - polygonzkevm_relayer( + ): [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: polygonzkevm_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 - ): polygonzkevm_Relayer - polygonzkevm_relayers( + ): stagingmainnet_Relayer + stagingmainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Relayer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Relayer_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: polygonzkevm_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 - ): [polygonzkevm_Relayer!]! - polygonzkevm_sequencer( + ): [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: polygonzkevm_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 - ): polygonzkevm_Sequencer - polygonzkevm_sequencers( + ): stagingmainnet_Sequencer + stagingmainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_Sequencer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_Sequencer_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: polygonzkevm_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 - ): [polygonzkevm_Sequencer!]! - polygonzkevm_relayerFee( + ): [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: polygonzkevm_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 - ): polygonzkevm_RelayerFee - polygonzkevm_relayerFees( + ): stagingmainnet_RelayerFee + stagingmainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RelayerFee_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RelayerFee_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: polygonzkevm_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 - ): [polygonzkevm_RelayerFee!]! - polygonzkevm_originTransfer( + ): [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: polygonzkevm_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 - ): polygonzkevm_OriginTransfer - polygonzkevm_originTransfers( + ): stagingmainnet_OriginTransfer + stagingmainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OriginTransfer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OriginTransfer_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: polygonzkevm_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 - ): [polygonzkevm_OriginTransfer!]! - polygonzkevm_destinationTransfer( + ): [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: polygonzkevm_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 - ): polygonzkevm_DestinationTransfer - polygonzkevm_destinationTransfers( + ): stagingmainnet_DestinationTransfer + stagingmainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_DestinationTransfer_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_DestinationTransfer_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: polygonzkevm_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 - ): [polygonzkevm_DestinationTransfer!]! - polygonzkevm_originMessage( + ): [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: polygonzkevm_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 - ): polygonzkevm_OriginMessage - polygonzkevm_originMessages( + ): stagingmainnet_OriginMessage + stagingmainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OriginMessage_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OriginMessage_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: polygonzkevm_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 - ): [polygonzkevm_OriginMessage!]! - polygonzkevm_aggregateRoot( + ): [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: polygonzkevm_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 - ): polygonzkevm_AggregateRoot - polygonzkevm_aggregateRoots( + ): stagingmainnet_AggregateRoot + stagingmainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AggregateRoot_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AggregateRoot_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: polygonzkevm_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 - ): [polygonzkevm_AggregateRoot!]! - polygonzkevm_connectorMeta( + ): [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: polygonzkevm_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 - ): polygonzkevm_ConnectorMeta - polygonzkevm_connectorMetas( + ): stagingmainnet_ConnectorMeta + stagingmainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_ConnectorMeta_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_ConnectorMeta_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: polygonzkevm_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 - ): [polygonzkevm_ConnectorMeta!]! - polygonzkevm_rootCount( + ): [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: polygonzkevm_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 - ): polygonzkevm_RootCount - polygonzkevm_rootCounts( + ): stagingmainnet_RootCount + stagingmainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RootCount_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RootCount_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: polygonzkevm_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 - ): [polygonzkevm_RootCount!]! - polygonzkevm_rootMessageSent( + ): [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: polygonzkevm_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 - ): polygonzkevm_RootMessageSent - polygonzkevm_rootMessageSents( + ): stagingmainnet_RootMessageSent + stagingmainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RootMessageSent_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RootMessageSent_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: polygonzkevm_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 - ): [polygonzkevm_RootMessageSent!]! - polygonzkevm_relayerFeesIncrease( + ): [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: polygonzkevm_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 - ): polygonzkevm_RelayerFeesIncrease - polygonzkevm_relayerFeesIncreases( + ): stagingmainnet_RelayerFeesIncrease + stagingmainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_RelayerFeesIncrease_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_RelayerFeesIncrease_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: polygonzkevm_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 - ): [polygonzkevm_RelayerFeesIncrease!]! - polygonzkevm_slippageUpdate( + ): [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: polygonzkevm_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 - ): polygonzkevm_SlippageUpdate - polygonzkevm_slippageUpdates( + ): stagingmainnet_SlippageUpdate + stagingmainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SlippageUpdate_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SlippageUpdate_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: polygonzkevm_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 - ): [polygonzkevm_SlippageUpdate!]! - polygonzkevm_snapshotRoot( + ): [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: polygonzkevm_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 - ): polygonzkevm_SnapshotRoot - polygonzkevm_snapshotRoots( + ): stagingmainnet_SnapshotRoot + stagingmainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SnapshotRoot_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SnapshotRoot_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: polygonzkevm_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 - ): [polygonzkevm_SnapshotRoot!]! - polygonzkevm_spokeConnectorMode( + ): [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: polygonzkevm_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 - ): polygonzkevm_SpokeConnectorMode - polygonzkevm_spokeConnectorModes( + ): stagingmainnet_SpokeConnectorMode + stagingmainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_SpokeConnectorMode_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_SpokeConnectorMode_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: polygonzkevm_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 - ): [polygonzkevm_SpokeConnectorMode!]! - polygonzkevm_aggregateRootProposed( + ): [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: polygonzkevm_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 - ): polygonzkevm_AggregateRootProposed - polygonzkevm_aggregateRootProposeds( + ): stagingmainnet_AggregateRootProposed + stagingmainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_AggregateRootProposed_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_AggregateRootProposed_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: polygonzkevm_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 - ): [polygonzkevm_AggregateRootProposed!]! - polygonzkevm_optimisticRootFinalized( + ): [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: polygonzkevm_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 - ): polygonzkevm_OptimisticRootFinalized - polygonzkevm_optimisticRootFinalizeds( + ): stagingmainnet_OptimisticRootFinalized + stagingmainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: polygonzkevm_OptimisticRootFinalized_orderBy - orderDirection: polygonzkevm_OrderDirection - where: polygonzkevm_OptimisticRootFinalized_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: polygonzkevm_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 - ): [polygonzkevm_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - polygonzkevm__meta(block: polygonzkevm_Block_height): polygonzkevm__Meta_ - stagingxdai_asset( + ): [stagingmainnet_OptimisticRootFinalized!]! + 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: stagingxdai_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 - ): stagingxdai_Asset - stagingxdai_assets( + ): zksync_Asset + zksync_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Asset_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_Asset!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_AssetStatus - stagingxdai_assetStatuses( + ): zksync_AssetStatus + zksync_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AssetStatus_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_AssetStatus!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_AssetBalance - stagingxdai_assetBalances( + ): zksync_AssetBalance + zksync_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AssetBalance_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_AssetBalance!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_Router - stagingxdai_routers( + ): zksync_Router + zksync_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Router_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_Router!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_RouterDailyTVL - stagingxdai_routerDailyTVLs( + ): zksync_RouterDailyTVL + zksync_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RouterDailyTVL_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_RouterDailyTVL!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_RouterLiquidityEvent - stagingxdai_routerLiquidityEvents( + ): zksync_RouterLiquidityEvent + zksync_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RouterLiquidityEvent_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_RouterLiquidityEvent!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_Setting - stagingxdai_settings( + ): zksync_Setting + zksync_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Setting_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_Setting!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_Relayer - stagingxdai_relayers( + ): zksync_Relayer + zksync_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Relayer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_Relayer!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_Sequencer - stagingxdai_sequencers( + ): zksync_Sequencer + zksync_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_Sequencer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_Sequencer!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_RelayerFee - stagingxdai_relayerFees( + ): zksync_RelayerFee + zksync_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RelayerFee_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_RelayerFee!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_OriginTransfer - stagingxdai_originTransfers( + ): zksync_OriginTransfer + zksync_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OriginTransfer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_OriginTransfer!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_DestinationTransfer - stagingxdai_destinationTransfers( + ): zksync_DestinationTransfer + zksync_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_DestinationTransfer_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_DestinationTransfer!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_OriginMessage - stagingxdai_originMessages( + ): zksync_OriginMessage + zksync_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OriginMessage_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_OriginMessage!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_AggregateRoot - stagingxdai_aggregateRoots( + ): zksync_AggregateRoot + zksync_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AggregateRoot_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_AggregateRoot!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_ConnectorMeta - stagingxdai_connectorMetas( + ): zksync_ConnectorMeta + zksync_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_ConnectorMeta_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_ConnectorMeta!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_RootCount - stagingxdai_rootCounts( + ): zksync_RootCount + zksync_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RootCount_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_RootCount!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_RootMessageSent - stagingxdai_rootMessageSents( + ): zksync_RootMessageSent + zksync_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RootMessageSent_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_RootMessageSent!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_RelayerFeesIncrease - stagingxdai_relayerFeesIncreases( + ): zksync_RelayerFeesIncrease + zksync_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_RelayerFeesIncrease_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_RelayerFeesIncrease!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_SlippageUpdate - stagingxdai_slippageUpdates( + ): zksync_SlippageUpdate + zksync_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SlippageUpdate_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_SlippageUpdate!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_SnapshotRoot - stagingxdai_snapshotRoots( + ): zksync_SnapshotRoot + zksync_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SnapshotRoot_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_SnapshotRoot!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_SpokeConnectorMode - stagingxdai_spokeConnectorModes( + ): zksync_SpokeConnectorMode + zksync_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_SpokeConnectorMode_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_SpokeConnectorMode!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_AggregateRootProposed - stagingxdai_aggregateRootProposeds( + ): zksync_AggregateRootProposed + zksync_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_AggregateRootProposed_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_AggregateRootProposed!]! - stagingxdai_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: stagingxdai_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 - ): stagingxdai_OptimisticRootFinalized - stagingxdai_optimisticRootFinalizeds( + ): zksync_OptimisticRootFinalized + zksync_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingxdai_OptimisticRootFinalized_orderBy - orderDirection: stagingxdai_OrderDirection - where: stagingxdai_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: stagingxdai_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 - ): [stagingxdai_OptimisticRootFinalized!]! + ): [zksync_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingxdai__meta(block: stagingxdai_Block_height): stagingxdai__Meta_ - stagingavalanche_asset( + zksync__meta(block: zksync_Block_height): zksync__Meta_ + polygonzkevm_swap_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: polygonzkevm_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( + ): polygonzkevm_swap_Asset + polygonzkevm_swap_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Asset_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Asset_filter + orderBy: polygonzkevm_swap_Asset_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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: polygonzkevm_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( + ): [polygonzkevm_swap_Asset!]! + polygonzkevm_swap_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: polygonzkevm_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( + ): polygonzkevm_swap_AssetStatus + polygonzkevm_swap_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AssetStatus_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AssetStatus_filter + orderBy: polygonzkevm_swap_AssetStatus_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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: polygonzkevm_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( + ): [polygonzkevm_swap_AssetStatus!]! + polygonzkevm_swap_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: polygonzkevm_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( + ): polygonzkevm_swap_AssetBalance + polygonzkevm_swap_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AssetBalance_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AssetBalance_filter + orderBy: polygonzkevm_swap_AssetBalance_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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: polygonzkevm_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( + ): [polygonzkevm_swap_AssetBalance!]! + polygonzkevm_swap_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: polygonzkevm_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( + ): polygonzkevm_swap_Router + polygonzkevm_swap_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Router_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Router_filter + orderBy: polygonzkevm_swap_Router_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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: polygonzkevm_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( + ): [polygonzkevm_swap_Router!]! + polygonzkevm_swap_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: polygonzkevm_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( + ): polygonzkevm_swap_RouterDailyTVL + polygonzkevm_swap_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RouterDailyTVL_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RouterDailyTVL_filter + orderBy: polygonzkevm_swap_RouterDailyTVL_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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: polygonzkevm_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( + ): [polygonzkevm_swap_RouterDailyTVL!]! + polygonzkevm_swap_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: polygonzkevm_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( + ): polygonzkevm_swap_RouterLiquidityEvent + polygonzkevm_swap_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RouterLiquidityEvent_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RouterLiquidityEvent_filter + orderBy: polygonzkevm_swap_RouterLiquidityEvent_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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: polygonzkevm_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( + ): [polygonzkevm_swap_RouterLiquidityEvent!]! + polygonzkevm_swap_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: polygonzkevm_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( + ): polygonzkevm_swap_Setting + polygonzkevm_swap_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Setting_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Setting_filter + orderBy: polygonzkevm_swap_Setting_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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: polygonzkevm_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( + ): [polygonzkevm_swap_Setting!]! + polygonzkevm_swap_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: polygonzkevm_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( + ): polygonzkevm_swap_Relayer + polygonzkevm_swap_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Relayer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Relayer_filter + orderBy: polygonzkevm_swap_Relayer_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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: polygonzkevm_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( + ): [polygonzkevm_swap_Relayer!]! + polygonzkevm_swap_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 + block: polygonzkevm_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( + ): polygonzkevm_swap_Sequencer + polygonzkevm_swap_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_Sequencer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_Sequencer_filter + orderBy: polygonzkevm_swap_Sequencer_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_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( + ): [polygonzkevm_swap_Sequencer!]! + polygonzkevm_swap_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 + block: polygonzkevm_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( + ): polygonzkevm_swap_RelayerFee + polygonzkevm_swap_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RelayerFee_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RelayerFee_filter + orderBy: polygonzkevm_swap_RelayerFee_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_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( + ): [polygonzkevm_swap_RelayerFee!]! + polygonzkevm_swap_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 + block: polygonzkevm_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( + ): polygonzkevm_swap_OriginTransfer + polygonzkevm_swap_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OriginTransfer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OriginTransfer_filter - """ + orderBy: polygonzkevm_swap_OriginTransfer_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_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( + ): [polygonzkevm_swap_OriginTransfer!]! + polygonzkevm_swap_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 + block: polygonzkevm_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( + ): polygonzkevm_swap_DestinationTransfer + polygonzkevm_swap_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_DestinationTransfer_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_DestinationTransfer_filter + orderBy: polygonzkevm_swap_DestinationTransfer_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_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( + ): [polygonzkevm_swap_DestinationTransfer!]! + polygonzkevm_swap_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 + block: polygonzkevm_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( + ): polygonzkevm_swap_OriginMessage + polygonzkevm_swap_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OriginMessage_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OriginMessage_filter + orderBy: polygonzkevm_swap_OriginMessage_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_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( + ): [polygonzkevm_swap_OriginMessage!]! + polygonzkevm_swap_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 + block: polygonzkevm_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( + ): polygonzkevm_swap_AggregateRoot + polygonzkevm_swap_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AggregateRoot_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AggregateRoot_filter + orderBy: polygonzkevm_swap_AggregateRoot_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_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( + ): [polygonzkevm_swap_AggregateRoot!]! + polygonzkevm_swap_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 + block: polygonzkevm_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( + ): polygonzkevm_swap_ConnectorMeta + polygonzkevm_swap_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_ConnectorMeta_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_ConnectorMeta_filter + orderBy: polygonzkevm_swap_ConnectorMeta_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_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( + ): [polygonzkevm_swap_ConnectorMeta!]! + polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_RootCount + polygonzkevm_swap_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RootCount_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RootCount_filter + orderBy: polygonzkevm_swap_RootCount_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): [polygonzkevm_swap_RootCount!]! + polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_RootMessageSent + polygonzkevm_swap_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RootMessageSent_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RootMessageSent_filter + orderBy: polygonzkevm_swap_RootMessageSent_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): [polygonzkevm_swap_RootMessageSent!]! + polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_RelayerFeesIncrease + polygonzkevm_swap_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_RelayerFeesIncrease_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_RelayerFeesIncrease_filter + orderBy: polygonzkevm_swap_RelayerFeesIncrease_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): [polygonzkevm_swap_RelayerFeesIncrease!]! + polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_SlippageUpdate + polygonzkevm_swap_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SlippageUpdate_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SlippageUpdate_filter + orderBy: polygonzkevm_swap_SlippageUpdate_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): [polygonzkevm_swap_SlippageUpdate!]! + polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_SnapshotRoot + polygonzkevm_swap_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SnapshotRoot_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SnapshotRoot_filter + orderBy: polygonzkevm_swap_SnapshotRoot_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): [polygonzkevm_swap_SnapshotRoot!]! + polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_SpokeConnectorMode + polygonzkevm_swap_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_SpokeConnectorMode_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_SpokeConnectorMode_filter + orderBy: polygonzkevm_swap_SpokeConnectorMode_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): [polygonzkevm_swap_SpokeConnectorMode!]! + polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_AggregateRootProposed + polygonzkevm_swap_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_AggregateRootProposed_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_AggregateRootProposed_filter + orderBy: polygonzkevm_swap_AggregateRootProposed_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): [polygonzkevm_swap_AggregateRootProposed!]! + polygonzkevm_swap_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 + block: polygonzkevm_swap_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( + ): polygonzkevm_swap_OptimisticRootFinalized + polygonzkevm_swap_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingavalanche_OptimisticRootFinalized_orderBy - orderDirection: stagingavalanche_OrderDirection - where: stagingavalanche_OptimisticRootFinalized_filter + orderBy: polygonzkevm_swap_OptimisticRootFinalized_orderBy + orderDirection: polygonzkevm_swap_OrderDirection + where: polygonzkevm_swap_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 + block: polygonzkevm_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingavalanche_OptimisticRootFinalized!]! + ): [polygonzkevm_swap_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingavalanche__meta(block: stagingavalanche_Block_height): stagingavalanche__Meta_ - sepolia_asset( + polygonzkevm_swap__meta(block: polygonzkevm_swap_Block_height): polygonzkevm_swap__Meta_ + 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: sepolia_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 - ): sepolia_Asset - sepolia_assets( + ): xlayer_Asset + xlayer_assets( skip: Int = 0 first: Int = 100 - orderBy: sepolia_Asset_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_Asset!]! - sepolia_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: sepolia_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 - ): sepolia_AssetStatus - sepolia_assetStatuses( + ): xlayer_AssetStatus + xlayer_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AssetStatus_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_AssetStatus!]! - sepolia_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: sepolia_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 - ): sepolia_AssetBalance - sepolia_assetBalances( + ): xlayer_AssetBalance + xlayer_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AssetBalance_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_AssetBalance!]! - sepolia_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: sepolia_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 - ): sepolia_Router - sepolia_routers( + ): xlayer_Router + xlayer_routers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_Router_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_Router!]! - sepolia_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: sepolia_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 - ): sepolia_RouterDailyTVL - sepolia_routerDailyTVLs( + ): xlayer_RouterDailyTVL + xlayer_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RouterDailyTVL_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_RouterDailyTVL!]! - sepolia_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: sepolia_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 - ): sepolia_RouterLiquidityEvent - sepolia_routerLiquidityEvents( + ): xlayer_RouterLiquidityEvent + xlayer_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RouterLiquidityEvent_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_RouterLiquidityEvent!]! - sepolia_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: sepolia_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 - ): sepolia_Setting - sepolia_settings( + ): xlayer_Setting + xlayer_settings( skip: Int = 0 first: Int = 100 - orderBy: sepolia_Setting_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_Setting!]! - sepolia_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: sepolia_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 - ): sepolia_Relayer - sepolia_relayers( + ): xlayer_Relayer + xlayer_relayers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_Relayer_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_Relayer!]! - sepolia_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: sepolia_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 - ): sepolia_Sequencer - sepolia_sequencers( + ): xlayer_Sequencer + xlayer_sequencers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_Sequencer_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_Sequencer!]! - sepolia_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: sepolia_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 - ): sepolia_RelayerFee - sepolia_relayerFees( + ): xlayer_RelayerFee + xlayer_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RelayerFee_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_RelayerFee!]! - sepolia_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: sepolia_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 - ): sepolia_OriginTransfer - sepolia_originTransfers( + ): xlayer_OriginTransfer + xlayer_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OriginTransfer_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_OriginTransfer!]! - sepolia_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: sepolia_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 - ): sepolia_DestinationTransfer - sepolia_destinationTransfers( + ): xlayer_DestinationTransfer + xlayer_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: sepolia_DestinationTransfer_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_DestinationTransfer!]! - sepolia_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: sepolia_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 - ): sepolia_OriginMessage - sepolia_originMessages( + ): xlayer_OriginMessage + xlayer_originMessages( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OriginMessage_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_OriginMessage!]! - sepolia_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: sepolia_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 - ): sepolia_AggregateRoot - sepolia_aggregateRoots( + ): xlayer_AggregateRoot + xlayer_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AggregateRoot_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_AggregateRoot!]! - sepolia_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: sepolia_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 - ): sepolia_ConnectorMeta - sepolia_connectorMetas( + ): xlayer_ConnectorMeta + xlayer_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: sepolia_ConnectorMeta_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_ConnectorMeta!]! - sepolia_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: sepolia_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 - ): sepolia_RootCount - sepolia_rootCounts( + ): xlayer_RootCount + xlayer_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootCount_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_RootCount!]! - sepolia_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: sepolia_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 - ): sepolia_RootMessageSent - sepolia_rootMessageSents( + ): xlayer_RootMessageSent + xlayer_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RootMessageSent_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_RootMessageSent!]! - sepolia_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: sepolia_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 - ): sepolia_RelayerFeesIncrease - sepolia_relayerFeesIncreases( + ): xlayer_RelayerFeesIncrease + xlayer_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: sepolia_RelayerFeesIncrease_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_RelayerFeesIncrease!]! - sepolia_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: sepolia_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 - ): sepolia_SlippageUpdate - sepolia_slippageUpdates( + ): xlayer_SlippageUpdate + xlayer_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: sepolia_SlippageUpdate_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_SlippageUpdate!]! - sepolia_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: sepolia_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 - ): sepolia_SnapshotRoot - sepolia_snapshotRoots( + ): xlayer_SnapshotRoot + xlayer_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: sepolia_SnapshotRoot_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_SnapshotRoot!]! - sepolia_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: sepolia_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 - ): sepolia_SpokeConnectorMode - sepolia_spokeConnectorModes( + ): xlayer_SpokeConnectorMode + xlayer_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: sepolia_SpokeConnectorMode_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_SpokeConnectorMode!]! - sepolia_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: sepolia_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 - ): sepolia_AggregateRootProposed - sepolia_aggregateRootProposeds( + ): xlayer_AggregateRootProposed + xlayer_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_AggregateRootProposed_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_AggregateRootProposed!]! - sepolia_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: sepolia_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 - ): sepolia_OptimisticRootFinalized - sepolia_optimisticRootFinalizeds( + ): xlayer_OptimisticRootFinalized + xlayer_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: sepolia_OptimisticRootFinalized_orderBy - orderDirection: sepolia_OrderDirection - where: sepolia_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: sepolia_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 - ): [sepolia_OptimisticRootFinalized!]! - staginglinea_asset( + ): [xlayer_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + xlayer__meta(block: xlayer_Block_height): xlayer__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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_Asset + mainnet_assets( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Asset_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Asset_filter + orderBy: mainnet_Asset_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_AssetStatus + mainnet_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AssetStatus_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AssetStatus_filter + orderBy: mainnet_AssetStatus_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_AssetBalance + mainnet_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AssetBalance_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AssetBalance_filter + orderBy: mainnet_AssetBalance_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_Router + mainnet_routers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Router_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Router_filter + orderBy: mainnet_Router_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_RouterDailyTVL + mainnet_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RouterDailyTVL_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RouterDailyTVL_filter + orderBy: mainnet_RouterDailyTVL_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_RouterLiquidityEvent + mainnet_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RouterLiquidityEvent_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RouterLiquidityEvent_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: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_Setting + mainnet_settings( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Setting_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Setting_filter + orderBy: mainnet_Setting_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_Relayer + mainnet_relayers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Relayer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Relayer_filter + orderBy: mainnet_Relayer_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_Sequencer + mainnet_sequencers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_Sequencer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_Sequencer_filter + orderBy: mainnet_Sequencer_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_RelayerFee + mainnet_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RelayerFee_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RelayerFee_filter + orderBy: mainnet_RelayerFee_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_OriginTransfer + mainnet_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OriginTransfer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OriginTransfer_filter + orderBy: mainnet_OriginTransfer_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_DestinationTransfer + mainnet_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_DestinationTransfer_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_DestinationTransfer_filter + orderBy: mainnet_DestinationTransfer_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_OriginMessage + mainnet_originMessages( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OriginMessage_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OriginMessage_filter + orderBy: mainnet_OriginMessage_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_AggregateRoot + mainnet_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AggregateRoot_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AggregateRoot_filter + orderBy: mainnet_AggregateRoot_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_ConnectorMeta + mainnet_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_ConnectorMeta_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_ConnectorMeta_filter + orderBy: mainnet_ConnectorMeta_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_RootCount + mainnet_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RootCount_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RootCount_filter + orderBy: mainnet_RootCount_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_RootMessageSent + mainnet_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RootMessageSent_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RootMessageSent_filter + orderBy: mainnet_RootMessageSent_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_RelayerFeesIncrease + mainnet_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_RelayerFeesIncrease_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_RelayerFeesIncrease_filter + orderBy: mainnet_RelayerFeesIncrease_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_SlippageUpdate + mainnet_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SlippageUpdate_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SlippageUpdate_filter + orderBy: mainnet_SlippageUpdate_orderBy + orderDirection: mainnet_OrderDirection + where: mainnet_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_SnapshotRoot + mainnet_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SnapshotRoot_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SnapshotRoot_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: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_SpokeConnectorMode + mainnet_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_SpokeConnectorMode_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_SpokeConnectorMode_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: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_AggregateRootProposed + mainnet_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_AggregateRootProposed_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_AggregateRootProposed_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: staginglinea_Block_height + block: mainnet_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( + ): [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: staginglinea_Block_height + block: mainnet_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( + ): mainnet_OptimisticRootFinalized + mainnet_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: staginglinea_OptimisticRootFinalized_orderBy - orderDirection: staginglinea_OrderDirection - where: staginglinea_OptimisticRootFinalized_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: staginglinea_Block_height + block: mainnet_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_ - linea_asset( + ): [mainnet_OptimisticRootFinalized!]! + 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: linea_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 - ): linea_Asset - linea_assets( + ): stagingbase_Asset + stagingbase_assets( skip: Int = 0 first: Int = 100 - orderBy: linea_Asset_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_Asset!]! - linea_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: linea_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 - ): linea_AssetStatus - linea_assetStatuses( + ): stagingbase_AssetStatus + stagingbase_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetStatus_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_AssetStatus!]! - linea_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: linea_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 - ): linea_AssetBalance - linea_assetBalances( + ): stagingbase_AssetBalance + stagingbase_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: linea_AssetBalance_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_AssetBalance!]! - linea_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: linea_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 - ): linea_Router - linea_routers( + ): stagingbase_Router + stagingbase_routers( skip: Int = 0 first: Int = 100 - orderBy: linea_Router_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_Router!]! - linea_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: linea_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 - ): linea_RouterDailyTVL - linea_routerDailyTVLs( + ): stagingbase_RouterDailyTVL + stagingbase_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterDailyTVL_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_RouterDailyTVL!]! - linea_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: linea_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 - ): linea_RouterLiquidityEvent - linea_routerLiquidityEvents( + ): stagingbase_RouterLiquidityEvent + stagingbase_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: linea_RouterLiquidityEvent_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_RouterLiquidityEvent!]! - linea_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: linea_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 - ): linea_Setting - linea_settings( + ): stagingbase_Setting + stagingbase_settings( skip: Int = 0 first: Int = 100 - orderBy: linea_Setting_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_Setting!]! - linea_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: linea_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 - ): linea_Relayer - linea_relayers( + ): stagingbase_Relayer + stagingbase_relayers( skip: Int = 0 first: Int = 100 - orderBy: linea_Relayer_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_Relayer!]! - linea_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: linea_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 - ): linea_Sequencer - linea_sequencers( + ): stagingbase_Sequencer + stagingbase_sequencers( skip: Int = 0 first: Int = 100 - orderBy: linea_Sequencer_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_Sequencer!]! - linea_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: linea_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 - ): linea_RelayerFee - linea_relayerFees( + ): stagingbase_RelayerFee + stagingbase_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFee_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_RelayerFee!]! - linea_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: linea_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 - ): linea_OriginTransfer - linea_originTransfers( + ): stagingbase_OriginTransfer + stagingbase_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_OriginTransfer!]! - linea_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: linea_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 - ): linea_DestinationTransfer - linea_destinationTransfers( + ): stagingbase_DestinationTransfer + stagingbase_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: linea_DestinationTransfer_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_DestinationTransfer!]! - linea_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: linea_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 - ): linea_OriginMessage - linea_originMessages( + ): stagingbase_OriginMessage + stagingbase_originMessages( skip: Int = 0 first: Int = 100 - orderBy: linea_OriginMessage_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_OriginMessage!]! - linea_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: linea_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 - ): linea_AggregateRoot - linea_aggregateRoots( + ): stagingbase_AggregateRoot + stagingbase_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_AggregateRoot!]! - linea_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: linea_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 - ): linea_ConnectorMeta - linea_connectorMetas( + ): stagingbase_ConnectorMeta + stagingbase_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: linea_ConnectorMeta_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_ConnectorMeta!]! - linea_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: linea_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 - ): linea_RootCount - linea_rootCounts( + ): stagingbase_RootCount + stagingbase_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: linea_RootCount_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_RootCount!]! - linea_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: linea_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 - ): linea_RootMessageSent - linea_rootMessageSents( + ): stagingbase_RootMessageSent + stagingbase_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: linea_RootMessageSent_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_RootMessageSent!]! - linea_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: linea_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 - ): linea_RelayerFeesIncrease - linea_relayerFeesIncreases( + ): stagingbase_RelayerFeesIncrease + stagingbase_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: linea_RelayerFeesIncrease_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_RelayerFeesIncrease!]! - linea_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: linea_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 - ): linea_SlippageUpdate - linea_slippageUpdates( + ): stagingbase_SlippageUpdate + stagingbase_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: linea_SlippageUpdate_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_SlippageUpdate!]! - linea_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: linea_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 - ): linea_SnapshotRoot - linea_snapshotRoots( + ): stagingbase_SnapshotRoot + stagingbase_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: linea_SnapshotRoot_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_SnapshotRoot!]! - linea_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: linea_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 - ): linea_SpokeConnectorMode - linea_spokeConnectorModes( + ): stagingbase_SpokeConnectorMode + stagingbase_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: linea_SpokeConnectorMode_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_SpokeConnectorMode!]! - linea_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: linea_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 - ): linea_AggregateRootProposed - linea_aggregateRootProposeds( + ): stagingbase_AggregateRootProposed + stagingbase_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: linea_AggregateRootProposed_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_AggregateRootProposed!]! - linea_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: linea_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 - ): linea_OptimisticRootFinalized - linea_optimisticRootFinalizeds( + ): stagingbase_OptimisticRootFinalized + stagingbase_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: linea_OptimisticRootFinalized_orderBy - orderDirection: linea_OrderDirection - where: linea_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: linea_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 - ): [linea_OptimisticRootFinalized!]! + ): [stagingbase_OptimisticRootFinalized!]! """Access to subgraph metadata""" - linea__meta(block: linea_Block_height): linea__Meta_ - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_Asset - stagingmainnet_assets( + ): metis_Asset + metis_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Asset_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_Asset!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_AssetStatus - stagingmainnet_assetStatuses( + ): metis_AssetStatus + metis_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AssetStatus_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_AssetStatus!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_AssetBalance - stagingmainnet_assetBalances( + ): metis_AssetBalance + metis_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AssetBalance_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_AssetBalance!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_Router - stagingmainnet_routers( + ): metis_Router + metis_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Router_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_Router!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_RouterDailyTVL - stagingmainnet_routerDailyTVLs( + ): metis_RouterDailyTVL + metis_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RouterDailyTVL_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_RouterDailyTVL!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_RouterLiquidityEvent - stagingmainnet_routerLiquidityEvents( + ): metis_RouterLiquidityEvent + metis_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RouterLiquidityEvent_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_RouterLiquidityEvent!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_Setting - stagingmainnet_settings( + ): metis_Setting + metis_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Setting_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_Setting!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_Relayer - stagingmainnet_relayers( + ): metis_Relayer + metis_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Relayer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_Relayer!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_Sequencer - stagingmainnet_sequencers( + ): metis_Sequencer + metis_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_Sequencer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_Sequencer!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_RelayerFee - stagingmainnet_relayerFees( + ): metis_RelayerFee + metis_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RelayerFee_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_RelayerFee!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_OriginTransfer - stagingmainnet_originTransfers( + ): metis_OriginTransfer + metis_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OriginTransfer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_OriginTransfer!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_DestinationTransfer - stagingmainnet_destinationTransfers( + ): metis_DestinationTransfer + metis_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_DestinationTransfer_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_DestinationTransfer!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_OriginMessage - stagingmainnet_originMessages( + ): metis_OriginMessage + metis_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OriginMessage_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_OriginMessage!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_AggregateRoot - stagingmainnet_aggregateRoots( + ): metis_AggregateRoot + metis_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_AggregateRoot!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_ConnectorMeta - stagingmainnet_connectorMetas( + ): metis_ConnectorMeta + metis_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_ConnectorMeta_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_ConnectorMeta!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_RootCount - stagingmainnet_rootCounts( + ): metis_RootCount + metis_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootCount_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_RootCount!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_RootMessageSent - stagingmainnet_rootMessageSents( + ): metis_RootMessageSent + metis_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RootMessageSent_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_RootMessageSent!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_RelayerFeesIncrease - stagingmainnet_relayerFeesIncreases( + ): metis_RelayerFeesIncrease + metis_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_RelayerFeesIncrease_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_RelayerFeesIncrease!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_SlippageUpdate - stagingmainnet_slippageUpdates( + ): metis_SlippageUpdate + metis_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SlippageUpdate_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_SlippageUpdate!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_SnapshotRoot - stagingmainnet_snapshotRoots( + ): metis_SnapshotRoot + metis_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SnapshotRoot_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_SnapshotRoot!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_SpokeConnectorMode - stagingmainnet_spokeConnectorModes( + ): metis_SpokeConnectorMode + metis_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_SpokeConnectorMode_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_SpokeConnectorMode!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_AggregateRootProposed - stagingmainnet_aggregateRootProposeds( + ): metis_AggregateRootProposed + metis_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_AggregateRootProposed_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_AggregateRootProposed!]! - stagingmainnet_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: stagingmainnet_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 - ): stagingmainnet_OptimisticRootFinalized - stagingmainnet_optimisticRootFinalizeds( + ): metis_OptimisticRootFinalized + metis_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmainnet_OptimisticRootFinalized_orderBy - orderDirection: stagingmainnet_OrderDirection - where: stagingmainnet_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: stagingmainnet_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 - ): [stagingmainnet_OptimisticRootFinalized!]! - stagingpolygon_asset( + ): [metis_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + metis__meta(block: metis_Block_height): metis__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: stagingpolygon_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 - ): stagingpolygon_Asset - stagingpolygon_assets( + ): stagingoptimism_Asset + stagingoptimism_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Asset_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Asset_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: stagingpolygon_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 - ): [stagingpolygon_Asset!]! - stagingpolygon_assetStatus( + ): [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: stagingpolygon_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 - ): stagingpolygon_AssetStatus - stagingpolygon_assetStatuses( + ): stagingoptimism_AssetStatus + stagingoptimism_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AssetStatus_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AssetStatus_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: stagingpolygon_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 - ): [stagingpolygon_AssetStatus!]! - stagingpolygon_assetBalance( + ): [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: stagingpolygon_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 - ): stagingpolygon_AssetBalance - stagingpolygon_assetBalances( + ): stagingoptimism_AssetBalance + stagingoptimism_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AssetBalance_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AssetBalance_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: stagingpolygon_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 - ): [stagingpolygon_AssetBalance!]! - stagingpolygon_router( + ): [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: stagingpolygon_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 - ): stagingpolygon_Router - stagingpolygon_routers( + ): stagingoptimism_Router + stagingoptimism_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Router_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Router_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: stagingpolygon_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 - ): [stagingpolygon_Router!]! - stagingpolygon_routerDailyTVL( + ): [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: stagingpolygon_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 - ): stagingpolygon_RouterDailyTVL - stagingpolygon_routerDailyTVLs( + ): stagingoptimism_RouterDailyTVL + stagingoptimism_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RouterDailyTVL_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RouterDailyTVL_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: stagingpolygon_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 - ): [stagingpolygon_RouterDailyTVL!]! - stagingpolygon_routerLiquidityEvent( + ): [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: stagingpolygon_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 - ): stagingpolygon_RouterLiquidityEvent - stagingpolygon_routerLiquidityEvents( + ): stagingoptimism_RouterLiquidityEvent + stagingoptimism_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RouterLiquidityEvent_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RouterLiquidityEvent_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: stagingpolygon_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 - ): [stagingpolygon_RouterLiquidityEvent!]! - stagingpolygon_setting( + ): [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: stagingpolygon_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 - ): stagingpolygon_Setting - stagingpolygon_settings( + ): stagingoptimism_Setting + stagingoptimism_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Setting_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Setting_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: stagingpolygon_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 - ): [stagingpolygon_Setting!]! - stagingpolygon_relayer( + ): [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: stagingpolygon_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 - ): stagingpolygon_Relayer - stagingpolygon_relayers( + ): stagingoptimism_Relayer + stagingoptimism_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Relayer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Relayer_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: stagingpolygon_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 - ): [stagingpolygon_Relayer!]! - stagingpolygon_sequencer( + ): [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: stagingpolygon_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 - ): stagingpolygon_Sequencer - stagingpolygon_sequencers( + ): stagingoptimism_Sequencer + stagingoptimism_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_Sequencer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_Sequencer_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: stagingpolygon_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 - ): [stagingpolygon_Sequencer!]! - stagingpolygon_relayerFee( + ): [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: stagingpolygon_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 - ): stagingpolygon_RelayerFee - stagingpolygon_relayerFees( + ): stagingoptimism_RelayerFee + stagingoptimism_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RelayerFee_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RelayerFee_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: stagingpolygon_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 - ): [stagingpolygon_RelayerFee!]! - stagingpolygon_originTransfer( + ): [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: stagingpolygon_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 - ): stagingpolygon_OriginTransfer - stagingpolygon_originTransfers( + ): stagingoptimism_OriginTransfer + stagingoptimism_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OriginTransfer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OriginTransfer_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: stagingpolygon_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 - ): [stagingpolygon_OriginTransfer!]! - stagingpolygon_destinationTransfer( + ): [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: stagingpolygon_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 - ): stagingpolygon_DestinationTransfer - stagingpolygon_destinationTransfers( + ): stagingoptimism_DestinationTransfer + stagingoptimism_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_DestinationTransfer_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_DestinationTransfer_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: stagingpolygon_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 - ): [stagingpolygon_DestinationTransfer!]! - stagingpolygon_originMessage( + ): [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: stagingpolygon_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 - ): stagingpolygon_OriginMessage - stagingpolygon_originMessages( + ): stagingoptimism_OriginMessage + stagingoptimism_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OriginMessage_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OriginMessage_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: stagingpolygon_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 - ): [stagingpolygon_OriginMessage!]! - stagingpolygon_aggregateRoot( + ): [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: stagingpolygon_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 - ): stagingpolygon_AggregateRoot - stagingpolygon_aggregateRoots( + ): stagingoptimism_AggregateRoot + stagingoptimism_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AggregateRoot_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AggregateRoot_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: stagingpolygon_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 - ): [stagingpolygon_AggregateRoot!]! - stagingpolygon_connectorMeta( + ): [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: stagingpolygon_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 - ): stagingpolygon_ConnectorMeta - stagingpolygon_connectorMetas( + ): stagingoptimism_ConnectorMeta + stagingoptimism_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_ConnectorMeta_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_ConnectorMeta_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: stagingpolygon_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 - ): [stagingpolygon_ConnectorMeta!]! - stagingpolygon_rootCount( + ): [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: stagingpolygon_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 - ): stagingpolygon_RootCount - stagingpolygon_rootCounts( + ): stagingoptimism_RootCount + stagingoptimism_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RootCount_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RootCount_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: stagingpolygon_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 - ): [stagingpolygon_RootCount!]! - stagingpolygon_rootMessageSent( + ): [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: stagingpolygon_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 - ): stagingpolygon_RootMessageSent - stagingpolygon_rootMessageSents( + ): stagingoptimism_RootMessageSent + stagingoptimism_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RootMessageSent_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RootMessageSent_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: stagingpolygon_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 - ): [stagingpolygon_RootMessageSent!]! - stagingpolygon_relayerFeesIncrease( + ): [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: stagingpolygon_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 - ): stagingpolygon_RelayerFeesIncrease - stagingpolygon_relayerFeesIncreases( + ): stagingoptimism_RelayerFeesIncrease + stagingoptimism_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_RelayerFeesIncrease_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_RelayerFeesIncrease_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: stagingpolygon_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 - ): [stagingpolygon_RelayerFeesIncrease!]! - stagingpolygon_slippageUpdate( + ): [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: stagingpolygon_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 - ): stagingpolygon_SlippageUpdate - stagingpolygon_slippageUpdates( + ): stagingoptimism_SlippageUpdate + stagingoptimism_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SlippageUpdate_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SlippageUpdate_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: stagingpolygon_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 - ): [stagingpolygon_SlippageUpdate!]! - stagingpolygon_snapshotRoot( + ): [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: stagingpolygon_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 - ): stagingpolygon_SnapshotRoot - stagingpolygon_snapshotRoots( + ): stagingoptimism_SnapshotRoot + stagingoptimism_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SnapshotRoot_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SnapshotRoot_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: stagingpolygon_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 - ): [stagingpolygon_SnapshotRoot!]! - stagingpolygon_spokeConnectorMode( + ): [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: stagingpolygon_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 - ): stagingpolygon_SpokeConnectorMode - stagingpolygon_spokeConnectorModes( + ): stagingoptimism_SpokeConnectorMode + stagingoptimism_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_SpokeConnectorMode_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_SpokeConnectorMode_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: stagingpolygon_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 - ): [stagingpolygon_SpokeConnectorMode!]! - stagingpolygon_aggregateRootProposed( + ): [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: stagingpolygon_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 - ): stagingpolygon_AggregateRootProposed - stagingpolygon_aggregateRootProposeds( + ): stagingoptimism_AggregateRootProposed + stagingoptimism_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_AggregateRootProposed_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_AggregateRootProposed_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: stagingpolygon_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 - ): [stagingpolygon_AggregateRootProposed!]! - stagingpolygon_optimisticRootFinalized( + ): [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: stagingpolygon_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 - ): stagingpolygon_OptimisticRootFinalized - stagingpolygon_optimisticRootFinalizeds( + ): stagingoptimism_OptimisticRootFinalized + stagingoptimism_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingpolygon_OptimisticRootFinalized_orderBy - orderDirection: stagingpolygon_OrderDirection - where: stagingpolygon_OptimisticRootFinalized_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: stagingpolygon_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 - ): [stagingpolygon_OptimisticRootFinalized!]! + ): [stagingoptimism_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingpolygon__meta(block: stagingpolygon_Block_height): stagingpolygon__Meta_ - stagingbnb_asset( + stagingoptimism__meta(block: stagingoptimism_Block_height): stagingoptimism__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: stagingbnb_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 - ): stagingbnb_Asset - stagingbnb_assets( + ): stagingmantle_Asset + stagingmantle_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Asset_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Asset_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: stagingbnb_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 - ): [stagingbnb_Asset!]! - stagingbnb_assetStatus( + ): [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: stagingbnb_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 - ): stagingbnb_AssetStatus - stagingbnb_assetStatuses( + ): stagingmantle_AssetStatus + stagingmantle_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AssetStatus_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AssetStatus_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: stagingbnb_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 - ): [stagingbnb_AssetStatus!]! - stagingbnb_assetBalance( + ): [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: stagingbnb_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 - ): stagingbnb_AssetBalance - stagingbnb_assetBalances( + ): stagingmantle_AssetBalance + stagingmantle_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AssetBalance_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AssetBalance_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: stagingbnb_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 - ): [stagingbnb_AssetBalance!]! - stagingbnb_router( + ): [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: stagingbnb_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 - ): stagingbnb_Router - stagingbnb_routers( + ): stagingmantle_Router + stagingmantle_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Router_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Router_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: stagingbnb_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 - ): [stagingbnb_Router!]! - stagingbnb_routerDailyTVL( + ): [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: stagingbnb_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 - ): stagingbnb_RouterDailyTVL - stagingbnb_routerDailyTVLs( + ): stagingmantle_RouterDailyTVL + stagingmantle_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RouterDailyTVL_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RouterDailyTVL_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: stagingbnb_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 - ): [stagingbnb_RouterDailyTVL!]! - stagingbnb_routerLiquidityEvent( + ): [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: stagingbnb_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 - ): stagingbnb_RouterLiquidityEvent - stagingbnb_routerLiquidityEvents( + ): stagingmantle_RouterLiquidityEvent + stagingmantle_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RouterLiquidityEvent_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RouterLiquidityEvent_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: stagingbnb_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 - ): [stagingbnb_RouterLiquidityEvent!]! - stagingbnb_setting( + ): [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: stagingbnb_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 - ): stagingbnb_Setting - stagingbnb_settings( + ): stagingmantle_Setting + stagingmantle_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Setting_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Setting_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: stagingbnb_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 - ): [stagingbnb_Setting!]! - stagingbnb_relayer( + ): [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: stagingbnb_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 - ): stagingbnb_Relayer - stagingbnb_relayers( + ): stagingmantle_Relayer + stagingmantle_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Relayer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Relayer_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: stagingbnb_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 - ): [stagingbnb_Relayer!]! - stagingbnb_sequencer( + ): [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: stagingbnb_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 - ): stagingbnb_Sequencer - stagingbnb_sequencers( + ): stagingmantle_Sequencer + stagingmantle_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_Sequencer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_Sequencer_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: stagingbnb_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 - ): [stagingbnb_Sequencer!]! - stagingbnb_relayerFee( + ): [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: stagingbnb_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 - ): stagingbnb_RelayerFee - stagingbnb_relayerFees( + ): stagingmantle_RelayerFee + stagingmantle_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RelayerFee_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RelayerFee_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: stagingbnb_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 - ): [stagingbnb_RelayerFee!]! - stagingbnb_originTransfer( + ): [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: stagingbnb_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 - ): stagingbnb_OriginTransfer - stagingbnb_originTransfers( + ): stagingmantle_OriginTransfer + stagingmantle_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OriginTransfer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OriginTransfer_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: stagingbnb_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 - ): [stagingbnb_OriginTransfer!]! - stagingbnb_destinationTransfer( + ): [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: stagingbnb_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 - ): stagingbnb_DestinationTransfer - stagingbnb_destinationTransfers( + ): stagingmantle_DestinationTransfer + stagingmantle_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_DestinationTransfer_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_DestinationTransfer_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: stagingbnb_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 - ): [stagingbnb_DestinationTransfer!]! - stagingbnb_originMessage( + ): [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: stagingbnb_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 - ): stagingbnb_OriginMessage - stagingbnb_originMessages( + ): stagingmantle_OriginMessage + stagingmantle_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OriginMessage_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_OriginMessage_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: stagingbnb_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 - ): [stagingbnb_OriginMessage!]! - stagingbnb_aggregateRoot( + ): [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: stagingbnb_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 - ): stagingbnb_AggregateRoot - stagingbnb_aggregateRoots( + ): stagingmantle_AggregateRoot + stagingmantle_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AggregateRoot_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_AggregateRoot_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: stagingbnb_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 - ): [stagingbnb_AggregateRoot!]! - stagingbnb_connectorMeta( + ): [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: stagingbnb_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 - ): stagingbnb_ConnectorMeta - stagingbnb_connectorMetas( + ): stagingmantle_ConnectorMeta + stagingmantle_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_ConnectorMeta_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_ConnectorMeta_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: stagingbnb_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 - ): [stagingbnb_ConnectorMeta!]! - stagingbnb_rootCount( + ): [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: stagingbnb_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 - ): stagingbnb_RootCount - stagingbnb_rootCounts( + ): stagingmantle_RootCount + stagingmantle_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RootCount_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RootCount_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: stagingbnb_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 - ): [stagingbnb_RootCount!]! - stagingbnb_rootMessageSent( + ): [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: stagingbnb_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 - ): stagingbnb_RootMessageSent - stagingbnb_rootMessageSents( + ): stagingmantle_RootMessageSent + stagingmantle_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RootMessageSent_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RootMessageSent_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: stagingbnb_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 - ): [stagingbnb_RootMessageSent!]! - stagingbnb_relayerFeesIncrease( + ): [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: stagingbnb_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 - ): stagingbnb_RelayerFeesIncrease - stagingbnb_relayerFeesIncreases( + ): stagingmantle_RelayerFeesIncrease + stagingmantle_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_RelayerFeesIncrease_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_RelayerFeesIncrease_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: stagingbnb_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 - ): [stagingbnb_RelayerFeesIncrease!]! - stagingbnb_slippageUpdate( + ): [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: stagingbnb_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 - ): stagingbnb_SlippageUpdate - stagingbnb_slippageUpdates( + ): stagingmantle_SlippageUpdate + stagingmantle_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SlippageUpdate_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_SlippageUpdate_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: stagingbnb_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 - ): [stagingbnb_SlippageUpdate!]! - stagingbnb_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: stagingbnb_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 - ): stagingbnb_SnapshotRoot - stagingbnb_snapshotRoots( + ): stagingmantle_SnapshotRoot + stagingmantle_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SnapshotRoot_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_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: stagingbnb_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 - ): [stagingbnb_SnapshotRoot!]! - stagingbnb_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: stagingbnb_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 - ): stagingbnb_SpokeConnectorMode - stagingbnb_spokeConnectorModes( + ): stagingmantle_SpokeConnectorMode + stagingmantle_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_SpokeConnectorMode_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_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: stagingbnb_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 - ): [stagingbnb_SpokeConnectorMode!]! - stagingbnb_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: stagingbnb_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 - ): stagingbnb_AggregateRootProposed - stagingbnb_aggregateRootProposeds( + ): stagingmantle_AggregateRootProposed + stagingmantle_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_AggregateRootProposed_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_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: stagingbnb_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 - ): [stagingbnb_AggregateRootProposed!]! - stagingbnb_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: stagingbnb_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 - ): stagingbnb_OptimisticRootFinalized - stagingbnb_optimisticRootFinalizeds( + ): stagingmantle_OptimisticRootFinalized + stagingmantle_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingbnb_OptimisticRootFinalized_orderBy - orderDirection: stagingbnb_OrderDirection - where: stagingbnb_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: stagingbnb_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 - ): [stagingbnb_OptimisticRootFinalized!]! + ): [stagingmantle_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingbnb__meta(block: stagingbnb_Block_height): stagingbnb__Meta_ - stagingarbitrumone_asset( + stagingmantle__meta(block: stagingmantle_Block_height): stagingmantle__Meta_ + 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: stagingarbitrumone_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 - ): stagingarbitrumone_Asset - stagingarbitrumone_assets( + ): polygonzkevm_Asset + polygonzkevm_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Asset_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Asset!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_AssetStatus - stagingarbitrumone_assetStatuses( + ): polygonzkevm_AssetStatus + polygonzkevm_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AssetStatus_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_AssetStatus!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_AssetBalance - stagingarbitrumone_assetBalances( + ): polygonzkevm_AssetBalance + polygonzkevm_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AssetBalance_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_AssetBalance!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_Router - stagingarbitrumone_routers( + ): polygonzkevm_Router + polygonzkevm_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Router_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Router!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_RouterDailyTVL - stagingarbitrumone_routerDailyTVLs( + ): polygonzkevm_RouterDailyTVL + polygonzkevm_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RouterDailyTVL_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RouterDailyTVL!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_RouterLiquidityEvent - stagingarbitrumone_routerLiquidityEvents( + ): polygonzkevm_RouterLiquidityEvent + polygonzkevm_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RouterLiquidityEvent_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RouterLiquidityEvent!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_Setting - stagingarbitrumone_settings( + ): polygonzkevm_Setting + polygonzkevm_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Setting_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Setting!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_Relayer - stagingarbitrumone_relayers( + ): polygonzkevm_Relayer + polygonzkevm_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Relayer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Relayer!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_Sequencer - stagingarbitrumone_sequencers( + ): polygonzkevm_Sequencer + polygonzkevm_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_Sequencer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_Sequencer!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_RelayerFee - stagingarbitrumone_relayerFees( + ): polygonzkevm_RelayerFee + polygonzkevm_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RelayerFee_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RelayerFee!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_OriginTransfer - stagingarbitrumone_originTransfers( + ): polygonzkevm_OriginTransfer + polygonzkevm_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OriginTransfer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_OriginTransfer!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_DestinationTransfer - stagingarbitrumone_destinationTransfers( + ): polygonzkevm_DestinationTransfer + polygonzkevm_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_DestinationTransfer_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_DestinationTransfer!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_OriginMessage - stagingarbitrumone_originMessages( + ): polygonzkevm_OriginMessage + polygonzkevm_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OriginMessage_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_OriginMessage!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_AggregateRoot - stagingarbitrumone_aggregateRoots( + ): polygonzkevm_AggregateRoot + polygonzkevm_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AggregateRoot_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_AggregateRoot!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_ConnectorMeta - stagingarbitrumone_connectorMetas( + ): polygonzkevm_ConnectorMeta + polygonzkevm_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_ConnectorMeta_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_ConnectorMeta!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_RootCount - stagingarbitrumone_rootCounts( + ): polygonzkevm_RootCount + polygonzkevm_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RootCount_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RootCount!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_RootMessageSent - stagingarbitrumone_rootMessageSents( + ): polygonzkevm_RootMessageSent + polygonzkevm_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RootMessageSent_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RootMessageSent!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_RelayerFeesIncrease - stagingarbitrumone_relayerFeesIncreases( + ): polygonzkevm_RelayerFeesIncrease + polygonzkevm_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_RelayerFeesIncrease_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_RelayerFeesIncrease!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_SlippageUpdate - stagingarbitrumone_slippageUpdates( + ): polygonzkevm_SlippageUpdate + polygonzkevm_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SlippageUpdate_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_SlippageUpdate!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_SnapshotRoot - stagingarbitrumone_snapshotRoots( + ): polygonzkevm_SnapshotRoot + polygonzkevm_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SnapshotRoot_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_SnapshotRoot!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_SpokeConnectorMode - stagingarbitrumone_spokeConnectorModes( + ): polygonzkevm_SpokeConnectorMode + polygonzkevm_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_SpokeConnectorMode_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_SpokeConnectorMode!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_AggregateRootProposed - stagingarbitrumone_aggregateRootProposeds( + ): polygonzkevm_AggregateRootProposed + polygonzkevm_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_AggregateRootProposed_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_AggregateRootProposed!]! - stagingarbitrumone_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: stagingarbitrumone_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 - ): stagingarbitrumone_OptimisticRootFinalized - stagingarbitrumone_optimisticRootFinalizeds( + ): polygonzkevm_OptimisticRootFinalized + polygonzkevm_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingarbitrumone_OptimisticRootFinalized_orderBy - orderDirection: stagingarbitrumone_OrderDirection - where: stagingarbitrumone_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: stagingarbitrumone_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 - ): [stagingarbitrumone_OptimisticRootFinalized!]! + ): [polygonzkevm_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingarbitrumone__meta(block: stagingarbitrumone_Block_height): stagingarbitrumone__Meta_ - stagingzksync_asset( + polygonzkevm__meta(block: polygonzkevm_Block_height): polygonzkevm__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: stagingzksync_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 - ): stagingzksync_Asset - stagingzksync_assets( + ): stagingmode_Asset + stagingmode_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Asset_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Asset_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: stagingzksync_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 - ): [stagingzksync_Asset!]! - stagingzksync_assetStatus( + ): [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: stagingzksync_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 - ): stagingzksync_AssetStatus - stagingzksync_assetStatuses( + ): stagingmode_AssetStatus + stagingmode_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AssetStatus_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AssetStatus_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: stagingzksync_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 - ): [stagingzksync_AssetStatus!]! - stagingzksync_assetBalance( + ): [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: stagingzksync_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 - ): stagingzksync_AssetBalance - stagingzksync_assetBalances( + ): stagingmode_AssetBalance + stagingmode_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AssetBalance_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AssetBalance_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: stagingzksync_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 - ): [stagingzksync_AssetBalance!]! - stagingzksync_router( + ): [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: stagingzksync_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 - ): stagingzksync_Router - stagingzksync_routers( + ): stagingmode_Router + stagingmode_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Router_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Router_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: stagingzksync_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 - ): [stagingzksync_Router!]! - stagingzksync_routerDailyTVL( + ): [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: stagingzksync_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 - ): stagingzksync_RouterDailyTVL - stagingzksync_routerDailyTVLs( + ): stagingmode_RouterDailyTVL + stagingmode_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RouterDailyTVL_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RouterDailyTVL_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: stagingzksync_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 - ): [stagingzksync_RouterDailyTVL!]! - stagingzksync_routerLiquidityEvent( + ): [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: stagingzksync_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 - ): stagingzksync_RouterLiquidityEvent - stagingzksync_routerLiquidityEvents( + ): stagingmode_RouterLiquidityEvent + stagingmode_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RouterLiquidityEvent_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RouterLiquidityEvent_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: stagingzksync_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 - ): [stagingzksync_RouterLiquidityEvent!]! - stagingzksync_setting( + ): [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: stagingzksync_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 - ): stagingzksync_Setting - stagingzksync_settings( + ): stagingmode_Setting + stagingmode_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Setting_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Setting_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: stagingzksync_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 - ): [stagingzksync_Setting!]! - stagingzksync_relayer( + ): [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: stagingzksync_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 - ): stagingzksync_Relayer - stagingzksync_relayers( + ): stagingmode_Relayer + stagingmode_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Relayer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Relayer_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: stagingzksync_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 - ): [stagingzksync_Relayer!]! - stagingzksync_sequencer( + ): [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: stagingzksync_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 - ): stagingzksync_Sequencer - stagingzksync_sequencers( + ): stagingmode_Sequencer + stagingmode_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_Sequencer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_Sequencer_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: stagingzksync_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 - ): [stagingzksync_Sequencer!]! - stagingzksync_relayerFee( + ): [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: stagingzksync_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 - ): stagingzksync_RelayerFee - stagingzksync_relayerFees( + ): stagingmode_RelayerFee + stagingmode_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RelayerFee_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RelayerFee_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: stagingzksync_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 - ): [stagingzksync_RelayerFee!]! - stagingzksync_originTransfer( + ): [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: stagingzksync_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 - ): stagingzksync_OriginTransfer - stagingzksync_originTransfers( + ): stagingmode_OriginTransfer + stagingmode_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OriginTransfer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OriginTransfer_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: stagingzksync_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 - ): [stagingzksync_OriginTransfer!]! - stagingzksync_destinationTransfer( + ): [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: stagingzksync_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 - ): stagingzksync_DestinationTransfer - stagingzksync_destinationTransfers( + ): stagingmode_DestinationTransfer + stagingmode_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_DestinationTransfer_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_DestinationTransfer_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: stagingzksync_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 - ): [stagingzksync_DestinationTransfer!]! - stagingzksync_originMessage( + ): [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: stagingzksync_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 - ): stagingzksync_OriginMessage - stagingzksync_originMessages( + ): stagingmode_OriginMessage + stagingmode_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OriginMessage_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OriginMessage_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: stagingzksync_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 - ): [stagingzksync_OriginMessage!]! - stagingzksync_aggregateRoot( + ): [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: stagingzksync_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 - ): stagingzksync_AggregateRoot - stagingzksync_aggregateRoots( + ): stagingmode_AggregateRoot + stagingmode_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AggregateRoot_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AggregateRoot_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: stagingzksync_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 - ): [stagingzksync_AggregateRoot!]! - stagingzksync_connectorMeta( + ): [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: stagingzksync_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 - ): stagingzksync_ConnectorMeta - stagingzksync_connectorMetas( + ): stagingmode_ConnectorMeta + stagingmode_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_ConnectorMeta_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_ConnectorMeta_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: stagingzksync_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 - ): [stagingzksync_ConnectorMeta!]! - stagingzksync_rootCount( + ): [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: stagingzksync_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 - ): stagingzksync_RootCount - stagingzksync_rootCounts( + ): stagingmode_RootCount + stagingmode_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RootCount_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RootCount_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: stagingzksync_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 - ): [stagingzksync_RootCount!]! - stagingzksync_rootMessageSent( + ): [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: stagingzksync_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 - ): stagingzksync_RootMessageSent - stagingzksync_rootMessageSents( + ): stagingmode_RootMessageSent + stagingmode_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RootMessageSent_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RootMessageSent_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: stagingzksync_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 - ): [stagingzksync_RootMessageSent!]! - stagingzksync_relayerFeesIncrease( + ): [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: stagingzksync_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 - ): stagingzksync_RelayerFeesIncrease - stagingzksync_relayerFeesIncreases( + ): stagingmode_RelayerFeesIncrease + stagingmode_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_RelayerFeesIncrease_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_RelayerFeesIncrease_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: stagingzksync_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 - ): [stagingzksync_RelayerFeesIncrease!]! - stagingzksync_slippageUpdate( + ): [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: stagingzksync_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 - ): stagingzksync_SlippageUpdate - stagingzksync_slippageUpdates( + ): stagingmode_SlippageUpdate + stagingmode_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SlippageUpdate_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SlippageUpdate_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: stagingzksync_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 - ): [stagingzksync_SlippageUpdate!]! - stagingzksync_snapshotRoot( + ): [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: stagingzksync_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 - ): stagingzksync_SnapshotRoot - stagingzksync_snapshotRoots( + ): stagingmode_SnapshotRoot + stagingmode_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SnapshotRoot_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SnapshotRoot_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: stagingzksync_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 - ): [stagingzksync_SnapshotRoot!]! - stagingzksync_spokeConnectorMode( + ): [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: stagingzksync_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 - ): stagingzksync_SpokeConnectorMode - stagingzksync_spokeConnectorModes( + ): stagingmode_SpokeConnectorMode + stagingmode_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_SpokeConnectorMode_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_SpokeConnectorMode_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: stagingzksync_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 - ): [stagingzksync_SpokeConnectorMode!]! - stagingzksync_aggregateRootProposed( + ): [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: stagingzksync_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 - ): stagingzksync_AggregateRootProposed - stagingzksync_aggregateRootProposeds( + ): stagingmode_AggregateRootProposed + stagingmode_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_AggregateRootProposed_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_AggregateRootProposed_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: stagingzksync_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 - ): [stagingzksync_AggregateRootProposed!]! - stagingzksync_optimisticRootFinalized( + ): [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: stagingzksync_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 - ): stagingzksync_OptimisticRootFinalized - stagingzksync_optimisticRootFinalizeds( + ): stagingmode_OptimisticRootFinalized + stagingmode_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingzksync_OptimisticRootFinalized_orderBy - orderDirection: stagingzksync_OrderDirection - where: stagingzksync_OptimisticRootFinalized_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: stagingzksync_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 - ): [stagingzksync_OptimisticRootFinalized!]! + ): [stagingmode_OptimisticRootFinalized!]! """Access to subgraph metadata""" - stagingzksync__meta(block: stagingzksync_Block_height): stagingzksync__Meta_ - mainnet_rootAggregated( + stagingmode__meta(block: stagingmode_Block_height): stagingmode__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: mainnet_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 - ): mainnet_RootAggregated - mainnet_rootAggregateds( + ): base_Asset + base_assets( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootAggregated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootAggregated_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: mainnet_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 - ): [mainnet_RootAggregated!]! - mainnet_rootPropagated( + ): [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: mainnet_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 - ): mainnet_RootPropagated - mainnet_rootPropagateds( + ): base_AssetStatus + base_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootPropagated_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: mainnet_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 - ): [mainnet_RootPropagated!]! - mainnet_aggregatedMessageRoot( + ): [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: mainnet_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 - ): mainnet_AggregatedMessageRoot - mainnet_aggregatedMessageRoots( + ): base_AssetBalance + base_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregatedMessageRoot_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregatedMessageRoot_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: mainnet_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 - ): [mainnet_AggregatedMessageRoot!]! - mainnet_rootManagerMeta( + ): [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: mainnet_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 - ): mainnet_RootManagerMeta - mainnet_rootManagerMetas( + ): base_Router + base_routers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMeta_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: mainnet_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 - ): [mainnet_RootManagerMeta!]! - mainnet_rootManagerMode( + ): [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: mainnet_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 - ): mainnet_RootManagerMode - mainnet_rootManagerModes( + ): base_RouterDailyTVL + base_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootManagerMode_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootManagerMode_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: mainnet_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 - ): [mainnet_RootManagerMode!]! - mainnet_optimisticRootProposed( + ): [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: mainnet_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 - ): mainnet_OptimisticRootProposed - mainnet_optimisticRootProposeds( + ): base_RouterLiquidityEvent + base_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootProposed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootProposed_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: mainnet_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 - ): [mainnet_OptimisticRootProposed!]! - mainnet_hubOptimisticRootFinalized( + ): [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: mainnet_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 - ): mainnet_HubOptimisticRootFinalized - mainnet_hubOptimisticRootFinalizeds( + ): base_Setting + base_settings( skip: Int = 0 first: Int = 100 - orderBy: mainnet_HubOptimisticRootFinalized_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_HubOptimisticRootFinalized_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: mainnet_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 - ): [mainnet_HubOptimisticRootFinalized!]! - mainnet_optimisticRootPropagated( + ): [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: mainnet_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 - ): mainnet_OptimisticRootPropagated - mainnet_optimisticRootPropagateds( + ): base_Relayer + base_relayers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimisticRootPropagated_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimisticRootPropagated_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: mainnet_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 - ): [mainnet_OptimisticRootPropagated!]! - mainnet_polygonConnectorMeta( + ): [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: mainnet_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 - ): mainnet_PolygonConnectorMeta - mainnet_polygonConnectorMetas( + ): base_Sequencer + base_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonConnectorMeta_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: mainnet_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 - ): [mainnet_PolygonConnectorMeta!]! - mainnet_optimismConnectorMeta( + ): [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: mainnet_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 - ): mainnet_OptimismConnectorMeta - mainnet_optimismConnectorMetas( + ): base_RelayerFee + base_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mainnet_OptimismConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_OptimismConnectorMeta_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: mainnet_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 - ): [mainnet_OptimismConnectorMeta!]! - mainnet_bnbConnectorMeta( + ): [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: mainnet_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 - ): mainnet_BnbConnectorMeta - mainnet_bnbConnectorMetas( + ): base_OriginTransfer + base_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BnbConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BnbConnectorMeta_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: mainnet_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 - ): [mainnet_BnbConnectorMeta!]! - mainnet_arbitrumConnectorMeta( + ): [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: mainnet_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 - ): mainnet_ArbitrumConnectorMeta - mainnet_arbitrumConnectorMetas( + ): base_DestinationTransfer + base_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ArbitrumConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ArbitrumConnectorMeta_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: mainnet_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 - ): [mainnet_ArbitrumConnectorMeta!]! - mainnet_gnosisConnectorMeta( + ): [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: mainnet_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 - ): mainnet_GnosisConnectorMeta - mainnet_gnosisConnectorMetas( + ): base_OriginMessage + base_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mainnet_GnosisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_GnosisConnectorMeta_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: mainnet_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 - ): [mainnet_GnosisConnectorMeta!]! - mainnet_lineaConnectorMeta( + ): [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: mainnet_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 - ): mainnet_LineaConnectorMeta - mainnet_lineaConnectorMetas( + ): base_AggregateRoot + base_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_LineaConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_LineaConnectorMeta_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: mainnet_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 - ): [mainnet_LineaConnectorMeta!]! - mainnet_metisConnectorMeta( + ): [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: mainnet_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 - ): mainnet_MetisConnectorMeta - mainnet_metisConnectorMetas( + ): base_ConnectorMeta + base_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mainnet_MetisConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_MetisConnectorMeta_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: mainnet_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 - ): [mainnet_MetisConnectorMeta!]! - mainnet_mantleConnectorMeta( + ): [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: mainnet_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 - ): mainnet_MantleConnectorMeta - mainnet_mantleConnectorMetas( + ): base_RootCount + base_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mainnet_MantleConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_MantleConnectorMeta_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: mainnet_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 - ): [mainnet_MantleConnectorMeta!]! - mainnet_avalancheConnectorMeta( + ): [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: mainnet_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 - ): mainnet_AvalancheConnectorMeta - mainnet_avalancheConnectorMetas( + ): base_RootMessageSent + base_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AvalancheConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AvalancheConnectorMeta_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: mainnet_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 - ): [mainnet_AvalancheConnectorMeta!]! - mainnet_baseConnectorMeta( + ): [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: mainnet_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 - ): mainnet_BaseConnectorMeta - mainnet_baseConnectorMetas( + ): base_RelayerFeesIncrease + base_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mainnet_BaseConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_BaseConnectorMeta_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: mainnet_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 - ): [mainnet_BaseConnectorMeta!]! - mainnet_polygonZkConnectorMeta( + ): [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: mainnet_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 - ): mainnet_PolygonZkConnectorMeta - mainnet_polygonZkConnectorMetas( + ): base_SlippageUpdate + base_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mainnet_PolygonZkConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_PolygonZkConnectorMeta_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: mainnet_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 - ): [mainnet_PolygonZkConnectorMeta!]! - mainnet_zkSyncConnectorMeta( + ): [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: mainnet_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 - ): mainnet_ZkSyncConnectorMeta - mainnet_zkSyncConnectorMetas( + ): base_SnapshotRoot + base_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ZkSyncConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ZkSyncConnectorMeta_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: mainnet_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 - ): [mainnet_ZkSyncConnectorMeta!]! - mainnet_modeConnectorMeta( + ): [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: mainnet_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 - ): mainnet_ModeConnectorMeta - mainnet_modeConnectorMetas( + ): base_SpokeConnectorMode + base_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mainnet_ModeConnectorMeta_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_ModeConnectorMeta_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: mainnet_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 - ): [mainnet_ModeConnectorMeta!]! - mainnet_rootMessageProcessed( + ): [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: mainnet_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 - ): mainnet_RootMessageProcessed - mainnet_rootMessageProcesseds( + ): base_AggregateRootProposed + base_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_RootMessageProcessed_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_RootMessageProcessed_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: mainnet_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 - ): [mainnet_RootMessageProcessed!]! - mainnet_aggregateRootSavedSlow( + ): [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: mainnet_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 - ): mainnet_AggregateRootSavedSlow - mainnet_aggregateRootSavedSlows( + ): base_OptimisticRootFinalized + base_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mainnet_AggregateRootSavedSlow_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_AggregateRootSavedSlow_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: mainnet_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 - ): [mainnet_AggregateRootSavedSlow!]! - mainnet_hubDomain( + ): [base_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + base__meta(block: base_Block_height): base__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: mainnet_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 - ): mainnet_HubDomain - mainnet_hubDomains( + ): stagingscroll_Asset + stagingscroll_assets( skip: Int = 0 first: Int = 100 - orderBy: mainnet_HubDomain_orderBy - orderDirection: mainnet_OrderDirection - where: mainnet_HubDomain_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: mainnet_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 - ): [mainnet_HubDomain!]! - xlayer_swap_systemInfo( + ): [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: xlayer_swap_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 - ): xlayer_swap_SystemInfo - xlayer_swap_systemInfos( + ): stagingscroll_AssetStatus + stagingscroll_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SystemInfo_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SystemInfo_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: xlayer_swap_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 - ): [xlayer_swap_SystemInfo!]! - xlayer_swap_pooledToken( + ): [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: xlayer_swap_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 - ): xlayer_swap_PooledToken - xlayer_swap_pooledTokens( + ): stagingscroll_AssetBalance + stagingscroll_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_PooledToken_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_PooledToken_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: xlayer_swap_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 - ): [xlayer_swap_PooledToken!]! - xlayer_swap_stableSwap( + ): [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: xlayer_swap_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 - ): xlayer_swap_StableSwap - xlayer_swap_stableSwaps( + ): stagingscroll_Router + stagingscroll_routers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwap_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwap_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: xlayer_swap_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 - ): [xlayer_swap_StableSwap!]! - xlayer_swap_stableSwapAddLiquidityEvent( + ): [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: xlayer_swap_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 - ): xlayer_swap_StableSwapAddLiquidityEvent - xlayer_swap_stableSwapAddLiquidityEvents( + ): stagingscroll_RouterDailyTVL + stagingscroll_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapAddLiquidityEvent_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: xlayer_swap_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 - ): [xlayer_swap_StableSwapAddLiquidityEvent!]! - xlayer_swap_stableSwapRemoveLiquidityEvent( + ): [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: xlayer_swap_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 - ): xlayer_swap_StableSwapRemoveLiquidityEvent - xlayer_swap_stableSwapRemoveLiquidityEvents( + ): stagingscroll_RouterLiquidityEvent + stagingscroll_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapRemoveLiquidityEvent_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: xlayer_swap_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 - ): [xlayer_swap_StableSwapRemoveLiquidityEvent!]! - xlayer_swap_stableSwapExchange( + ): [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: xlayer_swap_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 - ): xlayer_swap_StableSwapExchange - xlayer_swap_stableSwapExchanges( + ): stagingscroll_Setting + stagingscroll_settings( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapExchange_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapExchange_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: xlayer_swap_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 - ): [xlayer_swap_StableSwapExchange!]! - xlayer_swap_swapDailyVolume( + ): [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: xlayer_swap_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 - ): xlayer_swap_SwapDailyVolume - xlayer_swap_swapDailyVolumes( + ): stagingscroll_Relayer + stagingscroll_relayers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapDailyVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapDailyVolume_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: xlayer_swap_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 - ): [xlayer_swap_SwapDailyVolume!]! - xlayer_swap_swapHourlyVolume( + ): [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: xlayer_swap_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 - ): xlayer_swap_SwapHourlyVolume - xlayer_swap_swapHourlyVolumes( + ): stagingscroll_Sequencer + stagingscroll_sequencers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapHourlyVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapHourlyVolume_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: xlayer_swap_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 - ): [xlayer_swap_SwapHourlyVolume!]! - xlayer_swap_swapWeeklyVolume( + ): [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: xlayer_swap_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 - ): xlayer_swap_SwapWeeklyVolume - xlayer_swap_swapWeeklyVolumes( + ): stagingscroll_RelayerFee + stagingscroll_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapWeeklyVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapWeeklyVolume_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: xlayer_swap_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 - ): [xlayer_swap_SwapWeeklyVolume!]! - xlayer_swap_lpAccount( + ): [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: xlayer_swap_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 - ): xlayer_swap_LpAccount - xlayer_swap_lpAccounts( + ): stagingscroll_OriginTransfer + stagingscroll_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpAccount_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpAccount_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: xlayer_swap_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 - ): [xlayer_swap_LpAccount!]! - xlayer_swap_lpAccountBalance( + ): [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: xlayer_swap_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 - ): xlayer_swap_LpAccountBalance - xlayer_swap_lpAccountBalances( + ): stagingscroll_DestinationTransfer + stagingscroll_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpAccountBalance_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpAccountBalance_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: xlayer_swap_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 - ): [xlayer_swap_LpAccountBalance!]! - xlayer_swap_lpToken( + ): [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: xlayer_swap_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 - ): xlayer_swap_LpToken - xlayer_swap_lpTokens( + ): stagingscroll_OriginMessage + stagingscroll_originMessages( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpToken_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpToken_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: xlayer_swap_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 - ): [xlayer_swap_LpToken!]! - xlayer_swap_lpTransferEvent( + ): [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: xlayer_swap_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 - ): xlayer_swap_LpTransferEvent - xlayer_swap_lpTransferEvents( + ): stagingscroll_AggregateRoot + stagingscroll_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpTransferEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpTransferEvent_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: xlayer_swap_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 - ): [xlayer_swap_LpTransferEvent!]! - xlayer_swap_stableSwapEvent( + ): [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: xlayer_swap_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 - ): xlayer_swap_StableSwapEvent - xlayer_swap_stableSwapEvents( + ): stagingscroll_ConnectorMeta + stagingscroll_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_StableSwapEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_StableSwapEvent_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: xlayer_swap_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 - ): [xlayer_swap_StableSwapEvent!]! - xlayer_swap_swapTradeVolume( + ): [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: xlayer_swap_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 - ): xlayer_swap_SwapTradeVolume - xlayer_swap_swapTradeVolumes( + ): stagingscroll_RootCount + stagingscroll_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_SwapTradeVolume_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_SwapTradeVolume_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: xlayer_swap_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 - ): [xlayer_swap_SwapTradeVolume!]! - xlayer_swap_lpTokenEvent( + ): [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: xlayer_swap_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 - ): xlayer_swap_LpTokenEvent - xlayer_swap_lpTokenEvents( + ): stagingscroll_RootMessageSent + stagingscroll_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_swap_LpTokenEvent_orderBy - orderDirection: xlayer_swap_OrderDirection - where: xlayer_swap_LpTokenEvent_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: xlayer_swap_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 - ): [xlayer_swap_LpTokenEvent!]! - """Access to subgraph metadata""" - xlayer_swap__meta(block: xlayer_swap_Block_height): xlayer_swap__Meta_ - stagingxlayer_asset( + ): [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: stagingxlayer_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 - ): stagingxlayer_Asset - stagingxlayer_assets( + ): stagingscroll_RelayerFeesIncrease + stagingscroll_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_Asset_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_Asset_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: stagingxlayer_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 - ): [stagingxlayer_Asset!]! - stagingxlayer_assetStatus( + ): [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: stagingxlayer_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 - ): stagingxlayer_AssetStatus - stagingxlayer_assetStatuses( + ): stagingscroll_SlippageUpdate + stagingscroll_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_AssetStatus_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_AssetStatus_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: stagingxlayer_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 - ): [stagingxlayer_AssetStatus!]! - stagingxlayer_assetBalance( + ): [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: stagingxlayer_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 - ): stagingxlayer_AssetBalance - stagingxlayer_assetBalances( + ): stagingscroll_SnapshotRoot + stagingscroll_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_AssetBalance_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_AssetBalance_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: stagingxlayer_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 - ): [stagingxlayer_AssetBalance!]! - stagingxlayer_router( + ): [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: stagingxlayer_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 - ): stagingxlayer_Router - stagingxlayer_routers( + ): stagingscroll_SpokeConnectorMode + stagingscroll_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_Router_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_Router_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: stagingxlayer_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 - ): [stagingxlayer_Router!]! - stagingxlayer_routerDailyTVL( + ): [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: stagingxlayer_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 - ): stagingxlayer_RouterDailyTVL - stagingxlayer_routerDailyTVLs( + ): stagingscroll_AggregateRootProposed + stagingscroll_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RouterDailyTVL_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RouterDailyTVL_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: stagingxlayer_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 - ): [stagingxlayer_RouterDailyTVL!]! - stagingxlayer_routerLiquidityEvent( + ): [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: stagingxlayer_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 - ): stagingxlayer_RouterLiquidityEvent - stagingxlayer_routerLiquidityEvents( + ): stagingscroll_OptimisticRootFinalized + stagingscroll_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RouterLiquidityEvent_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RouterLiquidityEvent_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: stagingxlayer_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 - ): [stagingxlayer_RouterLiquidityEvent!]! - stagingxlayer_setting( + ): [stagingscroll_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingscroll__meta(block: stagingscroll_Block_height): stagingscroll__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: stagingxlayer_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 - ): stagingxlayer_Setting - stagingxlayer_settings( + ): stagingzksync_Asset + stagingzksync_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_Setting_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_Setting_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: stagingxlayer_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 - ): [stagingxlayer_Setting!]! - stagingxlayer_relayer( + ): [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: stagingxlayer_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 - ): stagingxlayer_Relayer - stagingxlayer_relayers( + ): stagingzksync_AssetStatus + stagingzksync_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_Relayer_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_Relayer_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: stagingxlayer_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 - ): [stagingxlayer_Relayer!]! - stagingxlayer_sequencer( + ): [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: stagingxlayer_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 - ): stagingxlayer_Sequencer - stagingxlayer_sequencers( + ): stagingzksync_AssetBalance + stagingzksync_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_Sequencer_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_Sequencer_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: stagingxlayer_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 - ): [stagingxlayer_Sequencer!]! - stagingxlayer_relayerFee( + ): [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: stagingxlayer_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 - ): stagingxlayer_RelayerFee - stagingxlayer_relayerFees( + ): stagingzksync_Router + stagingzksync_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RelayerFee_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RelayerFee_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: stagingxlayer_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 - ): [stagingxlayer_RelayerFee!]! - stagingxlayer_originTransfer( + ): [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: stagingxlayer_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 - ): stagingxlayer_OriginTransfer - stagingxlayer_originTransfers( + ): stagingzksync_RouterDailyTVL + stagingzksync_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_OriginTransfer_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_OriginTransfer_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: stagingxlayer_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 - ): [stagingxlayer_OriginTransfer!]! - stagingxlayer_destinationTransfer( + ): [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: stagingxlayer_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 - ): stagingxlayer_DestinationTransfer - stagingxlayer_destinationTransfers( + ): stagingzksync_RouterLiquidityEvent + stagingzksync_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_DestinationTransfer_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_DestinationTransfer_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: stagingxlayer_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 - ): [stagingxlayer_DestinationTransfer!]! - stagingxlayer_originMessage( + ): [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: stagingxlayer_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 - ): stagingxlayer_OriginMessage - stagingxlayer_originMessages( + ): stagingzksync_Setting + stagingzksync_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_OriginMessage_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_OriginMessage_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: stagingxlayer_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 - ): [stagingxlayer_OriginMessage!]! - stagingxlayer_aggregateRoot( + ): [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: stagingxlayer_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 - ): stagingxlayer_AggregateRoot - stagingxlayer_aggregateRoots( + ): stagingzksync_Relayer + stagingzksync_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_AggregateRoot_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_AggregateRoot_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: stagingxlayer_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 - ): [stagingxlayer_AggregateRoot!]! - stagingxlayer_connectorMeta( + ): [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: stagingxlayer_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 - ): stagingxlayer_ConnectorMeta - stagingxlayer_connectorMetas( + ): stagingzksync_Sequencer + stagingzksync_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_ConnectorMeta_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_ConnectorMeta_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: stagingxlayer_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 - ): [stagingxlayer_ConnectorMeta!]! - stagingxlayer_rootCount( + ): [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: stagingxlayer_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 - ): stagingxlayer_RootCount - stagingxlayer_rootCounts( + ): stagingzksync_RelayerFee + stagingzksync_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RootCount_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RootCount_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: stagingxlayer_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 - ): [stagingxlayer_RootCount!]! - stagingxlayer_rootMessageSent( + ): [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: stagingxlayer_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 - ): stagingxlayer_RootMessageSent - stagingxlayer_rootMessageSents( + ): stagingzksync_OriginTransfer + stagingzksync_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RootMessageSent_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RootMessageSent_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: stagingxlayer_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 - ): [stagingxlayer_RootMessageSent!]! - stagingxlayer_relayerFeesIncrease( + ): [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: stagingxlayer_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 - ): stagingxlayer_RelayerFeesIncrease - stagingxlayer_relayerFeesIncreases( + ): stagingzksync_DestinationTransfer + stagingzksync_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_RelayerFeesIncrease_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_RelayerFeesIncrease_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: stagingxlayer_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 - ): [stagingxlayer_RelayerFeesIncrease!]! - stagingxlayer_slippageUpdate( + ): [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: stagingxlayer_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 - ): stagingxlayer_SlippageUpdate - stagingxlayer_slippageUpdates( + ): stagingzksync_OriginMessage + stagingzksync_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_SlippageUpdate_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_SlippageUpdate_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: stagingxlayer_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 - ): [stagingxlayer_SlippageUpdate!]! - stagingxlayer_snapshotRoot( + ): [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: stagingxlayer_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 - ): stagingxlayer_SnapshotRoot - stagingxlayer_snapshotRoots( + ): stagingzksync_AggregateRoot + stagingzksync_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_SnapshotRoot_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_SnapshotRoot_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: stagingxlayer_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 - ): [stagingxlayer_SnapshotRoot!]! - stagingxlayer_spokeConnectorMode( + ): [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: stagingxlayer_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 - ): stagingxlayer_SpokeConnectorMode - stagingxlayer_spokeConnectorModes( + ): stagingzksync_ConnectorMeta + stagingzksync_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_SpokeConnectorMode_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_SpokeConnectorMode_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: stagingxlayer_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 - ): [stagingxlayer_SpokeConnectorMode!]! - stagingxlayer_aggregateRootProposed( + ): [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: stagingxlayer_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 - ): stagingxlayer_AggregateRootProposed - stagingxlayer_aggregateRootProposeds( + ): stagingzksync_RootCount + stagingzksync_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_AggregateRootProposed_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_AggregateRootProposed_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: stagingxlayer_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 - ): [stagingxlayer_AggregateRootProposed!]! - stagingxlayer_optimisticRootFinalized( + ): [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: stagingxlayer_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 - ): stagingxlayer_OptimisticRootFinalized - stagingxlayer_optimisticRootFinalizeds( + ): stagingzksync_RootMessageSent + stagingzksync_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingxlayer_OptimisticRootFinalized_orderBy - orderDirection: stagingxlayer_OrderDirection - where: stagingxlayer_OptimisticRootFinalized_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: stagingxlayer_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 - ): [stagingxlayer_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingxlayer__meta(block: stagingxlayer_Block_height): stagingxlayer__Meta_ - xdai_asset( + ): [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: xdai_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 - ): xdai_Asset - xdai_assets( + ): stagingzksync_RelayerFeesIncrease + stagingzksync_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: xdai_Asset_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Asset_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: xdai_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 - ): [xdai_Asset!]! - xdai_assetStatus( + ): [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: xdai_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 - ): xdai_AssetStatus - xdai_assetStatuses( + ): stagingzksync_SlippageUpdate + stagingzksync_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetStatus_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AssetStatus_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: xdai_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 - ): [xdai_AssetStatus!]! - xdai_assetBalance( + ): [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: xdai_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 - ): xdai_AssetBalance - xdai_assetBalances( + ): stagingzksync_SnapshotRoot + stagingzksync_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_AssetBalance_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AssetBalance_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: xdai_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 - ): [xdai_AssetBalance!]! - xdai_router( + ): [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: xdai_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 - ): xdai_Router - xdai_routers( + ): stagingzksync_SpokeConnectorMode + stagingzksync_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: xdai_Router_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Router_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: xdai_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 - ): [xdai_Router!]! - xdai_routerDailyTVL( + ): [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: xdai_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 - ): xdai_RouterDailyTVL - xdai_routerDailyTVLs( + ): stagingzksync_AggregateRootProposed + stagingzksync_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: xdai_RouterDailyTVL_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RouterDailyTVL_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: xdai_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 - ): [xdai_RouterDailyTVL!]! - xdai_routerLiquidityEvent( + ): [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: xdai_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 - ): xdai_RouterLiquidityEvent - xdai_routerLiquidityEvents( + ): stagingzksync_OptimisticRootFinalized + stagingzksync_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: xdai_RouterLiquidityEvent_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RouterLiquidityEvent_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: xdai_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 - ): [xdai_RouterLiquidityEvent!]! - xdai_setting( + ): [stagingzksync_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingzksync__meta(block: stagingzksync_Block_height): stagingzksync__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: xdai_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 - ): xdai_Setting - xdai_settings( + ): stagingxdai_Asset + stagingxdai_assets( skip: Int = 0 first: Int = 100 - orderBy: xdai_Setting_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Setting_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: xdai_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 - ): [xdai_Setting!]! - xdai_relayer( + ): [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: xdai_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 - ): xdai_Relayer - xdai_relayers( + ): stagingxdai_AssetStatus + stagingxdai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: xdai_Relayer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Relayer_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: xdai_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 - ): [xdai_Relayer!]! - xdai_sequencer( + ): [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: xdai_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 - ): xdai_Sequencer - xdai_sequencers( + ): stagingxdai_AssetBalance + stagingxdai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: xdai_Sequencer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_Sequencer_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: xdai_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 - ): [xdai_Sequencer!]! - xdai_relayerFee( + ): [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: xdai_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 - ): xdai_RelayerFee - xdai_relayerFees( + ): stagingxdai_Router + stagingxdai_routers( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFee_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RelayerFee_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: xdai_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 - ): [xdai_RelayerFee!]! - xdai_originTransfer( + ): [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: xdai_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 - ): xdai_OriginTransfer - xdai_originTransfers( + ): stagingxdai_RouterDailyTVL + stagingxdai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OriginTransfer_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: xdai_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 - ): [xdai_OriginTransfer!]! - xdai_destinationTransfer( + ): [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: xdai_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 - ): xdai_DestinationTransfer - xdai_destinationTransfers( + ): stagingxdai_RouterLiquidityEvent + stagingxdai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_DestinationTransfer_orderBy - orderDirection: xdai_OrderDirection - where: xdai_DestinationTransfer_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: xdai_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 - ): [xdai_DestinationTransfer!]! - xdai_originMessage( + ): [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: xdai_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 - ): xdai_OriginMessage - xdai_originMessages( + ): stagingxdai_Setting + stagingxdai_settings( skip: Int = 0 first: Int = 100 - orderBy: xdai_OriginMessage_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OriginMessage_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: xdai_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 - ): [xdai_OriginMessage!]! - xdai_aggregateRoot( + ): [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: xdai_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 - ): xdai_AggregateRoot - xdai_aggregateRoots( + ): stagingxdai_Relayer + stagingxdai_relayers( skip: Int = 0 first: Int = 100 - orderBy: xdai_AggregateRoot_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AggregateRoot_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: xdai_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 - ): [xdai_AggregateRoot!]! - xdai_connectorMeta( + ): [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: xdai_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 - ): xdai_ConnectorMeta - xdai_connectorMetas( + ): stagingxdai_Sequencer + stagingxdai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: xdai_ConnectorMeta_orderBy - orderDirection: xdai_OrderDirection - where: xdai_ConnectorMeta_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: xdai_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 - ): [xdai_ConnectorMeta!]! - xdai_rootCount( + ): [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: xdai_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 - ): xdai_RootCount - xdai_rootCounts( + ): stagingxdai_RelayerFee + stagingxdai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootCount_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RootCount_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: xdai_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 - ): [xdai_RootCount!]! - xdai_rootMessageSent( + ): [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: xdai_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 - ): xdai_RootMessageSent - xdai_rootMessageSents( + ): stagingxdai_OriginTransfer + stagingxdai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_RootMessageSent_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RootMessageSent_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: xdai_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 - ): [xdai_RootMessageSent!]! - xdai_relayerFeesIncrease( + ): [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: xdai_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 - ): xdai_RelayerFeesIncrease - xdai_relayerFeesIncreases( + ): stagingxdai_DestinationTransfer + stagingxdai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: xdai_RelayerFeesIncrease_orderBy - orderDirection: xdai_OrderDirection - where: xdai_RelayerFeesIncrease_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: xdai_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 - ): [xdai_RelayerFeesIncrease!]! - xdai_slippageUpdate( + ): [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: xdai_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 - ): xdai_SlippageUpdate - xdai_slippageUpdates( + ): stagingxdai_OriginMessage + stagingxdai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: xdai_SlippageUpdate_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SlippageUpdate_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: xdai_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 - ): [xdai_SlippageUpdate!]! - xdai_snapshotRoot( + ): [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: xdai_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 - ): xdai_SnapshotRoot - xdai_snapshotRoots( + ): stagingxdai_AggregateRoot + stagingxdai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: xdai_SnapshotRoot_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SnapshotRoot_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: xdai_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 - ): [xdai_SnapshotRoot!]! - xdai_spokeConnectorMode( + ): [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: xdai_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 - ): xdai_SpokeConnectorMode - xdai_spokeConnectorModes( + ): stagingxdai_ConnectorMeta + stagingxdai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: xdai_SpokeConnectorMode_orderBy - orderDirection: xdai_OrderDirection - where: xdai_SpokeConnectorMode_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: xdai_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 - ): [xdai_SpokeConnectorMode!]! - xdai_aggregateRootProposed( + ): [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: xdai_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 - ): xdai_AggregateRootProposed - xdai_aggregateRootProposeds( + ): stagingxdai_RootCount + stagingxdai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: xdai_AggregateRootProposed_orderBy - orderDirection: xdai_OrderDirection - where: xdai_AggregateRootProposed_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: xdai_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 - ): [xdai_AggregateRootProposed!]! - xdai_optimisticRootFinalized( + ): [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: xdai_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 - ): xdai_OptimisticRootFinalized - xdai_optimisticRootFinalizeds( + ): stagingxdai_RootMessageSent + stagingxdai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: xdai_OptimisticRootFinalized_orderBy - orderDirection: xdai_OrderDirection - where: xdai_OptimisticRootFinalized_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: xdai_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 - ): [xdai_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - xdai__meta(block: xdai_Block_height): xdai__Meta_ - mode_asset( + ): [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: mode_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 - ): mode_Asset - mode_assets( + ): stagingxdai_RelayerFeesIncrease + stagingxdai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: mode_Asset_orderBy - orderDirection: mode_OrderDirection - where: mode_Asset_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: mode_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 - ): [mode_Asset!]! - mode_assetStatus( + ): [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: mode_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 - ): mode_AssetStatus - mode_assetStatuses( + ): stagingxdai_SlippageUpdate + stagingxdai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: mode_AssetStatus_orderBy - orderDirection: mode_OrderDirection - where: mode_AssetStatus_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: mode_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 - ): [mode_AssetStatus!]! - mode_assetBalance( + ): [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: mode_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 - ): mode_AssetBalance - mode_assetBalances( + ): stagingxdai_SnapshotRoot + stagingxdai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_AssetBalance_orderBy - orderDirection: mode_OrderDirection - where: mode_AssetBalance_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: mode_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 - ): [mode_AssetBalance!]! - mode_router( + ): [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: mode_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 - ): mode_Router - mode_routers( + ): stagingxdai_SpokeConnectorMode + stagingxdai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: mode_Router_orderBy - orderDirection: mode_OrderDirection - where: mode_Router_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: mode_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 - ): [mode_Router!]! - mode_routerDailyTVL( + ): [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: mode_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 - ): mode_RouterDailyTVL - mode_routerDailyTVLs( + ): stagingxdai_AggregateRootProposed + stagingxdai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: mode_RouterDailyTVL_orderBy - orderDirection: mode_OrderDirection - where: mode_RouterDailyTVL_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: mode_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 - ): [mode_RouterDailyTVL!]! - mode_routerLiquidityEvent( + ): [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: mode_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 - ): mode_RouterLiquidityEvent - mode_routerLiquidityEvents( + ): stagingxdai_OptimisticRootFinalized + stagingxdai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: mode_RouterLiquidityEvent_orderBy - orderDirection: mode_OrderDirection - where: mode_RouterLiquidityEvent_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: mode_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 - ): [mode_RouterLiquidityEvent!]! - mode_setting( + ): [stagingxdai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingxdai__meta(block: stagingxdai_Block_height): stagingxdai__Meta_ + xdai_asset( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Setting - mode_settings( + ): xdai_Asset + xdai_assets( skip: Int = 0 first: Int = 100 - orderBy: mode_Setting_orderBy - orderDirection: mode_OrderDirection - where: mode_Setting_filter + orderBy: xdai_Asset_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Asset_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Setting!]! - mode_relayer( + ): [xdai_Asset!]! + xdai_assetStatus( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Relayer - mode_relayers( + ): xdai_AssetStatus + xdai_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: mode_Relayer_orderBy - orderDirection: mode_OrderDirection - where: mode_Relayer_filter + orderBy: xdai_AssetStatus_orderBy + orderDirection: xdai_OrderDirection + where: xdai_AssetStatus_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Relayer!]! - mode_sequencer( + ): [xdai_AssetStatus!]! + xdai_assetBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_Sequencer - mode_sequencers( + ): xdai_AssetBalance + xdai_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: mode_Sequencer_orderBy - orderDirection: mode_OrderDirection - where: mode_Sequencer_filter + orderBy: xdai_AssetBalance_orderBy + orderDirection: xdai_OrderDirection + where: xdai_AssetBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_Sequencer!]! - mode_relayerFee( + ): [xdai_AssetBalance!]! + xdai_router( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RelayerFee - mode_relayerFees( + ): xdai_Router + xdai_routers( skip: Int = 0 first: Int = 100 - orderBy: mode_RelayerFee_orderBy - orderDirection: mode_OrderDirection - where: mode_RelayerFee_filter + orderBy: xdai_Router_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Router_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RelayerFee!]! - mode_originTransfer( + ): [xdai_Router!]! + xdai_routerDailyTVL( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_OriginTransfer - mode_originTransfers( + ): xdai_RouterDailyTVL + xdai_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: mode_OriginTransfer_orderBy - orderDirection: mode_OrderDirection - where: mode_OriginTransfer_filter + orderBy: xdai_RouterDailyTVL_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RouterDailyTVL_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_OriginTransfer!]! - mode_destinationTransfer( + ): [xdai_RouterDailyTVL!]! + xdai_routerLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_DestinationTransfer - mode_destinationTransfers( + ): xdai_RouterLiquidityEvent + xdai_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: mode_DestinationTransfer_orderBy - orderDirection: mode_OrderDirection - where: mode_DestinationTransfer_filter + orderBy: xdai_RouterLiquidityEvent_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RouterLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_DestinationTransfer!]! - mode_originMessage( + ): [xdai_RouterLiquidityEvent!]! + xdai_setting( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_OriginMessage - mode_originMessages( + ): xdai_Setting + xdai_settings( skip: Int = 0 first: Int = 100 - orderBy: mode_OriginMessage_orderBy - orderDirection: mode_OrderDirection - where: mode_OriginMessage_filter + orderBy: xdai_Setting_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Setting_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_OriginMessage!]! - mode_aggregateRoot( + ): [xdai_Setting!]! + xdai_relayer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AggregateRoot - mode_aggregateRoots( + ): xdai_Relayer + xdai_relayers( skip: Int = 0 first: Int = 100 - orderBy: mode_AggregateRoot_orderBy - orderDirection: mode_OrderDirection - where: mode_AggregateRoot_filter + orderBy: xdai_Relayer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Relayer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AggregateRoot!]! - mode_connectorMeta( + ): [xdai_Relayer!]! + xdai_sequencer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_ConnectorMeta - mode_connectorMetas( + ): xdai_Sequencer + xdai_sequencers( skip: Int = 0 first: Int = 100 - orderBy: mode_ConnectorMeta_orderBy - orderDirection: mode_OrderDirection - where: mode_ConnectorMeta_filter + orderBy: xdai_Sequencer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_Sequencer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_ConnectorMeta!]! - mode_rootCount( + ): [xdai_Sequencer!]! + xdai_relayerFee( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RootCount - mode_rootCounts( + ): xdai_RelayerFee + xdai_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: mode_RootCount_orderBy - orderDirection: mode_OrderDirection - where: mode_RootCount_filter + orderBy: xdai_RelayerFee_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RelayerFee_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RootCount!]! - mode_rootMessageSent( + ): [xdai_RelayerFee!]! + xdai_originTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RootMessageSent - mode_rootMessageSents( + ): xdai_OriginTransfer + xdai_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: mode_RootMessageSent_orderBy - orderDirection: mode_OrderDirection - where: mode_RootMessageSent_filter + orderBy: xdai_OriginTransfer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_OriginTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RootMessageSent!]! - mode_relayerFeesIncrease( + ): [xdai_OriginTransfer!]! + xdai_destinationTransfer( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_RelayerFeesIncrease - mode_relayerFeesIncreases( + ): xdai_DestinationTransfer + xdai_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: mode_RelayerFeesIncrease_orderBy - orderDirection: mode_OrderDirection - where: mode_RelayerFeesIncrease_filter + orderBy: xdai_DestinationTransfer_orderBy + orderDirection: xdai_OrderDirection + where: xdai_DestinationTransfer_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_RelayerFeesIncrease!]! - mode_slippageUpdate( + ): [xdai_DestinationTransfer!]! + xdai_originMessage( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_SlippageUpdate - mode_slippageUpdates( + ): xdai_OriginMessage + xdai_originMessages( skip: Int = 0 first: Int = 100 - orderBy: mode_SlippageUpdate_orderBy - orderDirection: mode_OrderDirection - where: mode_SlippageUpdate_filter + orderBy: xdai_OriginMessage_orderBy + orderDirection: xdai_OrderDirection + where: xdai_OriginMessage_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_SlippageUpdate!]! - mode_snapshotRoot( + ): [xdai_OriginMessage!]! + xdai_aggregateRoot( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_SnapshotRoot - mode_snapshotRoots( + ): xdai_AggregateRoot + xdai_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: mode_SnapshotRoot_orderBy - orderDirection: mode_OrderDirection - where: mode_SnapshotRoot_filter + orderBy: xdai_AggregateRoot_orderBy + orderDirection: xdai_OrderDirection + where: xdai_AggregateRoot_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_SnapshotRoot!]! - mode_spokeConnectorMode( + ): [xdai_AggregateRoot!]! + xdai_connectorMeta( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_SpokeConnectorMode - mode_spokeConnectorModes( + ): xdai_ConnectorMeta + xdai_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: mode_SpokeConnectorMode_orderBy - orderDirection: mode_OrderDirection - where: mode_SpokeConnectorMode_filter + orderBy: xdai_ConnectorMeta_orderBy + orderDirection: xdai_OrderDirection + where: xdai_ConnectorMeta_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_SpokeConnectorMode!]! - mode_aggregateRootProposed( + ): [xdai_ConnectorMeta!]! + xdai_rootCount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_AggregateRootProposed - mode_aggregateRootProposeds( + ): xdai_RootCount + xdai_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: mode_AggregateRootProposed_orderBy - orderDirection: mode_OrderDirection - where: mode_AggregateRootProposed_filter + orderBy: xdai_RootCount_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RootCount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_AggregateRootProposed!]! - mode_optimisticRootFinalized( + ): [xdai_RootCount!]! + xdai_rootMessageSent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): mode_OptimisticRootFinalized - mode_optimisticRootFinalizeds( + ): xdai_RootMessageSent + xdai_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: mode_OptimisticRootFinalized_orderBy - orderDirection: mode_OrderDirection - where: mode_OptimisticRootFinalized_filter + orderBy: xdai_RootMessageSent_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RootMessageSent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: mode_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [mode_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - mode__meta(block: mode_Block_height): mode__Meta_ - stagingmantle_asset( + ): [xdai_RootMessageSent!]! + xdai_relayerFeesIncrease( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_Asset - stagingmantle_assets( + ): xdai_RelayerFeesIncrease + xdai_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Asset_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Asset_filter + orderBy: xdai_RelayerFeesIncrease_orderBy + orderDirection: xdai_OrderDirection + where: xdai_RelayerFeesIncrease_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_Asset!]! - stagingmantle_assetStatus( + ): [xdai_RelayerFeesIncrease!]! + xdai_slippageUpdate( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): stagingmantle_AssetStatus - stagingmantle_assetStatuses( + ): xdai_SlippageUpdate + xdai_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AssetStatus_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AssetStatus_filter + orderBy: xdai_SlippageUpdate_orderBy + orderDirection: xdai_OrderDirection + where: xdai_SlippageUpdate_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: stagingmantle_Block_height + block: xdai_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [stagingmantle_AssetStatus!]! - stagingmantle_assetBalance( + ): [xdai_SlippageUpdate!]! + xdai_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: xdai_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( + ): xdai_SnapshotRoot + xdai_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AssetBalance_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AssetBalance_filter + orderBy: xdai_SnapshotRoot_orderBy + orderDirection: xdai_OrderDirection + where: xdai_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: xdai_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( + ): [xdai_SnapshotRoot!]! + xdai_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: xdai_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( + ): xdai_SpokeConnectorMode + xdai_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Router_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Router_filter + orderBy: xdai_SpokeConnectorMode_orderBy + orderDirection: xdai_OrderDirection + where: xdai_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: xdai_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( + ): [xdai_SpokeConnectorMode!]! + xdai_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: xdai_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( + ): xdai_AggregateRootProposed + xdai_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RouterDailyTVL_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RouterDailyTVL_filter + orderBy: xdai_AggregateRootProposed_orderBy + orderDirection: xdai_OrderDirection + where: xdai_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: xdai_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( + ): [xdai_AggregateRootProposed!]! + xdai_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: xdai_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( + ): xdai_OptimisticRootFinalized + xdai_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RouterLiquidityEvent_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RouterLiquidityEvent_filter + orderBy: xdai_OptimisticRootFinalized_orderBy + orderDirection: xdai_OrderDirection + where: xdai_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: xdai_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( + ): [xdai_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + xdai__meta(block: xdai_Block_height): xdai__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: stagingmantle_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 - ): stagingmantle_Setting - stagingmantle_settings( + ): stagingbnb_Asset + stagingbnb_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Setting_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Setting_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: stagingmantle_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 - ): [stagingmantle_Setting!]! - stagingmantle_relayer( + ): [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: stagingmantle_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 - ): stagingmantle_Relayer - stagingmantle_relayers( + ): stagingbnb_AssetStatus + stagingbnb_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Relayer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Relayer_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: stagingmantle_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 - ): [stagingmantle_Relayer!]! - stagingmantle_sequencer( + ): [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: stagingmantle_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 - ): stagingmantle_Sequencer - stagingmantle_sequencers( + ): stagingbnb_AssetBalance + stagingbnb_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_Sequencer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_Sequencer_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: stagingmantle_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 - ): [stagingmantle_Sequencer!]! - stagingmantle_relayerFee( + ): [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: stagingmantle_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 - ): stagingmantle_RelayerFee - stagingmantle_relayerFees( + ): stagingbnb_Router + stagingbnb_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RelayerFee_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RelayerFee_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: stagingmantle_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 - ): [stagingmantle_RelayerFee!]! - stagingmantle_originTransfer( + ): [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: stagingmantle_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 - ): stagingmantle_OriginTransfer - stagingmantle_originTransfers( + ): stagingbnb_RouterDailyTVL + stagingbnb_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OriginTransfer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OriginTransfer_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: stagingmantle_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 - ): [stagingmantle_OriginTransfer!]! - stagingmantle_destinationTransfer( + ): [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: stagingmantle_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 - ): stagingmantle_DestinationTransfer - stagingmantle_destinationTransfers( + ): stagingbnb_RouterLiquidityEvent + stagingbnb_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_DestinationTransfer_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_DestinationTransfer_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: stagingmantle_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 - ): [stagingmantle_DestinationTransfer!]! - stagingmantle_originMessage( + ): [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: stagingmantle_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 - ): stagingmantle_OriginMessage - stagingmantle_originMessages( + ): stagingbnb_Setting + stagingbnb_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OriginMessage_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OriginMessage_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: stagingmantle_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 - ): [stagingmantle_OriginMessage!]! - stagingmantle_aggregateRoot( + ): [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: stagingmantle_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 - ): stagingmantle_AggregateRoot - stagingmantle_aggregateRoots( + ): stagingbnb_Relayer + stagingbnb_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AggregateRoot_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AggregateRoot_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: stagingmantle_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 - ): [stagingmantle_AggregateRoot!]! - stagingmantle_connectorMeta( + ): [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: stagingmantle_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 - ): stagingmantle_ConnectorMeta - stagingmantle_connectorMetas( + ): stagingbnb_Sequencer + stagingbnb_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_ConnectorMeta_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_ConnectorMeta_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: stagingmantle_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 - ): [stagingmantle_ConnectorMeta!]! - stagingmantle_rootCount( + ): [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: stagingmantle_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 - ): stagingmantle_RootCount - stagingmantle_rootCounts( + ): stagingbnb_RelayerFee + stagingbnb_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RootCount_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RootCount_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: stagingmantle_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 - ): [stagingmantle_RootCount!]! - stagingmantle_rootMessageSent( + ): [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: stagingmantle_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 - ): stagingmantle_RootMessageSent - stagingmantle_rootMessageSents( + ): stagingbnb_OriginTransfer + stagingbnb_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RootMessageSent_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RootMessageSent_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: stagingmantle_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 - ): [stagingmantle_RootMessageSent!]! - stagingmantle_relayerFeesIncrease( + ): [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: stagingmantle_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 - ): stagingmantle_RelayerFeesIncrease - stagingmantle_relayerFeesIncreases( + ): stagingbnb_DestinationTransfer + stagingbnb_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_RelayerFeesIncrease_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_RelayerFeesIncrease_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: stagingmantle_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 - ): [stagingmantle_RelayerFeesIncrease!]! - stagingmantle_slippageUpdate( + ): [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: stagingmantle_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 - ): stagingmantle_SlippageUpdate - stagingmantle_slippageUpdates( + ): stagingbnb_OriginMessage + stagingbnb_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SlippageUpdate_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SlippageUpdate_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: stagingmantle_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 - ): [stagingmantle_SlippageUpdate!]! - stagingmantle_snapshotRoot( + ): [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: stagingmantle_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 - ): stagingmantle_SnapshotRoot - stagingmantle_snapshotRoots( + ): stagingbnb_AggregateRoot + stagingbnb_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SnapshotRoot_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SnapshotRoot_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: stagingmantle_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 - ): [stagingmantle_SnapshotRoot!]! - stagingmantle_spokeConnectorMode( + ): [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: stagingmantle_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 - ): stagingmantle_SpokeConnectorMode - stagingmantle_spokeConnectorModes( + ): stagingbnb_ConnectorMeta + stagingbnb_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_SpokeConnectorMode_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_SpokeConnectorMode_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: stagingmantle_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 - ): [stagingmantle_SpokeConnectorMode!]! - stagingmantle_aggregateRootProposed( + ): [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: stagingmantle_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 - ): stagingmantle_AggregateRootProposed - stagingmantle_aggregateRootProposeds( + ): stagingbnb_RootCount + stagingbnb_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_AggregateRootProposed_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_AggregateRootProposed_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: stagingmantle_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 - ): [stagingmantle_AggregateRootProposed!]! - stagingmantle_optimisticRootFinalized( + ): [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: stagingmantle_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 - ): stagingmantle_OptimisticRootFinalized - stagingmantle_optimisticRootFinalizeds( + ): stagingbnb_RootMessageSent + stagingbnb_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmantle_OptimisticRootFinalized_orderBy - orderDirection: stagingmantle_OrderDirection - where: stagingmantle_OptimisticRootFinalized_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: stagingmantle_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 - ): [stagingmantle_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingmantle__meta(block: stagingmantle_Block_height): stagingmantle__Meta_ - stagingmetis_asset( + ): [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: 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_Asset - stagingmetis_assets( + ): stagingbnb_RelayerFeesIncrease + stagingbnb_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Asset_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Asset_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: 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_Asset!]! - stagingmetis_assetStatus( + ): [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: 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_AssetStatus - stagingmetis_assetStatuses( + ): stagingbnb_SlippageUpdate + stagingbnb_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AssetStatus_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AssetStatus_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: 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_AssetStatus!]! - stagingmetis_assetBalance( + ): [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: 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_AssetBalance - stagingmetis_assetBalances( + ): stagingbnb_SnapshotRoot + stagingbnb_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AssetBalance_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AssetBalance_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: 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_AssetBalance!]! - stagingmetis_router( + ): [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: 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_Router - stagingmetis_routers( + ): stagingbnb_SpokeConnectorMode + stagingbnb_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Router_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Router_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: 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_Router!]! - stagingmetis_routerDailyTVL( + ): [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: 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_RouterDailyTVL - stagingmetis_routerDailyTVLs( + ): stagingbnb_AggregateRootProposed + stagingbnb_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RouterDailyTVL_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RouterDailyTVL_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: 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_RouterDailyTVL!]! - stagingmetis_routerLiquidityEvent( + ): [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: 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_RouterLiquidityEvent - stagingmetis_routerLiquidityEvents( + ): stagingbnb_OptimisticRootFinalized + stagingbnb_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RouterLiquidityEvent_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RouterLiquidityEvent_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: 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_RouterLiquidityEvent!]! - stagingmetis_setting( + ): [stagingbnb_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingbnb__meta(block: stagingbnb_Block_height): stagingbnb__Meta_ + 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: stagingmetis_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 - ): stagingmetis_Setting - stagingmetis_settings( + ): stagingarbitrumone_Asset + stagingarbitrumone_assets( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Setting_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Setting_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: stagingmetis_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 - ): [stagingmetis_Setting!]! - stagingmetis_relayer( + ): [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: stagingmetis_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 - ): stagingmetis_Relayer - stagingmetis_relayers( + ): stagingarbitrumone_AssetStatus + stagingarbitrumone_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Relayer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Relayer_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: stagingmetis_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 - ): [stagingmetis_Relayer!]! - stagingmetis_sequencer( + ): [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: stagingmetis_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 - ): stagingmetis_Sequencer - stagingmetis_sequencers( + ): stagingarbitrumone_AssetBalance + stagingarbitrumone_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_Sequencer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_Sequencer_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: stagingmetis_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 - ): [stagingmetis_Sequencer!]! - stagingmetis_relayerFee( + ): [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: stagingmetis_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 - ): stagingmetis_RelayerFee - stagingmetis_relayerFees( + ): stagingarbitrumone_Router + stagingarbitrumone_routers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RelayerFee_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RelayerFee_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: stagingmetis_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 - ): [stagingmetis_RelayerFee!]! - stagingmetis_originTransfer( + ): [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: stagingmetis_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 - ): stagingmetis_OriginTransfer - stagingmetis_originTransfers( + ): stagingarbitrumone_RouterDailyTVL + stagingarbitrumone_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OriginTransfer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OriginTransfer_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: stagingmetis_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 - ): [stagingmetis_OriginTransfer!]! - stagingmetis_destinationTransfer( + ): [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: stagingmetis_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 - ): stagingmetis_DestinationTransfer - stagingmetis_destinationTransfers( + ): stagingarbitrumone_RouterLiquidityEvent + stagingarbitrumone_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_DestinationTransfer_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_DestinationTransfer_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: stagingmetis_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 - ): [stagingmetis_DestinationTransfer!]! - stagingmetis_originMessage( + ): [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: stagingmetis_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 - ): stagingmetis_OriginMessage - stagingmetis_originMessages( + ): stagingarbitrumone_Setting + stagingarbitrumone_settings( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OriginMessage_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OriginMessage_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: stagingmetis_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 - ): [stagingmetis_OriginMessage!]! - stagingmetis_aggregateRoot( + ): [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: stagingmetis_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 - ): stagingmetis_AggregateRoot - stagingmetis_aggregateRoots( + ): stagingarbitrumone_Relayer + stagingarbitrumone_relayers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AggregateRoot_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AggregateRoot_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: stagingmetis_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 - ): [stagingmetis_AggregateRoot!]! - stagingmetis_connectorMeta( + ): [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: stagingmetis_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 - ): stagingmetis_ConnectorMeta - stagingmetis_connectorMetas( + ): stagingarbitrumone_Sequencer + stagingarbitrumone_sequencers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_ConnectorMeta_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_ConnectorMeta_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: stagingmetis_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 - ): [stagingmetis_ConnectorMeta!]! - stagingmetis_rootCount( + ): [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: stagingmetis_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 - ): stagingmetis_RootCount - stagingmetis_rootCounts( + ): stagingarbitrumone_RelayerFee + stagingarbitrumone_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RootCount_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RootCount_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: stagingmetis_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 - ): [stagingmetis_RootCount!]! - stagingmetis_rootMessageSent( + ): [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: stagingmetis_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 - ): stagingmetis_RootMessageSent - stagingmetis_rootMessageSents( + ): stagingarbitrumone_OriginTransfer + stagingarbitrumone_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RootMessageSent_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RootMessageSent_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: stagingmetis_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 - ): [stagingmetis_RootMessageSent!]! - stagingmetis_relayerFeesIncrease( + ): [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: stagingmetis_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 - ): stagingmetis_RelayerFeesIncrease - stagingmetis_relayerFeesIncreases( + ): stagingarbitrumone_DestinationTransfer + stagingarbitrumone_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_RelayerFeesIncrease_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_RelayerFeesIncrease_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: stagingmetis_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 - ): [stagingmetis_RelayerFeesIncrease!]! - stagingmetis_slippageUpdate( + ): [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: stagingmetis_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 - ): stagingmetis_SlippageUpdate - stagingmetis_slippageUpdates( + ): stagingarbitrumone_OriginMessage + stagingarbitrumone_originMessages( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SlippageUpdate_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SlippageUpdate_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: stagingmetis_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 - ): [stagingmetis_SlippageUpdate!]! - stagingmetis_snapshotRoot( + ): [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: stagingmetis_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 - ): stagingmetis_SnapshotRoot - stagingmetis_snapshotRoots( + ): stagingarbitrumone_AggregateRoot + stagingarbitrumone_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SnapshotRoot_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SnapshotRoot_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: stagingmetis_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 - ): [stagingmetis_SnapshotRoot!]! - stagingmetis_spokeConnectorMode( + ): [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: stagingmetis_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 - ): stagingmetis_SpokeConnectorMode - stagingmetis_spokeConnectorModes( + ): stagingarbitrumone_ConnectorMeta + stagingarbitrumone_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_SpokeConnectorMode_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_SpokeConnectorMode_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: stagingmetis_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 - ): [stagingmetis_SpokeConnectorMode!]! - stagingmetis_aggregateRootProposed( + ): [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: stagingmetis_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 - ): stagingmetis_AggregateRootProposed - stagingmetis_aggregateRootProposeds( + ): stagingarbitrumone_RootCount + stagingarbitrumone_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_AggregateRootProposed_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_AggregateRootProposed_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: stagingmetis_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 - ): [stagingmetis_AggregateRootProposed!]! - stagingmetis_optimisticRootFinalized( + ): [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: stagingmetis_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 - ): stagingmetis_OptimisticRootFinalized - stagingmetis_optimisticRootFinalizeds( + ): stagingarbitrumone_RootMessageSent + stagingarbitrumone_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: stagingmetis_OptimisticRootFinalized_orderBy - orderDirection: stagingmetis_OrderDirection - where: stagingmetis_OptimisticRootFinalized_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: stagingmetis_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 - ): [stagingmetis_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - stagingmetis__meta(block: stagingmetis_Block_height): stagingmetis__Meta_ - metis_asset( + ): [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: metis_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 - ): metis_Asset - metis_assets( + ): stagingarbitrumone_RelayerFeesIncrease + stagingarbitrumone_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: metis_Asset_orderBy - orderDirection: metis_OrderDirection - where: metis_Asset_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: metis_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 - ): [metis_Asset!]! - metis_assetStatus( + ): [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: metis_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 - ): metis_AssetStatus - metis_assetStatuses( + ): stagingarbitrumone_SlippageUpdate + stagingarbitrumone_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: metis_AssetStatus_orderBy - orderDirection: metis_OrderDirection - where: metis_AssetStatus_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: metis_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 - ): [metis_AssetStatus!]! - metis_assetBalance( + ): [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: metis_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 - ): metis_AssetBalance - metis_assetBalances( + ): stagingarbitrumone_SnapshotRoot + stagingarbitrumone_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_AssetBalance_orderBy - orderDirection: metis_OrderDirection - where: metis_AssetBalance_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: metis_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 - ): [metis_AssetBalance!]! - metis_router( + ): [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: metis_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 - ): metis_Router - metis_routers( + ): stagingarbitrumone_SpokeConnectorMode + stagingarbitrumone_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: metis_Router_orderBy - orderDirection: metis_OrderDirection - where: metis_Router_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: metis_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 - ): [metis_Router!]! - metis_routerDailyTVL( + ): [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: metis_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 - ): metis_RouterDailyTVL - metis_routerDailyTVLs( + ): stagingarbitrumone_AggregateRootProposed + stagingarbitrumone_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: metis_RouterDailyTVL_orderBy - orderDirection: metis_OrderDirection - where: metis_RouterDailyTVL_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: metis_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 - ): [metis_RouterDailyTVL!]! - metis_routerLiquidityEvent( + ): [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: metis_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 - ): metis_RouterLiquidityEvent - metis_routerLiquidityEvents( + ): stagingarbitrumone_OptimisticRootFinalized + stagingarbitrumone_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: metis_RouterLiquidityEvent_orderBy - orderDirection: metis_OrderDirection - where: metis_RouterLiquidityEvent_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: metis_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 - ): [metis_RouterLiquidityEvent!]! - metis_setting( + ): [stagingarbitrumone_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingarbitrumone__meta(block: stagingarbitrumone_Block_height): stagingarbitrumone__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: metis_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 - ): metis_Setting - metis_settings( + ): stagingpolygonzkevm_Asset + stagingpolygonzkevm_assets( skip: Int = 0 first: Int = 100 - orderBy: metis_Setting_orderBy - orderDirection: metis_OrderDirection - where: metis_Setting_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: metis_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 - ): [metis_Setting!]! - metis_relayer( + ): [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: metis_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 - ): metis_Relayer - metis_relayers( + ): stagingpolygonzkevm_AssetStatus + stagingpolygonzkevm_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: metis_Relayer_orderBy - orderDirection: metis_OrderDirection - where: metis_Relayer_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: metis_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 - ): [metis_Relayer!]! - metis_sequencer( + ): [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: metis_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 - ): metis_Sequencer - metis_sequencers( + ): stagingpolygonzkevm_AssetBalance + stagingpolygonzkevm_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: metis_Sequencer_orderBy - orderDirection: metis_OrderDirection - where: metis_Sequencer_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: metis_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 - ): [metis_Sequencer!]! - metis_relayerFee( + ): [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: metis_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 - ): metis_RelayerFee - metis_relayerFees( + ): stagingpolygonzkevm_Router + stagingpolygonzkevm_routers( skip: Int = 0 first: Int = 100 - orderBy: metis_RelayerFee_orderBy - orderDirection: metis_OrderDirection - where: metis_RelayerFee_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: metis_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 - ): [metis_RelayerFee!]! - metis_originTransfer( + ): [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: metis_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 - ): metis_OriginTransfer - metis_originTransfers( + ): stagingpolygonzkevm_RouterDailyTVL + stagingpolygonzkevm_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: metis_OriginTransfer_orderBy - orderDirection: metis_OrderDirection - where: metis_OriginTransfer_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: metis_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 - ): [metis_OriginTransfer!]! - metis_destinationTransfer( + ): [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: metis_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 - ): metis_DestinationTransfer - metis_destinationTransfers( + ): stagingpolygonzkevm_RouterLiquidityEvent + stagingpolygonzkevm_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: metis_DestinationTransfer_orderBy - orderDirection: metis_OrderDirection - where: metis_DestinationTransfer_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: metis_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 - ): [metis_DestinationTransfer!]! - metis_originMessage( + ): [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: metis_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 - ): metis_OriginMessage - metis_originMessages( + ): stagingpolygonzkevm_Setting + stagingpolygonzkevm_settings( skip: Int = 0 first: Int = 100 - orderBy: metis_OriginMessage_orderBy - orderDirection: metis_OrderDirection - where: metis_OriginMessage_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: metis_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 - ): [metis_OriginMessage!]! - metis_aggregateRoot( + ): [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: metis_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 - ): metis_AggregateRoot - metis_aggregateRoots( + ): stagingpolygonzkevm_Relayer + stagingpolygonzkevm_relayers( skip: Int = 0 first: Int = 100 - orderBy: metis_AggregateRoot_orderBy - orderDirection: metis_OrderDirection - where: metis_AggregateRoot_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: metis_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 - ): [metis_AggregateRoot!]! - metis_connectorMeta( + ): [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: metis_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 - ): metis_ConnectorMeta - metis_connectorMetas( + ): stagingpolygonzkevm_Sequencer + stagingpolygonzkevm_sequencers( skip: Int = 0 first: Int = 100 - orderBy: metis_ConnectorMeta_orderBy - orderDirection: metis_OrderDirection - where: metis_ConnectorMeta_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: metis_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 - ): [metis_ConnectorMeta!]! - metis_rootCount( + ): [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: metis_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 - ): metis_RootCount - metis_rootCounts( + ): stagingpolygonzkevm_RelayerFee + stagingpolygonzkevm_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: metis_RootCount_orderBy - orderDirection: metis_OrderDirection - where: metis_RootCount_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: metis_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 - ): [metis_RootCount!]! - metis_rootMessageSent( + ): [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: metis_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 - ): metis_RootMessageSent - metis_rootMessageSents( + ): stagingpolygonzkevm_OriginTransfer + stagingpolygonzkevm_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_RootMessageSent_orderBy - orderDirection: metis_OrderDirection - where: metis_RootMessageSent_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: metis_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 - ): [metis_RootMessageSent!]! - metis_relayerFeesIncrease( + ): [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: metis_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 - ): metis_RelayerFeesIncrease - metis_relayerFeesIncreases( + ): stagingpolygonzkevm_DestinationTransfer + stagingpolygonzkevm_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: metis_RelayerFeesIncrease_orderBy - orderDirection: metis_OrderDirection - where: metis_RelayerFeesIncrease_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: metis_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 - ): [metis_RelayerFeesIncrease!]! - metis_slippageUpdate( + ): [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: metis_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 - ): metis_SlippageUpdate - metis_slippageUpdates( + ): stagingpolygonzkevm_OriginMessage + stagingpolygonzkevm_originMessages( skip: Int = 0 first: Int = 100 - orderBy: metis_SlippageUpdate_orderBy - orderDirection: metis_OrderDirection - where: metis_SlippageUpdate_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: metis_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 - ): [metis_SlippageUpdate!]! - metis_snapshotRoot( + ): [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: metis_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 - ): metis_SnapshotRoot - metis_snapshotRoots( + ): stagingpolygonzkevm_AggregateRoot + stagingpolygonzkevm_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: metis_SnapshotRoot_orderBy - orderDirection: metis_OrderDirection - where: metis_SnapshotRoot_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: metis_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 - ): [metis_SnapshotRoot!]! - metis_spokeConnectorMode( + ): [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: metis_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 - ): metis_SpokeConnectorMode - metis_spokeConnectorModes( + ): stagingpolygonzkevm_ConnectorMeta + stagingpolygonzkevm_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: metis_SpokeConnectorMode_orderBy - orderDirection: metis_OrderDirection - where: metis_SpokeConnectorMode_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: metis_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 - ): [metis_SpokeConnectorMode!]! - metis_aggregateRootProposed( + ): [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: metis_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 - ): metis_AggregateRootProposed - metis_aggregateRootProposeds( + ): stagingpolygonzkevm_RootCount + stagingpolygonzkevm_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: metis_AggregateRootProposed_orderBy - orderDirection: metis_OrderDirection - where: metis_AggregateRootProposed_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: metis_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 - ): [metis_AggregateRootProposed!]! - metis_optimisticRootFinalized( + ): [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: metis_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 - ): metis_OptimisticRootFinalized - metis_optimisticRootFinalizeds( + ): stagingpolygonzkevm_RootMessageSent + stagingpolygonzkevm_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: metis_OptimisticRootFinalized_orderBy - orderDirection: metis_OrderDirection - where: metis_OptimisticRootFinalized_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: metis_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 - ): [metis_OptimisticRootFinalized!]! - """Access to subgraph metadata""" - metis__meta(block: metis_Block_height): metis__Meta_ - bnb_asset( + ): [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: bnb_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 - ): bnb_Asset - bnb_assets( + ): stagingpolygonzkevm_RelayerFeesIncrease + stagingpolygonzkevm_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: bnb_Asset_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Asset_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: bnb_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 - ): [bnb_Asset!]! - bnb_assetStatus( + ): [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: bnb_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 - ): bnb_AssetStatus - bnb_assetStatuses( + ): stagingpolygonzkevm_SlippageUpdate + stagingpolygonzkevm_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetStatus_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetStatus_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: bnb_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 - ): [bnb_AssetStatus!]! - bnb_assetBalance( + ): [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: bnb_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 - ): bnb_AssetBalance - bnb_assetBalances( + ): stagingpolygonzkevm_SnapshotRoot + stagingpolygonzkevm_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_AssetBalance_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AssetBalance_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: bnb_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 - ): [bnb_AssetBalance!]! - bnb_router( + ): [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: bnb_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 - ): bnb_Router - bnb_routers( + ): stagingpolygonzkevm_SpokeConnectorMode + stagingpolygonzkevm_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: bnb_Router_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Router_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: bnb_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 - ): [bnb_Router!]! - bnb_routerDailyTVL( + ): [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: bnb_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 - ): bnb_RouterDailyTVL - bnb_routerDailyTVLs( + ): stagingpolygonzkevm_AggregateRootProposed + stagingpolygonzkevm_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterDailyTVL_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterDailyTVL_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: bnb_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 - ): [bnb_RouterDailyTVL!]! - bnb_routerLiquidityEvent( + ): [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: bnb_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 - ): bnb_RouterLiquidityEvent - bnb_routerLiquidityEvents( + ): stagingpolygonzkevm_OptimisticRootFinalized + stagingpolygonzkevm_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: bnb_RouterLiquidityEvent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RouterLiquidityEvent_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: bnb_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 - ): [bnb_RouterLiquidityEvent!]! - bnb_setting( + ): [stagingpolygonzkevm_OptimisticRootFinalized!]! + """Access to subgraph metadata""" + stagingpolygonzkevm__meta(block: stagingpolygonzkevm_Block_height): stagingpolygonzkevm__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: bnb_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 - ): bnb_Setting - bnb_settings( + ): stagingxlayer_Asset + stagingxlayer_assets( skip: Int = 0 first: Int = 100 - orderBy: bnb_Setting_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Setting_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: bnb_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 - ): [bnb_Setting!]! - bnb_relayer( + ): [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: bnb_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 - ): bnb_Relayer - bnb_relayers( + ): stagingxlayer_AssetStatus + stagingxlayer_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: bnb_Relayer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Relayer_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: bnb_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 - ): [bnb_Relayer!]! - bnb_sequencer( + ): [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: bnb_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 - ): bnb_Sequencer - bnb_sequencers( + ): stagingxlayer_AssetBalance + stagingxlayer_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: bnb_Sequencer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_Sequencer_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: bnb_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 - ): [bnb_Sequencer!]! - bnb_relayerFee( + ): [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: bnb_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 - ): bnb_RelayerFee - bnb_relayerFees( + ): stagingxlayer_Router + stagingxlayer_routers( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFee_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFee_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: bnb_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 - ): [bnb_RelayerFee!]! - bnb_originTransfer( + ): [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: bnb_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 - ): bnb_OriginTransfer - bnb_originTransfers( + ): stagingxlayer_RouterDailyTVL + stagingxlayer_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginTransfer_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: bnb_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 - ): [bnb_OriginTransfer!]! - bnb_destinationTransfer( + ): [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: bnb_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 - ): bnb_DestinationTransfer - bnb_destinationTransfers( + ): stagingxlayer_RouterLiquidityEvent + stagingxlayer_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: bnb_DestinationTransfer_orderBy - orderDirection: bnb_OrderDirection - where: bnb_DestinationTransfer_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: bnb_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 - ): [bnb_DestinationTransfer!]! - bnb_originMessage( + ): [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: bnb_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 - ): bnb_OriginMessage - bnb_originMessages( + ): stagingxlayer_Setting + stagingxlayer_settings( skip: Int = 0 first: Int = 100 - orderBy: bnb_OriginMessage_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OriginMessage_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: bnb_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 - ): [bnb_OriginMessage!]! - bnb_aggregateRoot( + ): [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: bnb_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 - ): bnb_AggregateRoot - bnb_aggregateRoots( + ): stagingxlayer_Relayer + stagingxlayer_relayers( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRoot_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: bnb_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 - ): [bnb_AggregateRoot!]! - bnb_connectorMeta( + ): [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: bnb_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 - ): bnb_ConnectorMeta - bnb_connectorMetas( + ): stagingxlayer_Sequencer + stagingxlayer_sequencers( skip: Int = 0 first: Int = 100 - orderBy: bnb_ConnectorMeta_orderBy - orderDirection: bnb_OrderDirection - where: bnb_ConnectorMeta_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: bnb_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 - ): [bnb_ConnectorMeta!]! - bnb_rootCount( + ): [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: bnb_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 - ): bnb_RootCount - bnb_rootCounts( + ): stagingxlayer_RelayerFee + stagingxlayer_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootCount_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootCount_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: bnb_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 - ): [bnb_RootCount!]! - bnb_rootMessageSent( + ): [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: bnb_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 - ): bnb_RootMessageSent - bnb_rootMessageSents( + ): stagingxlayer_OriginTransfer + stagingxlayer_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_RootMessageSent_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RootMessageSent_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: bnb_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 - ): [bnb_RootMessageSent!]! - bnb_relayerFeesIncrease( + ): [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: bnb_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 - ): bnb_RelayerFeesIncrease - bnb_relayerFeesIncreases( + ): stagingxlayer_DestinationTransfer + stagingxlayer_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: bnb_RelayerFeesIncrease_orderBy - orderDirection: bnb_OrderDirection - where: bnb_RelayerFeesIncrease_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: bnb_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 - ): [bnb_RelayerFeesIncrease!]! - bnb_slippageUpdate( + ): [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: bnb_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 - ): bnb_SlippageUpdate - bnb_slippageUpdates( + ): stagingxlayer_OriginMessage + stagingxlayer_originMessages( skip: Int = 0 first: Int = 100 - orderBy: bnb_SlippageUpdate_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SlippageUpdate_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: bnb_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 - ): [bnb_SlippageUpdate!]! - bnb_snapshotRoot( + ): [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: bnb_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 - ): bnb_SnapshotRoot - bnb_snapshotRoots( + ): stagingxlayer_AggregateRoot + stagingxlayer_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: bnb_SnapshotRoot_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SnapshotRoot_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: bnb_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 - ): [bnb_SnapshotRoot!]! - bnb_spokeConnectorMode( + ): [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: bnb_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 - ): bnb_SpokeConnectorMode - bnb_spokeConnectorModes( + ): stagingxlayer_ConnectorMeta + stagingxlayer_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: bnb_SpokeConnectorMode_orderBy - orderDirection: bnb_OrderDirection - where: bnb_SpokeConnectorMode_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: bnb_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 - ): [bnb_SpokeConnectorMode!]! - bnb_aggregateRootProposed( + ): [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: bnb_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 - ): bnb_AggregateRootProposed - bnb_aggregateRootProposeds( + ): stagingxlayer_RootCount + stagingxlayer_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: bnb_AggregateRootProposed_orderBy - orderDirection: bnb_OrderDirection - where: bnb_AggregateRootProposed_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: bnb_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 - ): [bnb_AggregateRootProposed!]! - bnb_optimisticRootFinalized( + ): [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: bnb_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 - ): bnb_OptimisticRootFinalized - bnb_optimisticRootFinalizeds( + ): stagingxlayer_RootMessageSent + stagingxlayer_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: bnb_OptimisticRootFinalized_orderBy - orderDirection: bnb_OrderDirection - where: bnb_OptimisticRootFinalized_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: bnb_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 - ): [bnb_OptimisticRootFinalized!]! + ): [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""" - bnb__meta(block: bnb_Block_height): bnb__Meta_ - xlayer_asset( + stagingxlayer__meta(block: stagingxlayer_Block_height): stagingxlayer__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: xlayer_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 - ): xlayer_Asset - xlayer_assets( + ): staginglinea_Asset + staginglinea_assets( skip: Int = 0 first: Int = 100 - orderBy: xlayer_Asset_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_Asset!]! - xlayer_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: xlayer_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 - ): xlayer_AssetStatus - xlayer_assetStatuses( + ): staginglinea_AssetStatus + staginglinea_assetStatuses( skip: Int = 0 first: Int = 100 - orderBy: xlayer_AssetStatus_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_AssetStatus!]! - xlayer_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: xlayer_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 - ): xlayer_AssetBalance - xlayer_assetBalances( + ): staginglinea_AssetBalance + staginglinea_assetBalances( skip: Int = 0 first: Int = 100 - orderBy: xlayer_AssetBalance_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_AssetBalance!]! - xlayer_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: xlayer_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 - ): xlayer_Router - xlayer_routers( + ): staginglinea_Router + staginglinea_routers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_Router_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_Router!]! - xlayer_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: xlayer_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 - ): xlayer_RouterDailyTVL - xlayer_routerDailyTVLs( + ): staginglinea_RouterDailyTVL + staginglinea_routerDailyTVLs( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RouterDailyTVL_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_RouterDailyTVL!]! - xlayer_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: xlayer_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 - ): xlayer_RouterLiquidityEvent - xlayer_routerLiquidityEvents( + ): staginglinea_RouterLiquidityEvent + staginglinea_routerLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RouterLiquidityEvent_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_RouterLiquidityEvent!]! - xlayer_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: xlayer_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 - ): xlayer_Setting - xlayer_settings( + ): staginglinea_Setting + staginglinea_settings( skip: Int = 0 first: Int = 100 - orderBy: xlayer_Setting_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_Setting!]! - xlayer_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: xlayer_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 - ): xlayer_Relayer - xlayer_relayers( + ): staginglinea_Relayer + staginglinea_relayers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_Relayer_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_Relayer!]! - xlayer_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: xlayer_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 - ): xlayer_Sequencer - xlayer_sequencers( + ): staginglinea_Sequencer + staginglinea_sequencers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_Sequencer_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_Sequencer!]! - xlayer_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: xlayer_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 - ): xlayer_RelayerFee - xlayer_relayerFees( + ): staginglinea_RelayerFee + staginglinea_relayerFees( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RelayerFee_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_RelayerFee!]! - xlayer_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: xlayer_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 - ): xlayer_OriginTransfer - xlayer_originTransfers( + ): staginglinea_OriginTransfer + staginglinea_originTransfers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_OriginTransfer_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_OriginTransfer!]! - xlayer_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: xlayer_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 - ): xlayer_DestinationTransfer - xlayer_destinationTransfers( + ): staginglinea_DestinationTransfer + staginglinea_destinationTransfers( skip: Int = 0 first: Int = 100 - orderBy: xlayer_DestinationTransfer_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_DestinationTransfer!]! - xlayer_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: xlayer_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 - ): xlayer_OriginMessage - xlayer_originMessages( + ): staginglinea_OriginMessage + staginglinea_originMessages( skip: Int = 0 first: Int = 100 - orderBy: xlayer_OriginMessage_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_OriginMessage!]! - xlayer_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: xlayer_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 - ): xlayer_AggregateRoot - xlayer_aggregateRoots( + ): staginglinea_AggregateRoot + staginglinea_aggregateRoots( skip: Int = 0 first: Int = 100 - orderBy: xlayer_AggregateRoot_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_AggregateRoot!]! - xlayer_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: xlayer_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 - ): xlayer_ConnectorMeta - xlayer_connectorMetas( + ): staginglinea_ConnectorMeta + staginglinea_connectorMetas( skip: Int = 0 first: Int = 100 - orderBy: xlayer_ConnectorMeta_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_ConnectorMeta!]! - xlayer_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: xlayer_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 - ): xlayer_RootCount - xlayer_rootCounts( + ): staginglinea_RootCount + staginglinea_rootCounts( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RootCount_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_RootCount!]! - xlayer_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: xlayer_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 - ): xlayer_RootMessageSent - xlayer_rootMessageSents( + ): staginglinea_RootMessageSent + staginglinea_rootMessageSents( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RootMessageSent_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_RootMessageSent!]! - xlayer_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: xlayer_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 - ): xlayer_RelayerFeesIncrease - xlayer_relayerFeesIncreases( + ): staginglinea_RelayerFeesIncrease + staginglinea_relayerFeesIncreases( skip: Int = 0 first: Int = 100 - orderBy: xlayer_RelayerFeesIncrease_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_RelayerFeesIncrease!]! - xlayer_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: xlayer_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 - ): xlayer_SlippageUpdate - xlayer_slippageUpdates( + ): staginglinea_SlippageUpdate + staginglinea_slippageUpdates( skip: Int = 0 first: Int = 100 - orderBy: xlayer_SlippageUpdate_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_SlippageUpdate!]! - xlayer_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: xlayer_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 - ): xlayer_SnapshotRoot - xlayer_snapshotRoots( + ): staginglinea_SnapshotRoot + staginglinea_snapshotRoots( skip: Int = 0 first: Int = 100 - orderBy: xlayer_SnapshotRoot_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_SnapshotRoot!]! - xlayer_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: xlayer_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 - ): xlayer_SpokeConnectorMode - xlayer_spokeConnectorModes( + ): staginglinea_SpokeConnectorMode + staginglinea_spokeConnectorModes( skip: Int = 0 first: Int = 100 - orderBy: xlayer_SpokeConnectorMode_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_SpokeConnectorMode!]! - xlayer_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: xlayer_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 - ): xlayer_AggregateRootProposed - xlayer_aggregateRootProposeds( + ): staginglinea_AggregateRootProposed + staginglinea_aggregateRootProposeds( skip: Int = 0 first: Int = 100 - orderBy: xlayer_AggregateRootProposed_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_AggregateRootProposed!]! - xlayer_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: xlayer_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 - ): xlayer_OptimisticRootFinalized - xlayer_optimisticRootFinalizeds( + ): staginglinea_OptimisticRootFinalized + staginglinea_optimisticRootFinalizeds( skip: Int = 0 first: Int = 100 - orderBy: xlayer_OptimisticRootFinalized_orderBy - orderDirection: xlayer_OrderDirection - where: xlayer_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: xlayer_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 - ): [xlayer_OptimisticRootFinalized!]! + ): [staginglinea_OptimisticRootFinalized!]! """Access to subgraph metadata""" - xlayer__meta(block: xlayer_Block_height): xlayer__Meta_ + staginglinea__meta(block: staginglinea_Block_height): staginglinea__Meta_ bnb_swap_systemInfo( id: ID! """ @@ -57254,1678 +57254,1678 @@ type Subscription { ): [bnb_swap_LpTokenEvent!]! """Access to subgraph metadata""" bnb_swap__meta(block: bnb_swap_Block_height): bnb_swap__Meta_ - polygon_swap_systemInfo( + 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: polygon_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 - ): polygon_swap_SystemInfo - polygon_swap_systemInfos( + ): optimism_swap_SystemInfo + optimism_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SystemInfo_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SystemInfo_filter + orderBy: optimism_swap_SystemInfo_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_SystemInfo!]! - polygon_swap_pooledToken( + ): [optimism_swap_SystemInfo!]! + optimism_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_PooledToken - polygon_swap_pooledTokens( + ): optimism_swap_PooledToken + optimism_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_PooledToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_PooledToken_filter + orderBy: optimism_swap_PooledToken_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_PooledToken!]! - polygon_swap_stableSwap( + ): [optimism_swap_PooledToken!]! + optimism_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_StableSwap - polygon_swap_stableSwaps( + ): optimism_swap_StableSwap + optimism_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwap_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwap_filter + orderBy: optimism_swap_StableSwap_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_StableSwap!]! - polygon_swap_stableSwapAddLiquidityEvent( + ): [optimism_swap_StableSwap!]! + optimism_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_StableSwapAddLiquidityEvent - polygon_swap_stableSwapAddLiquidityEvents( + ): optimism_swap_StableSwapAddLiquidityEvent + optimism_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapAddLiquidityEvent_filter + orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_StableSwapAddLiquidityEvent!]! - polygon_swap_stableSwapRemoveLiquidityEvent( + ): [optimism_swap_StableSwapAddLiquidityEvent!]! + optimism_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_StableSwapRemoveLiquidityEvent - polygon_swap_stableSwapRemoveLiquidityEvents( + ): optimism_swap_StableSwapRemoveLiquidityEvent + optimism_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_StableSwapRemoveLiquidityEvent!]! - polygon_swap_stableSwapExchange( + ): [optimism_swap_StableSwapRemoveLiquidityEvent!]! + optimism_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_StableSwapExchange - polygon_swap_stableSwapExchanges( + ): optimism_swap_StableSwapExchange + optimism_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapExchange_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapExchange_filter + orderBy: optimism_swap_StableSwapExchange_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_StableSwapExchange!]! - polygon_swap_swapDailyVolume( + ): [optimism_swap_StableSwapExchange!]! + optimism_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_SwapDailyVolume - polygon_swap_swapDailyVolumes( + ): optimism_swap_SwapDailyVolume + optimism_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapDailyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapDailyVolume_filter + orderBy: optimism_swap_SwapDailyVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_SwapDailyVolume!]! - polygon_swap_swapHourlyVolume( + ): [optimism_swap_SwapDailyVolume!]! + optimism_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_SwapHourlyVolume - polygon_swap_swapHourlyVolumes( + ): optimism_swap_SwapHourlyVolume + optimism_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapHourlyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapHourlyVolume_filter + orderBy: optimism_swap_SwapHourlyVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_SwapHourlyVolume!]! - polygon_swap_swapWeeklyVolume( + ): [optimism_swap_SwapHourlyVolume!]! + optimism_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_SwapWeeklyVolume - polygon_swap_swapWeeklyVolumes( + ): optimism_swap_SwapWeeklyVolume + optimism_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapWeeklyVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapWeeklyVolume_filter + orderBy: optimism_swap_SwapWeeklyVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_SwapWeeklyVolume!]! - polygon_swap_lpAccount( + ): [optimism_swap_SwapWeeklyVolume!]! + optimism_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_LpAccount - polygon_swap_lpAccounts( + ): optimism_swap_LpAccount + optimism_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccount_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccount_filter + orderBy: optimism_swap_LpAccount_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_LpAccount!]! - polygon_swap_lpAccountBalance( + ): [optimism_swap_LpAccount!]! + optimism_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_LpAccountBalance - polygon_swap_lpAccountBalances( + ): optimism_swap_LpAccountBalance + optimism_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpAccountBalance_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpAccountBalance_filter + orderBy: optimism_swap_LpAccountBalance_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_LpAccountBalance!]! - polygon_swap_lpToken( + ): [optimism_swap_LpAccountBalance!]! + optimism_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_LpToken - polygon_swap_lpTokens( + ): optimism_swap_LpToken + optimism_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpToken_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpToken_filter + orderBy: optimism_swap_LpToken_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_LpToken!]! - polygon_swap_lpTransferEvent( + ): [optimism_swap_LpToken!]! + optimism_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_LpTransferEvent - polygon_swap_lpTransferEvents( + ): optimism_swap_LpTransferEvent + optimism_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTransferEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTransferEvent_filter + orderBy: optimism_swap_LpTransferEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_LpTransferEvent!]! - polygon_swap_stableSwapEvent( + ): [optimism_swap_LpTransferEvent!]! + optimism_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_StableSwapEvent - polygon_swap_stableSwapEvents( + ): optimism_swap_StableSwapEvent + optimism_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_StableSwapEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_StableSwapEvent_filter + orderBy: optimism_swap_StableSwapEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_StableSwapEvent!]! - polygon_swap_swapTradeVolume( + ): [optimism_swap_StableSwapEvent!]! + optimism_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_SwapTradeVolume - polygon_swap_swapTradeVolumes( + ): optimism_swap_SwapTradeVolume + optimism_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_SwapTradeVolume_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_SwapTradeVolume_filter + orderBy: optimism_swap_SwapTradeVolume_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_SwapTradeVolume!]! - polygon_swap_lpTokenEvent( + ): [optimism_swap_SwapTradeVolume!]! + optimism_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): polygon_swap_LpTokenEvent - polygon_swap_lpTokenEvents( + ): optimism_swap_LpTokenEvent + optimism_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: polygon_swap_LpTokenEvent_orderBy - orderDirection: polygon_swap_OrderDirection - where: polygon_swap_LpTokenEvent_filter + orderBy: optimism_swap_LpTokenEvent_orderBy + orderDirection: optimism_swap_OrderDirection + where: optimism_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: polygon_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 - ): [polygon_swap_LpTokenEvent!]! + ): [optimism_swap_LpTokenEvent!]! """Access to subgraph metadata""" - polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__Meta_ - optimism_swap_systemInfo( + optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__Meta_ + arbitrumone_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SystemInfo - optimism_swap_systemInfos( + ): arbitrumone_swap_SystemInfo + arbitrumone_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SystemInfo_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SystemInfo_filter + orderBy: arbitrumone_swap_SystemInfo_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SystemInfo!]! - optimism_swap_pooledToken( + ): [arbitrumone_swap_SystemInfo!]! + arbitrumone_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_PooledToken - optimism_swap_pooledTokens( + ): arbitrumone_swap_PooledToken + arbitrumone_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_PooledToken_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_PooledToken_filter + orderBy: arbitrumone_swap_PooledToken_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_PooledToken!]! - optimism_swap_stableSwap( + ): [arbitrumone_swap_PooledToken!]! + arbitrumone_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwap - optimism_swap_stableSwaps( + ): arbitrumone_swap_StableSwap + arbitrumone_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwap_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwap_filter + orderBy: arbitrumone_swap_StableSwap_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwap!]! - optimism_swap_stableSwapAddLiquidityEvent( + ): [arbitrumone_swap_StableSwap!]! + arbitrumone_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapAddLiquidityEvent - optimism_swap_stableSwapAddLiquidityEvents( + ): arbitrumone_swap_StableSwapAddLiquidityEvent + arbitrumone_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapAddLiquidityEvent_filter + orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapAddLiquidityEvent!]! - optimism_swap_stableSwapRemoveLiquidityEvent( + ): [arbitrumone_swap_StableSwapAddLiquidityEvent!]! + arbitrumone_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapRemoveLiquidityEvent - optimism_swap_stableSwapRemoveLiquidityEvents( + ): arbitrumone_swap_StableSwapRemoveLiquidityEvent + arbitrumone_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapRemoveLiquidityEvent!]! - optimism_swap_stableSwapExchange( + ): [arbitrumone_swap_StableSwapRemoveLiquidityEvent!]! + arbitrumone_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapExchange - optimism_swap_stableSwapExchanges( + ): arbitrumone_swap_StableSwapExchange + arbitrumone_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapExchange_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapExchange_filter + orderBy: arbitrumone_swap_StableSwapExchange_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapExchange!]! - optimism_swap_swapDailyVolume( + ): [arbitrumone_swap_StableSwapExchange!]! + arbitrumone_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapDailyVolume - optimism_swap_swapDailyVolumes( + ): arbitrumone_swap_SwapDailyVolume + arbitrumone_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapDailyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapDailyVolume_filter + orderBy: arbitrumone_swap_SwapDailyVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapDailyVolume!]! - optimism_swap_swapHourlyVolume( + ): [arbitrumone_swap_SwapDailyVolume!]! + arbitrumone_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapHourlyVolume - optimism_swap_swapHourlyVolumes( + ): arbitrumone_swap_SwapHourlyVolume + arbitrumone_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapHourlyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapHourlyVolume_filter + orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapHourlyVolume!]! - optimism_swap_swapWeeklyVolume( + ): [arbitrumone_swap_SwapHourlyVolume!]! + arbitrumone_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapWeeklyVolume - optimism_swap_swapWeeklyVolumes( + ): arbitrumone_swap_SwapWeeklyVolume + arbitrumone_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapWeeklyVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapWeeklyVolume_filter + orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapWeeklyVolume!]! - optimism_swap_lpAccount( + ): [arbitrumone_swap_SwapWeeklyVolume!]! + arbitrumone_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpAccount - optimism_swap_lpAccounts( + ): arbitrumone_swap_LpAccount + arbitrumone_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpAccount_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpAccount_filter + orderBy: arbitrumone_swap_LpAccount_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpAccount!]! - optimism_swap_lpAccountBalance( + ): [arbitrumone_swap_LpAccount!]! + arbitrumone_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpAccountBalance - optimism_swap_lpAccountBalances( + ): arbitrumone_swap_LpAccountBalance + arbitrumone_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpAccountBalance_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpAccountBalance_filter + orderBy: arbitrumone_swap_LpAccountBalance_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpAccountBalance!]! - optimism_swap_lpToken( + ): [arbitrumone_swap_LpAccountBalance!]! + arbitrumone_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpToken - optimism_swap_lpTokens( + ): arbitrumone_swap_LpToken + arbitrumone_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpToken_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpToken_filter + orderBy: arbitrumone_swap_LpToken_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpToken!]! - optimism_swap_lpTransferEvent( + ): [arbitrumone_swap_LpToken!]! + arbitrumone_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpTransferEvent - optimism_swap_lpTransferEvents( + ): arbitrumone_swap_LpTransferEvent + arbitrumone_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpTransferEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpTransferEvent_filter + orderBy: arbitrumone_swap_LpTransferEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpTransferEvent!]! - optimism_swap_stableSwapEvent( + ): [arbitrumone_swap_LpTransferEvent!]! + arbitrumone_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_StableSwapEvent - optimism_swap_stableSwapEvents( + ): arbitrumone_swap_StableSwapEvent + arbitrumone_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_StableSwapEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_StableSwapEvent_filter + orderBy: arbitrumone_swap_StableSwapEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_StableSwapEvent!]! - optimism_swap_swapTradeVolume( + ): [arbitrumone_swap_StableSwapEvent!]! + arbitrumone_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_SwapTradeVolume - optimism_swap_swapTradeVolumes( + ): arbitrumone_swap_SwapTradeVolume + arbitrumone_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_SwapTradeVolume_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_SwapTradeVolume_filter + orderBy: arbitrumone_swap_SwapTradeVolume_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_SwapTradeVolume!]! - optimism_swap_lpTokenEvent( + ): [arbitrumone_swap_SwapTradeVolume!]! + arbitrumone_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): optimism_swap_LpTokenEvent - optimism_swap_lpTokenEvents( + ): arbitrumone_swap_LpTokenEvent + arbitrumone_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: optimism_swap_LpTokenEvent_orderBy - orderDirection: optimism_swap_OrderDirection - where: optimism_swap_LpTokenEvent_filter + orderBy: arbitrumone_swap_LpTokenEvent_orderBy + orderDirection: arbitrumone_swap_OrderDirection + where: arbitrumone_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: optimism_swap_Block_height + block: arbitrumone_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [optimism_swap_LpTokenEvent!]! + ): [arbitrumone_swap_LpTokenEvent!]! """Access to subgraph metadata""" - optimism_swap__meta(block: optimism_swap_Block_height): optimism_swap__Meta_ - arbitrumone_swap_systemInfo( + arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ + xdai_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SystemInfo - arbitrumone_swap_systemInfos( + ): xdai_swap_SystemInfo + xdai_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SystemInfo_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SystemInfo_filter + orderBy: xdai_swap_SystemInfo_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SystemInfo!]! - arbitrumone_swap_pooledToken( + ): [xdai_swap_SystemInfo!]! + xdai_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_PooledToken - arbitrumone_swap_pooledTokens( + ): xdai_swap_PooledToken + xdai_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_PooledToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_PooledToken_filter + orderBy: xdai_swap_PooledToken_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_PooledToken!]! - arbitrumone_swap_stableSwap( + ): [xdai_swap_PooledToken!]! + xdai_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwap - arbitrumone_swap_stableSwaps( + ): xdai_swap_StableSwap + xdai_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwap_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwap_filter + orderBy: xdai_swap_StableSwap_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwap!]! - arbitrumone_swap_stableSwapAddLiquidityEvent( + ): [xdai_swap_StableSwap!]! + xdai_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapAddLiquidityEvent - arbitrumone_swap_stableSwapAddLiquidityEvents( + ): xdai_swap_StableSwapAddLiquidityEvent + xdai_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapAddLiquidityEvent_filter + orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapAddLiquidityEvent!]! - arbitrumone_swap_stableSwapRemoveLiquidityEvent( + ): [xdai_swap_StableSwapAddLiquidityEvent!]! + xdai_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapRemoveLiquidityEvent - arbitrumone_swap_stableSwapRemoveLiquidityEvents( + ): xdai_swap_StableSwapRemoveLiquidityEvent + xdai_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapRemoveLiquidityEvent!]! - arbitrumone_swap_stableSwapExchange( + ): [xdai_swap_StableSwapRemoveLiquidityEvent!]! + xdai_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapExchange - arbitrumone_swap_stableSwapExchanges( + ): xdai_swap_StableSwapExchange + xdai_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapExchange_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapExchange_filter + orderBy: xdai_swap_StableSwapExchange_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapExchange!]! - arbitrumone_swap_swapDailyVolume( + ): [xdai_swap_StableSwapExchange!]! + xdai_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapDailyVolume - arbitrumone_swap_swapDailyVolumes( + ): xdai_swap_SwapDailyVolume + xdai_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapDailyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapDailyVolume_filter + orderBy: xdai_swap_SwapDailyVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapDailyVolume!]! - arbitrumone_swap_swapHourlyVolume( + ): [xdai_swap_SwapDailyVolume!]! + xdai_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapHourlyVolume - arbitrumone_swap_swapHourlyVolumes( + ): xdai_swap_SwapHourlyVolume + xdai_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapHourlyVolume_filter + orderBy: xdai_swap_SwapHourlyVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapHourlyVolume!]! - arbitrumone_swap_swapWeeklyVolume( + ): [xdai_swap_SwapHourlyVolume!]! + xdai_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapWeeklyVolume - arbitrumone_swap_swapWeeklyVolumes( + ): xdai_swap_SwapWeeklyVolume + xdai_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapWeeklyVolume_filter + orderBy: xdai_swap_SwapWeeklyVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapWeeklyVolume!]! - arbitrumone_swap_lpAccount( + ): [xdai_swap_SwapWeeklyVolume!]! + xdai_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccount - arbitrumone_swap_lpAccounts( + ): xdai_swap_LpAccount + xdai_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccount_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccount_filter + orderBy: xdai_swap_LpAccount_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccount!]! - arbitrumone_swap_lpAccountBalance( + ): [xdai_swap_LpAccount!]! + xdai_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpAccountBalance - arbitrumone_swap_lpAccountBalances( + ): xdai_swap_LpAccountBalance + xdai_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpAccountBalance_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpAccountBalance_filter + orderBy: xdai_swap_LpAccountBalance_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpAccountBalance!]! - arbitrumone_swap_lpToken( + ): [xdai_swap_LpAccountBalance!]! + xdai_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpToken - arbitrumone_swap_lpTokens( + ): xdai_swap_LpToken + xdai_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpToken_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpToken_filter + orderBy: xdai_swap_LpToken_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpToken!]! - arbitrumone_swap_lpTransferEvent( + ): [xdai_swap_LpToken!]! + xdai_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTransferEvent - arbitrumone_swap_lpTransferEvents( + ): xdai_swap_LpTransferEvent + xdai_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTransferEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTransferEvent_filter + orderBy: xdai_swap_LpTransferEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTransferEvent!]! - arbitrumone_swap_stableSwapEvent( + ): [xdai_swap_LpTransferEvent!]! + xdai_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_StableSwapEvent - arbitrumone_swap_stableSwapEvents( + ): xdai_swap_StableSwapEvent + xdai_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_StableSwapEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_StableSwapEvent_filter + orderBy: xdai_swap_StableSwapEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_StableSwapEvent!]! - arbitrumone_swap_swapTradeVolume( + ): [xdai_swap_StableSwapEvent!]! + xdai_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_SwapTradeVolume - arbitrumone_swap_swapTradeVolumes( + ): xdai_swap_SwapTradeVolume + xdai_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_SwapTradeVolume_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_SwapTradeVolume_filter + orderBy: xdai_swap_SwapTradeVolume_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_SwapTradeVolume!]! - arbitrumone_swap_lpTokenEvent( + ): [xdai_swap_SwapTradeVolume!]! + xdai_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): arbitrumone_swap_LpTokenEvent - arbitrumone_swap_lpTokenEvents( + ): xdai_swap_LpTokenEvent + xdai_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: arbitrumone_swap_LpTokenEvent_orderBy - orderDirection: arbitrumone_swap_OrderDirection - where: arbitrumone_swap_LpTokenEvent_filter + orderBy: xdai_swap_LpTokenEvent_orderBy + orderDirection: xdai_swap_OrderDirection + where: xdai_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: arbitrumone_swap_Block_height + block: xdai_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [arbitrumone_swap_LpTokenEvent!]! + ): [xdai_swap_LpTokenEvent!]! """Access to subgraph metadata""" - arbitrumone_swap__meta(block: arbitrumone_swap_Block_height): arbitrumone_swap__Meta_ - xdai_swap_systemInfo( + xdai_swap__meta(block: xdai_swap_Block_height): xdai_swap__Meta_ + polygon_swap_systemInfo( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SystemInfo - xdai_swap_systemInfos( + ): polygon_swap_SystemInfo + polygon_swap_systemInfos( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SystemInfo_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SystemInfo_filter + orderBy: polygon_swap_SystemInfo_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SystemInfo_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SystemInfo!]! - xdai_swap_pooledToken( + ): [polygon_swap_SystemInfo!]! + polygon_swap_pooledToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_PooledToken - xdai_swap_pooledTokens( + ): polygon_swap_PooledToken + polygon_swap_pooledTokens( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_PooledToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_PooledToken_filter + orderBy: polygon_swap_PooledToken_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_PooledToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_PooledToken!]! - xdai_swap_stableSwap( + ): [polygon_swap_PooledToken!]! + polygon_swap_stableSwap( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwap - xdai_swap_stableSwaps( + ): polygon_swap_StableSwap + polygon_swap_stableSwaps( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwap_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwap_filter + orderBy: polygon_swap_StableSwap_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwap_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwap!]! - xdai_swap_stableSwapAddLiquidityEvent( + ): [polygon_swap_StableSwap!]! + polygon_swap_stableSwapAddLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapAddLiquidityEvent - xdai_swap_stableSwapAddLiquidityEvents( + ): polygon_swap_StableSwapAddLiquidityEvent + polygon_swap_stableSwapAddLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapAddLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapAddLiquidityEvent_filter + orderBy: polygon_swap_StableSwapAddLiquidityEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapAddLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapAddLiquidityEvent!]! - xdai_swap_stableSwapRemoveLiquidityEvent( + ): [polygon_swap_StableSwapAddLiquidityEvent!]! + polygon_swap_stableSwapRemoveLiquidityEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapRemoveLiquidityEvent - xdai_swap_stableSwapRemoveLiquidityEvents( + ): polygon_swap_StableSwapRemoveLiquidityEvent + polygon_swap_stableSwapRemoveLiquidityEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapRemoveLiquidityEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapRemoveLiquidityEvent_filter + orderBy: polygon_swap_StableSwapRemoveLiquidityEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapRemoveLiquidityEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapRemoveLiquidityEvent!]! - xdai_swap_stableSwapExchange( + ): [polygon_swap_StableSwapRemoveLiquidityEvent!]! + polygon_swap_stableSwapExchange( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapExchange - xdai_swap_stableSwapExchanges( + ): polygon_swap_StableSwapExchange + polygon_swap_stableSwapExchanges( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapExchange_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapExchange_filter + orderBy: polygon_swap_StableSwapExchange_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapExchange_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapExchange!]! - xdai_swap_swapDailyVolume( + ): [polygon_swap_StableSwapExchange!]! + polygon_swap_swapDailyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapDailyVolume - xdai_swap_swapDailyVolumes( + ): polygon_swap_SwapDailyVolume + polygon_swap_swapDailyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapDailyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapDailyVolume_filter + orderBy: polygon_swap_SwapDailyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapDailyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapDailyVolume!]! - xdai_swap_swapHourlyVolume( + ): [polygon_swap_SwapDailyVolume!]! + polygon_swap_swapHourlyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapHourlyVolume - xdai_swap_swapHourlyVolumes( + ): polygon_swap_SwapHourlyVolume + polygon_swap_swapHourlyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapHourlyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapHourlyVolume_filter + orderBy: polygon_swap_SwapHourlyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapHourlyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapHourlyVolume!]! - xdai_swap_swapWeeklyVolume( + ): [polygon_swap_SwapHourlyVolume!]! + polygon_swap_swapWeeklyVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapWeeklyVolume - xdai_swap_swapWeeklyVolumes( + ): polygon_swap_SwapWeeklyVolume + polygon_swap_swapWeeklyVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapWeeklyVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapWeeklyVolume_filter + orderBy: polygon_swap_SwapWeeklyVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapWeeklyVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapWeeklyVolume!]! - xdai_swap_lpAccount( + ): [polygon_swap_SwapWeeklyVolume!]! + polygon_swap_lpAccount( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpAccount - xdai_swap_lpAccounts( + ): polygon_swap_LpAccount + polygon_swap_lpAccounts( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccount_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccount_filter + orderBy: polygon_swap_LpAccount_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpAccount_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpAccount!]! - xdai_swap_lpAccountBalance( + ): [polygon_swap_LpAccount!]! + polygon_swap_lpAccountBalance( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpAccountBalance - xdai_swap_lpAccountBalances( + ): polygon_swap_LpAccountBalance + polygon_swap_lpAccountBalances( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpAccountBalance_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpAccountBalance_filter + orderBy: polygon_swap_LpAccountBalance_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpAccountBalance_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpAccountBalance!]! - xdai_swap_lpToken( + ): [polygon_swap_LpAccountBalance!]! + polygon_swap_lpToken( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpToken - xdai_swap_lpTokens( + ): polygon_swap_LpToken + polygon_swap_lpTokens( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpToken_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpToken_filter + orderBy: polygon_swap_LpToken_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpToken_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpToken!]! - xdai_swap_lpTransferEvent( + ): [polygon_swap_LpToken!]! + polygon_swap_lpTransferEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpTransferEvent - xdai_swap_lpTransferEvents( + ): polygon_swap_LpTransferEvent + polygon_swap_lpTransferEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTransferEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTransferEvent_filter + orderBy: polygon_swap_LpTransferEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpTransferEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpTransferEvent!]! - xdai_swap_stableSwapEvent( + ): [polygon_swap_LpTransferEvent!]! + polygon_swap_stableSwapEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_StableSwapEvent - xdai_swap_stableSwapEvents( + ): polygon_swap_StableSwapEvent + polygon_swap_stableSwapEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_StableSwapEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_StableSwapEvent_filter + orderBy: polygon_swap_StableSwapEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_StableSwapEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_StableSwapEvent!]! - xdai_swap_swapTradeVolume( + ): [polygon_swap_StableSwapEvent!]! + polygon_swap_swapTradeVolume( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_SwapTradeVolume - xdai_swap_swapTradeVolumes( + ): polygon_swap_SwapTradeVolume + polygon_swap_swapTradeVolumes( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_SwapTradeVolume_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_SwapTradeVolume_filter + orderBy: polygon_swap_SwapTradeVolume_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_SwapTradeVolume_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_SwapTradeVolume!]! - xdai_swap_lpTokenEvent( + ): [polygon_swap_SwapTradeVolume!]! + polygon_swap_lpTokenEvent( id: ID! """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): xdai_swap_LpTokenEvent - xdai_swap_lpTokenEvents( + ): polygon_swap_LpTokenEvent + polygon_swap_lpTokenEvents( skip: Int = 0 first: Int = 100 - orderBy: xdai_swap_LpTokenEvent_orderBy - orderDirection: xdai_swap_OrderDirection - where: xdai_swap_LpTokenEvent_filter + orderBy: polygon_swap_LpTokenEvent_orderBy + orderDirection: polygon_swap_OrderDirection + where: polygon_swap_LpTokenEvent_filter """ The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. """ - block: xdai_swap_Block_height + block: polygon_swap_Block_height """ Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. """ subgraphError: _SubgraphErrorPolicy_! = deny - ): [xdai_swap_LpTokenEvent!]! + ): [polygon_swap_LpTokenEvent!]! """Access to subgraph metadata""" - xdai_swap__meta(block: xdai_swap_Block_height): xdai_swap__Meta_ + polygon_swap__meta(block: polygon_swap_Block_height): polygon_swap__Meta_ avalanche_swap_systemInfo( id: ID! """ @@ -59346,50 +59346,50 @@ type Subscription { avalanche_swap__meta(block: avalanche_swap_Block_height): avalanche_swap__Meta_ } -enum mantle_swap_Aggregation_interval { +enum sepolia_swap_Aggregation_interval { hour day } -scalar mantle_swap_BigDecimal +scalar sepolia_swap_BigDecimal scalar BigInt -input mantle_swap_BlockChangedFilter { +input sepolia_swap_BlockChangedFilter { number_gte: Int! } -input mantle_swap_Block_height { - hash: mantle_swap_Bytes +input sepolia_swap_Block_height { + hash: sepolia_swap_Bytes number: Int number_gte: Int } -scalar mantle_swap_Bytes +scalar sepolia_swap_Bytes """ 8 bytes signed integer """ -scalar mantle_swap_Int8 +scalar sepolia_swap_Int8 -type mantle_swap_LpAccount { +type sepolia_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!]! + 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 mantle_swap_LpAccountBalance { +type sepolia_swap_LpAccountBalance { id: ID! - account: mantle_swap_LpAccount! - token: mantle_swap_LpToken! - amount: mantle_swap_BigDecimal! + account: sepolia_swap_LpAccount! + token: sepolia_swap_LpToken! + amount: sepolia_swap_BigDecimal! block: BigInt modified: BigInt - transaction: mantle_swap_Bytes + transaction: sepolia_swap_Bytes } -input mantle_swap_LpAccountBalance_filter { +input sepolia_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -59418,7 +59418,7 @@ input mantle_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: mantle_swap_LpAccount_filter + account_: sepolia_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -59439,15 +59439,15 @@ input mantle_swap_LpAccountBalance_filter { 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!] + 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 @@ -59464,23 +59464,23 @@ input mantle_swap_LpAccountBalance_filter { 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 + 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: mantle_swap_BlockChangedFilter - and: [mantle_swap_LpAccountBalance_filter] - or: [mantle_swap_LpAccountBalance_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_LpAccountBalance_filter] + or: [sepolia_swap_LpAccountBalance_filter] } -enum mantle_swap_LpAccountBalance_orderBy { +enum sepolia_swap_LpAccountBalance_orderBy { id account account__id @@ -59498,7 +59498,7 @@ enum mantle_swap_LpAccountBalance_orderBy { transaction } -input mantle_swap_LpAccount_filter { +input sepolia_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -59507,51 +59507,51 @@ input mantle_swap_LpAccount_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 - balances_: mantle_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: mantle_swap_BlockChangedFilter - and: [mantle_swap_LpAccount_filter] - or: [mantle_swap_LpAccount_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_LpAccount_filter] + or: [sepolia_swap_LpAccount_filter] } -enum mantle_swap_LpAccount_orderBy { +enum sepolia_swap_LpAccount_orderBy { id address balances } -type mantle_swap_LpToken { +type sepolia_swap_LpToken { id: ID! - address: mantle_swap_Bytes! - stableSwap: mantle_swap_StableSwap! + address: sepolia_swap_Bytes! + stableSwap: sepolia_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!]! + 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 mantle_swap_LpTokenEvent { +interface sepolia_swap_LpTokenEvent { id: ID! - token: mantle_swap_LpToken! - amount: mantle_swap_BigDecimal! + token: sepolia_swap_LpToken! + amount: sepolia_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: mantle_swap_Bytes! + transaction: sepolia_swap_Bytes! nonce: BigInt! } -input mantle_swap_LpTokenEvent_filter { +input sepolia_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -59580,15 +59580,15 @@ input mantle_swap_LpTokenEvent_filter { 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!] + 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 @@ -59605,16 +59605,16 @@ 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 + 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 @@ -59624,12 +59624,12 @@ input mantle_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_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: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_LpTokenEvent_filter] + or: [sepolia_swap_LpTokenEvent_filter] } -enum mantle_swap_LpTokenEvent_orderBy { +enum sepolia_swap_LpTokenEvent_orderBy { id token token__id @@ -59645,7 +59645,7 @@ enum mantle_swap_LpTokenEvent_orderBy { nonce } -input mantle_swap_LpToken_filter { +input sepolia_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -59654,16 +59654,16 @@ 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 + 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 @@ -59684,7 +59684,7 @@ input mantle_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter + stableSwap_: sepolia_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -59733,22 +59733,22 @@ input mantle_swap_LpToken_filter { 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 + 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: mantle_swap_BlockChangedFilter - and: [mantle_swap_LpToken_filter] - or: [mantle_swap_LpToken_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_LpToken_filter] + or: [sepolia_swap_LpToken_filter] } -enum mantle_swap_LpToken_orderBy { +enum sepolia_swap_LpToken_orderBy { id address stableSwap @@ -59775,21 +59775,21 @@ enum mantle_swap_LpToken_orderBy { events } -type mantle_swap_LpTransferEvent implements mantle_swap_LpTokenEvent { +type sepolia_swap_LpTransferEvent implements sepolia_swap_LpTokenEvent { 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! + 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: mantle_swap_Bytes! + transaction: sepolia_swap_Bytes! nonce: BigInt! } -input mantle_swap_LpTransferEvent_filter { +input sepolia_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -59818,51 +59818,51 @@ input mantle_swap_LpTransferEvent_filter { 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!] + 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 @@ -59879,16 +59879,16 @@ 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 + 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 @@ -59898,12 +59898,12 @@ input mantle_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_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: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_LpTransferEvent_filter] + or: [sepolia_swap_LpTransferEvent_filter] } -enum mantle_swap_LpTransferEvent_orderBy { +enum sepolia_swap_LpTransferEvent_orderBy { id token token__id @@ -59924,17 +59924,17 @@ enum mantle_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum mantle_swap_OrderDirection { +enum sepolia_swap_OrderDirection { asc desc } -type mantle_swap_PooledToken { +type sepolia_swap_PooledToken { id: ID! - asset: mantle_swap_Bytes! + asset: sepolia_swap_Bytes! } -input mantle_swap_PooledToken_filter { +input sepolia_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -59943,59 +59943,59 @@ 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 + 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: mantle_swap_BlockChangedFilter - and: [mantle_swap_PooledToken_filter] - or: [mantle_swap_PooledToken_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_PooledToken_filter] + or: [sepolia_swap_PooledToken_filter] } -enum mantle_swap_PooledToken_orderBy { +enum sepolia_swap_PooledToken_orderBy { id asset } -type mantle_swap_StableSwap { +type sepolia_swap_StableSwap { id: ID! isActive: Boolean - key: mantle_swap_Bytes! - canonicalId: mantle_swap_Bytes + key: sepolia_swap_Bytes! + canonicalId: sepolia_swap_Bytes domain: BigInt - swapPool: mantle_swap_Bytes - lpToken: mantle_swap_Bytes + swapPool: sepolia_swap_Bytes + lpToken: sepolia_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [mantle_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: 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!] + 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 mantle_swap_StableSwapAddLiquidityEvent implements mantle_swap_StableSwapEvent { +type sepolia_swap_StableSwapAddLiquidityEvent implements sepolia_swap_StableSwapEvent { id: ID! - stableSwap: mantle_swap_StableSwap! - provider: mantle_swap_Bytes! + stableSwap: sepolia_swap_StableSwap! + provider: sepolia_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -60004,11 +60004,11 @@ type mantle_swap_StableSwapAddLiquidityEvent implements mantle_swap_StableSwapEv balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: mantle_swap_Bytes! + transaction: sepolia_swap_Bytes! nonce: BigInt! } -input mantle_swap_StableSwapAddLiquidityEvent_filter { +input sepolia_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -60037,17 +60037,17 @@ input mantle_swap_StableSwapAddLiquidityEvent_filter { 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 + 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!] @@ -60106,16 +60106,16 @@ input mantle_swap_StableSwapAddLiquidityEvent_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 + 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 @@ -60125,12 +60125,12 @@ input mantle_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_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: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_StableSwapAddLiquidityEvent_filter] + or: [sepolia_swap_StableSwapAddLiquidityEvent_filter] } -enum mantle_swap_StableSwapAddLiquidityEvent_orderBy { +enum sepolia_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -60162,16 +60162,16 @@ enum mantle_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface mantle_swap_StableSwapEvent { +interface sepolia_swap_StableSwapEvent { id: ID! - stableSwap: mantle_swap_StableSwap! + stableSwap: sepolia_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: mantle_swap_Bytes! + transaction: sepolia_swap_Bytes! nonce: BigInt! } -input mantle_swap_StableSwapEvent_filter { +input sepolia_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -60200,7 +60200,7 @@ input mantle_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter + stableSwap_: sepolia_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -60217,16 +60217,16 @@ 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 + 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 @@ -60236,12 +60236,12 @@ input mantle_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_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: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_StableSwapEvent_filter] + or: [sepolia_swap_StableSwapEvent_filter] } -enum mantle_swap_StableSwapEvent_orderBy { +enum sepolia_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -60266,10 +60266,10 @@ enum mantle_swap_StableSwapEvent_orderBy { nonce } -type mantle_swap_StableSwapExchange { +type sepolia_swap_StableSwapExchange { id: ID! - stableSwap: mantle_swap_StableSwap! - buyer: mantle_swap_Bytes! + stableSwap: sepolia_swap_StableSwap! + buyer: sepolia_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -60278,11 +60278,11 @@ type mantle_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: mantle_swap_Bytes! + transaction: sepolia_swap_Bytes! nonce: BigInt! } -input mantle_swap_StableSwapExchange_filter { +input sepolia_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -60311,17 +60311,17 @@ input mantle_swap_StableSwapExchange_filter { 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 + 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 @@ -60384,16 +60384,16 @@ 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 + 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 @@ -60403,12 +60403,12 @@ input mantle_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_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: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_StableSwapExchange_filter] + or: [sepolia_swap_StableSwapExchange_filter] } -enum mantle_swap_StableSwapExchange_orderBy { +enum sepolia_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -60440,10 +60440,10 @@ enum mantle_swap_StableSwapExchange_orderBy { nonce } -type mantle_swap_StableSwapRemoveLiquidityEvent implements mantle_swap_StableSwapEvent { +type sepolia_swap_StableSwapRemoveLiquidityEvent implements sepolia_swap_StableSwapEvent { id: ID! - stableSwap: mantle_swap_StableSwap! - provider: mantle_swap_Bytes! + stableSwap: sepolia_swap_StableSwap! + provider: sepolia_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -60452,11 +60452,11 @@ type mantle_swap_StableSwapRemoveLiquidityEvent implements mantle_swap_StableSwa balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: mantle_swap_Bytes! + transaction: sepolia_swap_Bytes! nonce: BigInt! } -input mantle_swap_StableSwapRemoveLiquidityEvent_filter { +input sepolia_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -60485,17 +60485,17 @@ input mantle_swap_StableSwapRemoveLiquidityEvent_filter { 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 + 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!] @@ -60554,16 +60554,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 + 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 @@ -60573,12 +60573,12 @@ 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: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_StableSwapRemoveLiquidityEvent_filter] + or: [sepolia_swap_StableSwapRemoveLiquidityEvent_filter] } -enum mantle_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -60610,7 +60610,7 @@ enum mantle_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input mantle_swap_StableSwap_filter { +input sepolia_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -60623,26 +60623,26 @@ 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 + 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 @@ -60651,26 +60651,26 @@ input mantle_swap_StableSwap_filter { 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 + 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 @@ -60719,12 +60719,12 @@ input mantle_swap_StableSwap_filter { 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!] + 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!] @@ -60767,18 +60767,18 @@ input mantle_swap_StableSwap_filter { 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 + 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: mantle_swap_BlockChangedFilter - and: [mantle_swap_StableSwap_filter] - or: [mantle_swap_StableSwap_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_StableSwap_filter] + or: [sepolia_swap_StableSwap_filter] } -enum mantle_swap_StableSwap_orderBy { +enum sepolia_swap_StableSwap_orderBy { id isActive key @@ -60806,14 +60806,14 @@ enum mantle_swap_StableSwap_orderBy { weeklyVolumes } -type mantle_swap_SwapDailyVolume implements mantle_swap_SwapTradeVolume { +type sepolia_swap_SwapDailyVolume implements sepolia_swap_SwapTradeVolume { id: ID! - stableSwap: mantle_swap_StableSwap! + stableSwap: sepolia_swap_StableSwap! timestamp: BigInt! - volume: mantle_swap_BigDecimal! + volume: sepolia_swap_BigDecimal! } -input mantle_swap_SwapDailyVolume_filter { +input sepolia_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -60842,7 +60842,7 @@ input mantle_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter + stableSwap_: sepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -60851,21 +60851,21 @@ input mantle_swap_SwapDailyVolume_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!] + 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: mantle_swap_BlockChangedFilter - and: [mantle_swap_SwapDailyVolume_filter] - or: [mantle_swap_SwapDailyVolume_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_SwapDailyVolume_filter] + or: [sepolia_swap_SwapDailyVolume_filter] } -enum mantle_swap_SwapDailyVolume_orderBy { +enum sepolia_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -60888,14 +60888,14 @@ enum mantle_swap_SwapDailyVolume_orderBy { volume } -type mantle_swap_SwapHourlyVolume implements mantle_swap_SwapTradeVolume { +type sepolia_swap_SwapHourlyVolume implements sepolia_swap_SwapTradeVolume { id: ID! - stableSwap: mantle_swap_StableSwap! + stableSwap: sepolia_swap_StableSwap! timestamp: BigInt! - volume: mantle_swap_BigDecimal! + volume: sepolia_swap_BigDecimal! } -input mantle_swap_SwapHourlyVolume_filter { +input sepolia_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -60924,7 +60924,7 @@ input mantle_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter + stableSwap_: sepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -60933,21 +60933,21 @@ input mantle_swap_SwapHourlyVolume_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!] + 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: mantle_swap_BlockChangedFilter - and: [mantle_swap_SwapHourlyVolume_filter] - or: [mantle_swap_SwapHourlyVolume_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_SwapHourlyVolume_filter] + or: [sepolia_swap_SwapHourlyVolume_filter] } -enum mantle_swap_SwapHourlyVolume_orderBy { +enum sepolia_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -60970,13 +60970,13 @@ enum mantle_swap_SwapHourlyVolume_orderBy { volume } -interface mantle_swap_SwapTradeVolume { - stableSwap: mantle_swap_StableSwap! +interface sepolia_swap_SwapTradeVolume { + stableSwap: sepolia_swap_StableSwap! timestamp: BigInt! - volume: mantle_swap_BigDecimal! + volume: sepolia_swap_BigDecimal! } -input mantle_swap_SwapTradeVolume_filter { +input sepolia_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -60997,7 +60997,7 @@ input mantle_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter + stableSwap_: sepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -61006,21 +61006,21 @@ 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!] + 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: mantle_swap_BlockChangedFilter - and: [mantle_swap_SwapTradeVolume_filter] - or: [mantle_swap_SwapTradeVolume_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_SwapTradeVolume_filter] + or: [sepolia_swap_SwapTradeVolume_filter] } -enum mantle_swap_SwapTradeVolume_orderBy { +enum sepolia_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -61042,14 +61042,14 @@ enum mantle_swap_SwapTradeVolume_orderBy { volume } -type mantle_swap_SwapWeeklyVolume implements mantle_swap_SwapTradeVolume { +type sepolia_swap_SwapWeeklyVolume implements sepolia_swap_SwapTradeVolume { id: ID! - stableSwap: mantle_swap_StableSwap! + stableSwap: sepolia_swap_StableSwap! timestamp: BigInt! - volume: mantle_swap_BigDecimal! + volume: sepolia_swap_BigDecimal! } -input mantle_swap_SwapWeeklyVolume_filter { +input sepolia_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -61078,7 +61078,7 @@ input mantle_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: mantle_swap_StableSwap_filter + stableSwap_: sepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -61087,21 +61087,21 @@ 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!] + 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: mantle_swap_BlockChangedFilter - and: [mantle_swap_SwapWeeklyVolume_filter] - or: [mantle_swap_SwapWeeklyVolume_filter] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_SwapWeeklyVolume_filter] + or: [sepolia_swap_SwapWeeklyVolume_filter] } -enum mantle_swap_SwapWeeklyVolume_orderBy { +enum sepolia_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -61124,13 +61124,13 @@ enum mantle_swap_SwapWeeklyVolume_orderBy { volume } -type mantle_swap_SystemInfo { +type sepolia_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input mantle_swap_SystemInfo_filter { +input sepolia_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -61156,12 +61156,12 @@ input mantle_swap_SystemInfo_filter { 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] + _change_block: sepolia_swap_BlockChangedFilter + and: [sepolia_swap_SystemInfo_filter] + or: [sepolia_swap_SystemInfo_filter] } -enum mantle_swap_SystemInfo_orderBy { +enum sepolia_swap_SystemInfo_orderBy { id exchangeCount swapCount @@ -61173,19 +61173,19 @@ A string representation of microseconds UNIX timestamp (16 digits) """ scalar Timestamp -type mantle_swap__Block_ { +type sepolia_swap__Block_ { """The hash of the block""" - hash: mantle_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: mantle_swap_Bytes + parentHash: sepolia_swap_Bytes } """The type for the top-level _meta field""" -type mantle_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 @@ -61193,7 +61193,7 @@ type mantle_swap__Meta_ { and therefore asks for the latest block """ - block: mantle_swap__Block_! + block: sepolia_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" @@ -61209,48 +61209,48 @@ enum _SubgraphErrorPolicy_ { deny } -enum metis_swap_Aggregation_interval { +enum optimismsepolia_swap_Aggregation_interval { hour day } -scalar metis_swap_BigDecimal +scalar optimismsepolia_swap_BigDecimal -input metis_swap_BlockChangedFilter { +input optimismsepolia_swap_BlockChangedFilter { number_gte: Int! } -input metis_swap_Block_height { - hash: metis_swap_Bytes +input optimismsepolia_swap_Block_height { + hash: optimismsepolia_swap_Bytes number: Int number_gte: Int } -scalar metis_swap_Bytes +scalar optimismsepolia_swap_Bytes """ 8 bytes signed integer """ -scalar metis_swap_Int8 +scalar optimismsepolia_swap_Int8 -type metis_swap_LpAccount { +type optimismsepolia_swap_LpAccount { 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!]! + 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!]! } -type metis_swap_LpAccountBalance { +type optimismsepolia_swap_LpAccountBalance { id: ID! - account: metis_swap_LpAccount! - token: metis_swap_LpToken! - amount: metis_swap_BigDecimal! + account: optimismsepolia_swap_LpAccount! + token: optimismsepolia_swap_LpToken! + amount: optimismsepolia_swap_BigDecimal! block: BigInt modified: BigInt - transaction: metis_swap_Bytes + transaction: optimismsepolia_swap_Bytes } -input metis_swap_LpAccountBalance_filter { +input optimismsepolia_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -61279,7 +61279,7 @@ input metis_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: metis_swap_LpAccount_filter + account_: optimismsepolia_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -61300,15 +61300,15 @@ input metis_swap_LpAccountBalance_filter { 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!] + 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 @@ -61325,23 +61325,23 @@ input metis_swap_LpAccountBalance_filter { 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 + 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: metis_swap_BlockChangedFilter - and: [metis_swap_LpAccountBalance_filter] - or: [metis_swap_LpAccountBalance_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_LpAccountBalance_filter] + or: [optimismsepolia_swap_LpAccountBalance_filter] } -enum metis_swap_LpAccountBalance_orderBy { +enum optimismsepolia_swap_LpAccountBalance_orderBy { id account account__id @@ -61359,7 +61359,7 @@ enum metis_swap_LpAccountBalance_orderBy { transaction } -input metis_swap_LpAccount_filter { +input optimismsepolia_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -61368,51 +61368,51 @@ 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 + 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: metis_swap_BlockChangedFilter - and: [metis_swap_LpAccount_filter] - or: [metis_swap_LpAccount_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_LpAccount_filter] + or: [optimismsepolia_swap_LpAccount_filter] } -enum metis_swap_LpAccount_orderBy { +enum optimismsepolia_swap_LpAccount_orderBy { id address balances } -type metis_swap_LpToken { +type optimismsepolia_swap_LpToken { id: ID! - address: metis_swap_Bytes! - stableSwap: metis_swap_StableSwap! + address: optimismsepolia_swap_Bytes! + stableSwap: optimismsepolia_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!]! + 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!]! } -interface metis_swap_LpTokenEvent { +interface optimismsepolia_swap_LpTokenEvent { id: ID! - token: metis_swap_LpToken! - amount: metis_swap_BigDecimal! + token: optimismsepolia_swap_LpToken! + amount: optimismsepolia_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: metis_swap_Bytes! + transaction: optimismsepolia_swap_Bytes! nonce: BigInt! } -input metis_swap_LpTokenEvent_filter { +input optimismsepolia_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -61441,15 +61441,15 @@ input metis_swap_LpTokenEvent_filter { 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!] + 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 @@ -61466,16 +61466,16 @@ input metis_swap_LpTokenEvent_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 + 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 @@ -61485,12 +61485,12 @@ input metis_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_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: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_LpTokenEvent_filter] + or: [optimismsepolia_swap_LpTokenEvent_filter] } -enum metis_swap_LpTokenEvent_orderBy { +enum optimismsepolia_swap_LpTokenEvent_orderBy { id token token__id @@ -61506,7 +61506,7 @@ enum metis_swap_LpTokenEvent_orderBy { nonce } -input metis_swap_LpToken_filter { +input optimismsepolia_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -61515,16 +61515,16 @@ 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 + 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 @@ -61545,7 +61545,7 @@ input metis_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: metis_swap_StableSwap_filter + stableSwap_: optimismsepolia_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -61594,22 +61594,22 @@ input metis_swap_LpToken_filter { 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 + 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: metis_swap_BlockChangedFilter - and: [metis_swap_LpToken_filter] - or: [metis_swap_LpToken_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_LpToken_filter] + or: [optimismsepolia_swap_LpToken_filter] } -enum metis_swap_LpToken_orderBy { +enum optimismsepolia_swap_LpToken_orderBy { id address stableSwap @@ -61636,21 +61636,21 @@ enum metis_swap_LpToken_orderBy { events } -type metis_swap_LpTransferEvent implements metis_swap_LpTokenEvent { +type optimismsepolia_swap_LpTransferEvent implements optimismsepolia_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! + 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! - transaction: metis_swap_Bytes! + transaction: optimismsepolia_swap_Bytes! nonce: BigInt! } -input metis_swap_LpTransferEvent_filter { +input optimismsepolia_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -61679,51 +61679,51 @@ input metis_swap_LpTransferEvent_filter { 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!] + 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 @@ -61740,16 +61740,16 @@ input metis_swap_LpTransferEvent_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 + 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 @@ -61759,12 +61759,12 @@ input metis_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: metis_swap_BlockChangedFilter - and: [metis_swap_LpTransferEvent_filter] - or: [metis_swap_LpTransferEvent_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_LpTransferEvent_filter] + or: [optimismsepolia_swap_LpTransferEvent_filter] } -enum metis_swap_LpTransferEvent_orderBy { +enum optimismsepolia_swap_LpTransferEvent_orderBy { id token token__id @@ -61785,17 +61785,17 @@ enum metis_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum metis_swap_OrderDirection { +enum optimismsepolia_swap_OrderDirection { asc desc } -type metis_swap_PooledToken { +type optimismsepolia_swap_PooledToken { id: ID! - asset: metis_swap_Bytes! + asset: optimismsepolia_swap_Bytes! } -input metis_swap_PooledToken_filter { +input optimismsepolia_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -61804,59 +61804,59 @@ 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 + 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: metis_swap_BlockChangedFilter - and: [metis_swap_PooledToken_filter] - or: [metis_swap_PooledToken_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_PooledToken_filter] + or: [optimismsepolia_swap_PooledToken_filter] } -enum metis_swap_PooledToken_orderBy { +enum optimismsepolia_swap_PooledToken_orderBy { id asset } -type metis_swap_StableSwap { +type optimismsepolia_swap_StableSwap { id: ID! isActive: Boolean - key: metis_swap_Bytes! - canonicalId: metis_swap_Bytes + key: optimismsepolia_swap_Bytes! + canonicalId: optimismsepolia_swap_Bytes domain: BigInt - swapPool: metis_swap_Bytes - lpToken: metis_swap_Bytes + swapPool: optimismsepolia_swap_Bytes + lpToken: optimismsepolia_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [metis_swap_Bytes!]! + pooledTokens: [optimismsepolia_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!] + 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!] } -type metis_swap_StableSwapAddLiquidityEvent implements metis_swap_StableSwapEvent { +type optimismsepolia_swap_StableSwapAddLiquidityEvent implements optimismsepolia_swap_StableSwapEvent { id: ID! - stableSwap: metis_swap_StableSwap! - provider: metis_swap_Bytes! + stableSwap: optimismsepolia_swap_StableSwap! + provider: optimismsepolia_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -61865,11 +61865,11 @@ type metis_swap_StableSwapAddLiquidityEvent implements metis_swap_StableSwapEven balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: metis_swap_Bytes! + transaction: optimismsepolia_swap_Bytes! nonce: BigInt! } -input metis_swap_StableSwapAddLiquidityEvent_filter { +input optimismsepolia_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -61898,17 +61898,17 @@ input metis_swap_StableSwapAddLiquidityEvent_filter { 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 + 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!] @@ -61967,16 +61967,16 @@ input metis_swap_StableSwapAddLiquidityEvent_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 + 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 @@ -61986,12 +61986,12 @@ input metis_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_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: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_StableSwapAddLiquidityEvent_filter] + or: [optimismsepolia_swap_StableSwapAddLiquidityEvent_filter] } -enum metis_swap_StableSwapAddLiquidityEvent_orderBy { +enum optimismsepolia_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -62023,16 +62023,16 @@ enum metis_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface metis_swap_StableSwapEvent { +interface optimismsepolia_swap_StableSwapEvent { id: ID! - stableSwap: metis_swap_StableSwap! + stableSwap: optimismsepolia_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: metis_swap_Bytes! + transaction: optimismsepolia_swap_Bytes! nonce: BigInt! } -input metis_swap_StableSwapEvent_filter { +input optimismsepolia_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -62061,7 +62061,7 @@ input metis_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: metis_swap_StableSwap_filter + stableSwap_: optimismsepolia_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -62078,16 +62078,16 @@ 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 + 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 @@ -62097,12 +62097,12 @@ input metis_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_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: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_StableSwapEvent_filter] + or: [optimismsepolia_swap_StableSwapEvent_filter] } -enum metis_swap_StableSwapEvent_orderBy { +enum optimismsepolia_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -62127,10 +62127,10 @@ enum metis_swap_StableSwapEvent_orderBy { nonce } -type metis_swap_StableSwapExchange { +type optimismsepolia_swap_StableSwapExchange { id: ID! - stableSwap: metis_swap_StableSwap! - buyer: metis_swap_Bytes! + stableSwap: optimismsepolia_swap_StableSwap! + buyer: optimismsepolia_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -62139,11 +62139,11 @@ type metis_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: metis_swap_Bytes! + transaction: optimismsepolia_swap_Bytes! nonce: BigInt! } -input metis_swap_StableSwapExchange_filter { +input optimismsepolia_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -62172,17 +62172,17 @@ input metis_swap_StableSwapExchange_filter { 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 + 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 @@ -62245,16 +62245,16 @@ input metis_swap_StableSwapExchange_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 + 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 @@ -62264,12 +62264,12 @@ input metis_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_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: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_StableSwapExchange_filter] + or: [optimismsepolia_swap_StableSwapExchange_filter] } -enum metis_swap_StableSwapExchange_orderBy { +enum optimismsepolia_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -62301,10 +62301,10 @@ enum metis_swap_StableSwapExchange_orderBy { nonce } -type metis_swap_StableSwapRemoveLiquidityEvent implements metis_swap_StableSwapEvent { +type optimismsepolia_swap_StableSwapRemoveLiquidityEvent implements optimismsepolia_swap_StableSwapEvent { id: ID! - stableSwap: metis_swap_StableSwap! - provider: metis_swap_Bytes! + stableSwap: optimismsepolia_swap_StableSwap! + provider: optimismsepolia_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -62313,11 +62313,11 @@ type metis_swap_StableSwapRemoveLiquidityEvent implements metis_swap_StableSwapE balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: metis_swap_Bytes! + transaction: optimismsepolia_swap_Bytes! nonce: BigInt! } -input metis_swap_StableSwapRemoveLiquidityEvent_filter { +input optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -62346,17 +62346,17 @@ input metis_swap_StableSwapRemoveLiquidityEvent_filter { 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 + 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!] @@ -62415,16 +62415,16 @@ 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 + 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 @@ -62434,12 +62434,12 @@ input metis_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_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: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter] + or: [optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter] } -enum metis_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum optimismsepolia_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -62471,7 +62471,7 @@ enum metis_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input metis_swap_StableSwap_filter { +input optimismsepolia_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -62484,26 +62484,26 @@ 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 + 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 @@ -62512,26 +62512,26 @@ input metis_swap_StableSwap_filter { 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 + 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 @@ -62580,12 +62580,12 @@ input metis_swap_StableSwap_filter { 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!] + 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!] @@ -62628,18 +62628,18 @@ input metis_swap_StableSwap_filter { 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 + 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: metis_swap_BlockChangedFilter - and: [metis_swap_StableSwap_filter] - or: [metis_swap_StableSwap_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_StableSwap_filter] + or: [optimismsepolia_swap_StableSwap_filter] } -enum metis_swap_StableSwap_orderBy { +enum optimismsepolia_swap_StableSwap_orderBy { id isActive key @@ -62667,14 +62667,14 @@ enum metis_swap_StableSwap_orderBy { weeklyVolumes } -type metis_swap_SwapDailyVolume implements metis_swap_SwapTradeVolume { +type optimismsepolia_swap_SwapDailyVolume implements optimismsepolia_swap_SwapTradeVolume { id: ID! - stableSwap: metis_swap_StableSwap! + stableSwap: optimismsepolia_swap_StableSwap! timestamp: BigInt! - volume: metis_swap_BigDecimal! + volume: optimismsepolia_swap_BigDecimal! } -input metis_swap_SwapDailyVolume_filter { +input optimismsepolia_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -62703,7 +62703,7 @@ input metis_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: metis_swap_StableSwap_filter + stableSwap_: optimismsepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -62712,21 +62712,21 @@ input metis_swap_SwapDailyVolume_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!] + 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: metis_swap_BlockChangedFilter - and: [metis_swap_SwapDailyVolume_filter] - or: [metis_swap_SwapDailyVolume_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_SwapDailyVolume_filter] + or: [optimismsepolia_swap_SwapDailyVolume_filter] } -enum metis_swap_SwapDailyVolume_orderBy { +enum optimismsepolia_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -62749,14 +62749,14 @@ enum metis_swap_SwapDailyVolume_orderBy { volume } -type metis_swap_SwapHourlyVolume implements metis_swap_SwapTradeVolume { +type optimismsepolia_swap_SwapHourlyVolume implements optimismsepolia_swap_SwapTradeVolume { id: ID! - stableSwap: metis_swap_StableSwap! + stableSwap: optimismsepolia_swap_StableSwap! timestamp: BigInt! - volume: metis_swap_BigDecimal! + volume: optimismsepolia_swap_BigDecimal! } -input metis_swap_SwapHourlyVolume_filter { +input optimismsepolia_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -62785,7 +62785,7 @@ input metis_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: metis_swap_StableSwap_filter + stableSwap_: optimismsepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -62794,21 +62794,21 @@ input metis_swap_SwapHourlyVolume_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!] + 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: metis_swap_BlockChangedFilter - and: [metis_swap_SwapHourlyVolume_filter] - or: [metis_swap_SwapHourlyVolume_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_SwapHourlyVolume_filter] + or: [optimismsepolia_swap_SwapHourlyVolume_filter] } -enum metis_swap_SwapHourlyVolume_orderBy { +enum optimismsepolia_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -62831,13 +62831,13 @@ enum metis_swap_SwapHourlyVolume_orderBy { volume } -interface metis_swap_SwapTradeVolume { - stableSwap: metis_swap_StableSwap! +interface optimismsepolia_swap_SwapTradeVolume { + stableSwap: optimismsepolia_swap_StableSwap! timestamp: BigInt! - volume: metis_swap_BigDecimal! + volume: optimismsepolia_swap_BigDecimal! } -input metis_swap_SwapTradeVolume_filter { +input optimismsepolia_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -62858,7 +62858,7 @@ input metis_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: metis_swap_StableSwap_filter + stableSwap_: optimismsepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -62867,21 +62867,21 @@ input metis_swap_SwapTradeVolume_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!] + 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: metis_swap_BlockChangedFilter - and: [metis_swap_SwapTradeVolume_filter] - or: [metis_swap_SwapTradeVolume_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_SwapTradeVolume_filter] + or: [optimismsepolia_swap_SwapTradeVolume_filter] } -enum metis_swap_SwapTradeVolume_orderBy { +enum optimismsepolia_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -62903,14 +62903,14 @@ enum metis_swap_SwapTradeVolume_orderBy { volume } -type metis_swap_SwapWeeklyVolume implements metis_swap_SwapTradeVolume { +type optimismsepolia_swap_SwapWeeklyVolume implements optimismsepolia_swap_SwapTradeVolume { id: ID! - stableSwap: metis_swap_StableSwap! + stableSwap: optimismsepolia_swap_StableSwap! timestamp: BigInt! - volume: metis_swap_BigDecimal! + volume: optimismsepolia_swap_BigDecimal! } -input metis_swap_SwapWeeklyVolume_filter { +input optimismsepolia_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -62939,7 +62939,7 @@ input metis_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: metis_swap_StableSwap_filter + stableSwap_: optimismsepolia_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -62948,21 +62948,21 @@ 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!] + 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: metis_swap_BlockChangedFilter - and: [metis_swap_SwapWeeklyVolume_filter] - or: [metis_swap_SwapWeeklyVolume_filter] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_SwapWeeklyVolume_filter] + or: [optimismsepolia_swap_SwapWeeklyVolume_filter] } -enum metis_swap_SwapWeeklyVolume_orderBy { +enum optimismsepolia_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -62985,13 +62985,13 @@ enum metis_swap_SwapWeeklyVolume_orderBy { volume } -type metis_swap_SystemInfo { +type optimismsepolia_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input metis_swap_SystemInfo_filter { +input optimismsepolia_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -63017,30 +63017,30 @@ input metis_swap_SystemInfo_filter { 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] + _change_block: optimismsepolia_swap_BlockChangedFilter + and: [optimismsepolia_swap_SystemInfo_filter] + or: [optimismsepolia_swap_SystemInfo_filter] } -enum metis_swap_SystemInfo_orderBy { +enum optimismsepolia_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type metis_swap__Block_ { +type optimismsepolia_swap__Block_ { """The hash of the block""" - hash: metis_swap_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: metis_swap_Bytes + parentHash: optimismsepolia_swap_Bytes } """The type for the top-level _meta field""" -type metis_swap__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 @@ -63048,55 +63048,85 @@ type metis_swap__Meta_ { and therefore asks for the latest block """ - block: metis_swap__Block_! + block: optimismsepolia_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -enum zksync_swap_Aggregation_interval { - hour - day -} - -scalar zksync_swap_BigDecimal - -input zksync_swap_BlockChangedFilter { - number_gte: Int! +type sepolia_AggregateRootSavedSlow { + id: ID! + aggregateRoot: sepolia_Bytes! + count: BigInt! + aggregatedRoots: [sepolia_Bytes!] + rootTimestamp: BigInt! } -input zksync_swap_Block_height { - hash: zksync_swap_Bytes - number: Int - number_gte: Int +input sepolia_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: 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 + 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: [sepolia_Bytes!] + aggregatedRoots_not: [sepolia_Bytes!] + aggregatedRoots_contains: [sepolia_Bytes!] + aggregatedRoots_contains_nocase: [sepolia_Bytes!] + aggregatedRoots_not_contains: [sepolia_Bytes!] + aggregatedRoots_not_contains_nocase: [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!] + """Filter for the block changed event.""" + _change_block: sepolia_BlockChangedFilter + and: [sepolia_AggregateRootSavedSlow_filter] + or: [sepolia_AggregateRootSavedSlow_filter] } -scalar zksync_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar zksync_swap_Int8 - -type zksync_swap_LpAccount { - 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!]! +enum sepolia_AggregateRootSavedSlow_orderBy { + id + aggregateRoot + count + aggregatedRoots + rootTimestamp } -type zksync_swap_LpAccountBalance { +type sepolia_AggregatedMessageRoot { id: ID! - account: zksync_swap_LpAccount! - token: zksync_swap_LpToken! - amount: zksync_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: zksync_swap_Bytes + index: BigInt! + receivedRoot: sepolia_Bytes! + domain: BigInt + blockNumber: BigInt } -input zksync_swap_LpAccountBalance_filter { +input sepolia_AggregatedMessageRoot_filter { id: ID id_not: ID id_gt: ID @@ -63105,107 +63135,69 @@ 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 + 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: sepolia_Bytes + receivedRoot_not: sepolia_Bytes + receivedRoot_gt: sepolia_Bytes + receivedRoot_lt: sepolia_Bytes + receivedRoot_gte: sepolia_Bytes + receivedRoot_lte: sepolia_Bytes + receivedRoot_in: [sepolia_Bytes!] + receivedRoot_not_in: [sepolia_Bytes!] + receivedRoot_contains: sepolia_Bytes + receivedRoot_not_contains: sepolia_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: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpAccountBalance_filter] - or: [zksync_swap_LpAccountBalance_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_AggregatedMessageRoot_filter] + or: [sepolia_AggregatedMessageRoot_filter] } -enum zksync_swap_LpAccountBalance_orderBy { +enum sepolia_AggregatedMessageRoot_orderBy { id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction + index + receivedRoot + domain + blockNumber } -input zksync_swap_LpAccount_filter { +enum sepolia_Aggregation_interval { + hour + day +} + +type sepolia_ArbitrumConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! +} + +input sepolia_ArbitrumConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -63214,51 +63206,77 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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: 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpAccount_filter] - or: [zksync_swap_LpAccount_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_ArbitrumConnectorMeta_filter] + or: [sepolia_ArbitrumConnectorMeta_filter] } -enum zksync_swap_LpAccount_orderBy { +enum sepolia_ArbitrumConnectorMeta_orderBy { id - address - balances -} - -type zksync_swap_LpToken { - 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!]! + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -interface zksync_swap_LpTokenEvent { +type sepolia_AvalancheConnectorMeta { id: ID! - token: zksync_swap_LpToken! - amount: zksync_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: zksync_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! } -input zksync_swap_LpTokenEvent_filter { +input sepolia_AvalancheConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -63267,92 +63285,77 @@ 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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: 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpTokenEvent_filter] - or: [zksync_swap_LpTokenEvent_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_AvalancheConnectorMeta_filter] + or: [sepolia_AvalancheConnectorMeta_filter] } -enum zksync_swap_LpTokenEvent_orderBy { +enum sepolia_AvalancheConnectorMeta_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 } -input zksync_swap_LpToken_filter { +type sepolia_BaseConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! +} + +input sepolia_BaseConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -63361,142 +63364,89 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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: 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpToken_filter] - or: [zksync_swap_LpToken_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_BaseConnectorMeta_filter] + or: [sepolia_BaseConnectorMeta_filter] } -enum zksync_swap_LpToken_orderBy { +enum sepolia_BaseConnectorMeta_orderBy { id - address - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - decimals - name - symbol - totalSupply - events + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type zksync_swap_LpTransferEvent implements zksync_swap_LpTokenEvent { +scalar sepolia_BigDecimal + +input sepolia_BlockChangedFilter { + number_gte: Int! +} + +input sepolia_Block_height { + hash: sepolia_Bytes + number: Int + number_gte: Int +} + +type sepolia_BnbConnectorMeta { 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! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! } -input zksync_swap_LpTransferEvent_filter { +input sepolia_BnbConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -63505,143 +63455,79 @@ 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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: 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_LpTransferEvent_filter] - or: [zksync_swap_LpTransferEvent_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_BnbConnectorMeta_filter] + or: [sepolia_BnbConnectorMeta_filter] } -enum zksync_swap_LpTransferEvent_orderBy { +enum sepolia_BnbConnectorMeta_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from - to - fromBalance - toBalance - block - timestamp - transaction - nonce + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -"""Defines the order direction, either ascending or descending""" -enum zksync_swap_OrderDirection { - asc - desc -} +scalar sepolia_Bytes -type zksync_swap_PooledToken { +type sepolia_GnosisConnectorMeta { id: ID! - asset: zksync_swap_Bytes! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! } -input zksync_swap_PooledToken_filter { +input sepolia_GnosisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -63650,72 +63536,73 @@ 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: 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_PooledToken_filter] - or: [zksync_swap_PooledToken_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_GnosisConnectorMeta_filter] + or: [sepolia_GnosisConnectorMeta_filter] } -enum zksync_swap_PooledToken_orderBy { +enum sepolia_GnosisConnectorMeta_orderBy { id - asset + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type zksync_swap_StableSwap { +type sepolia_HubDomain { 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!] -} - -type zksync_swap_StableSwapAddLiquidityEvent implements zksync_swap_StableSwapEvent { - 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! } -input zksync_swap_StableSwapAddLiquidityEvent_filter { +input sepolia_HubDomain_filter { id: ID id_not: ID id_gt: ID @@ -63724,161 +63611,33 @@ 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 - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_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: zksync_swap_BlockChangedFilter - and: [zksync_swap_StableSwapAddLiquidityEvent_filter] - or: [zksync_swap_StableSwapAddLiquidityEvent_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_HubDomain_filter] + or: [sepolia_HubDomain_filter] } -enum zksync_swap_StableSwapAddLiquidityEvent_orderBy { +enum sepolia_HubDomain_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + domain } -interface zksync_swap_StableSwapEvent { +type sepolia_HubOptimisticRootFinalized { id: ID! - stableSwap: zksync_swap_StableSwap! - block: BigInt! + aggregateRoot: sepolia_Bytes! timestamp: BigInt! - transaction: zksync_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input zksync_swap_StableSwapEvent_filter { +input sepolia_HubOptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -63887,35 +63646,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: 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 @@ -63924,72 +63664,43 @@ 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: sepolia_BlockChangedFilter + and: [sepolia_HubOptimisticRootFinalized_filter] + or: [sepolia_HubOptimisticRootFinalized_filter] } -enum zksync_swap_StableSwapEvent_orderBy { +enum sepolia_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 - block + aggregateRoot timestamp - transaction - nonce + blockNumber } -type zksync_swap_StableSwapExchange { +""" +8 bytes signed integer + +""" +scalar sepolia_Int8 + +type sepolia_LineaConnectorMeta { 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! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! } -input zksync_swap_StableSwapExchange_filter { +input sepolia_LineaConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -63998,172 +63709,77 @@ 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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: 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_StableSwapExchange_filter] - or: [zksync_swap_StableSwapExchange_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_LineaConnectorMeta_filter] + or: [sepolia_LineaConnectorMeta_filter] } -enum zksync_swap_StableSwapExchange_orderBy { +enum sepolia_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 - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block - timestamp - transaction - nonce + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type zksync_swap_StableSwapRemoveLiquidityEvent implements zksync_swap_StableSwapEvent { +type sepolia_MantleConnectorMeta { 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! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! } -input zksync_swap_StableSwapRemoveLiquidityEvent_filter { +input sepolia_MantleConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -64172,152 +63788,77 @@ 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 - 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: 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_StableSwapRemoveLiquidityEvent_filter] - or: [zksync_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_MantleConnectorMeta_filter] + or: [sepolia_MantleConnectorMeta_filter] } -enum zksync_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum sepolia_MantleConnectorMeta_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - 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 zksync_swap_StableSwap_filter { +type sepolia_MetisConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! +} + +input sepolia_MetisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -64326,201 +63867,77 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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: 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_StableSwap_filter] - or: [zksync_swap_StableSwap_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_MetisConnectorMeta_filter] + or: [sepolia_MetisConnectorMeta_filter] } -enum zksync_swap_StableSwap_orderBy { +enum sepolia_MetisConnectorMeta_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 zksync_swap_SwapDailyVolume implements zksync_swap_SwapTradeVolume { +type sepolia_ModeConnectorMeta { id: ID! - stableSwap: zksync_swap_StableSwap! - timestamp: BigInt! - volume: zksync_swap_BigDecimal! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! } -input zksync_swap_SwapDailyVolume_filter { +input sepolia_ModeConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -64529,81 +63946,78 @@ 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 - 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_SwapDailyVolume_filter] - or: [zksync_swap_SwapDailyVolume_filter] -} - -enum zksync_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 zksync_swap_SwapHourlyVolume implements zksync_swap_SwapTradeVolume { - id: ID! - stableSwap: zksync_swap_StableSwap! - timestamp: BigInt! - volume: zksync_swap_BigDecimal! -} - -input zksync_swap_SwapHourlyVolume_filter { - id: 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: 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: sepolia_BlockChangedFilter + and: [sepolia_ModeConnectorMeta_filter] + or: [sepolia_ModeConnectorMeta_filter] +} + +enum sepolia_ModeConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type sepolia_OptimismConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! +} + +input sepolia_OptimismConnectorMeta_filter { + id: ID id_not: ID id_gt: ID id_lt: ID @@ -64611,100 +64025,104 @@ 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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: 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_SwapHourlyVolume_filter] - or: [zksync_swap_SwapHourlyVolume_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_OptimismConnectorMeta_filter] + or: [sepolia_OptimismConnectorMeta_filter] } -enum zksync_swap_SwapHourlyVolume_orderBy { +enum sepolia_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 - timestamp - volume + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -interface zksync_swap_SwapTradeVolume { - stableSwap: zksync_swap_StableSwap! +type sepolia_OptimisticRootPropagated { + id: ID! + aggregateRoot: sepolia_Bytes! + domainsHash: sepolia_Bytes! timestamp: BigInt! - volume: zksync_swap_BigDecimal! + blockNumber: BigInt } -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 +input sepolia_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: 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 + domainsHash: sepolia_Bytes + domainsHash_not: sepolia_Bytes + domainsHash_gt: sepolia_Bytes + domainsHash_lt: sepolia_Bytes + domainsHash_gte: sepolia_Bytes + domainsHash_lte: sepolia_Bytes + domainsHash_in: [sepolia_Bytes!] + domainsHash_not_in: [sepolia_Bytes!] + domainsHash_contains: sepolia_Bytes + domainsHash_not_contains: sepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -64713,50 +64131,40 @@ input zksync_swap_SwapTradeVolume_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!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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_SwapTradeVolume_filter] - or: [zksync_swap_SwapTradeVolume_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_OptimisticRootPropagated_filter] + or: [sepolia_OptimisticRootPropagated_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 +enum sepolia_OptimisticRootPropagated_orderBy { + id + aggregateRoot + domainsHash timestamp - volume + blockNumber } -type zksync_swap_SwapWeeklyVolume implements zksync_swap_SwapTradeVolume { +type sepolia_OptimisticRootProposed { id: ID! - stableSwap: zksync_swap_StableSwap! + disputeCliff: BigInt! + aggregateRoot: sepolia_Bytes! + snapshotsRoots: [sepolia_Bytes!] + domains: [BigInt!] + baseAggregateRoot: sepolia_Bytes! timestamp: BigInt! - volume: zksync_swap_BigDecimal! + blockNumber: BigInt } -input zksync_swap_SwapWeeklyVolume_filter { +input sepolia_OptimisticRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -64765,27 +64173,46 @@ 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 + 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: 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 + snapshotsRoots: [sepolia_Bytes!] + snapshotsRoots_not: [sepolia_Bytes!] + snapshotsRoots_contains: [sepolia_Bytes!] + snapshotsRoots_contains_nocase: [sepolia_Bytes!] + snapshotsRoots_not_contains: [sepolia_Bytes!] + snapshotsRoots_not_contains_nocase: [sepolia_Bytes!] + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + baseAggregateRoot: sepolia_Bytes + baseAggregateRoot_not: sepolia_Bytes + baseAggregateRoot_gt: sepolia_Bytes + baseAggregateRoot_lt: sepolia_Bytes + baseAggregateRoot_gte: sepolia_Bytes + baseAggregateRoot_lte: sepolia_Bytes + baseAggregateRoot_in: [sepolia_Bytes!] + baseAggregateRoot_not_in: [sepolia_Bytes!] + baseAggregateRoot_contains: sepolia_Bytes + baseAggregateRoot_not_contains: sepolia_Bytes timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -64794,50 +64221,47 @@ input zksync_swap_SwapWeeklyVolume_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!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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: sepolia_BlockChangedFilter + and: [sepolia_OptimisticRootProposed_filter] + or: [sepolia_OptimisticRootProposed_filter] } -enum zksync_swap_SwapWeeklyVolume_orderBy { +enum sepolia_OptimisticRootProposed_orderBy { id - stableSwap - stableSwap__id - stableSwap__isActive - stableSwap__key - stableSwap__canonicalId - stableSwap__domain - stableSwap__swapPool - stableSwap__lpToken - stableSwap__initialA - stableSwap__futureA - stableSwap__initialATime - stableSwap__futureATime - stableSwap__swapFee - stableSwap__adminFee - stableSwap__virtualPrice - stableSwap__invariant - stableSwap__lpTokenSupply + disputeCliff + aggregateRoot + snapshotsRoots + domains + baseAggregateRoot timestamp - volume + blockNumber } -type zksync_swap_SystemInfo { +"""Defines the order direction, either ascending or descending""" +enum sepolia_OrderDirection { + asc + desc +} + +type sepolia_PolygonConnectorMeta { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! } -input zksync_swap_SystemInfo_filter { +input sepolia_PolygonConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -64846,103 +64270,208 @@ 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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: 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: zksync_swap_BlockChangedFilter - and: [zksync_swap_SystemInfo_filter] - or: [zksync_swap_SystemInfo_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_PolygonConnectorMeta_filter] + or: [sepolia_PolygonConnectorMeta_filter] } -enum zksync_swap_SystemInfo_orderBy { +enum sepolia_PolygonConnectorMeta_orderBy { id - exchangeCount - swapCount + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type zksync_swap__Block_ { - """The hash of the block""" - 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: zksync_swap_Bytes +type sepolia_PolygonZkConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! } -"""The type for the top-level _meta field""" -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 - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: zksync_swap__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! +input sepolia_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: 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: sepolia_BlockChangedFilter + and: [sepolia_PolygonZkConnectorMeta_filter] + or: [sepolia_PolygonZkConnectorMeta_filter] } -enum arbitrumsepolia_swap_Aggregation_interval { - hour - day +enum sepolia_PolygonZkConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -scalar arbitrumsepolia_swap_BigDecimal - -input arbitrumsepolia_swap_BlockChangedFilter { - number_gte: Int! +type sepolia_RootAggregated { + id: ID! + domain: BigInt! + receivedRoot: sepolia_Bytes! + index: BigInt! } -input arbitrumsepolia_swap_Block_height { - hash: arbitrumsepolia_swap_Bytes - number: Int - number_gte: Int +input sepolia_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: sepolia_Bytes + receivedRoot_not: sepolia_Bytes + receivedRoot_gt: sepolia_Bytes + receivedRoot_lt: sepolia_Bytes + receivedRoot_gte: sepolia_Bytes + receivedRoot_lte: sepolia_Bytes + receivedRoot_in: [sepolia_Bytes!] + receivedRoot_not_in: [sepolia_Bytes!] + receivedRoot_contains: sepolia_Bytes + receivedRoot_not_contains: sepolia_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: sepolia_BlockChangedFilter + and: [sepolia_RootAggregated_filter] + or: [sepolia_RootAggregated_filter] } -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!]! +enum sepolia_RootAggregated_orderBy { + id + domain + receivedRoot + index } -type arbitrumsepolia_swap_LpAccountBalance { +type sepolia_RootManagerMeta { id: ID! - account: arbitrumsepolia_swap_LpAccount! - token: arbitrumsepolia_swap_LpToken! - amount: arbitrumsepolia_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: arbitrumsepolia_swap_Bytes + domains: [BigInt!] + connectors: [sepolia_Bytes!] } -input arbitrumsepolia_swap_LpAccountBalance_filter { +input sepolia_RootManagerMeta_filter { id: ID id_not: ID id_gt: ID @@ -64951,107 +64480,36 @@ input arbitrumsepolia_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_: 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 + domains: [BigInt!] + domains_not: [BigInt!] + domains_contains: [BigInt!] + domains_contains_nocase: [BigInt!] + domains_not_contains: [BigInt!] + domains_not_contains_nocase: [BigInt!] + connectors: [sepolia_Bytes!] + connectors_not: [sepolia_Bytes!] + connectors_contains: [sepolia_Bytes!] + connectors_contains_nocase: [sepolia_Bytes!] + connectors_not_contains: [sepolia_Bytes!] + connectors_not_contains_nocase: [sepolia_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_BlockChangedFilter + and: [sepolia_RootManagerMeta_filter] + or: [sepolia_RootManagerMeta_filter] } -enum arbitrumsepolia_swap_LpAccountBalance_orderBy { +enum sepolia_RootManagerMeta_orderBy { id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction + domains + connectors } -input arbitrumsepolia_swap_LpAccount_filter { +type sepolia_RootManagerMode { + id: ID! + mode: String! +} + +input sepolia_RootManagerMode_filter { id: ID id_not: ID id_gt: ID @@ -65060,51 +64518,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 + 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_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_LpAccount_filter] - or: [arbitrumsepolia_swap_LpAccount_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RootManagerMode_filter] + or: [sepolia_RootManagerMode_filter] } -enum arbitrumsepolia_swap_LpAccount_orderBy { +enum sepolia_RootManagerMode_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!]! + mode } -interface arbitrumsepolia_swap_LpTokenEvent { +type sepolia_RootMessageProcessed { id: ID! - token: arbitrumsepolia_swap_LpToken! - amount: arbitrumsepolia_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: arbitrumsepolia_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + root: sepolia_Bytes + caller: sepolia_Bytes + transactionHash: sepolia_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input arbitrumsepolia_swap_LpTokenEvent_filter { +input sepolia_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -65113,43 +64571,52 @@ input arbitrumsepolia_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_: 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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: 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 + 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 @@ -65158,45 +64625,676 @@ 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 - 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: arbitrumsepolia_swap_BlockChangedFilter - and: [arbitrumsepolia_swap_LpTokenEvent_filter] - or: [arbitrumsepolia_swap_LpTokenEvent_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RootMessageProcessed_filter] + or: [sepolia_RootMessageProcessed_filter] } -enum arbitrumsepolia_swap_LpTokenEvent_orderBy { +enum sepolia_RootMessageProcessed_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - timestamp - transaction - nonce -} + spokeDomain + hubDomain + root + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type sepolia_RootPropagated { + id: ID! + aggregate: sepolia_Bytes! + domainsHash: sepolia_Bytes! + count: BigInt! + blockNumber: BigInt +} + +input sepolia_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: sepolia_Bytes + aggregate_not: sepolia_Bytes + aggregate_gt: sepolia_Bytes + aggregate_lt: sepolia_Bytes + aggregate_gte: sepolia_Bytes + aggregate_lte: sepolia_Bytes + aggregate_in: [sepolia_Bytes!] + aggregate_not_in: [sepolia_Bytes!] + aggregate_contains: sepolia_Bytes + aggregate_not_contains: sepolia_Bytes + domainsHash: sepolia_Bytes + domainsHash_not: sepolia_Bytes + domainsHash_gt: sepolia_Bytes + domainsHash_lt: sepolia_Bytes + domainsHash_gte: sepolia_Bytes + domainsHash_lte: sepolia_Bytes + domainsHash_in: [sepolia_Bytes!] + domainsHash_not_in: [sepolia_Bytes!] + domainsHash_contains: sepolia_Bytes + domainsHash_not_contains: sepolia_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: sepolia_BlockChangedFilter + and: [sepolia_RootPropagated_filter] + or: [sepolia_RootPropagated_filter] +} + +enum sepolia_RootPropagated_orderBy { + id + aggregate + domainsHash + count + blockNumber +} + +type sepolia_ScrollConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! +} + +input sepolia_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: 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: sepolia_BlockChangedFilter + and: [sepolia_ScrollConnectorMeta_filter] + or: [sepolia_ScrollConnectorMeta_filter] +} + +enum sepolia_ScrollConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type sepolia_X1ConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! +} + +input sepolia_X1ConnectorMeta_filter { + 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: 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: sepolia_BlockChangedFilter + and: [sepolia_X1ConnectorMeta_filter] + or: [sepolia_X1ConnectorMeta_filter] +} + +enum sepolia_X1ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type sepolia_ZkSyncConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: sepolia_Bytes! + rootManager: sepolia_Bytes! + mirrorConnector: sepolia_Bytes! +} + +input sepolia_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: 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: sepolia_BlockChangedFilter + and: [sepolia_ZkSyncConnectorMeta_filter] + or: [sepolia_ZkSyncConnectorMeta_filter] +} + +enum sepolia_ZkSyncConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type sepolia__Block_ { + """The hash of the block""" + hash: sepolia_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_Bytes +} + +"""The type for the top-level _meta field""" +type sepolia__Meta_ { + """ + Information 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: sepolia__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 @@ -66747,48 +66845,23 @@ type arbitrumsepolia_swap__Meta_ { 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 { +type arbitrumsepolia_AggregateRoot { 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!]! + root: arbitrumsepolia_Bytes! + blockNumber: BigInt! } -type optimismsepolia_swap_LpAccountBalance { +type arbitrumsepolia_AggregateRootProposed { id: ID! - account: optimismsepolia_swap_LpAccount! - token: optimismsepolia_swap_LpToken! - amount: optimismsepolia_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: optimismsepolia_swap_Bytes + aggregateRoot: arbitrumsepolia_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt } -input optimismsepolia_swap_LpAccountBalance_filter { +input arbitrumsepolia_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -66797,107 +66870,73 @@ input optimismsepolia_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_: 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 + 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: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_LpAccountBalance_filter] - or: [optimismsepolia_swap_LpAccountBalance_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_AggregateRootProposed_filter] + or: [arbitrumsepolia_AggregateRootProposed_filter] } -enum optimismsepolia_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 optimismsepolia_swap_LpAccount_filter { +input arbitrumsepolia_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -66906,51 +66945,66 @@ 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 + 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: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_LpAccount_filter] - or: [optimismsepolia_swap_LpAccount_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_AggregateRoot_filter] + or: [arbitrumsepolia_AggregateRoot_filter] } -enum optimismsepolia_swap_LpAccount_orderBy { +enum arbitrumsepolia_AggregateRoot_orderBy { id - address - balances + root + blockNumber } -type optimismsepolia_swap_LpToken { +enum arbitrumsepolia_Aggregation_interval { + hour + day +} + +type arbitrumsepolia_Asset { id: ID! - 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!]! + key: arbitrumsepolia_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: arbitrumsepolia_Bytes + canonicalDomain: BigInt + adoptedAsset: arbitrumsepolia_Bytes + localAsset: arbitrumsepolia_Bytes + blockNumber: BigInt + status: arbitrumsepolia_AssetStatus } -interface optimismsepolia_swap_LpTokenEvent { +type arbitrumsepolia_AssetBalance { id: ID! - token: optimismsepolia_swap_LpToken! - amount: optimismsepolia_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: optimismsepolia_swap_Bytes! - nonce: BigInt! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: arbitrumsepolia_Router! + asset: arbitrumsepolia_Asset! + feesEarned: BigInt! } -input optimismsepolia_swap_LpTokenEvent_filter { +input arbitrumsepolia_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -66959,92 +67013,126 @@ input optimismsepolia_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_: 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 - 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!] + 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: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_LpTokenEvent_filter] - or: [optimismsepolia_swap_LpTokenEvent_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_AssetBalance_filter] + or: [arbitrumsepolia_AssetBalance_filter] } -enum optimismsepolia_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 optimismsepolia_swap_LpToken_filter { +type arbitrumsepolia_AssetStatus { + id: ID! + status: Boolean +} + +input arbitrumsepolia_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -67053,142 +67141,22 @@ 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 - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_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 + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_LpToken_filter] - or: [optimismsepolia_swap_LpToken_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_AssetStatus_filter] + or: [arbitrumsepolia_AssetStatus_filter] } -enum optimismsepolia_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 optimismsepolia_swap_LpTransferEvent implements optimismsepolia_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! - block: BigInt! - timestamp: BigInt! - transaction: optimismsepolia_swap_Bytes! - nonce: BigInt! + status } -input optimismsepolia_swap_LpTransferEvent_filter { +input arbitrumsepolia_Asset_filter { id: ID id_not: ID id_gt: ID @@ -67197,143 +67165,144 @@ input optimismsepolia_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_: 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 - 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!] + 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: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_LpTransferEvent_filter] - or: [optimismsepolia_swap_LpTransferEvent_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_Asset_filter] + or: [arbitrumsepolia_Asset_filter] } -enum optimismsepolia_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 optimismsepolia_swap_OrderDirection { - asc - desc +scalar arbitrumsepolia_BigDecimal + +input arbitrumsepolia_BlockChangedFilter { + number_gte: Int! } -type optimismsepolia_swap_PooledToken { +input arbitrumsepolia_Block_height { + hash: arbitrumsepolia_Bytes + number: Int + number_gte: Int +} + +scalar arbitrumsepolia_Bytes + +type arbitrumsepolia_ConnectorMeta { id: ID! - asset: optimismsepolia_swap_Bytes! + spokeDomain: BigInt + hubDomain: BigInt + amb: arbitrumsepolia_Bytes + rootManager: arbitrumsepolia_Bytes + mirrorConnector: arbitrumsepolia_Bytes } -input optimismsepolia_swap_PooledToken_filter { +input arbitrumsepolia_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -67342,72 +67311,109 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_PooledToken_filter] - or: [optimismsepolia_swap_PooledToken_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_ConnectorMeta_filter] + or: [arbitrumsepolia_ConnectorMeta_filter] } -enum optimismsepolia_swap_PooledToken_orderBy { +enum arbitrumsepolia_ConnectorMeta_orderBy { id - asset -} - -type optimismsepolia_swap_StableSwap { - id: ID! - 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!] + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type optimismsepolia_swap_StableSwapAddLiquidityEvent implements optimismsepolia_swap_StableSwapEvent { +type arbitrumsepolia_DestinationTransfer { 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! + 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 optimismsepolia_swap_StableSwapAddLiquidityEvent_filter { +input arbitrumsepolia_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -67416,105 +67422,24 @@ input optimismsepolia_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_: 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 + 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 @@ -67523,54 +67448,374 @@ input optimismsepolia_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: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_StableSwapAddLiquidityEvent_filter] - or: [optimismsepolia_swap_StableSwapAddLiquidityEvent_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_DestinationTransfer_filter] + or: [arbitrumsepolia_DestinationTransfer_filter] } -enum optimismsepolia_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 optimismsepolia_swap_StableSwapEvent { +""" +8 bytes signed integer + +""" +scalar arbitrumsepolia_Int8 + +type arbitrumsepolia_OptimisticRootFinalized { id: ID! - stableSwap: optimismsepolia_swap_StableSwap! - block: BigInt! + aggregateRoot: arbitrumsepolia_Bytes! timestamp: BigInt! - transaction: optimismsepolia_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input optimismsepolia_swap_StableSwapEvent_filter { +input arbitrumsepolia_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -67579,35 +67824,16 @@ input optimismsepolia_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_: 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!] + 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 @@ -67616,72 +67842,47 @@ 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 - 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: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_StableSwapEvent_filter] - or: [optimismsepolia_swap_StableSwapEvent_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_OptimisticRootFinalized_filter] + or: [arbitrumsepolia_OptimisticRootFinalized_filter] } -enum optimismsepolia_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 optimismsepolia_swap_StableSwapExchange { +"""Defines the order direction, either ascending or descending""" +enum arbitrumsepolia_OrderDirection { + asc + desc +} + +type arbitrumsepolia_OriginMessage { id: ID! - stableSwap: optimismsepolia_swap_StableSwap! - buyer: optimismsepolia_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! - timestamp: BigInt! - transaction: optimismsepolia_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 optimismsepolia_swap_StableSwapExchange_filter { +input arbitrumsepolia_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -67690,172 +67891,158 @@ input optimismsepolia_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_: 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 - 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!] + 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: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_StableSwapExchange_filter] - or: [optimismsepolia_swap_StableSwapExchange_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_OriginMessage_filter] + or: [arbitrumsepolia_OriginMessage_filter] } -enum optimismsepolia_swap_StableSwapExchange_orderBy { +enum 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 } -type optimismsepolia_swap_StableSwapRemoveLiquidityEvent implements optimismsepolia_swap_StableSwapEvent { +type arbitrumsepolia_OriginTransfer { 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! + 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 + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: arbitrumsepolia_Bytes + txNonce: BigInt } -input optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter { +input arbitrumsepolia_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -67864,105 +68051,24 @@ input optimismsepolia_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_: 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 + 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 @@ -67971,45 +68077,342 @@ input optimismsepolia_swap_StableSwapRemoveLiquidityEvent_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: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter] - or: [optimismsepolia_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_OriginTransfer_filter] + or: [arbitrumsepolia_OriginTransfer_filter] } -enum optimismsepolia_swap_StableSwapRemoveLiquidityEvent_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 - 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 optimismsepolia_swap_StableSwap_filter { +type arbitrumsepolia_Relayer { + id: ID! + 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 @@ -68018,201 +68421,101 @@ input optimismsepolia_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: 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 + 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: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_StableSwap_filter] - or: [optimismsepolia_swap_StableSwap_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_RelayerFee_filter] + or: [arbitrumsepolia_RelayerFee_filter] } -enum optimismsepolia_swap_StableSwap_orderBy { +enum 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 } -type optimismsepolia_swap_SwapDailyVolume implements optimismsepolia_swap_SwapTradeVolume { +type arbitrumsepolia_RelayerFeesIncrease { id: ID! - stableSwap: optimismsepolia_swap_StableSwap! + transfer: arbitrumsepolia_OriginTransfer! + increase: BigInt + asset: arbitrumsepolia_Bytes + caller: arbitrumsepolia_Bytes! + transactionHash: arbitrumsepolia_Bytes! timestamp: BigInt! - volume: optimismsepolia_swap_BigDecimal! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input optimismsepolia_swap_SwapDailyVolume_filter { +input arbitrumsepolia_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -68221,27 +68524,65 @@ input optimismsepolia_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_: optimismsepolia_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_: 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 @@ -68250,51 +68591,79 @@ 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!] + 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: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_SwapDailyVolume_filter] - or: [optimismsepolia_swap_SwapDailyVolume_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_RelayerFeesIncrease_filter] + or: [arbitrumsepolia_RelayerFeesIncrease_filter] } -enum optimismsepolia_swap_SwapDailyVolume_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 + 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 optimismsepolia_swap_SwapHourlyVolume implements optimismsepolia_swap_SwapTradeVolume { - id: ID! - stableSwap: optimismsepolia_swap_StableSwap! - timestamp: BigInt! - volume: optimismsepolia_swap_BigDecimal! + gasPrice + gasLimit + blockNumber } -input optimismsepolia_swap_SwapHourlyVolume_filter { +input arbitrumsepolia_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -68303,152 +68672,38 @@ input optimismsepolia_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_: 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!] + isActive: Boolean + 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: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_SwapHourlyVolume_filter] - or: [optimismsepolia_swap_SwapHourlyVolume_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_Relayer_filter] + or: [arbitrumsepolia_Relayer_filter] } -enum optimismsepolia_swap_SwapHourlyVolume_orderBy { +enum 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 -} - -interface optimismsepolia_swap_SwapTradeVolume { - stableSwap: optimismsepolia_swap_StableSwap! - timestamp: BigInt! - volume: optimismsepolia_swap_BigDecimal! -} - -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 - 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: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_SwapTradeVolume_filter] - or: [optimismsepolia_swap_SwapTradeVolume_filter] -} - -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 - volume + isActive + relayer } -type optimismsepolia_swap_SwapWeeklyVolume implements optimismsepolia_swap_SwapTradeVolume { +type arbitrumsepolia_RootCount { id: ID! - stableSwap: optimismsepolia_swap_StableSwap! - timestamp: BigInt! - volume: optimismsepolia_swap_BigDecimal! + count: BigInt } -input optimismsepolia_swap_SwapWeeklyVolume_filter { +input arbitrumsepolia_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -68457,169 +68712,6 @@ input optimismsepolia_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_: 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: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_SwapWeeklyVolume_filter] - or: [optimismsepolia_swap_SwapWeeklyVolume_filter] -} - -enum optimismsepolia_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 { - id: ID! - exchangeCount: BigInt! - swapCount: BigInt! -} - -input optimismsepolia_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: optimismsepolia_swap_BlockChangedFilter - and: [optimismsepolia_swap_SystemInfo_filter] - or: [optimismsepolia_swap_SystemInfo_filter] -} - -enum optimismsepolia_swap_SystemInfo_orderBy { - id - exchangeCount - swapCount -} - -type optimismsepolia_swap__Block_ { - """The hash of the block""" - 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: optimismsepolia_swap_Bytes -} - -"""The type for the top-level _meta field""" -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: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type sepolia_AggregateRootSavedSlow { - id: ID! - aggregateRoot: sepolia_Bytes! - count: BigInt! - aggregatedRoots: [sepolia_Bytes!] - rootTimestamp: BigInt! -} - -input sepolia_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: 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 count: BigInt count_not: BigInt count_gt: BigInt @@ -68628,114 +68720,32 @@ input sepolia_AggregateRootSavedSlow_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - aggregatedRoots: [sepolia_Bytes!] - aggregatedRoots_not: [sepolia_Bytes!] - aggregatedRoots_contains: [sepolia_Bytes!] - aggregatedRoots_contains_nocase: [sepolia_Bytes!] - aggregatedRoots_not_contains: [sepolia_Bytes!] - aggregatedRoots_not_contains_nocase: [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!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_AggregateRootSavedSlow_filter] - or: [sepolia_AggregateRootSavedSlow_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_RootCount_filter] + or: [arbitrumsepolia_RootCount_filter] } -enum sepolia_AggregateRootSavedSlow_orderBy { +enum arbitrumsepolia_RootCount_orderBy { id - aggregateRoot count - aggregatedRoots - rootTimestamp } -type sepolia_AggregatedMessageRoot { +type arbitrumsepolia_RootMessageSent { id: ID! - index: BigInt! - receivedRoot: sepolia_Bytes! - domain: BigInt - blockNumber: BigInt -} - -input sepolia_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: sepolia_Bytes - receivedRoot_not: sepolia_Bytes - receivedRoot_gt: sepolia_Bytes - receivedRoot_lt: sepolia_Bytes - receivedRoot_gte: sepolia_Bytes - receivedRoot_lte: sepolia_Bytes - receivedRoot_in: [sepolia_Bytes!] - receivedRoot_not_in: [sepolia_Bytes!] - receivedRoot_contains: sepolia_Bytes - receivedRoot_not_contains: sepolia_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!] + spokeDomain: BigInt + hubDomain: BigInt + root: arbitrumsepolia_Bytes + count: BigInt + caller: arbitrumsepolia_Bytes + transactionHash: arbitrumsepolia_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - 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_AggregatedMessageRoot_filter] - or: [sepolia_AggregatedMessageRoot_filter] -} - -enum sepolia_AggregatedMessageRoot_orderBy { - id - index - receivedRoot - domain - blockNumber -} - -enum sepolia_Aggregation_interval { - hour - day -} - -type sepolia_ArbitrumConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! } -input sepolia_ArbitrumConnectorMeta_filter { +input arbitrumsepolia_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -68760,61 +68770,115 @@ input sepolia_ArbitrumConnectorMeta_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 + 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 + 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: sepolia_BlockChangedFilter - and: [sepolia_ArbitrumConnectorMeta_filter] - or: [sepolia_ArbitrumConnectorMeta_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_RootMessageSent_filter] + or: [arbitrumsepolia_RootMessageSent_filter] } -enum sepolia_ArbitrumConnectorMeta_orderBy { +enum arbitrumsepolia_RootMessageSent_orderBy { id spokeDomain hubDomain - amb - rootManager - mirrorConnector + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber } -type sepolia_AvalancheConnectorMeta { +type arbitrumsepolia_Router { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + 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!]! } -input sepolia_AvalancheConnectorMeta_filter { +type arbitrumsepolia_RouterDailyTVL { + id: ID! + router: arbitrumsepolia_Router! + asset: arbitrumsepolia_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input arbitrumsepolia_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -68823,77 +68887,113 @@ input sepolia_AvalancheConnectorMeta_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: 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 + 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 + 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: sepolia_BlockChangedFilter - and: [sepolia_AvalancheConnectorMeta_filter] - or: [sepolia_AvalancheConnectorMeta_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_RouterDailyTVL_filter] + or: [arbitrumsepolia_RouterDailyTVL_filter] } -enum sepolia_AvalancheConnectorMeta_orderBy { +enum arbitrumsepolia_RouterDailyTVL_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + 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 sepolia_BaseConnectorMeta { +type arbitrumsepolia_RouterLiquidityEvent { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + 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! } -input sepolia_BaseConnectorMeta_filter { +enum arbitrumsepolia_RouterLiquidityEventType { + Add + Remove +} + +input arbitrumsepolia_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -68902,89 +69002,148 @@ input sepolia_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: 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 + type: arbitrumsepolia_RouterLiquidityEventType + type_not: arbitrumsepolia_RouterLiquidityEventType + type_in: [arbitrumsepolia_RouterLiquidityEventType!] + type_not_in: [arbitrumsepolia_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_: 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 + 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: sepolia_BlockChangedFilter - and: [sepolia_BaseConnectorMeta_filter] - or: [sepolia_BaseConnectorMeta_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_RouterLiquidityEvent_filter] + or: [arbitrumsepolia_RouterLiquidityEvent_filter] } -enum sepolia_BaseConnectorMeta_orderBy { +enum arbitrumsepolia_RouterLiquidityEvent_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -scalar sepolia_BigDecimal - -input sepolia_BlockChangedFilter { - number_gte: Int! -} - -input sepolia_Block_height { - hash: sepolia_Bytes - number: Int - number_gte: Int -} - -type sepolia_BnbConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + 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 sepolia_BnbConnectorMeta_filter { +input arbitrumsepolia_Router_filter { id: ID id_not: ID id_gt: ID @@ -68993,79 +69152,72 @@ input sepolia_BnbConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: 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 + 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: sepolia_BlockChangedFilter - and: [sepolia_BnbConnectorMeta_filter] - or: [sepolia_BnbConnectorMeta_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_Router_filter] + or: [arbitrumsepolia_Router_filter] } -enum sepolia_BnbConnectorMeta_orderBy { +enum arbitrumsepolia_Router_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -scalar sepolia_Bytes - -type sepolia_GnosisConnectorMeta { +type arbitrumsepolia_Sequencer { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + isActive: Boolean! + sequencer: arbitrumsepolia_Bytes } -input sepolia_GnosisConnectorMeta_filter { +input arbitrumsepolia_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -69074,73 +69226,39 @@ input sepolia_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: 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 + 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: sepolia_BlockChangedFilter - and: [sepolia_GnosisConnectorMeta_filter] - or: [sepolia_GnosisConnectorMeta_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_Sequencer_filter] + or: [arbitrumsepolia_Sequencer_filter] } -enum sepolia_GnosisConnectorMeta_orderBy { +enum arbitrumsepolia_Sequencer_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + isActive + sequencer } -type sepolia_HubDomain { +type arbitrumsepolia_Setting { id: ID! - domain: BigInt + maxRoutersPerTransfer: BigInt! + caller: arbitrumsepolia_Bytes! } -input sepolia_HubDomain_filter { +input arbitrumsepolia_Setting_filter { id: ID id_not: ID id_gt: ID @@ -69149,33 +69267,49 @@ input sepolia_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!] + 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: sepolia_BlockChangedFilter - and: [sepolia_HubDomain_filter] - or: [sepolia_HubDomain_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_Setting_filter] + or: [arbitrumsepolia_Setting_filter] } -enum sepolia_HubDomain_orderBy { +enum arbitrumsepolia_Setting_orderBy { id - domain + maxRoutersPerTransfer + caller } -type sepolia_HubOptimisticRootFinalized { +type arbitrumsepolia_SlippageUpdate { id: ID! - aggregateRoot: sepolia_Bytes! + transfer: arbitrumsepolia_DestinationTransfer! + slippage: BigInt! + caller: arbitrumsepolia_Bytes! + transactionHash: arbitrumsepolia_Bytes! timestamp: BigInt! - blockNumber: BigInt + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input sepolia_HubOptimisticRootFinalized_filter { +input arbitrumsepolia_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -69184,16 +69318,55 @@ input sepolia_HubOptimisticRootFinalized_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 + 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 + slippage_lt: BigInt + slippage_gte: BigInt + 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 timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -69202,6 +69375,22 @@ input sepolia_HubOptimisticRootFinalized_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -69211,113 +69400,69 @@ input sepolia_HubOptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_HubOptimisticRootFinalized_filter] - or: [sepolia_HubOptimisticRootFinalized_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_SlippageUpdate_filter] + or: [arbitrumsepolia_SlippageUpdate_filter] } -enum sepolia_HubOptimisticRootFinalized_orderBy { +enum arbitrumsepolia_SlippageUpdate_orderBy { id - aggregateRoot + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce + slippage + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber } -""" -8 bytes signed integer - -""" -scalar sepolia_Int8 - -type sepolia_LineaConnectorMeta { +type arbitrumsepolia_SnapshotRoot { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! -} - -input sepolia_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: 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: sepolia_BlockChangedFilter - and: [sepolia_LineaConnectorMeta_filter] - or: [sepolia_LineaConnectorMeta_filter] -} - -enum sepolia_LineaConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type sepolia_MantleConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + root: arbitrumsepolia_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! } -input sepolia_MantleConnectorMeta_filter { +input arbitrumsepolia_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -69334,69 +69479,61 @@ input sepolia_MantleConnectorMeta_filter { spokeDomain_lte: BigInt spokeDomain_in: [BigInt!] spokeDomain_not_in: [BigInt!] - 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: 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 + 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 + 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: sepolia_BlockChangedFilter - and: [sepolia_MantleConnectorMeta_filter] - or: [sepolia_MantleConnectorMeta_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_SnapshotRoot_filter] + or: [arbitrumsepolia_SnapshotRoot_filter] } -enum sepolia_MantleConnectorMeta_orderBy { +enum arbitrumsepolia_SnapshotRoot_orderBy { id spokeDomain - hubDomain - amb - rootManager - mirrorConnector + root + count + timestamp + blockNumber } -type sepolia_MetisConnectorMeta { +type arbitrumsepolia_SpokeConnectorMode { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + mode: String! } -input sepolia_MetisConnectorMeta_filter { +input arbitrumsepolia_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -69405,234 +69542,89 @@ input sepolia_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: 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 + 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: sepolia_BlockChangedFilter - and: [sepolia_MetisConnectorMeta_filter] - or: [sepolia_MetisConnectorMeta_filter] + _change_block: arbitrumsepolia_BlockChangedFilter + and: [arbitrumsepolia_SpokeConnectorMode_filter] + or: [arbitrumsepolia_SpokeConnectorMode_filter] } -enum sepolia_MetisConnectorMeta_orderBy { +enum arbitrumsepolia_SpokeConnectorMode_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + mode } -type sepolia_ModeConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! +enum arbitrumsepolia_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast } -input sepolia_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: 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: sepolia_BlockChangedFilter - and: [sepolia_ModeConnectorMeta_filter] - or: [sepolia_ModeConnectorMeta_filter] +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 } -enum sepolia_ModeConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector +"""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 sepolia_OptimismConnectorMeta { +type optimismsepolia_AggregateRoot { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! -} - -input sepolia_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: 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: sepolia_BlockChangedFilter - and: [sepolia_OptimismConnectorMeta_filter] - or: [sepolia_OptimismConnectorMeta_filter] -} - -enum sepolia_OptimismConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + root: optimismsepolia_Bytes! + blockNumber: BigInt! } -type sepolia_OptimisticRootPropagated { +type optimismsepolia_AggregateRootProposed { id: ID! - aggregateRoot: sepolia_Bytes! - domainsHash: sepolia_Bytes! + aggregateRoot: optimismsepolia_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! timestamp: BigInt! blockNumber: BigInt } -input sepolia_OptimisticRootPropagated_filter { +input optimismsepolia_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -69641,26 +69633,40 @@ input sepolia_OptimisticRootPropagated_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 - domainsHash: sepolia_Bytes - domainsHash_not: sepolia_Bytes - domainsHash_gt: sepolia_Bytes - domainsHash_lt: sepolia_Bytes - domainsHash_gte: sepolia_Bytes - domainsHash_lte: sepolia_Bytes - domainsHash_in: [sepolia_Bytes!] - domainsHash_not_in: [sepolia_Bytes!] - domainsHash_contains: sepolia_Bytes - domainsHash_not_contains: sepolia_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 + 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 @@ -69678,31 +69684,22 @@ input sepolia_OptimisticRootPropagated_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_OptimisticRootPropagated_filter] - or: [sepolia_OptimisticRootPropagated_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_AggregateRootProposed_filter] + or: [optimismsepolia_AggregateRootProposed_filter] } -enum sepolia_OptimisticRootPropagated_orderBy { +enum optimismsepolia_AggregateRootProposed_orderBy { id aggregateRoot - domainsHash + rootTimestamp + endOfDispute + domain timestamp blockNumber } -type sepolia_OptimisticRootProposed { - id: ID! - disputeCliff: BigInt! - aggregateRoot: sepolia_Bytes! - snapshotsRoots: [sepolia_Bytes!] - domains: [BigInt!] - baseAggregateRoot: sepolia_Bytes! - timestamp: BigInt! - blockNumber: BigInt -} - -input sepolia_OptimisticRootProposed_filter { +input optimismsepolia_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -69711,54 +69708,16 @@ input sepolia_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: 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 - snapshotsRoots: [sepolia_Bytes!] - snapshotsRoots_not: [sepolia_Bytes!] - snapshotsRoots_contains: [sepolia_Bytes!] - snapshotsRoots_contains_nocase: [sepolia_Bytes!] - snapshotsRoots_not_contains: [sepolia_Bytes!] - snapshotsRoots_not_contains_nocase: [sepolia_Bytes!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - baseAggregateRoot: sepolia_Bytes - baseAggregateRoot_not: sepolia_Bytes - baseAggregateRoot_gt: sepolia_Bytes - baseAggregateRoot_lt: sepolia_Bytes - baseAggregateRoot_gte: sepolia_Bytes - baseAggregateRoot_lte: sepolia_Bytes - baseAggregateRoot_in: [sepolia_Bytes!] - baseAggregateRoot_not_in: [sepolia_Bytes!] - baseAggregateRoot_contains: sepolia_Bytes - baseAggregateRoot_not_contains: sepolia_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!] + 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 @@ -69768,38 +69727,47 @@ input sepolia_OptimisticRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_OptimisticRootProposed_filter] - or: [sepolia_OptimisticRootProposed_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_AggregateRoot_filter] + or: [optimismsepolia_AggregateRoot_filter] } -enum sepolia_OptimisticRootProposed_orderBy { +enum optimismsepolia_AggregateRoot_orderBy { id - disputeCliff - aggregateRoot - snapshotsRoots - domains - baseAggregateRoot - timestamp + root blockNumber } -"""Defines the order direction, either ascending or descending""" -enum sepolia_OrderDirection { - asc - desc +enum optimismsepolia_Aggregation_interval { + hour + day } -type sepolia_PolygonConnectorMeta { +type optimismsepolia_Asset { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + key: optimismsepolia_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: optimismsepolia_Bytes + canonicalDomain: BigInt + adoptedAsset: optimismsepolia_Bytes + localAsset: optimismsepolia_Bytes + blockNumber: BigInt + status: optimismsepolia_AssetStatus } -input sepolia_PolygonConnectorMeta_filter { +type optimismsepolia_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: optimismsepolia_Router! + asset: optimismsepolia_Asset! + feesEarned: BigInt! +} + +input optimismsepolia_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -69808,77 +69776,126 @@ input sepolia_PolygonConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: 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 + 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_: optimismsepolia_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_: optimismsepolia_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: sepolia_BlockChangedFilter - and: [sepolia_PolygonConnectorMeta_filter] - or: [sepolia_PolygonConnectorMeta_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_AssetBalance_filter] + or: [optimismsepolia_AssetBalance_filter] } -enum sepolia_PolygonConnectorMeta_orderBy { +enum optimismsepolia_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 sepolia_PolygonZkConnectorMeta { +type optimismsepolia_AssetStatus { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + status: Boolean } -input sepolia_PolygonZkConnectorMeta_filter { +input optimismsepolia_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -69887,75 +69904,22 @@ input sepolia_PolygonZkConnectorMeta_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: 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 + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_PolygonZkConnectorMeta_filter] - or: [sepolia_PolygonZkConnectorMeta_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_AssetStatus_filter] + or: [optimismsepolia_AssetStatus_filter] } -enum sepolia_PolygonZkConnectorMeta_orderBy { +enum optimismsepolia_AssetStatus_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type sepolia_RootAggregated { - id: ID! - domain: BigInt! - receivedRoot: sepolia_Bytes! - index: BigInt! + status } -input sepolia_RootAggregated_filter { +input optimismsepolia_Asset_filter { id: ID id_not: ID id_gt: ID @@ -69964,52 +69928,144 @@ input sepolia_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: sepolia_Bytes - receivedRoot_not: sepolia_Bytes - receivedRoot_gt: sepolia_Bytes - receivedRoot_lt: sepolia_Bytes - receivedRoot_gte: sepolia_Bytes - receivedRoot_lte: sepolia_Bytes - receivedRoot_in: [sepolia_Bytes!] - receivedRoot_not_in: [sepolia_Bytes!] - receivedRoot_contains: sepolia_Bytes - receivedRoot_not_contains: sepolia_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!] + 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 + 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: 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: 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 + 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_: optimismsepolia_AssetStatus_filter """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_RootAggregated_filter] - or: [sepolia_RootAggregated_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_Asset_filter] + or: [optimismsepolia_Asset_filter] } -enum sepolia_RootAggregated_orderBy { +enum optimismsepolia_Asset_orderBy { id - domain - receivedRoot - index + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status } -type sepolia_RootManagerMeta { +scalar optimismsepolia_BigDecimal + +input optimismsepolia_BlockChangedFilter { + number_gte: Int! +} + +input optimismsepolia_Block_height { + hash: optimismsepolia_Bytes + number: Int + number_gte: Int +} + +scalar optimismsepolia_Bytes + +type optimismsepolia_ConnectorMeta { id: ID! - domains: [BigInt!] - connectors: [sepolia_Bytes!] + spokeDomain: BigInt + hubDomain: BigInt + amb: optimismsepolia_Bytes + rootManager: optimismsepolia_Bytes + mirrorConnector: optimismsepolia_Bytes } -input sepolia_RootManagerMeta_filter { +input optimismsepolia_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -70018,36 +70074,109 @@ input sepolia_RootManagerMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - connectors: [sepolia_Bytes!] - connectors_not: [sepolia_Bytes!] - connectors_contains: [sepolia_Bytes!] - connectors_contains_nocase: [sepolia_Bytes!] - connectors_not_contains: [sepolia_Bytes!] - connectors_not_contains_nocase: [sepolia_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: 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: sepolia_BlockChangedFilter - and: [sepolia_RootManagerMeta_filter] - or: [sepolia_RootManagerMeta_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_ConnectorMeta_filter] + or: [optimismsepolia_ConnectorMeta_filter] } -enum sepolia_RootManagerMeta_orderBy { +enum optimismsepolia_ConnectorMeta_orderBy { id - domains - connectors + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type sepolia_RootManagerMode { +type optimismsepolia_DestinationTransfer { id: ID! - mode: String! + chainId: BigInt + transferId: optimismsepolia_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!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: optimismsepolia_Bytes + delegate: optimismsepolia_Bytes + receiveLocal: Boolean + callData: optimismsepolia_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: optimismsepolia_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: optimismsepolia_Bytes + asset: optimismsepolia_Asset + amount: BigInt + routersFee: BigInt + executedCaller: optimismsepolia_Bytes + executedTransactionHash: optimismsepolia_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: optimismsepolia_Bytes + executedTxNonce: BigInt + reconciledCaller: optimismsepolia_Bytes + reconciledTransactionHash: optimismsepolia_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: optimismsepolia_Bytes + reconciledTxNonce: BigInt } -input sepolia_RootManagerMode_filter { +input optimismsepolia_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -70056,51 +70185,400 @@ input sepolia_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 + 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: 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 + nonce_lt: BigInt + nonce_gte: BigInt + 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!] + 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 + 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: 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: 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 + 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: 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 + 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: 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 + 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_: optimismsepolia_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: 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 + 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: 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 + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + 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 + 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: 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 + reconciledTxNonce_lt: BigInt + reconciledTxNonce_gte: BigInt + reconciledTxNonce_lte: BigInt + reconciledTxNonce_in: [BigInt!] + reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_RootManagerMode_filter] - or: [sepolia_RootManagerMode_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_DestinationTransfer_filter] + or: [optimismsepolia_DestinationTransfer_filter] } -enum sepolia_RootManagerMode_orderBy { +enum optimismsepolia_DestinationTransfer_orderBy { id - mode + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + amount + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -type sepolia_RootMessageProcessed { +""" +8 bytes signed integer + +""" +scalar optimismsepolia_Int8 + +type optimismsepolia_OptimisticRootFinalized { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: sepolia_Bytes - caller: sepolia_Bytes - transactionHash: sepolia_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt + aggregateRoot: optimismsepolia_Bytes! + timestamp: BigInt! blockNumber: BigInt } -input sepolia_RootMessageProcessed_filter { +input optimismsepolia_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -70109,52 +70587,16 @@ input sepolia_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: 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 - 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 + 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 @@ -70163,22 +70605,6 @@ input sepolia_RootMessageProcessed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -70188,33 +70614,38 @@ input sepolia_RootMessageProcessed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_RootMessageProcessed_filter] - or: [sepolia_RootMessageProcessed_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_OptimisticRootFinalized_filter] + or: [optimismsepolia_OptimisticRootFinalized_filter] } -enum sepolia_RootMessageProcessed_orderBy { +enum optimismsepolia_OptimisticRootFinalized_orderBy { id - spokeDomain - hubDomain - root - caller - transactionHash + aggregateRoot timestamp - gasPrice - gasLimit blockNumber } -type sepolia_RootPropagated { +"""Defines the order direction, either ascending or descending""" +enum optimismsepolia_OrderDirection { + asc + desc +} + +type optimismsepolia_OriginMessage { id: ID! - aggregate: sepolia_Bytes! - domainsHash: sepolia_Bytes! - count: BigInt! + transferId: optimismsepolia_Bytes + destinationDomain: BigInt + leaf: optimismsepolia_Bytes + index: BigInt + message: optimismsepolia_Bytes + root: optimismsepolia_Bytes + transactionHash: optimismsepolia_Bytes blockNumber: BigInt + rootCount: optimismsepolia_RootCount } -input sepolia_RootPropagated_filter { +input optimismsepolia_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -70223,34 +70654,72 @@ input sepolia_RootPropagated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregate: sepolia_Bytes - aggregate_not: sepolia_Bytes - aggregate_gt: sepolia_Bytes - aggregate_lt: sepolia_Bytes - aggregate_gte: sepolia_Bytes - aggregate_lte: sepolia_Bytes - aggregate_in: [sepolia_Bytes!] - aggregate_not_in: [sepolia_Bytes!] - aggregate_contains: sepolia_Bytes - aggregate_not_contains: sepolia_Bytes - domainsHash: sepolia_Bytes - domainsHash_not: sepolia_Bytes - domainsHash_gt: sepolia_Bytes - domainsHash_lt: sepolia_Bytes - domainsHash_gte: sepolia_Bytes - domainsHash_lte: sepolia_Bytes - domainsHash_in: [sepolia_Bytes!] - domainsHash_not_in: [sepolia_Bytes!] - domainsHash_contains: sepolia_Bytes - domainsHash_not_contains: sepolia_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!] + 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 + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + 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 + 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: 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 @@ -70259,30 +70728,84 @@ input sepolia_RootPropagated_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_: optimismsepolia_RootCount_filter """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_RootPropagated_filter] - or: [sepolia_RootPropagated_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_OriginMessage_filter] + or: [optimismsepolia_OriginMessage_filter] } -enum sepolia_RootPropagated_orderBy { +enum optimismsepolia_OriginMessage_orderBy { id - aggregate - domainsHash - count + transferId + destinationDomain + leaf + index + message + root + transactionHash blockNumber + rootCount + rootCount__id + rootCount__count } -type sepolia_ScrollConnectorMeta { +type optimismsepolia_OriginTransfer { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + chainId: BigInt + transferId: optimismsepolia_Bytes + nonce: BigInt + status: optimismsepolia_TransferStatus + messageHash: optimismsepolia_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: optimismsepolia_Bytes + delegate: optimismsepolia_Bytes + receiveLocal: Boolean + callData: optimismsepolia_Bytes + slippage: BigInt + originSender: optimismsepolia_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: optimismsepolia_Bytes + asset: optimismsepolia_Asset + transactingAsset: optimismsepolia_Bytes + message: optimismsepolia_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 + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: optimismsepolia_Bytes + txNonce: BigInt } -input sepolia_ScrollConnectorMeta_filter { +input optimismsepolia_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -70291,156 +70814,368 @@ input sepolia_ScrollConnectorMeta_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: 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 + 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: 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 + nonce_lt: BigInt + nonce_gte: BigInt + 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 + 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: 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: 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 + slippage_lt: BigInt + slippage_gte: BigInt + 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 + 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: 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 + 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_: 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 + 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_: optimismsepolia_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_: 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 + 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: 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 + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_ScrollConnectorMeta_filter] - or: [sepolia_ScrollConnectorMeta_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_OriginTransfer_filter] + or: [optimismsepolia_OriginTransfer_filter] } -enum sepolia_ScrollConnectorMeta_orderBy { +enum optimismsepolia_OriginTransfer_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber + transactingAsset + message + message__id + message__transferId + message__destinationDomain + message__leaf + message__index + message__message + message__root + message__transactionHash + message__blockNumber + bumpRelayerFeeCount + relayerFees + initialRelayerFeeAsset + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -type sepolia_X1ConnectorMeta { +type optimismsepolia_Relayer { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! -} - -input sepolia_X1ConnectorMeta_filter { - 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: 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: sepolia_BlockChangedFilter - and: [sepolia_X1ConnectorMeta_filter] - or: [sepolia_X1ConnectorMeta_filter] -} - -enum sepolia_X1ConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + isActive: Boolean! + relayer: optimismsepolia_Bytes } -type sepolia_ZkSyncConnectorMeta { +type optimismsepolia_RelayerFee { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: sepolia_Bytes! - rootManager: sepolia_Bytes! - mirrorConnector: sepolia_Bytes! + transfer: optimismsepolia_OriginTransfer! + fee: BigInt! + asset: optimismsepolia_Bytes! } -input sepolia_ZkSyncConnectorMeta_filter { +input optimismsepolia_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -70449,111 +71184,101 @@ input sepolia_ZkSyncConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: 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 + 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_: optimismsepolia_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: 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: sepolia_BlockChangedFilter - and: [sepolia_ZkSyncConnectorMeta_filter] - or: [sepolia_ZkSyncConnectorMeta_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_RelayerFee_filter] + or: [optimismsepolia_RelayerFee_filter] } -enum sepolia_ZkSyncConnectorMeta_orderBy { +enum optimismsepolia_RelayerFee_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -type sepolia__Block_ { - """The hash of the block""" - hash: sepolia_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_Bytes -} - -"""The type for the top-level _meta field""" -type sepolia__Meta_ { - """ - Information 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: sepolia__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type stagingmode_AggregateRoot { - id: ID! - root: stagingmode_Bytes! - blockNumber: BigInt! + 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 stagingmode_AggregateRootProposed { +type optimismsepolia_RelayerFeesIncrease { id: ID! - aggregateRoot: stagingmode_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! + transfer: optimismsepolia_OriginTransfer! + increase: BigInt + asset: optimismsepolia_Bytes + caller: optimismsepolia_Bytes! + transactionHash: optimismsepolia_Bytes! timestamp: BigInt! - blockNumber: BigInt + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input stagingmode_AggregateRootProposed_filter { +input optimismsepolia_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -70562,40 +71287,65 @@ 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 - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_not_in: [BigInt!] - endOfDispute: BigInt - endOfDispute_not: BigInt - endOfDispute_gt: BigInt - endOfDispute_lt: BigInt - endOfDispute_gte: BigInt - endOfDispute_lte: BigInt - endOfDispute_in: [BigInt!] - endOfDispute_not_in: [BigInt!] - domain: BigInt - domain_not: BigInt - domain_gt: BigInt - domain_lt: BigInt - domain_gte: BigInt - domain_lte: BigInt - domain_in: [BigInt!] - domain_not_in: [BigInt!] + transfer: String + transfer_not: String + transfer_gt: String + transfer_lt: String + transfer_gte: String + transfer_lte: String + transfer_in: [String!] + transfer_not_in: [String!] + transfer_contains: String + transfer_contains_nocase: String + transfer_not_contains: String + transfer_not_contains_nocase: String + transfer_starts_with: String + transfer_starts_with_nocase: String + transfer_not_starts_with: String + transfer_not_starts_with_nocase: String + transfer_ends_with: String + transfer_ends_with_nocase: String + transfer_not_ends_with: String + transfer_not_ends_with_nocase: String + transfer_: optimismsepolia_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: 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 @@ -70604,6 +71354,22 @@ input stagingmode_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 @@ -70613,22 +71379,54 @@ 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: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_RelayerFeesIncrease_filter] + or: [optimismsepolia_RelayerFeesIncrease_filter] } -enum stagingmode_AggregateRootProposed_orderBy { +enum optimismsepolia_RelayerFeesIncrease_orderBy { id - aggregateRoot - rootTimestamp - endOfDispute - domain + transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce + increase + asset + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber } -input stagingmode_AggregateRoot_filter { +input optimismsepolia_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -70637,66 +71435,38 @@ 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 - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + relayer: 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: stagingmode_BlockChangedFilter - and: [stagingmode_AggregateRoot_filter] - or: [stagingmode_AggregateRoot_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_Relayer_filter] + or: [optimismsepolia_Relayer_filter] } -enum stagingmode_AggregateRoot_orderBy { +enum optimismsepolia_Relayer_orderBy { id - root - blockNumber -} - -enum stagingmode_Aggregation_interval { - hour - day -} - -type stagingmode_Asset { - id: ID! - key: stagingmode_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: stagingmode_Bytes - canonicalDomain: BigInt - adoptedAsset: stagingmode_Bytes - localAsset: stagingmode_Bytes - blockNumber: BigInt - status: stagingmode_AssetStatus + isActive + relayer } -type stagingmode_AssetBalance { +type optimismsepolia_RootCount { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: stagingmode_Router! - asset: stagingmode_Asset! - feesEarned: BigInt! + count: BigInt } -input stagingmode_AssetBalance_filter { +input optimismsepolia_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -70705,150 +71475,40 @@ input stagingmode_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_: 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!] + 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: stagingmode_BlockChangedFilter - and: [stagingmode_AssetBalance_filter] - or: [stagingmode_AssetBalance_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_RootCount_filter] + or: [optimismsepolia_RootCount_filter] } -enum stagingmode_AssetBalance_orderBy { +enum optimismsepolia_RootCount_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 + count } -type stagingmode_AssetStatus { +type optimismsepolia_RootMessageSent { id: ID! - status: Boolean -} - -input stagingmode_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: stagingmode_BlockChangedFilter - and: [stagingmode_AssetStatus_filter] - or: [stagingmode_AssetStatus_filter] -} - -enum stagingmode_AssetStatus_orderBy { - id - status + spokeDomain: BigInt + hubDomain: BigInt + root: optimismsepolia_Bytes + count: BigInt + caller: optimismsepolia_Bytes + transactionHash: optimismsepolia_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input stagingmode_Asset_filter { +input optimismsepolia_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -70857,70 +71517,84 @@ 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 - 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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: 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 + count_lt: BigInt + count_gte: BigInt + 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 + 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 @@ -70929,72 +71603,45 @@ input stagingmode_Asset_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: stagingmode_BlockChangedFilter - and: [stagingmode_Asset_filter] - or: [stagingmode_Asset_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_RootMessageSent_filter] + or: [optimismsepolia_RootMessageSent_filter] } -enum stagingmode_Asset_orderBy { +enum optimismsepolia_RootMessageSent_orderBy { id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset + spokeDomain + hubDomain + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit blockNumber - status - status__id - status__status -} - -scalar stagingmode_BigDecimal - -input stagingmode_BlockChangedFilter { - number_gte: Int! } -input stagingmode_Block_height { - hash: stagingmode_Bytes - number: Int - number_gte: Int +type optimismsepolia_Router { + id: ID! + isActive: Boolean! + owner: optimismsepolia_Bytes + recipient: optimismsepolia_Bytes + proposedOwner: optimismsepolia_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: optimismsepolia_AssetBalance_orderBy, orderDirection: optimismsepolia_OrderDirection, where: optimismsepolia_AssetBalance_filter): [optimismsepolia_AssetBalance!]! } -scalar stagingmode_Bytes - -type stagingmode_ConnectorMeta { +type optimismsepolia_RouterDailyTVL { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: stagingmode_Bytes - rootManager: stagingmode_Bytes - mirrorConnector: stagingmode_Bytes + router: optimismsepolia_Router! + asset: optimismsepolia_Asset! + timestamp: BigInt! + balance: BigInt! } -input stagingmode_ConnectorMeta_filter { +input optimismsepolia_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -71003,109 +71650,113 @@ input stagingmode_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: 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 + 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_: optimismsepolia_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_: optimismsepolia_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_ConnectorMeta_filter] - or: [stagingmode_ConnectorMeta_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_RouterDailyTVL_filter] + or: [optimismsepolia_RouterDailyTVL_filter] } -enum stagingmode_ConnectorMeta_orderBy { +enum optimismsepolia_RouterDailyTVL_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + 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_DestinationTransfer { +type optimismsepolia_RouterLiquidityEvent { id: ID! - 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 + type: optimismsepolia_RouterLiquidityEventType + router: optimismsepolia_Router! + asset: optimismsepolia_Asset! + amount: BigInt! + balance: BigInt! + caller: optimismsepolia_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: optimismsepolia_Bytes! + nonce: BigInt! } -input stagingmode_DestinationTransfer_filter { +enum optimismsepolia_RouterLiquidityEventType { + Add + Remove +} + +input optimismsepolia_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -71114,153 +71765,31 @@ input stagingmode_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: 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 + type: optimismsepolia_RouterLiquidityEventType + type_not: optimismsepolia_RouterLiquidityEventType + type_in: [optimismsepolia_RouterLiquidityEventType!] + type_not_in: [optimismsepolia_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_: optimismsepolia_Router_filter asset: String asset_not: String asset_gt: String @@ -71281,7 +71810,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_: optimismsepolia_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -71290,180 +71819,74 @@ input stagingmode_DestinationTransfer_filter { 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!] + 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: 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 + 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: 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 + 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_DestinationTransfer_filter] - or: [stagingmode_DestinationTransfer_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_RouterLiquidityEvent_filter] + or: [optimismsepolia_RouterLiquidityEvent_filter] } -enum stagingmode_DestinationTransfer_orderBy { +enum optimismsepolia_RouterLiquidityEvent_orderBy { id - chainId - transferId - nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - canonicalId + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset asset__id asset__key @@ -71475,39 +71898,89 @@ enum stagingmode_DestinationTransfer_orderBy { asset__localAsset asset__blockNumber amount - routersFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - executedTxOrigin - executedTxNonce - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce + balance + caller + blockNumber + timestamp + transactionHash + nonce } -""" -8 bytes signed integer +input optimismsepolia_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: 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 + proposedTimestamp_lt: BigInt + proposedTimestamp_gte: BigInt + proposedTimestamp_lte: BigInt + proposedTimestamp_in: [BigInt!] + proposedTimestamp_not_in: [BigInt!] + assetBalances_: optimismsepolia_AssetBalance_filter + """Filter for the block changed event.""" + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_Router_filter] + or: [optimismsepolia_Router_filter] +} -""" -scalar stagingmode_Int8 +enum optimismsepolia_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} -type stagingmode_OptimisticRootFinalized { +type optimismsepolia_Sequencer { id: ID! - aggregateRoot: stagingmode_Bytes! - timestamp: BigInt! - blockNumber: BigInt + isActive: Boolean! + sequencer: optimismsepolia_Bytes } -input stagingmode_OptimisticRootFinalized_filter { +input optimismsepolia_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -71516,65 +71989,39 @@ 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 - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + 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: stagingmode_BlockChangedFilter - and: [stagingmode_OptimisticRootFinalized_filter] - or: [stagingmode_OptimisticRootFinalized_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_Sequencer_filter] + or: [optimismsepolia_Sequencer_filter] } -enum stagingmode_OptimisticRootFinalized_orderBy { +enum optimismsepolia_Sequencer_orderBy { id - aggregateRoot - timestamp - blockNumber -} - -"""Defines the order direction, either ascending or descending""" -enum stagingmode_OrderDirection { - asc - desc + isActive + sequencer } -type stagingmode_OriginMessage { +type optimismsepolia_Setting { id: ID! - transferId: stagingmode_Bytes - destinationDomain: BigInt - leaf: stagingmode_Bytes - index: BigInt - message: stagingmode_Bytes - root: stagingmode_Bytes - transactionHash: stagingmode_Bytes - blockNumber: BigInt - rootCount: stagingmode_RootCount + maxRoutersPerTransfer: BigInt! + caller: optimismsepolia_Bytes! } -input stagingmode_OriginMessage_filter { +input optimismsepolia_Setting_filter { id: ID id_not: ID id_gt: ID @@ -71583,158 +72030,49 @@ 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 - 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 - 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_: stagingmode_RootCount_filter + maxRoutersPerTransfer: BigInt + maxRoutersPerTransfer_not: BigInt + maxRoutersPerTransfer_gt: BigInt + maxRoutersPerTransfer_lt: BigInt + maxRoutersPerTransfer_gte: BigInt + maxRoutersPerTransfer_lte: BigInt + maxRoutersPerTransfer_in: [BigInt!] + maxRoutersPerTransfer_not_in: [BigInt!] + caller: 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: stagingmode_BlockChangedFilter - and: [stagingmode_OriginMessage_filter] - or: [stagingmode_OriginMessage_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_Setting_filter] + or: [optimismsepolia_Setting_filter] } -enum stagingmode_OriginMessage_orderBy { +enum optimismsepolia_Setting_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count + maxRoutersPerTransfer + caller } -type stagingmode_OriginTransfer { +type optimismsepolia_SlippageUpdate { id: ID! - 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 + transfer: optimismsepolia_DestinationTransfer! + slippage: BigInt! + caller: optimismsepolia_Bytes! + transactionHash: optimismsepolia_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input stagingmode_OriginTransfer_filter { +input optimismsepolia_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -71743,104 +72081,27 @@ input stagingmode_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: 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 + 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_: optimismsepolia_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -71849,139 +72110,26 @@ 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 - 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 + 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 @@ -72014,151 +72162,13 @@ 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 - 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: stagingmode_BlockChangedFilter - and: [stagingmode_OriginTransfer_filter] - or: [stagingmode_OriginTransfer_filter] -} - -enum stagingmode_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 stagingmode_Relayer { - id: ID! - isActive: Boolean! - relayer: stagingmode_Bytes -} - -type stagingmode_RelayerFee { - id: ID! - transfer: stagingmode_OriginTransfer! - fee: BigInt! - asset: stagingmode_Bytes! -} - -input stagingmode_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_: 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: stagingmode_BlockChangedFilter - and: [stagingmode_RelayerFee_filter] - or: [stagingmode_RelayerFee_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_SlippageUpdate_filter] + or: [optimismsepolia_SlippageUpdate_filter] } -enum stagingmode_RelayerFee_orderBy { +enum optimismsepolia_SlippageUpdate_orderBy { id transfer transfer__id @@ -72166,7 +72176,6 @@ enum stagingmode_RelayerFee_orderBy { transfer__transferId transfer__nonce transfer__status - transfer__messageHash transfer__originDomain transfer__destinationDomain transfer__canonicalDomain @@ -72175,39 +72184,48 @@ enum stagingmode_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 stagingmode_RelayerFeesIncrease { +type optimismsepolia_SnapshotRoot { id: ID! - transfer: stagingmode_OriginTransfer! - increase: BigInt - asset: stagingmode_Bytes - caller: stagingmode_Bytes! - transactionHash: stagingmode_Bytes! + spokeDomain: BigInt + root: optimismsepolia_Bytes! + count: BigInt! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! blockNumber: BigInt! } -input stagingmode_RelayerFeesIncrease_filter { +input optimismsepolia_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -72216,65 +72234,32 @@ input stagingmode_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_: 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 + 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: 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 + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -72283,22 +72268,6 @@ input stagingmode_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 @@ -72308,54 +72277,26 @@ 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: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_SnapshotRoot_filter] + or: [optimismsepolia_SnapshotRoot_filter] } -enum stagingmode_RelayerFeesIncrease_orderBy { +enum optimismsepolia_SnapshotRoot_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 + spokeDomain + root + count timestamp - gasPrice - gasLimit blockNumber } -input stagingmode_Relayer_filter { +type optimismsepolia_SpokeConnectorMode { + id: ID! + mode: String! +} + +input optimismsepolia_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -72364,38 +72305,81 @@ input stagingmode_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: 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 + 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_Relayer_filter] - or: [stagingmode_Relayer_filter] + _change_block: optimismsepolia_BlockChangedFilter + and: [optimismsepolia_SpokeConnectorMode_filter] + or: [optimismsepolia_SpokeConnectorMode_filter] } -enum stagingmode_Relayer_orderBy { +enum optimismsepolia_SpokeConnectorMode_orderBy { id - isActive - relayer + mode } -type stagingmode_RootCount { +enum optimismsepolia_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type optimismsepolia__Block_ { + """The hash of the block""" + 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: optimismsepolia_Bytes +} + +"""The type for the top-level _meta field""" +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: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type mainnet_AggregateRootSavedSlow { id: ID! - count: BigInt + aggregateRoot: mainnet_Bytes! + count: BigInt! + aggregatedRoots: [mainnet_Bytes!] + rootTimestamp: BigInt! } -input stagingmode_RootCount_filter { +input mainnet_AggregateRootSavedSlow_filter { id: ID id_not: ID id_gt: ID @@ -72404,6 +72388,16 @@ input stagingmode_RootCount_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 @@ -72412,32 +72406,114 @@ input stagingmode_RootCount_filter { 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: stagingmode_BlockChangedFilter - and: [stagingmode_RootCount_filter] - or: [stagingmode_RootCount_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AggregateRootSavedSlow_filter] + or: [mainnet_AggregateRootSavedSlow_filter] } -enum stagingmode_RootCount_orderBy { +enum mainnet_AggregateRootSavedSlow_orderBy { id + aggregateRoot count + aggregatedRoots + rootTimestamp } -type stagingmode_RootMessageSent { +type mainnet_AggregatedMessageRoot { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: stagingmode_Bytes - count: BigInt - caller: stagingmode_Bytes - transactionHash: stagingmode_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt + index: BigInt! + receivedRoot: mainnet_Bytes! + domain: BigInt blockNumber: BigInt } -input stagingmode_RootMessageSent_filter { +input mainnet_AggregatedMessageRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + index: BigInt + index_not: BigInt + index_gt: BigInt + index_lt: BigInt + index_gte: BigInt + index_lte: BigInt + index_in: [BigInt!] + index_not_in: [BigInt!] + receivedRoot: mainnet_Bytes + receivedRoot_not: mainnet_Bytes + receivedRoot_gt: mainnet_Bytes + receivedRoot_lt: mainnet_Bytes + receivedRoot_gte: mainnet_Bytes + receivedRoot_lte: mainnet_Bytes + receivedRoot_in: [mainnet_Bytes!] + receivedRoot_not_in: [mainnet_Bytes!] + receivedRoot_contains: mainnet_Bytes + receivedRoot_not_contains: mainnet_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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_AggregatedMessageRoot_filter] + or: [mainnet_AggregatedMessageRoot_filter] +} + +enum mainnet_AggregatedMessageRoot_orderBy { + id + index + receivedRoot + domain + 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 @@ -72462,115 +72538,61 @@ 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 - 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 - 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: stagingmode_BlockChangedFilter - and: [stagingmode_RootMessageSent_filter] - or: [stagingmode_RootMessageSent_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ArbitrumConnectorMeta_filter] + or: [mainnet_ArbitrumConnectorMeta_filter] } -enum stagingmode_RootMessageSent_orderBy { +enum mainnet_ArbitrumConnectorMeta_orderBy { id spokeDomain hubDomain - root - count - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -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!]! + amb + rootManager + mirrorConnector } -type stagingmode_RouterDailyTVL { +type mainnet_AvalancheConnectorMeta { id: ID! - router: stagingmode_Router! - asset: stagingmode_Asset! - timestamp: BigInt! - balance: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input stagingmode_RouterDailyTVL_filter { +input mainnet_AvalancheConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -72579,113 +72601,77 @@ input stagingmode_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_: 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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: stagingmode_BlockChangedFilter - and: [stagingmode_RouterDailyTVL_filter] - or: [stagingmode_RouterDailyTVL_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AvalancheConnectorMeta_filter] + or: [mainnet_AvalancheConnectorMeta_filter] } -enum stagingmode_RouterDailyTVL_orderBy { +enum mainnet_AvalancheConnectorMeta_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 } -type stagingmode_RouterLiquidityEvent { +type mainnet_BaseConnectorMeta { 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 + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input stagingmode_RouterLiquidityEvent_filter { +input mainnet_BaseConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -72694,148 +72680,89 @@ 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!] - 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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: stagingmode_BlockChangedFilter - and: [stagingmode_RouterLiquidityEvent_filter] - or: [stagingmode_RouterLiquidityEvent_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_BaseConnectorMeta_filter] + or: [mainnet_BaseConnectorMeta_filter] } -enum stagingmode_RouterLiquidityEvent_orderBy { +enum mainnet_BaseConnectorMeta_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 + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -input stagingmode_Router_filter { +scalar mainnet_BigDecimal + +input mainnet_BlockChangedFilter { + number_gte: Int! +} + +input mainnet_Block_height { + hash: mainnet_Bytes + number: Int + number_gte: Int +} + +type mainnet_BnbConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_BnbConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -72844,72 +72771,79 @@ input stagingmode_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: 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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: stagingmode_BlockChangedFilter - and: [stagingmode_Router_filter] - or: [stagingmode_Router_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_BnbConnectorMeta_filter] + or: [mainnet_BnbConnectorMeta_filter] } -enum stagingmode_Router_orderBy { +enum mainnet_BnbConnectorMeta_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingmode_Sequencer { +scalar mainnet_Bytes + +type mainnet_GnosisConnectorMeta { id: ID! - isActive: Boolean! - sequencer: stagingmode_Bytes + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input stagingmode_Sequencer_filter { +input mainnet_GnosisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -72918,39 +72852,73 @@ input stagingmode_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: 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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: stagingmode_BlockChangedFilter - and: [stagingmode_Sequencer_filter] - or: [stagingmode_Sequencer_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_GnosisConnectorMeta_filter] + or: [mainnet_GnosisConnectorMeta_filter] } -enum stagingmode_Sequencer_orderBy { +enum mainnet_GnosisConnectorMeta_orderBy { id - isActive - sequencer + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type stagingmode_Setting { +type mainnet_HubDomain { id: ID! - maxRoutersPerTransfer: BigInt! - caller: stagingmode_Bytes! + domain: BigInt } -input stagingmode_Setting_filter { +input mainnet_HubDomain_filter { id: ID id_not: ID id_gt: ID @@ -72959,49 +72927,33 @@ input stagingmode_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: 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 + 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: stagingmode_BlockChangedFilter - and: [stagingmode_Setting_filter] - or: [stagingmode_Setting_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_HubDomain_filter] + or: [mainnet_HubDomain_filter] } -enum stagingmode_Setting_orderBy { +enum mainnet_HubDomain_orderBy { id - maxRoutersPerTransfer - caller + domain } -type stagingmode_SlippageUpdate { +type mainnet_HubOptimisticRootFinalized { id: ID! - transfer: stagingmode_DestinationTransfer! - slippage: BigInt! - caller: stagingmode_Bytes! - transactionHash: stagingmode_Bytes! + aggregateRoot: mainnet_Bytes! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + blockNumber: BigInt } -input stagingmode_SlippageUpdate_filter { +input mainnet_HubOptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -73010,55 +72962,16 @@ input stagingmode_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_: 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 + 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 @@ -73067,22 +72980,6 @@ input stagingmode_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 @@ -73092,69 +72989,34 @@ 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: mainnet_BlockChangedFilter + and: [mainnet_HubOptimisticRootFinalized_filter] + or: [mainnet_HubOptimisticRootFinalized_filter] } -enum stagingmode_SlippageUpdate_orderBy { +enum mainnet_HubOptimisticRootFinalized_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash + aggregateRoot timestamp - gasPrice - gasLimit blockNumber } -type stagingmode_SnapshotRoot { +""" +8 bytes signed integer + +""" +scalar mainnet_Int8 + +type mainnet_LineaConnectorMeta { id: ID! - spokeDomain: BigInt - root: stagingmode_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input stagingmode_SnapshotRoot_filter { +input mainnet_LineaConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -73171,61 +73033,69 @@ 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 - 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!] + 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: stagingmode_BlockChangedFilter - and: [stagingmode_SnapshotRoot_filter] - or: [stagingmode_SnapshotRoot_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_LineaConnectorMeta_filter] + or: [mainnet_LineaConnectorMeta_filter] } -enum stagingmode_SnapshotRoot_orderBy { +enum mainnet_LineaConnectorMeta_orderBy { id spokeDomain - root - count - timestamp - blockNumber + hubDomain + amb + rootManager + mirrorConnector } -type stagingmode_SpokeConnectorMode { +type mainnet_MantleConnectorMeta { id: ID! - mode: String! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input stagingmode_SpokeConnectorMode_filter { +input mainnet_MantleConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -73234,89 +73104,313 @@ input stagingmode_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 - """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! + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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_MantleConnectorMeta_filter] + or: [mainnet_MantleConnectorMeta_filter] } -type zksync_AggregateRoot { +enum mainnet_MantleConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type mainnet_MetisConnectorMeta { id: ID! - root: zksync_Bytes! - blockNumber: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -type zksync_AggregateRootProposed { +input mainnet_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: 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! - aggregateRoot: zksync_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! + 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 + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ModeConnectorMeta_filter] + or: [mainnet_ModeConnectorMeta_filter] +} + +enum mainnet_ModeConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type mainnet_OptimismConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_OptimismConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OptimismConnectorMeta_filter] + or: [mainnet_OptimismConnectorMeta_filter] +} + +enum mainnet_OptimismConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type mainnet_OptimisticRootPropagated { + id: ID! + aggregateRoot: mainnet_Bytes! + domainsHash: mainnet_Bytes! timestamp: BigInt! blockNumber: BigInt } -input zksync_AggregateRootProposed_filter { +input mainnet_OptimisticRootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -73325,40 +73419,26 @@ 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 - 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!] + 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 @@ -73376,22 +73456,31 @@ 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: mainnet_BlockChangedFilter + and: [mainnet_OptimisticRootPropagated_filter] + or: [mainnet_OptimisticRootPropagated_filter] } -enum zksync_AggregateRootProposed_orderBy { +enum mainnet_OptimisticRootPropagated_orderBy { id aggregateRoot - rootTimestamp - endOfDispute - domain + domainsHash timestamp blockNumber } -input zksync_AggregateRoot_filter { +type mainnet_OptimisticRootProposed { + id: ID! + disputeCliff: BigInt! + aggregateRoot: mainnet_Bytes! + snapshotsRoots: [mainnet_Bytes!] + domains: [BigInt!] + baseAggregateRoot: mainnet_Bytes! + timestamp: BigInt! + blockNumber: BigInt +} + +input mainnet_OptimisticRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -73400,16 +73489,54 @@ 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 + 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 @@ -73419,47 +73546,117 @@ 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: mainnet_BlockChangedFilter + and: [mainnet_OptimisticRootProposed_filter] + or: [mainnet_OptimisticRootProposed_filter] } -enum zksync_AggregateRoot_orderBy { +enum mainnet_OptimisticRootProposed_orderBy { id - root + disputeCliff + aggregateRoot + snapshotsRoots + domains + baseAggregateRoot + timestamp blockNumber } -enum zksync_Aggregation_interval { - hour - day +"""Defines the order direction, either ascending or descending""" +enum mainnet_OrderDirection { + asc + desc } -type zksync_Asset { +type mainnet_PolygonConnectorMeta { id: ID! - key: zksync_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: zksync_Bytes - canonicalDomain: BigInt - adoptedAsset: zksync_Bytes - localAsset: zksync_Bytes - blockNumber: BigInt - status: zksync_AssetStatus + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -type zksync_AssetBalance { +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! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: zksync_Router! - asset: zksync_Asset! - feesEarned: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! } -input zksync_AssetBalance_filter { +input mainnet_PolygonZkConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -73468,126 +73665,75 @@ input zksync_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_: zksync_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_: zksync_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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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: zksync_BlockChangedFilter - and: [zksync_AssetBalance_filter] - or: [zksync_AssetBalance_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_PolygonZkConnectorMeta_filter] + or: [mainnet_PolygonZkConnectorMeta_filter] } -enum zksync_AssetBalance_orderBy { +enum mainnet_PolygonZkConnectorMeta_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 + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type zksync_AssetStatus { +type mainnet_RootAggregated { id: ID! - status: Boolean + domain: BigInt! + receivedRoot: mainnet_Bytes! + index: BigInt! } -input zksync_AssetStatus_filter { +input mainnet_RootAggregated_filter { id: ID id_not: ID id_gt: ID @@ -73596,22 +73742,52 @@ input zksync_AssetStatus_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] + 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: zksync_BlockChangedFilter - and: [zksync_AssetStatus_filter] - or: [zksync_AssetStatus_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootAggregated_filter] + or: [mainnet_RootAggregated_filter] } -enum zksync_AssetStatus_orderBy { +enum mainnet_RootAggregated_orderBy { id - status + domain + receivedRoot + index } -input zksync_Asset_filter { +type mainnet_RootManagerMeta { + id: ID! + domains: [BigInt!] + connectors: [mainnet_Bytes!] +} + +input mainnet_RootManagerMeta_filter { id: ID id_not: ID id_gt: ID @@ -73620,144 +73796,89 @@ 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 - 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: 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 - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - 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 - 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_: zksync_AssetStatus_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: zksync_BlockChangedFilter - and: [zksync_Asset_filter] - or: [zksync_Asset_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootManagerMeta_filter] + or: [mainnet_RootManagerMeta_filter] } -enum zksync_Asset_orderBy { +enum mainnet_RootManagerMeta_orderBy { id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status + domains + connectors } -scalar zksync_BigDecimal - -input zksync_BlockChangedFilter { - number_gte: Int! +type mainnet_RootManagerMode { + id: ID! + mode: String! } -input zksync_Block_height { - hash: zksync_Bytes - number: Int - number_gte: Int +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] } -scalar zksync_Bytes +enum mainnet_RootManagerMode_orderBy { + id + mode +} -type zksync_ConnectorMeta { +type mainnet_RootMessageProcessed { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: zksync_Bytes - rootManager: zksync_Bytes - mirrorConnector: zksync_Bytes + spokeDomain: BigInt! + hubDomain: BigInt! + root: mainnet_Bytes + caller: mainnet_Bytes + transactionHash: mainnet_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input zksync_ConnectorMeta_filter { +input mainnet_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -73782,43 +73903,225 @@ 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 + root: mainnet_Bytes + root_not: mainnet_Bytes + root_gt: mainnet_Bytes + root_lt: mainnet_Bytes + root_gte: mainnet_Bytes + root_lte: mainnet_Bytes + root_in: [mainnet_Bytes!] + root_not_in: [mainnet_Bytes!] + root_contains: mainnet_Bytes + root_not_contains: mainnet_Bytes + caller: mainnet_Bytes + caller_not: mainnet_Bytes + caller_gt: mainnet_Bytes + caller_lt: mainnet_Bytes + caller_gte: mainnet_Bytes + caller_lte: mainnet_Bytes + caller_in: [mainnet_Bytes!] + caller_not_in: [mainnet_Bytes!] + caller_contains: mainnet_Bytes + caller_not_contains: mainnet_Bytes + transactionHash: mainnet_Bytes + transactionHash_not: mainnet_Bytes + transactionHash_gt: mainnet_Bytes + transactionHash_lt: mainnet_Bytes + transactionHash_gte: mainnet_Bytes + transactionHash_lte: mainnet_Bytes + transactionHash_in: [mainnet_Bytes!] + transactionHash_not_in: [mainnet_Bytes!] + transactionHash_contains: mainnet_Bytes + transactionHash_not_contains: mainnet_Bytes + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_ConnectorMeta_filter] - or: [zksync_ConnectorMeta_filter] + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootMessageProcessed_filter] + or: [mainnet_RootMessageProcessed_filter] } -enum zksync_ConnectorMeta_orderBy { +enum mainnet_RootMessageProcessed_orderBy { + id + spokeDomain + hubDomain + root + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber +} + +type mainnet_RootPropagated { + id: ID! + aggregate: mainnet_Bytes! + domainsHash: mainnet_Bytes! + count: BigInt! + blockNumber: BigInt +} + +input mainnet_RootPropagated_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + aggregate: mainnet_Bytes + aggregate_not: mainnet_Bytes + aggregate_gt: mainnet_Bytes + aggregate_lt: mainnet_Bytes + aggregate_gte: mainnet_Bytes + aggregate_lte: mainnet_Bytes + aggregate_in: [mainnet_Bytes!] + aggregate_not_in: [mainnet_Bytes!] + aggregate_contains: mainnet_Bytes + aggregate_not_contains: mainnet_Bytes + domainsHash: mainnet_Bytes + domainsHash_not: mainnet_Bytes + domainsHash_gt: mainnet_Bytes + domainsHash_lt: mainnet_Bytes + domainsHash_gte: mainnet_Bytes + domainsHash_lte: mainnet_Bytes + domainsHash_in: [mainnet_Bytes!] + domainsHash_not_in: [mainnet_Bytes!] + domainsHash_contains: mainnet_Bytes + domainsHash_not_contains: mainnet_Bytes + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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] +} + +enum mainnet_RootPropagated_orderBy { + id + aggregate + domainsHash + count + blockNumber +} + +type mainnet_ZkSyncConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: mainnet_Bytes! + rootManager: mainnet_Bytes! + mirrorConnector: mainnet_Bytes! +} + +input mainnet_ZkSyncConnectorMeta_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + hubDomain: BigInt + hubDomain_not: BigInt + hubDomain_gt: BigInt + hubDomain_lt: BigInt + hubDomain_gte: BigInt + hubDomain_lte: BigInt + hubDomain_in: [BigInt!] + hubDomain_not_in: [BigInt!] + amb: mainnet_Bytes + amb_not: mainnet_Bytes + amb_gt: mainnet_Bytes + amb_lt: mainnet_Bytes + amb_gte: mainnet_Bytes + amb_lte: mainnet_Bytes + amb_in: [mainnet_Bytes!] + amb_not_in: [mainnet_Bytes!] + amb_contains: mainnet_Bytes + amb_not_contains: mainnet_Bytes + rootManager: mainnet_Bytes + rootManager_not: mainnet_Bytes + rootManager_gt: mainnet_Bytes + rootManager_lt: mainnet_Bytes + rootManager_gte: mainnet_Bytes + rootManager_lte: mainnet_Bytes + rootManager_in: [mainnet_Bytes!] + rootManager_not_in: [mainnet_Bytes!] + rootManager_contains: mainnet_Bytes + rootManager_not_contains: mainnet_Bytes + mirrorConnector: mainnet_Bytes + mirrorConnector_not: mainnet_Bytes + mirrorConnector_gt: mainnet_Bytes + mirrorConnector_lt: mainnet_Bytes + mirrorConnector_gte: mainnet_Bytes + mirrorConnector_lte: mainnet_Bytes + mirrorConnector_in: [mainnet_Bytes!] + mirrorConnector_not_in: [mainnet_Bytes!] + mirrorConnector_contains: mainnet_Bytes + mirrorConnector_not_contains: mainnet_Bytes + """Filter for the block changed event.""" + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ZkSyncConnectorMeta_filter] + or: [mainnet_ZkSyncConnectorMeta_filter] +} + +enum mainnet_ZkSyncConnectorMeta_orderBy { id spokeDomain hubDomain @@ -73827,48 +74130,583 @@ enum zksync_ConnectorMeta_orderBy { mirrorConnector } -type zksync_DestinationTransfer { +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!] + 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: sepolia_BlockChangedFilter + and: [sepolia_AggregateRootProposed_filter] + or: [sepolia_AggregateRootProposed_filter] +} + +enum sepolia_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input sepolia_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: 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] +} + +enum sepolia_AggregateRoot_orderBy { + id + root + blockNumber +} + +type sepolia_Asset { + id: ID! + key: sepolia_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: sepolia_Bytes + canonicalDomain: BigInt + adoptedAsset: sepolia_Bytes + localAsset: sepolia_Bytes + blockNumber: BigInt + status: sepolia_AssetStatus +} + +type sepolia_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: sepolia_Router! + asset: sepolia_Asset! + feesEarned: BigInt! +} + +input sepolia_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_: sepolia_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_: sepolia_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: sepolia_BlockChangedFilter + and: [sepolia_AssetBalance_filter] + or: [sepolia_AssetBalance_filter] +} + +enum sepolia_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 sepolia_AssetStatus { + id: ID! + status: Boolean +} + +input sepolia_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: sepolia_BlockChangedFilter + and: [sepolia_AssetStatus_filter] + or: [sepolia_AssetStatus_filter] +} + +enum sepolia_AssetStatus_orderBy { + id + status +} + +input sepolia_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: 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 + 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: 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 + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + 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 + 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_: sepolia_AssetStatus_filter + """Filter for the block changed event.""" + _change_block: sepolia_BlockChangedFilter + and: [sepolia_Asset_filter] + or: [sepolia_Asset_filter] +} + +enum sepolia_Asset_orderBy { + id + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset + blockNumber + status + status__id + status__status +} + +type sepolia_ConnectorMeta { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + amb: sepolia_Bytes + rootManager: sepolia_Bytes + mirrorConnector: sepolia_Bytes +} + +input sepolia_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: 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: sepolia_BlockChangedFilter + and: [sepolia_ConnectorMeta_filter] + or: [sepolia_ConnectorMeta_filter] +} + +enum sepolia_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type sepolia_DestinationTransfer { id: ID! chainId: BigInt - transferId: zksync_Bytes + transferId: sepolia_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: 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: zksync_Bytes - delegate: zksync_Bytes + to: sepolia_Bytes + delegate: sepolia_Bytes receiveLocal: Boolean - callData: zksync_Bytes + callData: sepolia_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: zksync_Bytes + originSender: sepolia_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: zksync_Bytes - asset: zksync_Asset + canonicalId: sepolia_Bytes + asset: sepolia_Asset amount: BigInt routersFee: BigInt - executedCaller: zksync_Bytes - executedTransactionHash: zksync_Bytes + executedCaller: sepolia_Bytes + executedTransactionHash: sepolia_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: zksync_Bytes + executedTxOrigin: sepolia_Bytes executedTxNonce: BigInt - reconciledCaller: zksync_Bytes - reconciledTransactionHash: zksync_Bytes + reconciledCaller: sepolia_Bytes + reconciledTransactionHash: sepolia_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: zksync_Bytes + reconciledTxOrigin: sepolia_Bytes reconciledTxNonce: BigInt } -input zksync_DestinationTransfer_filter { +input sepolia_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -73885,16 +74723,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: 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 @@ -73903,17 +74741,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: 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_: zksync_Router_filter + routers_: sepolia_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -73938,40 +74776,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: 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: 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: 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 @@ -73988,16 +74826,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: 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 @@ -74014,16 +74852,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: 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 @@ -74044,7 +74882,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_: sepolia_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -74061,26 +74899,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: 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 @@ -74113,16 +74951,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: 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 @@ -74131,26 +74969,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: 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 @@ -74183,16 +75021,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: 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 @@ -74202,12 +75040,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: sepolia_BlockChangedFilter + and: [sepolia_DestinationTransfer_filter] + or: [sepolia_DestinationTransfer_filter] } -enum zksync_DestinationTransfer_orderBy { +enum sepolia_DestinationTransfer_orderBy { id chainId transferId @@ -74257,20 +75095,14 @@ enum zksync_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer - -""" -scalar zksync_Int8 - -type zksync_OptimisticRootFinalized { +type sepolia_OptimisticRootFinalized { id: ID! - aggregateRoot: zksync_Bytes! + aggregateRoot: sepolia_Bytes! timestamp: BigInt! blockNumber: BigInt } -input zksync_OptimisticRootFinalized_filter { +input sepolia_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -74279,16 +75111,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: 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 @@ -74306,38 +75138,32 @@ 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: sepolia_BlockChangedFilter + and: [sepolia_OptimisticRootFinalized_filter] + or: [sepolia_OptimisticRootFinalized_filter] } -enum zksync_OptimisticRootFinalized_orderBy { +enum sepolia_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -"""Defines the order direction, either ascending or descending""" -enum zksync_OrderDirection { - asc - desc -} - -type zksync_OriginMessage { +type sepolia_OriginMessage { id: ID! - transferId: zksync_Bytes + transferId: sepolia_Bytes destinationDomain: BigInt - leaf: zksync_Bytes + leaf: sepolia_Bytes index: BigInt - message: zksync_Bytes - root: zksync_Bytes - transactionHash: zksync_Bytes + message: sepolia_Bytes + root: sepolia_Bytes + transactionHash: sepolia_Bytes blockNumber: BigInt - rootCount: zksync_RootCount + rootCount: sepolia_RootCount } -input zksync_OriginMessage_filter { +input sepolia_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -74346,16 +75172,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: 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 @@ -74364,16 +75190,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: 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 @@ -74382,36 +75208,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: 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 @@ -74440,14 +75266,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_: sepolia_RootCount_filter """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_OriginMessage_filter] - or: [zksync_OriginMessage_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_OriginMessage_filter] + or: [sepolia_OriginMessage_filter] } -enum zksync_OriginMessage_orderBy { +enum sepolia_OriginMessage_orderBy { id transferId destinationDomain @@ -74462,42 +75288,42 @@ enum zksync_OriginMessage_orderBy { rootCount__count } -type zksync_OriginTransfer { +type sepolia_OriginTransfer { id: ID! chainId: BigInt - transferId: zksync_Bytes + transferId: sepolia_Bytes nonce: BigInt - status: zksync_TransferStatus - messageHash: zksync_Bytes + status: sepolia_TransferStatus + messageHash: sepolia_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: zksync_Bytes - delegate: zksync_Bytes + to: sepolia_Bytes + delegate: sepolia_Bytes receiveLocal: Boolean - callData: zksync_Bytes + callData: sepolia_Bytes slippage: BigInt - originSender: zksync_Bytes + originSender: sepolia_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: zksync_Bytes - asset: zksync_Asset - transactingAsset: zksync_Bytes - message: zksync_OriginMessage + canonicalId: sepolia_Bytes + asset: sepolia_Asset + transactingAsset: sepolia_Bytes + message: sepolia_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: 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: zksync_Bytes + txOrigin: sepolia_Bytes txNonce: BigInt } -input zksync_OriginTransfer_filter { +input sepolia_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -74514,16 +75340,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: 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 @@ -74532,20 +75358,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: 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 @@ -74570,40 +75396,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: 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: 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: 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 @@ -74612,16 +75438,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: 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 @@ -74638,16 +75464,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: 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 @@ -74668,17 +75494,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_: 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 @@ -74699,7 +75525,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_: sepolia_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -74714,37 +75540,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_: 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 @@ -74777,16 +75603,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: 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 @@ -74796,12 +75622,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: sepolia_BlockChangedFilter + and: [sepolia_OriginTransfer_filter] + or: [sepolia_OriginTransfer_filter] } -enum zksync_OriginTransfer_orderBy { +enum sepolia_OriginTransfer_orderBy { id chainId transferId @@ -74854,20 +75680,20 @@ enum zksync_OriginTransfer_orderBy { txNonce } -type zksync_Relayer { +type sepolia_Relayer { id: ID! isActive: Boolean! - relayer: zksync_Bytes + relayer: sepolia_Bytes } -type zksync_RelayerFee { +type sepolia_RelayerFee { id: ID! - transfer: zksync_OriginTransfer! + transfer: sepolia_OriginTransfer! fee: BigInt! - asset: zksync_Bytes! + asset: sepolia_Bytes! } -input zksync_RelayerFee_filter { +input sepolia_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -74896,7 +75722,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_: sepolia_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -74905,23 +75731,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: 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: zksync_BlockChangedFilter - and: [zksync_RelayerFee_filter] - or: [zksync_RelayerFee_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_RelayerFee_filter] + or: [sepolia_RelayerFee_filter] } -enum zksync_RelayerFee_orderBy { +enum sepolia_RelayerFee_orderBy { id transfer transfer__id @@ -74957,20 +75783,20 @@ enum zksync_RelayerFee_orderBy { asset } -type zksync_RelayerFeesIncrease { +type sepolia_RelayerFeesIncrease { id: ID! - transfer: zksync_OriginTransfer! + transfer: sepolia_OriginTransfer! increase: BigInt - asset: zksync_Bytes - caller: zksync_Bytes! - transactionHash: zksync_Bytes! + asset: sepolia_Bytes + caller: sepolia_Bytes! + transactionHash: sepolia_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input zksync_RelayerFeesIncrease_filter { +input sepolia_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -74999,7 +75825,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_: sepolia_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -75008,36 +75834,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: 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 @@ -75071,12 +75897,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: sepolia_BlockChangedFilter + and: [sepolia_RelayerFeesIncrease_filter] + or: [sepolia_RelayerFeesIncrease_filter] } -enum zksync_RelayerFeesIncrease_orderBy { +enum sepolia_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -75118,7 +75944,7 @@ enum zksync_RelayerFeesIncrease_orderBy { blockNumber } -input zksync_Relayer_filter { +input sepolia_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -75131,34 +75957,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: 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: zksync_BlockChangedFilter - and: [zksync_Relayer_filter] - or: [zksync_Relayer_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_Relayer_filter] + or: [sepolia_Relayer_filter] } -enum zksync_Relayer_orderBy { +enum sepolia_Relayer_orderBy { id isActive relayer } -type zksync_RootCount { +type sepolia_RootCount { id: ID! count: BigInt } -input zksync_RootCount_filter { +input sepolia_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -75176,31 +76002,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: sepolia_BlockChangedFilter + and: [sepolia_RootCount_filter] + or: [sepolia_RootCount_filter] } -enum zksync_RootCount_orderBy { +enum sepolia_RootCount_orderBy { id count } -type zksync_RootMessageSent { +type sepolia_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: zksync_Bytes + root: sepolia_Bytes count: BigInt - caller: zksync_Bytes - transactionHash: zksync_Bytes + caller: sepolia_Bytes + transactionHash: sepolia_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input zksync_RootMessageSent_filter { +input sepolia_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -75225,16 +76051,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: 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 @@ -75243,26 +76069,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: 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 @@ -75296,12 +76122,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: sepolia_BlockChangedFilter + and: [sepolia_RootMessageSent_filter] + or: [sepolia_RootMessageSent_filter] } -enum zksync_RootMessageSent_orderBy { +enum sepolia_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -75315,25 +76141,25 @@ enum zksync_RootMessageSent_orderBy { blockNumber } -type zksync_Router { +type sepolia_Router { id: ID! isActive: Boolean! - owner: zksync_Bytes - recipient: zksync_Bytes - proposedOwner: zksync_Bytes + owner: sepolia_Bytes + recipient: sepolia_Bytes + proposedOwner: sepolia_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: sepolia_AssetBalance_orderBy, orderDirection: sepolia_OrderDirection, where: sepolia_AssetBalance_filter): [sepolia_AssetBalance!]! } -type zksync_RouterDailyTVL { +type sepolia_RouterDailyTVL { id: ID! - router: zksync_Router! - asset: zksync_Asset! + router: sepolia_Router! + asset: sepolia_Asset! timestamp: BigInt! balance: BigInt! } -input zksync_RouterDailyTVL_filter { +input sepolia_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -75362,7 +76188,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_: sepolia_Router_filter asset: String asset_not: String asset_gt: String @@ -75383,7 +76209,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_: sepolia_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -75401,12 +76227,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: sepolia_BlockChangedFilter + and: [sepolia_RouterDailyTVL_filter] + or: [sepolia_RouterDailyTVL_filter] } -enum zksync_RouterDailyTVL_orderBy { +enum sepolia_RouterDailyTVL_orderBy { id router router__id @@ -75429,26 +76255,26 @@ enum zksync_RouterDailyTVL_orderBy { balance } -type zksync_RouterLiquidityEvent { +type sepolia_RouterLiquidityEvent { id: ID! - type: zksync_RouterLiquidityEventType - router: zksync_Router! - asset: zksync_Asset! + type: sepolia_RouterLiquidityEventType + router: sepolia_Router! + asset: sepolia_Asset! amount: BigInt! balance: BigInt! - caller: zksync_Bytes + caller: sepolia_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: zksync_Bytes! + transactionHash: sepolia_Bytes! nonce: BigInt! } -enum zksync_RouterLiquidityEventType { +enum sepolia_RouterLiquidityEventType { Add Remove } -input zksync_RouterLiquidityEvent_filter { +input sepolia_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -75457,10 +76283,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: sepolia_RouterLiquidityEventType + type_not: sepolia_RouterLiquidityEventType + type_in: [sepolia_RouterLiquidityEventType!] + type_not_in: [sepolia_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -75481,7 +76307,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_: sepolia_Router_filter asset: String asset_not: String asset_gt: String @@ -75502,7 +76328,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_: sepolia_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -75519,16 +76345,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: 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 @@ -75545,16 +76371,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: 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 @@ -75564,12 +76390,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: sepolia_BlockChangedFilter + and: [sepolia_RouterLiquidityEvent_filter] + or: [sepolia_RouterLiquidityEvent_filter] } -enum zksync_RouterLiquidityEvent_orderBy { +enum sepolia_RouterLiquidityEvent_orderBy { id type router @@ -75598,7 +76424,7 @@ enum zksync_RouterLiquidityEvent_orderBy { nonce } -input zksync_Router_filter { +input sepolia_Router_filter { id: ID id_not: ID id_gt: ID @@ -75611,36 +76437,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: 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 @@ -75649,14 +76475,14 @@ input zksync_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: zksync_AssetBalance_filter + assetBalances_: sepolia_AssetBalance_filter """Filter for the block changed event.""" - _change_block: zksync_BlockChangedFilter - and: [zksync_Router_filter] - or: [zksync_Router_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_Router_filter] + or: [sepolia_Router_filter] } -enum zksync_Router_orderBy { +enum sepolia_Router_orderBy { id isActive owner @@ -75666,13 +76492,13 @@ enum zksync_Router_orderBy { assetBalances } -type zksync_Sequencer { +type sepolia_Sequencer { id: ID! isActive: Boolean! - sequencer: zksync_Bytes + sequencer: sepolia_Bytes } -input zksync_Sequencer_filter { +input sepolia_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -75685,35 +76511,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: 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: zksync_BlockChangedFilter - and: [zksync_Sequencer_filter] - or: [zksync_Sequencer_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_Sequencer_filter] + or: [sepolia_Sequencer_filter] } -enum zksync_Sequencer_orderBy { +enum sepolia_Sequencer_orderBy { id isActive sequencer } -type zksync_Setting { +type sepolia_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: zksync_Bytes! + caller: sepolia_Bytes! } -input zksync_Setting_filter { +input sepolia_Setting_filter { id: ID id_not: ID id_gt: ID @@ -75730,41 +76556,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: 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: zksync_BlockChangedFilter - and: [zksync_Setting_filter] - or: [zksync_Setting_filter] + _change_block: sepolia_BlockChangedFilter + and: [sepolia_Setting_filter] + or: [sepolia_Setting_filter] } -enum zksync_Setting_orderBy { +enum sepolia_Setting_orderBy { id maxRoutersPerTransfer caller } -type zksync_SlippageUpdate { +type sepolia_SlippageUpdate { id: ID! - transfer: zksync_DestinationTransfer! + transfer: sepolia_DestinationTransfer! slippage: BigInt! - caller: zksync_Bytes! - transactionHash: zksync_Bytes! + caller: sepolia_Bytes! + transactionHash: sepolia_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input zksync_SlippageUpdate_filter { +input sepolia_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -75793,7 +76619,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_: sepolia_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -75802,32 +76628,32 @@ 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 - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: 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 + 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 @@ -75855,12 +76681,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: sepolia_BlockChangedFilter + and: [sepolia_SlippageUpdate_filter] + or: [sepolia_SlippageUpdate_filter] } -enum zksync_SlippageUpdate_orderBy { +enum sepolia_SlippageUpdate_orderBy { id transfer transfer__id @@ -75908,16 +76734,16 @@ enum zksync_SlippageUpdate_orderBy { blockNumber } -type zksync_SnapshotRoot { +type sepolia_SnapshotRoot { id: ID! spokeDomain: BigInt - root: zksync_Bytes! + root: sepolia_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input zksync_SnapshotRoot_filter { +input sepolia_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -75934,16 +76760,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: 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 @@ -75969,12 +76795,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: sepolia_BlockChangedFilter + and: [sepolia_SnapshotRoot_filter] + or: [sepolia_SnapshotRoot_filter] } -enum zksync_SnapshotRoot_orderBy { +enum sepolia_SnapshotRoot_orderBy { id spokeDomain root @@ -75983,12 +76809,12 @@ enum zksync_SnapshotRoot_orderBy { blockNumber } -type zksync_SpokeConnectorMode { +type sepolia_SpokeConnectorMode { id: ID! mode: String! } -input zksync_SpokeConnectorMode_filter { +input sepolia_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -76018,17 +76844,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: sepolia_BlockChangedFilter + and: [sepolia_SpokeConnectorMode_filter] + or: [sepolia_SpokeConnectorMode_filter] } -enum zksync_SpokeConnectorMode_orderBy { +enum sepolia_SpokeConnectorMode_orderBy { id mode } -enum zksync_TransferStatus { +enum sepolia_TransferStatus { XCalled Executed Reconciled @@ -76036,33 +76862,6 @@ enum zksync_TransferStatus { CompletedFast } -type zksync__Block_ { - """The hash of the block""" - 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 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 - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: zksync__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! @@ -76193,6 +76992,11 @@ enum arbitrumone_AggregateRoot_orderBy { blockNumber } +enum arbitrumone_Aggregation_interval { + hour + day +} + type arbitrumone_Asset { id: ID! key: arbitrumone_Bytes @@ -78801,6 +79605,8 @@ type arbitrumone__Block_ { number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int + """The hash of the parent block""" + parentHash: arbitrumone_Bytes } """The type for the top-level _meta field""" @@ -78819,23 +79625,48 @@ type arbitrumone__Meta_ { hasIndexingErrors: Boolean! } -type stagingscroll_AggregateRoot { +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 { id: ID! - root: stagingscroll_Bytes! - blockNumber: BigInt! + 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 stagingscroll_AggregateRootProposed { +type zksync_swap_LpAccountBalance { id: ID! - aggregateRoot: stagingscroll_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt + account: zksync_swap_LpAccount! + token: zksync_swap_LpToken! + amount: zksync_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: zksync_swap_Bytes } -input stagingscroll_AggregateRootProposed_filter { +input zksync_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -78844,73 +79675,107 @@ 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 - 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!] + 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 """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_AggregateRootProposed_filter] - or: [stagingscroll_AggregateRootProposed_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpAccountBalance_filter] + or: [zksync_swap_LpAccountBalance_filter] } -enum stagingscroll_AggregateRootProposed_orderBy { +enum zksync_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 } -input stagingscroll_AggregateRoot_filter { +input zksync_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -78919,66 +79784,51 @@ 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 - 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: 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: stagingscroll_BlockChangedFilter - and: [stagingscroll_AggregateRoot_filter] - or: [stagingscroll_AggregateRoot_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpAccount_filter] + or: [zksync_swap_LpAccount_filter] } -enum stagingscroll_AggregateRoot_orderBy { +enum zksync_swap_LpAccount_orderBy { id - root - blockNumber -} - -enum stagingscroll_Aggregation_interval { - hour - day + address + balances } -type stagingscroll_Asset { +type zksync_swap_LpToken { id: ID! - key: stagingscroll_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: stagingscroll_Bytes - canonicalDomain: BigInt - adoptedAsset: stagingscroll_Bytes - localAsset: stagingscroll_Bytes - blockNumber: BigInt - status: stagingscroll_AssetStatus + 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!]! } -type stagingscroll_AssetBalance { +interface zksync_swap_LpTokenEvent { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: stagingscroll_Router! - asset: stagingscroll_Asset! - feesEarned: BigInt! + token: zksync_swap_LpToken! + amount: zksync_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: zksync_swap_Bytes! + nonce: BigInt! } -input stagingscroll_AssetBalance_filter { +input zksync_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -78987,126 +79837,92 @@ input stagingscroll_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_: 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 - 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_: 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!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_AssetBalance_filter] - or: [stagingscroll_AssetBalance_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpTokenEvent_filter] + or: [zksync_swap_LpTokenEvent_filter] } -enum stagingscroll_AssetBalance_orderBy { +enum zksync_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 -} - -type stagingscroll_AssetStatus { - id: ID! - status: Boolean + block + timestamp + transaction + nonce } -input stagingscroll_AssetStatus_filter { +input zksync_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -79115,22 +79931,142 @@ input stagingscroll_AssetStatus_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] + address: 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 """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_AssetStatus_filter] - or: [stagingscroll_AssetStatus_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpToken_filter] + or: [zksync_swap_LpToken_filter] } -enum stagingscroll_AssetStatus_orderBy { +enum zksync_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 } -input stagingscroll_Asset_filter { +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! +} + +input zksync_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -79139,144 +80075,143 @@ 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 - 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: 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 - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - 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 - 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_: stagingscroll_AssetStatus_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: 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!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_Asset_filter] - or: [stagingscroll_Asset_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_LpTransferEvent_filter] + or: [zksync_swap_LpTransferEvent_filter] } -enum stagingscroll_Asset_orderBy { +enum zksync_swap_LpTransferEvent_orderBy { id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status -} - -scalar stagingscroll_BigDecimal - -input stagingscroll_BlockChangedFilter { - number_gte: Int! + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce } -input stagingscroll_Block_height { - hash: stagingscroll_Bytes - number: Int - number_gte: Int +"""Defines the order direction, either ascending or descending""" +enum zksync_swap_OrderDirection { + asc + desc } -scalar stagingscroll_Bytes - -type stagingscroll_ConnectorMeta { +type zksync_swap_PooledToken { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: stagingscroll_Bytes - rootManager: stagingscroll_Bytes - mirrorConnector: stagingscroll_Bytes + asset: zksync_swap_Bytes! } -input stagingscroll_ConnectorMeta_filter { +input zksync_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -79285,109 +80220,72 @@ input stagingscroll_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: 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 + 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: stagingscroll_BlockChangedFilter - and: [stagingscroll_ConnectorMeta_filter] - or: [stagingscroll_ConnectorMeta_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_PooledToken_filter] + or: [zksync_swap_PooledToken_filter] } -enum stagingscroll_ConnectorMeta_orderBy { +enum zksync_swap_PooledToken_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + asset } -type stagingscroll_DestinationTransfer { +type zksync_swap_StableSwap { id: ID! - chainId: BigInt - transferId: stagingscroll_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!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: stagingscroll_Bytes - delegate: stagingscroll_Bytes - receiveLocal: Boolean - callData: stagingscroll_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: stagingscroll_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: stagingscroll_Bytes - asset: stagingscroll_Asset - amount: BigInt - routersFee: BigInt - executedCaller: stagingscroll_Bytes - executedTransactionHash: stagingscroll_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: stagingscroll_Bytes - executedTxNonce: BigInt - reconciledCaller: stagingscroll_Bytes - reconciledTransactionHash: stagingscroll_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingscroll_Bytes - reconciledTxNonce: BigInt + 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!] } -input stagingscroll_DestinationTransfer_filter { +type zksync_swap_StableSwapAddLiquidityEvent implements zksync_swap_StableSwapEvent { + 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! +} + +input zksync_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -79396,24 +80294,105 @@ input stagingscroll_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -79422,374 +80401,54 @@ 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!] - 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 - 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: 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: 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 - 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: 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 - 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: 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 - 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!] - 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: 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 - 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: 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 - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - 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 - 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: 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 - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - 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: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwapAddLiquidityEvent_filter] + or: [zksync_swap_StableSwapAddLiquidityEvent_filter] } -enum stagingscroll_DestinationTransfer_orderBy { +enum zksync_swap_StableSwapAddLiquidityEvent_orderBy { id - chainId - transferId + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + 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 - 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 stagingscroll_Int8 - -type stagingscroll_OptimisticRootFinalized { +interface zksync_swap_StableSwapEvent { id: ID! - aggregateRoot: stagingscroll_Bytes! + stableSwap: zksync_swap_StableSwap! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: zksync_swap_Bytes! + nonce: BigInt! } -input stagingscroll_OptimisticRootFinalized_filter { +input zksync_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -79798,16 +80457,35 @@ 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -79816,47 +80494,72 @@ input stagingscroll_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!] + 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!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_OptimisticRootFinalized_filter] - or: [stagingscroll_OptimisticRootFinalized_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwapEvent_filter] + or: [zksync_swap_StableSwapEvent_filter] } -enum stagingscroll_OptimisticRootFinalized_orderBy { +enum zksync_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""" -enum stagingscroll_OrderDirection { - asc - desc + transaction + nonce } -type stagingscroll_OriginMessage { +type zksync_swap_StableSwapExchange { id: ID! - transferId: stagingscroll_Bytes - destinationDomain: BigInt - leaf: stagingscroll_Bytes - index: BigInt - message: stagingscroll_Bytes - root: stagingscroll_Bytes - transactionHash: stagingscroll_Bytes - blockNumber: BigInt - rootCount: stagingscroll_RootCount + 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! } -input stagingscroll_OriginMessage_filter { +input zksync_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -79865,158 +80568,172 @@ 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 - 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: 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 - index_lt: BigInt - index_gte: BigInt - 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 - 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_: stagingscroll_RootCount_filter + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: 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!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_OriginMessage_filter] - or: [stagingscroll_OriginMessage_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwapExchange_filter] + or: [zksync_swap_StableSwapExchange_filter] } -enum stagingscroll_OriginMessage_orderBy { +enum zksync_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 } -type stagingscroll_OriginTransfer { +type zksync_swap_StableSwapRemoveLiquidityEvent implements zksync_swap_StableSwapEvent { id: ID! - chainId: BigInt - transferId: stagingscroll_Bytes - nonce: BigInt - status: stagingscroll_TransferStatus - messageHash: stagingscroll_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: stagingscroll_Bytes - delegate: stagingscroll_Bytes - receiveLocal: Boolean - callData: stagingscroll_Bytes - slippage: BigInt - originSender: stagingscroll_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: stagingscroll_Bytes - asset: stagingscroll_Asset - transactingAsset: stagingscroll_Bytes - message: stagingscroll_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 - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: stagingscroll_Bytes - txNonce: BigInt + 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! } -input stagingscroll_OriginTransfer_filter { +input zksync_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -80025,245 +80742,87 @@ input stagingscroll_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: 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 - nonce_lt: BigInt - nonce_gte: BigInt - 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 - 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: 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: 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 - slippage_lt: BigInt - slippage_gte: BigInt - 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 - 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: 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 - 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 - 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 - 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_: stagingscroll_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_: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -80272,121 +80831,63 @@ input stagingscroll_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: 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!] + 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!] """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_OriginTransfer_filter] - or: [stagingscroll_OriginTransfer_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwapRemoveLiquidityEvent_filter] + or: [zksync_swap_StableSwapRemoveLiquidityEvent_filter] } -enum stagingscroll_OriginTransfer_orderBy { +enum zksync_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 -} - -type stagingscroll_Relayer { - id: ID! - isActive: Boolean! - relayer: stagingscroll_Bytes -} - -type stagingscroll_RelayerFee { - id: ID! - transfer: stagingscroll_OriginTransfer! - fee: BigInt! - asset: stagingscroll_Bytes! + transaction + nonce } -input stagingscroll_RelayerFee_filter { +input zksync_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -80395,101 +80896,201 @@ input stagingscroll_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_: 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 + 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 """Filter for the block changed event.""" - _change_block: stagingscroll_BlockChangedFilter - and: [stagingscroll_RelayerFee_filter] - or: [stagingscroll_RelayerFee_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_StableSwap_filter] + or: [zksync_swap_StableSwap_filter] } -enum stagingscroll_RelayerFee_orderBy { +enum zksync_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 } -type stagingscroll_RelayerFeesIncrease { +type zksync_swap_SwapDailyVolume implements zksync_swap_SwapTradeVolume { id: ID! - transfer: stagingscroll_OriginTransfer! - increase: BigInt - asset: stagingscroll_Bytes - caller: stagingscroll_Bytes! - transactionHash: stagingscroll_Bytes! + stableSwap: zksync_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: zksync_swap_BigDecimal! } -input stagingscroll_RelayerFeesIncrease_filter { +input zksync_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -80498,65 +81099,27 @@ input stagingscroll_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_: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -80565,79 +81128,51 @@ input stagingscroll_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!] + 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: stagingscroll_BlockChangedFilter - and: [stagingscroll_RelayerFeesIncrease_filter] - or: [stagingscroll_RelayerFeesIncrease_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SwapDailyVolume_filter] + or: [zksync_swap_SwapDailyVolume_filter] } -enum stagingscroll_RelayerFeesIncrease_orderBy { +enum zksync_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 } -input stagingscroll_Relayer_filter { +type zksync_swap_SwapHourlyVolume implements zksync_swap_SwapTradeVolume { + id: ID! + stableSwap: zksync_swap_StableSwap! + timestamp: BigInt! + volume: zksync_swap_BigDecimal! +} + +input zksync_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -80646,142 +81181,100 @@ input stagingscroll_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: stagingscroll_BlockChangedFilter - and: [stagingscroll_Relayer_filter] - or: [stagingscroll_Relayer_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SwapHourlyVolume_filter] + or: [zksync_swap_SwapHourlyVolume_filter] } -enum stagingscroll_Relayer_orderBy { +enum zksync_swap_SwapHourlyVolume_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 + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + 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 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 +interface zksync_swap_SwapTradeVolume { + stableSwap: zksync_swap_StableSwap! + timestamp: BigInt! + volume: zksync_swap_BigDecimal! } -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 +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 @@ -80790,69 +81283,50 @@ input stagingscroll_RootMessageSent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + volume: 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: stagingscroll_BlockChangedFilter - and: [stagingscroll_RootMessageSent_filter] - or: [stagingscroll_RootMessageSent_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SwapTradeVolume_filter] + or: [zksync_swap_SwapTradeVolume_filter] } -enum stagingscroll_RootMessageSent_orderBy { - id - spokeDomain - hubDomain - root - count - caller - transactionHash +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 - 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!]! + volume } -type stagingscroll_RouterDailyTVL { +type zksync_swap_SwapWeeklyVolume implements zksync_swap_SwapTradeVolume { id: ID! - router: stagingscroll_Router! - asset: stagingscroll_Asset! + stableSwap: zksync_swap_StableSwap! timestamp: BigInt! - balance: BigInt! + volume: zksync_swap_BigDecimal! } -input stagingscroll_RouterDailyTVL_filter { +input zksync_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -80861,48 +81335,27 @@ input stagingscroll_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_: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -80911,63 +81364,50 @@ input stagingscroll_RouterDailyTVL_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] + volume: 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: stagingscroll_BlockChangedFilter - and: [stagingscroll_RouterDailyTVL_filter] - or: [stagingscroll_RouterDailyTVL_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SwapWeeklyVolume_filter] + or: [zksync_swap_SwapWeeklyVolume_filter] } -enum stagingscroll_RouterDailyTVL_orderBy { +enum zksync_swap_SwapWeeklyVolume_orderBy { id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply timestamp - balance + volume } -type stagingscroll_RouterLiquidityEvent { +type zksync_swap_SystemInfo { 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 + exchangeCount: BigInt! + swapCount: BigInt! } -input stagingscroll_RouterLiquidityEvent_filter { +input zksync_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -80976,222 +81416,103 @@ input stagingscroll_RouterLiquidityEvent_filter { 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!] + 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: stagingscroll_BlockChangedFilter - and: [stagingscroll_RouterLiquidityEvent_filter] - or: [stagingscroll_RouterLiquidityEvent_filter] + _change_block: zksync_swap_BlockChangedFilter + and: [zksync_swap_SystemInfo_filter] + or: [zksync_swap_SystemInfo_filter] } -enum stagingscroll_RouterLiquidityEvent_orderBy { +enum zksync_swap_SystemInfo_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 + exchangeCount + swapCount } -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] +type zksync_swap__Block_ { + """The hash of the block""" + 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: zksync_swap_Bytes } -enum stagingscroll_Router_orderBy { - id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances +"""The type for the top-level _meta field""" +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 + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: zksync_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! } -type stagingscroll_Sequencer { +enum base_swap_Aggregation_interval { + hour + day +} + +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! - isActive: Boolean! - sequencer: stagingscroll_Bytes + 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!]! } -input stagingscroll_Sequencer_filter { +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 @@ -81200,39 +81521,107 @@ input stagingscroll_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: 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 + 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: stagingscroll_BlockChangedFilter - and: [stagingscroll_Sequencer_filter] - or: [stagingscroll_Sequencer_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_LpAccountBalance_filter] + or: [base_swap_LpAccountBalance_filter] } -enum stagingscroll_Sequencer_orderBy { +enum base_swap_LpAccountBalance_orderBy { id - isActive - sequencer -} - -type stagingscroll_Setting { - id: ID! - maxRoutersPerTransfer: BigInt! - caller: stagingscroll_Bytes! + account + account__id + account__address + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + modified + transaction } -input stagingscroll_Setting_filter { +input base_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -81241,49 +81630,51 @@ 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 + 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: stagingscroll_BlockChangedFilter - and: [stagingscroll_Setting_filter] - or: [stagingscroll_Setting_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_LpAccount_filter] + or: [base_swap_LpAccount_filter] } -enum stagingscroll_Setting_orderBy { +enum base_swap_LpAccount_orderBy { id - maxRoutersPerTransfer - caller + address + balances } -type stagingscroll_SlippageUpdate { +type base_swap_LpToken { id: ID! - transfer: stagingscroll_DestinationTransfer! - slippage: BigInt! - caller: stagingscroll_Bytes! - transactionHash: stagingscroll_Bytes! + 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! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + transaction: base_swap_Bytes! + nonce: BigInt! } -input stagingscroll_SlippageUpdate_filter { +input base_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -81292,55 +81683,43 @@ input stagingscroll_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_: 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 + 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 @@ -81349,94 +81728,191 @@ input stagingscroll_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!] + 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: stagingscroll_BlockChangedFilter - and: [stagingscroll_SlippageUpdate_filter] - or: [stagingscroll_SlippageUpdate_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_LpTokenEvent_filter] + or: [base_swap_LpTokenEvent_filter] } -enum stagingscroll_SlippageUpdate_orderBy { +enum base_swap_LpTokenEvent_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 + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block timestamp - gasPrice - gasLimit - blockNumber + transaction + nonce } -type stagingscroll_SnapshotRoot { +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] +} + +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! - spokeDomain: BigInt - root: stagingscroll_Bytes! - count: BigInt! + 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! - blockNumber: BigInt! + transaction: base_swap_Bytes! + nonce: BigInt! } -input stagingscroll_SnapshotRoot_filter { +input base_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -81445,32 +81921,79 @@ input stagingscroll_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: 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!] + 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 @@ -81479,35 +82002,62 @@ input stagingscroll_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!] + 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: stagingscroll_BlockChangedFilter - and: [stagingscroll_SnapshotRoot_filter] - or: [stagingscroll_SnapshotRoot_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_LpTransferEvent_filter] + or: [base_swap_LpTransferEvent_filter] } -enum stagingscroll_SnapshotRoot_orderBy { +enum base_swap_LpTransferEvent_orderBy { id - spokeDomain - root - count + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + from + to + fromBalance + toBalance + block timestamp - blockNumber + transaction + nonce } -type stagingscroll_SpokeConnectorMode { +"""Defines the order direction, either ascending or descending""" +enum base_swap_OrderDirection { + asc + desc +} + +type base_swap_PooledToken { id: ID! - mode: String! + asset: base_swap_Bytes! } -input stagingscroll_SpokeConnectorMode_filter { +input base_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -81516,89 +82066,235 @@ input stagingscroll_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 + 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: stagingscroll_BlockChangedFilter - and: [stagingscroll_SpokeConnectorMode_filter] - or: [stagingscroll_SpokeConnectorMode_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_PooledToken_filter] + or: [base_swap_PooledToken_filter] } -enum stagingscroll_SpokeConnectorMode_orderBy { +enum base_swap_PooledToken_orderBy { id - mode + asset } -enum stagingscroll_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast +type base_swap_StableSwap { + id: ID! + 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!] } -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 +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! } -"""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! +input base_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_: 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 + 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_StableSwapAddLiquidityEvent_filter] + or: [base_swap_StableSwapAddLiquidityEvent_filter] } -type optimismsepolia_AggregateRoot { - id: ID! - root: optimismsepolia_Bytes! - blockNumber: BigInt! +enum base_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 } -type optimismsepolia_AggregateRootProposed { +interface base_swap_StableSwapEvent { id: ID! - aggregateRoot: optimismsepolia_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! + stableSwap: base_swap_StableSwap! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: base_swap_Bytes! + nonce: BigInt! } -input optimismsepolia_AggregateRootProposed_filter { +input base_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -81607,40 +82303,35 @@ 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 - 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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -81649,31 +82340,72 @@ input optimismsepolia_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: 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: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_AggregateRootProposed_filter] - or: [optimismsepolia_AggregateRootProposed_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_StableSwapEvent_filter] + or: [base_swap_StableSwapEvent_filter] } -enum optimismsepolia_AggregateRootProposed_orderBy { +enum base_swap_StableSwapEvent_orderBy { id - aggregateRoot - rootTimestamp - endOfDispute - domain + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + block timestamp - blockNumber + transaction + nonce } -input optimismsepolia_AggregateRoot_filter { +type base_swap_StableSwapExchange { + id: ID! + stableSwap: base_swap_StableSwap! + buyer: base_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! + timestamp: BigInt! + transaction: base_swap_Bytes! + nonce: BigInt! +} + +input base_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -81682,66 +82414,172 @@ 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 - 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: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_AggregateRoot_filter] - or: [optimismsepolia_AggregateRoot_filter] + _change_block: base_swap_BlockChangedFilter + and: [base_swap_StableSwapExchange_filter] + or: [base_swap_StableSwapExchange_filter] } -enum optimismsepolia_AggregateRoot_orderBy { +enum base_swap_StableSwapExchange_orderBy { id - root - blockNumber -} - -enum optimismsepolia_Aggregation_interval { - hour - day -} - -type optimismsepolia_Asset { - id: ID! - key: optimismsepolia_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: optimismsepolia_Bytes - canonicalDomain: BigInt - adoptedAsset: optimismsepolia_Bytes - localAsset: optimismsepolia_Bytes - blockNumber: BigInt - status: optimismsepolia_AssetStatus + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + 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 optimismsepolia_AssetBalance { +type base_swap_StableSwapRemoveLiquidityEvent implements base_swap_StableSwapEvent { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: optimismsepolia_Router! - asset: optimismsepolia_Asset! - feesEarned: BigInt! + 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 optimismsepolia_AssetBalance_filter { +input base_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -81750,80 +82588,972 @@ input optimismsepolia_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_: optimismsepolia_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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 + 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_StableSwapRemoveLiquidityEvent_filter] + or: [base_swap_StableSwapRemoveLiquidityEvent_filter] +} + +enum base_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 base_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: 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: base_swap_BlockChangedFilter + and: [base_swap_StableSwap_filter] + or: [base_swap_StableSwap_filter] +} + +enum base_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 base_swap_SwapDailyVolume implements base_swap_SwapTradeVolume { + id: ID! + stableSwap: base_swap_StableSwap! + timestamp: BigInt! + volume: base_swap_BigDecimal! +} + +input base_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_: 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: base_swap_BlockChangedFilter + and: [base_swap_SwapDailyVolume_filter] + or: [base_swap_SwapDailyVolume_filter] +} + +enum base_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 base_swap_SwapHourlyVolume implements base_swap_SwapTradeVolume { + id: ID! + stableSwap: base_swap_StableSwap! + timestamp: BigInt! + volume: base_swap_BigDecimal! +} + +input base_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_: 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: base_swap_BlockChangedFilter + and: [base_swap_SwapHourlyVolume_filter] + or: [base_swap_SwapHourlyVolume_filter] +} + +enum base_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 base_swap_SwapTradeVolume { + stableSwap: base_swap_StableSwap! + timestamp: BigInt! + volume: base_swap_BigDecimal! +} + +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 + 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: base_swap_BlockChangedFilter + and: [base_swap_SwapTradeVolume_filter] + or: [base_swap_SwapTradeVolume_filter] +} + +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 + volume +} + +type base_swap_SwapWeeklyVolume implements base_swap_SwapTradeVolume { + id: ID! + stableSwap: base_swap_StableSwap! + timestamp: BigInt! + volume: base_swap_BigDecimal! +} + +input base_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_: 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: base_swap_BlockChangedFilter + and: [base_swap_SwapWeeklyVolume_filter] + or: [base_swap_SwapWeeklyVolume_filter] +} + +enum base_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 base_swap_SystemInfo { + id: ID! + exchangeCount: BigInt! + swapCount: BigInt! +} + +input base_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: base_swap_BlockChangedFilter + and: [base_swap_SystemInfo_filter] + or: [base_swap_SystemInfo_filter] +} + +enum base_swap_SystemInfo_orderBy { + id + exchangeCount + swapCount +} + +type base_swap__Block_ { + """The hash of the block""" + 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: base_swap_Bytes +} + +"""The type for the top-level _meta field""" +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 + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: base_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type optimism_AggregateRoot { + id: ID! + root: optimism_Bytes! + blockNumber: BigInt! +} + +type optimism_AggregateRootProposed { + id: ID! + aggregateRoot: optimism_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input optimism_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: 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 + 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: optimism_BlockChangedFilter + and: [optimism_AggregateRootProposed_filter] + or: [optimism_AggregateRootProposed_filter] +} + +enum optimism_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input optimism_AggregateRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + root: optimism_Bytes + root_not: optimism_Bytes + root_gt: optimism_Bytes + root_lt: optimism_Bytes + root_gte: optimism_Bytes + root_lte: optimism_Bytes + root_in: [optimism_Bytes!] + root_not_in: [optimism_Bytes!] + root_contains: optimism_Bytes + root_not_contains: optimism_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: optimism_BlockChangedFilter + and: [optimism_AggregateRoot_filter] + or: [optimism_AggregateRoot_filter] +} + +enum optimism_AggregateRoot_orderBy { + id + root + blockNumber +} + +type optimism_Asset { + id: ID! + key: optimism_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: optimism_Bytes + canonicalDomain: BigInt + adoptedAsset: optimism_Bytes + localAsset: optimism_Bytes + blockNumber: BigInt + status: optimism_AssetStatus +} + +type optimism_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: optimism_Router! + asset: optimism_Asset! + feesEarned: BigInt! +} + +input optimism_AssetBalance_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + amount: BigInt + amount_not: BigInt + amount_gt: BigInt + amount_lt: BigInt + amount_gte: BigInt + amount_lte: BigInt + amount_in: [BigInt!] + amount_not_in: [BigInt!] + locked: BigInt + locked_not: BigInt + locked_gt: BigInt + locked_lt: BigInt + locked_gte: BigInt + locked_lte: BigInt + locked_in: [BigInt!] + locked_not_in: [BigInt!] + supplied: BigInt + supplied_not: BigInt + supplied_gt: BigInt + supplied_lt: BigInt + supplied_gte: BigInt + supplied_lte: BigInt + supplied_in: [BigInt!] + supplied_not_in: [BigInt!] + removed: BigInt + removed_not: BigInt + removed_gt: BigInt + removed_lt: BigInt + removed_gte: BigInt + removed_lte: BigInt + removed_in: [BigInt!] + removed_not_in: [BigInt!] + router: String + router_not: String + router_gt: String + router_lt: String + router_gte: String + router_lte: String + router_in: [String!] + router_not_in: [String!] + router_contains: String + router_contains_nocase: String + router_not_contains: String + router_not_contains_nocase: String + router_starts_with: String + router_starts_with_nocase: String + router_not_starts_with: String + router_not_starts_with_nocase: String + router_ends_with: String + router_ends_with_nocase: String + router_not_ends_with: String + router_not_ends_with_nocase: String + router_: optimism_Router_filter + asset: String + asset_not: String + asset_gt: String + asset_lt: String + asset_gte: String + asset_lte: String + asset_in: [String!] + asset_not_in: [String!] + asset_contains: String + asset_contains_nocase: String + asset_not_contains: String + asset_not_contains_nocase: String + asset_starts_with: String + asset_starts_with_nocase: String + asset_not_starts_with: String + asset_not_starts_with_nocase: String + asset_ends_with: String asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: optimismsepolia_Asset_filter + asset_: optimism_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -81833,12 +83563,12 @@ 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: optimism_BlockChangedFilter + and: [optimism_AssetBalance_filter] + or: [optimism_AssetBalance_filter] } -enum optimismsepolia_AssetBalance_orderBy { +enum optimism_AssetBalance_orderBy { id amount locked @@ -81864,12 +83594,12 @@ enum optimismsepolia_AssetBalance_orderBy { feesEarned } -type optimismsepolia_AssetStatus { +type optimism_AssetStatus { id: ID! status: Boolean } -input optimismsepolia_AssetStatus_filter { +input optimism_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -81883,17 +83613,17 @@ 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: optimism_BlockChangedFilter + and: [optimism_AssetStatus_filter] + or: [optimism_AssetStatus_filter] } -enum optimismsepolia_AssetStatus_orderBy { +enum optimism_AssetStatus_orderBy { id status } -input optimismsepolia_Asset_filter { +input optimism_Asset_filter { id: ID id_not: ID id_gt: ID @@ -81902,16 +83632,16 @@ 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: 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 @@ -81928,44 +83658,44 @@ 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 - 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: 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 + canonicalId: optimism_Bytes + canonicalId_not: optimism_Bytes + canonicalId_gt: optimism_Bytes + canonicalId_lt: optimism_Bytes + canonicalId_gte: optimism_Bytes + canonicalId_lte: optimism_Bytes + canonicalId_in: [optimism_Bytes!] + canonicalId_not_in: [optimism_Bytes!] + canonicalId_contains: optimism_Bytes + canonicalId_not_contains: optimism_Bytes + canonicalDomain: BigInt + canonicalDomain_not: BigInt + canonicalDomain_gt: BigInt + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + canonicalDomain_lte: BigInt + canonicalDomain_in: [BigInt!] + canonicalDomain_not_in: [BigInt!] + adoptedAsset: optimism_Bytes + adoptedAsset_not: optimism_Bytes + adoptedAsset_gt: optimism_Bytes + adoptedAsset_lt: optimism_Bytes + adoptedAsset_gte: optimism_Bytes + adoptedAsset_lte: optimism_Bytes + adoptedAsset_in: [optimism_Bytes!] + adoptedAsset_not_in: [optimism_Bytes!] + adoptedAsset_contains: optimism_Bytes + adoptedAsset_not_contains: optimism_Bytes + localAsset: optimism_Bytes + localAsset_not: optimism_Bytes + localAsset_gt: optimism_Bytes + localAsset_lt: optimism_Bytes + localAsset_gte: optimism_Bytes + localAsset_lte: optimism_Bytes + localAsset_in: [optimism_Bytes!] + localAsset_not_in: [optimism_Bytes!] + localAsset_contains: optimism_Bytes + localAsset_not_contains: optimism_Bytes blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -81994,14 +83724,14 @@ 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_: optimism_AssetStatus_filter """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_Asset_filter] - or: [optimismsepolia_Asset_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Asset_filter] + or: [optimism_Asset_filter] } -enum optimismsepolia_Asset_orderBy { +enum optimism_Asset_orderBy { id key decimal @@ -82016,30 +83746,30 @@ enum optimismsepolia_Asset_orderBy { status__status } -scalar optimismsepolia_BigDecimal +scalar optimism_BigDecimal -input optimismsepolia_BlockChangedFilter { +input optimism_BlockChangedFilter { number_gte: Int! } -input optimismsepolia_Block_height { - hash: optimismsepolia_Bytes +input optimism_Block_height { + hash: optimism_Bytes number: Int number_gte: Int } -scalar optimismsepolia_Bytes +scalar optimism_Bytes -type optimismsepolia_ConnectorMeta { +type optimism_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: optimismsepolia_Bytes - rootManager: optimismsepolia_Bytes - mirrorConnector: optimismsepolia_Bytes + amb: optimism_Bytes + rootManager: optimism_Bytes + mirrorConnector: optimism_Bytes } -input optimismsepolia_ConnectorMeta_filter { +input optimism_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -82064,43 +83794,43 @@ 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: 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: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_ConnectorMeta_filter] - or: [optimismsepolia_ConnectorMeta_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_ConnectorMeta_filter] + or: [optimism_ConnectorMeta_filter] } -enum optimismsepolia_ConnectorMeta_orderBy { +enum optimism_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -82109,48 +83839,48 @@ enum optimismsepolia_ConnectorMeta_orderBy { mirrorConnector } -type optimismsepolia_DestinationTransfer { +type optimism_DestinationTransfer { id: ID! chainId: BigInt - transferId: optimismsepolia_Bytes + transferId: optimism_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: 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: optimismsepolia_Bytes - delegate: optimismsepolia_Bytes + to: optimism_Bytes + delegate: optimism_Bytes receiveLocal: Boolean - callData: optimismsepolia_Bytes + callData: optimism_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: optimismsepolia_Bytes + originSender: optimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimismsepolia_Bytes - asset: optimismsepolia_Asset + canonicalId: optimism_Bytes + asset: optimism_Asset amount: BigInt routersFee: BigInt - executedCaller: optimismsepolia_Bytes - executedTransactionHash: optimismsepolia_Bytes + executedCaller: optimism_Bytes + executedTransactionHash: optimism_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: optimismsepolia_Bytes + executedTxOrigin: optimism_Bytes executedTxNonce: BigInt - reconciledCaller: optimismsepolia_Bytes - reconciledTransactionHash: optimismsepolia_Bytes + reconciledCaller: optimism_Bytes + reconciledTransactionHash: optimism_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: optimismsepolia_Bytes + reconciledTxOrigin: optimism_Bytes reconciledTxNonce: BigInt } -input optimismsepolia_DestinationTransfer_filter { +input optimism_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -82167,16 +83897,16 @@ 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: 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 @@ -82185,17 +83915,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: 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_: optimismsepolia_Router_filter + routers_: optimism_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -82220,40 +83950,40 @@ 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: 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: 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: 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 @@ -82270,16 +84000,16 @@ 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: 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 @@ -82296,16 +84026,16 @@ 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: 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 @@ -82326,7 +84056,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_: optimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -82343,26 +84073,26 @@ 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: 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 @@ -82395,16 +84125,16 @@ 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: 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 @@ -82413,26 +84143,26 @@ 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: 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 @@ -82465,16 +84195,16 @@ 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: 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 @@ -82484,12 +84214,12 @@ 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: optimism_BlockChangedFilter + and: [optimism_DestinationTransfer_filter] + or: [optimism_DestinationTransfer_filter] } -enum optimismsepolia_DestinationTransfer_orderBy { +enum optimism_DestinationTransfer_orderBy { id chainId transferId @@ -82543,16 +84273,16 @@ enum optimismsepolia_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar optimismsepolia_Int8 +scalar optimism_Int8 -type optimismsepolia_OptimisticRootFinalized { +type optimism_OptimisticRootFinalized { id: ID! - aggregateRoot: optimismsepolia_Bytes! + aggregateRoot: optimism_Bytes! timestamp: BigInt! blockNumber: BigInt } -input optimismsepolia_OptimisticRootFinalized_filter { +input optimism_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -82561,16 +84291,16 @@ 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: 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 @@ -82588,12 +84318,12 @@ 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: optimism_BlockChangedFilter + and: [optimism_OptimisticRootFinalized_filter] + or: [optimism_OptimisticRootFinalized_filter] } -enum optimismsepolia_OptimisticRootFinalized_orderBy { +enum optimism_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -82601,25 +84331,25 @@ enum optimismsepolia_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum optimismsepolia_OrderDirection { +enum optimism_OrderDirection { asc desc } -type optimismsepolia_OriginMessage { +type optimism_OriginMessage { id: ID! - transferId: optimismsepolia_Bytes + transferId: optimism_Bytes destinationDomain: BigInt - leaf: optimismsepolia_Bytes + leaf: optimism_Bytes index: BigInt - message: optimismsepolia_Bytes - root: optimismsepolia_Bytes - transactionHash: optimismsepolia_Bytes + message: optimism_Bytes + root: optimism_Bytes + transactionHash: optimism_Bytes blockNumber: BigInt - rootCount: optimismsepolia_RootCount + rootCount: optimism_RootCount } -input optimismsepolia_OriginMessage_filter { +input optimism_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -82628,16 +84358,16 @@ 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: 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 @@ -82646,16 +84376,16 @@ 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: 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 @@ -82664,36 +84394,36 @@ 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: 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 @@ -82722,14 +84452,14 @@ 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_: optimism_RootCount_filter """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_OriginMessage_filter] - or: [optimismsepolia_OriginMessage_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_OriginMessage_filter] + or: [optimism_OriginMessage_filter] } -enum optimismsepolia_OriginMessage_orderBy { +enum optimism_OriginMessage_orderBy { id transferId destinationDomain @@ -82744,42 +84474,42 @@ enum optimismsepolia_OriginMessage_orderBy { rootCount__count } -type optimismsepolia_OriginTransfer { +type optimism_OriginTransfer { id: ID! chainId: BigInt - transferId: optimismsepolia_Bytes + transferId: optimism_Bytes nonce: BigInt - status: optimismsepolia_TransferStatus - messageHash: optimismsepolia_Bytes + status: optimism_TransferStatus + messageHash: optimism_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: optimismsepolia_Bytes - delegate: optimismsepolia_Bytes + to: optimism_Bytes + delegate: optimism_Bytes receiveLocal: Boolean - callData: optimismsepolia_Bytes + callData: optimism_Bytes slippage: BigInt - originSender: optimismsepolia_Bytes + originSender: optimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimismsepolia_Bytes - asset: optimismsepolia_Asset - transactingAsset: optimismsepolia_Bytes - message: optimismsepolia_OriginMessage + canonicalId: optimism_Bytes + asset: optimism_Asset + transactingAsset: optimism_Bytes + message: optimism_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: 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: optimismsepolia_Bytes + txOrigin: optimism_Bytes txNonce: BigInt } -input optimismsepolia_OriginTransfer_filter { +input optimism_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -82796,16 +84526,16 @@ 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: 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 @@ -82814,20 +84544,20 @@ 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: 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 @@ -82852,40 +84582,40 @@ 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: 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: 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: 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 @@ -82894,16 +84624,16 @@ 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: 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 @@ -82920,16 +84650,16 @@ 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: 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 @@ -82950,17 +84680,17 @@ 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_: 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 @@ -82981,7 +84711,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_: optimism_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -82996,37 +84726,37 @@ 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_: 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 @@ -83059,16 +84789,16 @@ 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: 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 @@ -83078,12 +84808,12 @@ 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: optimism_BlockChangedFilter + and: [optimism_OriginTransfer_filter] + or: [optimism_OriginTransfer_filter] } -enum optimismsepolia_OriginTransfer_orderBy { +enum optimism_OriginTransfer_orderBy { id chainId transferId @@ -83136,20 +84866,20 @@ enum optimismsepolia_OriginTransfer_orderBy { txNonce } -type optimismsepolia_Relayer { +type optimism_Relayer { id: ID! isActive: Boolean! - relayer: optimismsepolia_Bytes + relayer: optimism_Bytes } -type optimismsepolia_RelayerFee { +type optimism_RelayerFee { id: ID! - transfer: optimismsepolia_OriginTransfer! + transfer: optimism_OriginTransfer! fee: BigInt! - asset: optimismsepolia_Bytes! + asset: optimism_Bytes! } -input optimismsepolia_RelayerFee_filter { +input optimism_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -83178,7 +84908,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_: optimism_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -83187,23 +84917,23 @@ 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: 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: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_RelayerFee_filter] - or: [optimismsepolia_RelayerFee_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_RelayerFee_filter] + or: [optimism_RelayerFee_filter] } -enum optimismsepolia_RelayerFee_orderBy { +enum optimism_RelayerFee_orderBy { id transfer transfer__id @@ -83239,20 +84969,20 @@ enum optimismsepolia_RelayerFee_orderBy { asset } -type optimismsepolia_RelayerFeesIncrease { +type optimism_RelayerFeesIncrease { id: ID! - transfer: optimismsepolia_OriginTransfer! + transfer: optimism_OriginTransfer! increase: BigInt - asset: optimismsepolia_Bytes - caller: optimismsepolia_Bytes! - transactionHash: optimismsepolia_Bytes! + asset: optimism_Bytes + caller: optimism_Bytes! + transactionHash: optimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input optimismsepolia_RelayerFeesIncrease_filter { +input optimism_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -83281,7 +85011,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_: optimism_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -83290,62 +85020,62 @@ 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 - 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 + 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 + 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 @@ -83353,12 +85083,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: optimism_BlockChangedFilter + and: [optimism_RelayerFeesIncrease_filter] + or: [optimism_RelayerFeesIncrease_filter] } -enum optimismsepolia_RelayerFeesIncrease_orderBy { +enum optimism_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -83400,7 +85130,7 @@ enum optimismsepolia_RelayerFeesIncrease_orderBy { blockNumber } -input optimismsepolia_Relayer_filter { +input optimism_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -83413,34 +85143,34 @@ 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: 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: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_Relayer_filter] - or: [optimismsepolia_Relayer_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Relayer_filter] + or: [optimism_Relayer_filter] } -enum optimismsepolia_Relayer_orderBy { +enum optimism_Relayer_orderBy { id isActive relayer } -type optimismsepolia_RootCount { +type optimism_RootCount { id: ID! count: BigInt } -input optimismsepolia_RootCount_filter { +input optimism_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -83458,31 +85188,31 @@ 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: optimism_BlockChangedFilter + and: [optimism_RootCount_filter] + or: [optimism_RootCount_filter] } -enum optimismsepolia_RootCount_orderBy { +enum optimism_RootCount_orderBy { id count } -type optimismsepolia_RootMessageSent { +type optimism_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: optimismsepolia_Bytes + root: optimism_Bytes count: BigInt - caller: optimismsepolia_Bytes - transactionHash: optimismsepolia_Bytes + caller: optimism_Bytes + transactionHash: optimism_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input optimismsepolia_RootMessageSent_filter { +input optimism_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -83507,16 +85237,16 @@ 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: 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 @@ -83525,26 +85255,26 @@ 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: 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 @@ -83578,12 +85308,12 @@ 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: optimism_BlockChangedFilter + and: [optimism_RootMessageSent_filter] + or: [optimism_RootMessageSent_filter] } -enum optimismsepolia_RootMessageSent_orderBy { +enum optimism_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -83597,25 +85327,25 @@ enum optimismsepolia_RootMessageSent_orderBy { blockNumber } -type optimismsepolia_Router { +type optimism_Router { id: ID! isActive: Boolean! - owner: optimismsepolia_Bytes - recipient: optimismsepolia_Bytes - proposedOwner: optimismsepolia_Bytes + owner: optimism_Bytes + recipient: optimism_Bytes + proposedOwner: optimism_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: optimism_AssetBalance_orderBy, orderDirection: optimism_OrderDirection, where: optimism_AssetBalance_filter): [optimism_AssetBalance!]! } -type optimismsepolia_RouterDailyTVL { +type optimism_RouterDailyTVL { id: ID! - router: optimismsepolia_Router! - asset: optimismsepolia_Asset! + router: optimism_Router! + asset: optimism_Asset! timestamp: BigInt! balance: BigInt! } -input optimismsepolia_RouterDailyTVL_filter { +input optimism_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -83644,7 +85374,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_: optimism_Router_filter asset: String asset_not: String asset_gt: String @@ -83665,7 +85395,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_: optimism_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -83683,12 +85413,12 @@ 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: optimism_BlockChangedFilter + and: [optimism_RouterDailyTVL_filter] + or: [optimism_RouterDailyTVL_filter] } -enum optimismsepolia_RouterDailyTVL_orderBy { +enum optimism_RouterDailyTVL_orderBy { id router router__id @@ -83711,26 +85441,26 @@ enum optimismsepolia_RouterDailyTVL_orderBy { balance } -type optimismsepolia_RouterLiquidityEvent { +type optimism_RouterLiquidityEvent { id: ID! - type: optimismsepolia_RouterLiquidityEventType - router: optimismsepolia_Router! - asset: optimismsepolia_Asset! + type: optimism_RouterLiquidityEventType + router: optimism_Router! + asset: optimism_Asset! amount: BigInt! balance: BigInt! - caller: optimismsepolia_Bytes + caller: optimism_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: optimismsepolia_Bytes! + transactionHash: optimism_Bytes! nonce: BigInt! } -enum optimismsepolia_RouterLiquidityEventType { +enum optimism_RouterLiquidityEventType { Add Remove } -input optimismsepolia_RouterLiquidityEvent_filter { +input optimism_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -83739,10 +85469,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: optimism_RouterLiquidityEventType + type_not: optimism_RouterLiquidityEventType + type_in: [optimism_RouterLiquidityEventType!] + type_not_in: [optimism_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -83763,7 +85493,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_: optimism_Router_filter asset: String asset_not: String asset_gt: String @@ -83784,7 +85514,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_: optimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -83801,16 +85531,16 @@ 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: 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 @@ -83827,16 +85557,16 @@ 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: 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 @@ -83846,12 +85576,12 @@ 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: optimism_BlockChangedFilter + and: [optimism_RouterLiquidityEvent_filter] + or: [optimism_RouterLiquidityEvent_filter] } -enum optimismsepolia_RouterLiquidityEvent_orderBy { +enum optimism_RouterLiquidityEvent_orderBy { id type router @@ -83880,7 +85610,7 @@ enum optimismsepolia_RouterLiquidityEvent_orderBy { nonce } -input optimismsepolia_Router_filter { +input optimism_Router_filter { id: ID id_not: ID id_gt: ID @@ -83893,36 +85623,36 @@ 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: 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 @@ -83931,14 +85661,14 @@ input optimismsepolia_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: optimismsepolia_AssetBalance_filter + assetBalances_: optimism_AssetBalance_filter """Filter for the block changed event.""" - _change_block: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_Router_filter] - or: [optimismsepolia_Router_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Router_filter] + or: [optimism_Router_filter] } -enum optimismsepolia_Router_orderBy { +enum optimism_Router_orderBy { id isActive owner @@ -83948,13 +85678,13 @@ enum optimismsepolia_Router_orderBy { assetBalances } -type optimismsepolia_Sequencer { +type optimism_Sequencer { id: ID! isActive: Boolean! - sequencer: optimismsepolia_Bytes + sequencer: optimism_Bytes } -input optimismsepolia_Sequencer_filter { +input optimism_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -83967,35 +85697,35 @@ 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: 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: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_Sequencer_filter] - or: [optimismsepolia_Sequencer_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Sequencer_filter] + or: [optimism_Sequencer_filter] } -enum optimismsepolia_Sequencer_orderBy { +enum optimism_Sequencer_orderBy { id isActive sequencer } -type optimismsepolia_Setting { +type optimism_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: optimismsepolia_Bytes! + caller: optimism_Bytes! } -input optimismsepolia_Setting_filter { +input optimism_Setting_filter { id: ID id_not: ID id_gt: ID @@ -84012,41 +85742,41 @@ 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: 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: optimismsepolia_BlockChangedFilter - and: [optimismsepolia_Setting_filter] - or: [optimismsepolia_Setting_filter] + _change_block: optimism_BlockChangedFilter + and: [optimism_Setting_filter] + or: [optimism_Setting_filter] } -enum optimismsepolia_Setting_orderBy { +enum optimism_Setting_orderBy { id maxRoutersPerTransfer caller } -type optimismsepolia_SlippageUpdate { +type optimism_SlippageUpdate { id: ID! - transfer: optimismsepolia_DestinationTransfer! + transfer: optimism_DestinationTransfer! slippage: BigInt! - caller: optimismsepolia_Bytes! - transactionHash: optimismsepolia_Bytes! + caller: optimism_Bytes! + transactionHash: optimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input optimismsepolia_SlippageUpdate_filter { +input optimism_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -84075,7 +85805,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_: optimism_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -84084,26 +85814,26 @@ 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: 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 @@ -84137,12 +85867,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: optimism_BlockChangedFilter + and: [optimism_SlippageUpdate_filter] + or: [optimism_SlippageUpdate_filter] } -enum optimismsepolia_SlippageUpdate_orderBy { +enum optimism_SlippageUpdate_orderBy { id transfer transfer__id @@ -84190,16 +85920,16 @@ enum optimismsepolia_SlippageUpdate_orderBy { blockNumber } -type optimismsepolia_SnapshotRoot { +type optimism_SnapshotRoot { id: ID! spokeDomain: BigInt - root: optimismsepolia_Bytes! + root: optimism_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input optimismsepolia_SnapshotRoot_filter { +input optimism_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -84216,16 +85946,16 @@ 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: 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 @@ -84251,12 +85981,12 @@ 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: optimism_BlockChangedFilter + and: [optimism_SnapshotRoot_filter] + or: [optimism_SnapshotRoot_filter] } -enum optimismsepolia_SnapshotRoot_orderBy { +enum optimism_SnapshotRoot_orderBy { id spokeDomain root @@ -84265,12 +85995,12 @@ enum optimismsepolia_SnapshotRoot_orderBy { blockNumber } -type optimismsepolia_SpokeConnectorMode { +type optimism_SpokeConnectorMode { id: ID! mode: String! } -input optimismsepolia_SpokeConnectorMode_filter { +input optimism_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -84300,17 +86030,17 @@ 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: optimism_BlockChangedFilter + and: [optimism_SpokeConnectorMode_filter] + or: [optimism_SpokeConnectorMode_filter] } -enum optimismsepolia_SpokeConnectorMode_orderBy { +enum optimism_SpokeConnectorMode_orderBy { id mode } -enum optimismsepolia_TransferStatus { +enum optimism_TransferStatus { XCalled Executed Reconciled @@ -84318,19 +86048,17 @@ enum optimismsepolia_TransferStatus { CompletedFast } -type optimismsepolia__Block_ { +type optimism__Block_ { """The hash of the block""" - hash: optimismsepolia_Bytes + 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: optimismsepolia_Bytes } """The type for the top-level _meta field""" -type optimismsepolia__Meta_ { +type optimism__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -84338,30 +86066,55 @@ type optimismsepolia__Meta_ { and therefore asks for the latest block """ - block: optimismsepolia__Block_! + block: optimism__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type mantle_AggregateRoot { +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 { id: ID! - root: mantle_Bytes! - blockNumber: BigInt! + 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 mantle_AggregateRootProposed { +type metis_swap_LpAccountBalance { id: ID! - aggregateRoot: mantle_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt + account: metis_swap_LpAccount! + token: metis_swap_LpToken! + amount: metis_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: metis_swap_Bytes } -input mantle_AggregateRootProposed_filter { +input metis_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -84370,73 +86123,107 @@ 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 - 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!] + 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 """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_AggregateRootProposed_filter] - or: [mantle_AggregateRootProposed_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpAccountBalance_filter] + or: [metis_swap_LpAccountBalance_filter] } -enum mantle_AggregateRootProposed_orderBy { +enum metis_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 } -input mantle_AggregateRoot_filter { +input metis_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -84445,66 +86232,51 @@ 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 - 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: 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: mantle_BlockChangedFilter - and: [mantle_AggregateRoot_filter] - or: [mantle_AggregateRoot_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpAccount_filter] + or: [metis_swap_LpAccount_filter] } -enum mantle_AggregateRoot_orderBy { +enum metis_swap_LpAccount_orderBy { id - root - blockNumber -} - -enum mantle_Aggregation_interval { - hour - day + address + balances } -type mantle_Asset { +type metis_swap_LpToken { id: ID! - key: mantle_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: mantle_Bytes - canonicalDomain: BigInt - adoptedAsset: mantle_Bytes - localAsset: mantle_Bytes - blockNumber: BigInt - status: mantle_AssetStatus + 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!]! } -type mantle_AssetBalance { +interface metis_swap_LpTokenEvent { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: mantle_Router! - asset: mantle_Asset! - feesEarned: BigInt! + token: metis_swap_LpToken! + amount: metis_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: metis_swap_Bytes! + nonce: BigInt! } -input mantle_AssetBalance_filter { +input metis_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -84513,126 +86285,92 @@ input mantle_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_: 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 - 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_: 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!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_AssetBalance_filter] - or: [mantle_AssetBalance_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpTokenEvent_filter] + or: [metis_swap_LpTokenEvent_filter] } -enum mantle_AssetBalance_orderBy { +enum metis_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 -} - -type mantle_AssetStatus { - id: ID! - status: Boolean + block + timestamp + transaction + nonce } -input mantle_AssetStatus_filter { +input metis_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -84641,279 +86379,142 @@ input mantle_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: mantle_BlockChangedFilter - and: [mantle_AssetStatus_filter] - or: [mantle_AssetStatus_filter] -} - -enum mantle_AssetStatus_orderBy { - id - status -} - -input mantle_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: 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 - 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: 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: 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 - 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_: mantle_AssetStatus_filter - """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_Asset_filter] - or: [mantle_Asset_filter] -} - -enum mantle_Asset_orderBy { - id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - 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 { - id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: mantle_Bytes - rootManager: mantle_Bytes - mirrorConnector: mantle_Bytes -} - -input mantle_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: 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 + 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 """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_ConnectorMeta_filter] - or: [mantle_ConnectorMeta_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_LpToken_filter] + or: [metis_swap_LpToken_filter] } -enum mantle_ConnectorMeta_orderBy { +enum metis_swap_LpToken_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + address + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + decimals + name + symbol + totalSupply + events } -type mantle_DestinationTransfer { +type metis_swap_LpTransferEvent implements metis_swap_LpTokenEvent { id: ID! - chainId: BigInt - transferId: mantle_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!] - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: mantle_Bytes - delegate: mantle_Bytes - receiveLocal: Boolean - callData: mantle_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: mantle_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: mantle_Bytes - asset: mantle_Asset - amount: BigInt - routersFee: BigInt - executedCaller: mantle_Bytes - executedTransactionHash: mantle_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: mantle_Bytes - executedTxNonce: BigInt - reconciledCaller: mantle_Bytes - reconciledTransactionHash: mantle_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: mantle_Bytes - reconciledTxNonce: BigInt + 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! } -input mantle_DestinationTransfer_filter { +input metis_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -84922,24 +86523,97 @@ input mantle_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: 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 + 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 @@ -84948,374 +86622,44 @@ 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!] - 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 - 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: 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: 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 - 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: 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 - 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: 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 - 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!] - 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: 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 - 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: 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 - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - 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 - 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: 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 - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - 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: metis_swap_BlockChangedFilter + and: [metis_swap_LpTransferEvent_filter] + or: [metis_swap_LpTransferEvent_filter] } -enum mantle_DestinationTransfer_orderBy { +enum metis_swap_LpTransferEvent_orderBy { id - chainId - transferId - nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply amount - routersFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - executedTxOrigin - executedTxNonce - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce } -""" -8 bytes signed integer - -""" -scalar mantle_Int8 +"""Defines the order direction, either ascending or descending""" +enum metis_swap_OrderDirection { + asc + desc +} -type mantle_OptimisticRootFinalized { +type metis_swap_PooledToken { id: ID! - aggregateRoot: mantle_Bytes! - timestamp: BigInt! - blockNumber: BigInt + asset: metis_swap_Bytes! } -input mantle_OptimisticRootFinalized_filter { +input metis_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -85324,65 +86668,72 @@ 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 - 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!] + 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: mantle_BlockChangedFilter - and: [mantle_OptimisticRootFinalized_filter] - or: [mantle_OptimisticRootFinalized_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_PooledToken_filter] + or: [metis_swap_PooledToken_filter] } -enum mantle_OptimisticRootFinalized_orderBy { +enum metis_swap_PooledToken_orderBy { id - aggregateRoot - timestamp - blockNumber + asset } -"""Defines the order direction, either ascending or descending""" -enum mantle_OrderDirection { - asc - desc +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!] } -type mantle_OriginMessage { +type metis_swap_StableSwapAddLiquidityEvent implements metis_swap_StableSwapEvent { id: ID! - transferId: mantle_Bytes - destinationDomain: BigInt - leaf: mantle_Bytes - index: BigInt - message: mantle_Bytes - root: mantle_Bytes - transactionHash: mantle_Bytes - blockNumber: BigInt - rootCount: mantle_RootCount + 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! } -input mantle_OriginMessage_filter { +input metis_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -85391,158 +86742,161 @@ 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 - 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: 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 - index_lt: BigInt - index_gte: BigInt - 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 - 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_: mantle_RootCount_filter + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: 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 + 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_OriginMessage_filter] - or: [mantle_OriginMessage_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwapAddLiquidityEvent_filter] + or: [metis_swap_StableSwapAddLiquidityEvent_filter] } -enum mantle_OriginMessage_orderBy { +enum metis_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 } -type mantle_OriginTransfer { +interface metis_swap_StableSwapEvent { id: ID! - chainId: BigInt - transferId: mantle_Bytes - nonce: BigInt - status: mantle_TransferStatus - messageHash: mantle_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: mantle_Bytes - delegate: mantle_Bytes - receiveLocal: Boolean - callData: mantle_Bytes - slippage: BigInt - originSender: mantle_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: mantle_Bytes - asset: mantle_Asset - transactingAsset: mantle_Bytes - message: mantle_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 - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: mantle_Bytes - txNonce: BigInt + stableSwap: metis_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: metis_swap_Bytes! + nonce: BigInt! } -input mantle_OriginTransfer_filter { +input metis_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -85551,245 +86905,35 @@ input mantle_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: 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 - nonce_lt: BigInt - nonce_gte: BigInt - 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 - 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: 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: 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 - slippage_lt: BigInt - slippage_gte: BigInt - 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 - 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: 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 - 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 - 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 - 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_: mantle_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_: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -85798,121 +86942,72 @@ input mantle_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: 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 - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_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!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_OriginTransfer_filter] - or: [mantle_OriginTransfer_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwapEvent_filter] + or: [metis_swap_StableSwapEvent_filter] } -enum mantle_OriginTransfer_orderBy { +enum metis_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 -} - -type mantle_Relayer { - id: ID! - isActive: Boolean! - relayer: mantle_Bytes + transaction + nonce } -type mantle_RelayerFee { +type metis_swap_StableSwapExchange { id: ID! - transfer: mantle_OriginTransfer! + stableSwap: metis_swap_StableSwap! + buyer: metis_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! fee: BigInt! - asset: mantle_Bytes! + block: BigInt! + timestamp: BigInt! + transaction: metis_swap_Bytes! + nonce: BigInt! } -input mantle_RelayerFee_filter { +input metis_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -85921,27 +87016,75 @@ input mantle_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_: mantle_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_: 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 @@ -85950,72 +87093,95 @@ 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 + 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!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_RelayerFee_filter] - or: [mantle_RelayerFee_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwapExchange_filter] + or: [metis_swap_StableSwapExchange_filter] } -enum mantle_RelayerFee_orderBy { +enum metis_swap_StableSwapExchange_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + buyer + boughtId + tokensBought + soldId + tokensSold + balances fee - asset + block + timestamp + transaction + nonce } -type mantle_RelayerFeesIncrease { +type metis_swap_StableSwapRemoveLiquidityEvent implements metis_swap_StableSwapEvent { id: ID! - transfer: mantle_OriginTransfer! - increase: BigInt - asset: mantle_Bytes - caller: mantle_Bytes! - transactionHash: mantle_Bytes! + stableSwap: metis_swap_StableSwap! + provider: metis_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + transaction: metis_swap_Bytes! + nonce: BigInt! } -input mantle_RelayerFeesIncrease_filter { +input metis_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -86024,146 +87190,152 @@ input mantle_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_: mantle_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: 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 - 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: mantle_BlockChangedFilter - and: [mantle_RelayerFeesIncrease_filter] - or: [mantle_RelayerFeesIncrease_filter] -} - -enum mantle_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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 + 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: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwapRemoveLiquidityEvent_filter] + or: [metis_swap_StableSwapRemoveLiquidityEvent_filter] +} + +enum metis_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 - gasPrice - gasLimit - blockNumber + transaction + nonce } -input mantle_Relayer_filter { +input metis_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -86176,34 +87348,197 @@ input mantle_Relayer_filter { 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 + 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 """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_Relayer_filter] - or: [mantle_Relayer_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_StableSwap_filter] + or: [metis_swap_StableSwap_filter] } -enum mantle_Relayer_orderBy { +enum metis_swap_StableSwap_orderBy { id isActive - relayer + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type mantle_RootCount { +type metis_swap_SwapDailyVolume implements metis_swap_SwapTradeVolume { id: ID! - count: BigInt + stableSwap: metis_swap_StableSwap! + timestamp: BigInt! + volume: metis_swap_BigDecimal! } -input mantle_RootCount_filter { +input metis_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -86212,40 +87547,395 @@ 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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: mantle_BlockChangedFilter - and: [mantle_RootCount_filter] - or: [mantle_RootCount_filter] + _change_block: metis_swap_BlockChangedFilter + and: [metis_swap_SwapDailyVolume_filter] + or: [metis_swap_SwapDailyVolume_filter] } -enum mantle_RootCount_orderBy { +enum metis_swap_SwapDailyVolume_orderBy { id - count + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + timestamp + volume } -type mantle_RootMessageSent { +type metis_swap_SwapHourlyVolume implements metis_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: mantle_Bytes - count: BigInt - caller: mantle_Bytes - transactionHash: mantle_Bytes + 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 - gasPrice: BigInt - gasLimit: 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 + 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! +} + +input metis_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_: 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_SwapWeeklyVolume_filter] + or: [metis_swap_SwapWeeklyVolume_filter] +} + +enum metis_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 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! +} + +type polygon_AggregateRoot { + id: ID! + root: polygon_Bytes! + blockNumber: BigInt! +} + +type polygon_AggregateRootProposed { + id: ID! + aggregateRoot: polygon_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! blockNumber: BigInt } -input mantle_RootMessageSent_filter { +input polygon_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -86254,60 +87944,40 @@ 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 + 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 @@ -86316,22 +87986,6 @@ 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 @@ -86341,44 +87995,85 @@ input mantle_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_RootMessageSent_filter] - or: [mantle_RootMessageSent_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_AggregateRootProposed_filter] + or: [polygon_AggregateRootProposed_filter] } -enum mantle_RootMessageSent_orderBy { +enum polygon_AggregateRootProposed_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + aggregateRoot + rootTimestamp + endOfDispute + domain timestamp - gasPrice - gasLimit blockNumber } -type mantle_Router { +input polygon_AggregateRoot_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + root: polygon_Bytes + root_not: polygon_Bytes + root_gt: polygon_Bytes + root_lt: polygon_Bytes + root_gte: polygon_Bytes + root_lte: polygon_Bytes + root_in: [polygon_Bytes!] + root_not_in: [polygon_Bytes!] + root_contains: polygon_Bytes + root_not_contains: polygon_Bytes + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] + """Filter for the block changed event.""" + _change_block: polygon_BlockChangedFilter + and: [polygon_AggregateRoot_filter] + or: [polygon_AggregateRoot_filter] +} + +enum polygon_AggregateRoot_orderBy { + id + root + blockNumber +} + +type polygon_Asset { id: ID! - 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!]! + key: polygon_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: polygon_Bytes + canonicalDomain: BigInt + adoptedAsset: polygon_Bytes + localAsset: polygon_Bytes + blockNumber: BigInt + status: polygon_AssetStatus } -type mantle_RouterDailyTVL { +type polygon_AssetBalance { id: ID! - router: mantle_Router! - asset: mantle_Asset! - timestamp: BigInt! - balance: BigInt! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: polygon_Router! + asset: polygon_Asset! + feesEarned: BigInt! } -input mantle_RouterDailyTVL_filter { +input polygon_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -86387,6 +88082,38 @@ input mantle_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 @@ -86407,7 +88134,7 @@ input mantle_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mantle_Router_filter + router_: polygon_Router_filter asset: String asset_not: String asset_gt: String @@ -86428,943 +88155,22 @@ input mantle_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mantle_Asset_filter - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - balance: BigInt - balance_not: BigInt - balance_gt: BigInt - balance_lt: BigInt - balance_gte: BigInt - balance_lte: BigInt - balance_in: [BigInt!] - balance_not_in: [BigInt!] + asset_: polygon_Asset_filter + 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: mantle_BlockChangedFilter - and: [mantle_RouterDailyTVL_filter] - or: [mantle_RouterDailyTVL_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_AssetBalance_filter] + or: [polygon_AssetBalance_filter] } -enum mantle_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 mantle_RouterLiquidityEvent { - id: ID! - type: mantle_RouterLiquidityEventType - router: mantle_Router! - asset: mantle_Asset! - amount: BigInt! - balance: BigInt! - caller: mantle_Bytes - blockNumber: BigInt! - timestamp: BigInt! - transactionHash: mantle_Bytes! - nonce: BigInt! -} - -enum mantle_RouterLiquidityEventType { - Add - Remove -} - -input mantle_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: 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!] - 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: 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 - 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_RouterLiquidityEvent_filter] - or: [mantle_RouterLiquidityEvent_filter] -} - -enum mantle_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 mantle_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: 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 - """Filter for the block changed event.""" - _change_block: mantle_BlockChangedFilter - and: [mantle_Router_filter] - or: [mantle_Router_filter] -} - -enum mantle_Router_orderBy { - id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances -} - -type mantle_Sequencer { - id: ID! - isActive: Boolean! - sequencer: mantle_Bytes -} - -input mantle_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: 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: mantle_BlockChangedFilter - and: [mantle_Sequencer_filter] - or: [mantle_Sequencer_filter] -} - -enum mantle_Sequencer_orderBy { - id - isActive - sequencer -} - -type mantle_Setting { - id: ID! - maxRoutersPerTransfer: BigInt! - caller: mantle_Bytes! -} - -input mantle_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: 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: mantle_BlockChangedFilter - and: [mantle_Setting_filter] - or: [mantle_Setting_filter] -} - -enum mantle_Setting_orderBy { - id - maxRoutersPerTransfer - caller -} - -type mantle_SlippageUpdate { - id: ID! - transfer: mantle_DestinationTransfer! - slippage: BigInt! - caller: mantle_Bytes! - transactionHash: mantle_Bytes! - timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! -} - -input mantle_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_: 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 - 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: mantle_BlockChangedFilter - and: [mantle_SlippageUpdate_filter] - or: [mantle_SlippageUpdate_filter] -} - -enum mantle_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 mantle_SnapshotRoot { - id: ID! - spokeDomain: BigInt - root: mantle_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! -} - -input mantle_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: 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!] - 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_SnapshotRoot_filter] - or: [mantle_SnapshotRoot_filter] -} - -enum mantle_SnapshotRoot_orderBy { - id - spokeDomain - root - count - timestamp - blockNumber -} - -type mantle_SpokeConnectorMode { - id: ID! - mode: String! -} - -input mantle_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: mantle_BlockChangedFilter - and: [mantle_SpokeConnectorMode_filter] - or: [mantle_SpokeConnectorMode_filter] -} - -enum mantle_SpokeConnectorMode_orderBy { - id - mode -} - -enum mantle_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type mantle__Block_ { - """The hash of the block""" - 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: mantle_Bytes -} - -"""The type for the top-level _meta field""" -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 - a block number. It will be filled if the _meta field has no block constraint - and therefore asks for the latest block - - """ - block: mantle__Block_! - """The deployment ID""" - deployment: String! - """If `true`, the subgraph encountered indexing errors at some past block""" - hasIndexingErrors: Boolean! -} - -type polygonzkevm_swap_AggregateRoot { - id: ID! - root: polygonzkevm_swap_Bytes! - blockNumber: BigInt! -} - -type polygonzkevm_swap_AggregateRootProposed { - id: ID! - aggregateRoot: polygonzkevm_swap_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt -} - -input polygonzkevm_swap_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: 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 - 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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_AggregateRootProposed_filter] - or: [polygonzkevm_swap_AggregateRootProposed_filter] -} - -enum polygonzkevm_swap_AggregateRootProposed_orderBy { - id - aggregateRoot - rootTimestamp - endOfDispute - domain - timestamp - blockNumber -} - -input polygonzkevm_swap_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: 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 - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - 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] -} - -enum polygonzkevm_swap_AggregateRoot_orderBy { - id - root - blockNumber -} - -enum polygonzkevm_swap_Aggregation_interval { - hour - day -} - -type polygonzkevm_swap_Asset { - id: ID! - key: polygonzkevm_swap_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: polygonzkevm_swap_Bytes - canonicalDomain: BigInt - adoptedAsset: polygonzkevm_swap_Bytes - localAsset: polygonzkevm_swap_Bytes - blockNumber: BigInt - status: polygonzkevm_swap_AssetStatus -} - -type polygonzkevm_swap_AssetBalance { - id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: polygonzkevm_swap_Router! - asset: polygonzkevm_swap_Asset! - feesEarned: BigInt! -} - -input polygonzkevm_swap_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_: polygonzkevm_swap_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_: polygonzkevm_swap_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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_AssetBalance_filter] - or: [polygonzkevm_swap_AssetBalance_filter] -} - -enum polygonzkevm_swap_AssetBalance_orderBy { +enum polygon_AssetBalance_orderBy { id amount locked @@ -87390,12 +88196,12 @@ enum polygonzkevm_swap_AssetBalance_orderBy { feesEarned } -type polygonzkevm_swap_AssetStatus { +type polygon_AssetStatus { id: ID! status: Boolean } -input polygonzkevm_swap_AssetStatus_filter { +input polygon_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -87409,17 +88215,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: polygon_BlockChangedFilter + and: [polygon_AssetStatus_filter] + or: [polygon_AssetStatus_filter] } -enum polygonzkevm_swap_AssetStatus_orderBy { +enum polygon_AssetStatus_orderBy { id status } -input polygonzkevm_swap_Asset_filter { +input polygon_Asset_filter { id: ID id_not: ID id_gt: ID @@ -87428,16 +88234,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: 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 @@ -87454,16 +88260,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: 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 @@ -87472,26 +88278,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: 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 @@ -87520,14 +88326,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_: polygon_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: polygon_BlockChangedFilter + and: [polygon_Asset_filter] + or: [polygon_Asset_filter] } -enum polygonzkevm_swap_Asset_orderBy { +enum polygon_Asset_orderBy { id key decimal @@ -87542,30 +88348,30 @@ enum polygonzkevm_swap_Asset_orderBy { status__status } -scalar polygonzkevm_swap_BigDecimal +scalar polygon_BigDecimal -input polygonzkevm_swap_BlockChangedFilter { +input polygon_BlockChangedFilter { number_gte: Int! } -input polygonzkevm_swap_Block_height { - hash: polygonzkevm_swap_Bytes +input polygon_Block_height { + hash: polygon_Bytes number: Int number_gte: Int } -scalar polygonzkevm_swap_Bytes +scalar polygon_Bytes -type polygonzkevm_swap_ConnectorMeta { +type polygon_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: polygonzkevm_swap_Bytes - rootManager: polygonzkevm_swap_Bytes - mirrorConnector: polygonzkevm_swap_Bytes + amb: polygon_Bytes + rootManager: polygon_Bytes + mirrorConnector: polygon_Bytes } -input polygonzkevm_swap_ConnectorMeta_filter { +input polygon_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -87590,43 +88396,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: 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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_ConnectorMeta_filter] - or: [polygonzkevm_swap_ConnectorMeta_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_ConnectorMeta_filter] + or: [polygon_ConnectorMeta_filter] } -enum polygonzkevm_swap_ConnectorMeta_orderBy { +enum polygon_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -87635,48 +88441,48 @@ enum polygonzkevm_swap_ConnectorMeta_orderBy { mirrorConnector } -type polygonzkevm_swap_DestinationTransfer { +type polygon_DestinationTransfer { id: ID! chainId: BigInt - transferId: polygonzkevm_swap_Bytes + transferId: polygon_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: 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: polygonzkevm_swap_Bytes - delegate: polygonzkevm_swap_Bytes + to: polygon_Bytes + delegate: polygon_Bytes receiveLocal: Boolean - callData: polygonzkevm_swap_Bytes + callData: polygon_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: polygonzkevm_swap_Bytes + originSender: polygon_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygonzkevm_swap_Bytes - asset: polygonzkevm_swap_Asset + canonicalId: polygon_Bytes + asset: polygon_Asset amount: BigInt routersFee: BigInt - executedCaller: polygonzkevm_swap_Bytes - executedTransactionHash: polygonzkevm_swap_Bytes + executedCaller: polygon_Bytes + executedTransactionHash: polygon_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: polygonzkevm_swap_Bytes + executedTxOrigin: polygon_Bytes executedTxNonce: BigInt - reconciledCaller: polygonzkevm_swap_Bytes - reconciledTransactionHash: polygonzkevm_swap_Bytes + reconciledCaller: polygon_Bytes + reconciledTransactionHash: polygon_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: polygonzkevm_swap_Bytes + reconciledTxOrigin: polygon_Bytes reconciledTxNonce: BigInt } -input polygonzkevm_swap_DestinationTransfer_filter { +input polygon_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -87693,16 +88499,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: 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 @@ -87711,17 +88517,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: 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_: polygonzkevm_swap_Router_filter + routers_: polygon_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -87746,40 +88552,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: 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: 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: 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 @@ -87796,16 +88602,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: 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 @@ -87822,16 +88628,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: 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 @@ -87852,7 +88658,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_: polygon_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -87869,26 +88675,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: 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 @@ -87921,16 +88727,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: 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 @@ -87939,26 +88745,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: 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 @@ -87991,16 +88797,16 @@ input polygonzkevm_swap_DestinationTransfer_filter { 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 + 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 @@ -88010,12 +88816,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: polygon_BlockChangedFilter + and: [polygon_DestinationTransfer_filter] + or: [polygon_DestinationTransfer_filter] } -enum polygonzkevm_swap_DestinationTransfer_orderBy { +enum polygon_DestinationTransfer_orderBy { id chainId transferId @@ -88069,16 +88875,16 @@ enum polygonzkevm_swap_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar polygonzkevm_swap_Int8 +scalar polygon_Int8 -type polygonzkevm_swap_OptimisticRootFinalized { +type polygon_OptimisticRootFinalized { id: ID! - aggregateRoot: polygonzkevm_swap_Bytes! + aggregateRoot: polygon_Bytes! timestamp: BigInt! blockNumber: BigInt } -input polygonzkevm_swap_OptimisticRootFinalized_filter { +input polygon_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -88087,16 +88893,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: 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 @@ -88114,12 +88920,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: polygon_BlockChangedFilter + and: [polygon_OptimisticRootFinalized_filter] + or: [polygon_OptimisticRootFinalized_filter] } -enum polygonzkevm_swap_OptimisticRootFinalized_orderBy { +enum polygon_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -88127,25 +88933,25 @@ enum polygonzkevm_swap_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum polygonzkevm_swap_OrderDirection { +enum polygon_OrderDirection { asc desc } -type polygonzkevm_swap_OriginMessage { +type polygon_OriginMessage { id: ID! - transferId: polygonzkevm_swap_Bytes + transferId: polygon_Bytes destinationDomain: BigInt - leaf: polygonzkevm_swap_Bytes + leaf: polygon_Bytes index: BigInt - message: polygonzkevm_swap_Bytes - root: polygonzkevm_swap_Bytes - transactionHash: polygonzkevm_swap_Bytes + message: polygon_Bytes + root: polygon_Bytes + transactionHash: polygon_Bytes blockNumber: BigInt - rootCount: polygonzkevm_swap_RootCount + rootCount: polygon_RootCount } -input polygonzkevm_swap_OriginMessage_filter { +input polygon_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -88154,16 +88960,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: 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 @@ -88172,16 +88978,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: 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 @@ -88190,36 +88996,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: 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 @@ -88248,14 +89054,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_: polygon_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: polygon_BlockChangedFilter + and: [polygon_OriginMessage_filter] + or: [polygon_OriginMessage_filter] } -enum polygonzkevm_swap_OriginMessage_orderBy { +enum polygon_OriginMessage_orderBy { id transferId destinationDomain @@ -88270,42 +89076,42 @@ enum polygonzkevm_swap_OriginMessage_orderBy { rootCount__count } -type polygonzkevm_swap_OriginTransfer { +type polygon_OriginTransfer { id: ID! chainId: BigInt - transferId: polygonzkevm_swap_Bytes + transferId: polygon_Bytes nonce: BigInt - status: polygonzkevm_swap_TransferStatus - messageHash: polygonzkevm_swap_Bytes + status: polygon_TransferStatus + messageHash: polygon_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: polygonzkevm_swap_Bytes - delegate: polygonzkevm_swap_Bytes + to: polygon_Bytes + delegate: polygon_Bytes receiveLocal: Boolean - callData: polygonzkevm_swap_Bytes + callData: polygon_Bytes slippage: BigInt - originSender: polygonzkevm_swap_Bytes + originSender: polygon_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygonzkevm_swap_Bytes - asset: polygonzkevm_swap_Asset - transactingAsset: polygonzkevm_swap_Bytes - message: polygonzkevm_swap_OriginMessage + canonicalId: polygon_Bytes + asset: polygon_Asset + transactingAsset: polygon_Bytes + message: polygon_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: 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: polygonzkevm_swap_Bytes + txOrigin: polygon_Bytes txNonce: BigInt } -input polygonzkevm_swap_OriginTransfer_filter { +input polygon_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -88322,16 +89128,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: 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 @@ -88340,20 +89146,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: 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 @@ -88378,40 +89184,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: 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: 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: 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 @@ -88420,16 +89226,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: 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 @@ -88446,16 +89252,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: 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 @@ -88476,17 +89282,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_: 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 @@ -88507,7 +89313,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_: polygon_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -88522,37 +89328,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_: 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 @@ -88585,16 +89391,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: 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 @@ -88604,12 +89410,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: polygon_BlockChangedFilter + and: [polygon_OriginTransfer_filter] + or: [polygon_OriginTransfer_filter] } -enum polygonzkevm_swap_OriginTransfer_orderBy { +enum polygon_OriginTransfer_orderBy { id chainId transferId @@ -88662,20 +89468,20 @@ enum polygonzkevm_swap_OriginTransfer_orderBy { txNonce } -type polygonzkevm_swap_Relayer { +type polygon_Relayer { id: ID! isActive: Boolean! - relayer: polygonzkevm_swap_Bytes + relayer: polygon_Bytes } -type polygonzkevm_swap_RelayerFee { +type polygon_RelayerFee { id: ID! - transfer: polygonzkevm_swap_OriginTransfer! + transfer: polygon_OriginTransfer! fee: BigInt! - asset: polygonzkevm_swap_Bytes! + asset: polygon_Bytes! } -input polygonzkevm_swap_RelayerFee_filter { +input polygon_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -88704,7 +89510,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_: polygon_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -88713,23 +89519,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: 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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_RelayerFee_filter] - or: [polygonzkevm_swap_RelayerFee_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_RelayerFee_filter] + or: [polygon_RelayerFee_filter] } -enum polygonzkevm_swap_RelayerFee_orderBy { +enum polygon_RelayerFee_orderBy { id transfer transfer__id @@ -88765,20 +89571,20 @@ enum polygonzkevm_swap_RelayerFee_orderBy { asset } -type polygonzkevm_swap_RelayerFeesIncrease { +type polygon_RelayerFeesIncrease { id: ID! - transfer: polygonzkevm_swap_OriginTransfer! + transfer: polygon_OriginTransfer! increase: BigInt - asset: polygonzkevm_swap_Bytes - caller: polygonzkevm_swap_Bytes! - transactionHash: polygonzkevm_swap_Bytes! + asset: polygon_Bytes + caller: polygon_Bytes! + transactionHash: polygon_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygonzkevm_swap_RelayerFeesIncrease_filter { +input polygon_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -88807,7 +89613,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_: polygon_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -88816,36 +89622,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: 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 @@ -88879,12 +89685,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: polygon_BlockChangedFilter + and: [polygon_RelayerFeesIncrease_filter] + or: [polygon_RelayerFeesIncrease_filter] } -enum polygonzkevm_swap_RelayerFeesIncrease_orderBy { +enum polygon_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -88926,7 +89732,7 @@ enum polygonzkevm_swap_RelayerFeesIncrease_orderBy { blockNumber } -input polygonzkevm_swap_Relayer_filter { +input polygon_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -88939,34 +89745,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: 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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_Relayer_filter] - or: [polygonzkevm_swap_Relayer_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Relayer_filter] + or: [polygon_Relayer_filter] } -enum polygonzkevm_swap_Relayer_orderBy { +enum polygon_Relayer_orderBy { id isActive relayer } -type polygonzkevm_swap_RootCount { +type polygon_RootCount { id: ID! count: BigInt } -input polygonzkevm_swap_RootCount_filter { +input polygon_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -88984,31 +89790,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: polygon_BlockChangedFilter + and: [polygon_RootCount_filter] + or: [polygon_RootCount_filter] } -enum polygonzkevm_swap_RootCount_orderBy { +enum polygon_RootCount_orderBy { id count } -type polygonzkevm_swap_RootMessageSent { +type polygon_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: polygonzkevm_swap_Bytes + root: polygon_Bytes count: BigInt - caller: polygonzkevm_swap_Bytes - transactionHash: polygonzkevm_swap_Bytes + caller: polygon_Bytes + transactionHash: polygon_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input polygonzkevm_swap_RootMessageSent_filter { +input polygon_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -89033,44 +89839,44 @@ 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 - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: 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: 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: 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 @@ -89104,12 +89910,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: polygon_BlockChangedFilter + and: [polygon_RootMessageSent_filter] + or: [polygon_RootMessageSent_filter] } -enum polygonzkevm_swap_RootMessageSent_orderBy { +enum polygon_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -89123,25 +89929,25 @@ enum polygonzkevm_swap_RootMessageSent_orderBy { blockNumber } -type polygonzkevm_swap_Router { +type polygon_Router { id: ID! isActive: Boolean! - owner: polygonzkevm_swap_Bytes - recipient: polygonzkevm_swap_Bytes - proposedOwner: polygonzkevm_swap_Bytes + owner: polygon_Bytes + recipient: polygon_Bytes + proposedOwner: polygon_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: polygon_AssetBalance_orderBy, orderDirection: polygon_OrderDirection, where: polygon_AssetBalance_filter): [polygon_AssetBalance!]! } -type polygonzkevm_swap_RouterDailyTVL { +type polygon_RouterDailyTVL { id: ID! - router: polygonzkevm_swap_Router! - asset: polygonzkevm_swap_Asset! + router: polygon_Router! + asset: polygon_Asset! timestamp: BigInt! balance: BigInt! } -input polygonzkevm_swap_RouterDailyTVL_filter { +input polygon_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -89170,7 +89976,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_: polygon_Router_filter asset: String asset_not: String asset_gt: String @@ -89191,7 +89997,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_: polygon_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -89209,12 +90015,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: polygon_BlockChangedFilter + and: [polygon_RouterDailyTVL_filter] + or: [polygon_RouterDailyTVL_filter] } -enum polygonzkevm_swap_RouterDailyTVL_orderBy { +enum polygon_RouterDailyTVL_orderBy { id router router__id @@ -89237,26 +90043,26 @@ enum polygonzkevm_swap_RouterDailyTVL_orderBy { balance } -type polygonzkevm_swap_RouterLiquidityEvent { +type polygon_RouterLiquidityEvent { id: ID! - type: polygonzkevm_swap_RouterLiquidityEventType - router: polygonzkevm_swap_Router! - asset: polygonzkevm_swap_Asset! + type: polygon_RouterLiquidityEventType + router: polygon_Router! + asset: polygon_Asset! amount: BigInt! balance: BigInt! - caller: polygonzkevm_swap_Bytes + caller: polygon_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: polygonzkevm_swap_Bytes! + transactionHash: polygon_Bytes! nonce: BigInt! } -enum polygonzkevm_swap_RouterLiquidityEventType { +enum polygon_RouterLiquidityEventType { Add Remove } -input polygonzkevm_swap_RouterLiquidityEvent_filter { +input polygon_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -89265,10 +90071,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: polygon_RouterLiquidityEventType + type_not: polygon_RouterLiquidityEventType + type_in: [polygon_RouterLiquidityEventType!] + type_not_in: [polygon_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -89289,7 +90095,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_: polygon_Router_filter asset: String asset_not: String asset_gt: String @@ -89310,7 +90116,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_: polygon_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -89327,16 +90133,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: 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 @@ -89353,16 +90159,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: 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 @@ -89372,12 +90178,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: polygon_BlockChangedFilter + and: [polygon_RouterLiquidityEvent_filter] + or: [polygon_RouterLiquidityEvent_filter] } -enum polygonzkevm_swap_RouterLiquidityEvent_orderBy { +enum polygon_RouterLiquidityEvent_orderBy { id type router @@ -89406,7 +90212,7 @@ enum polygonzkevm_swap_RouterLiquidityEvent_orderBy { nonce } -input polygonzkevm_swap_Router_filter { +input polygon_Router_filter { id: ID id_not: ID id_gt: ID @@ -89419,36 +90225,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: 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 @@ -89457,14 +90263,14 @@ input polygonzkevm_swap_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: polygonzkevm_swap_AssetBalance_filter + assetBalances_: polygon_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: polygon_BlockChangedFilter + and: [polygon_Router_filter] + or: [polygon_Router_filter] } -enum polygonzkevm_swap_Router_orderBy { +enum polygon_Router_orderBy { id isActive owner @@ -89474,13 +90280,13 @@ enum polygonzkevm_swap_Router_orderBy { assetBalances } -type polygonzkevm_swap_Sequencer { +type polygon_Sequencer { id: ID! isActive: Boolean! - sequencer: polygonzkevm_swap_Bytes + sequencer: polygon_Bytes } -input polygonzkevm_swap_Sequencer_filter { +input polygon_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -89493,35 +90299,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: 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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_Sequencer_filter] - or: [polygonzkevm_swap_Sequencer_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Sequencer_filter] + or: [polygon_Sequencer_filter] } -enum polygonzkevm_swap_Sequencer_orderBy { +enum polygon_Sequencer_orderBy { id isActive sequencer } -type polygonzkevm_swap_Setting { +type polygon_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: polygonzkevm_swap_Bytes! + caller: polygon_Bytes! } -input polygonzkevm_swap_Setting_filter { +input polygon_Setting_filter { id: ID id_not: ID id_gt: ID @@ -89538,41 +90344,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: 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: polygonzkevm_swap_BlockChangedFilter - and: [polygonzkevm_swap_Setting_filter] - or: [polygonzkevm_swap_Setting_filter] + _change_block: polygon_BlockChangedFilter + and: [polygon_Setting_filter] + or: [polygon_Setting_filter] } -enum polygonzkevm_swap_Setting_orderBy { +enum polygon_Setting_orderBy { id maxRoutersPerTransfer caller } -type polygonzkevm_swap_SlippageUpdate { +type polygon_SlippageUpdate { id: ID! - transfer: polygonzkevm_swap_DestinationTransfer! + transfer: polygon_DestinationTransfer! slippage: BigInt! - caller: polygonzkevm_swap_Bytes! - transactionHash: polygonzkevm_swap_Bytes! + caller: polygon_Bytes! + transactionHash: polygon_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygonzkevm_swap_SlippageUpdate_filter { +input polygon_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -89601,7 +90407,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_: polygon_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -89610,26 +90416,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: 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 @@ -89663,12 +90469,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: polygon_BlockChangedFilter + and: [polygon_SlippageUpdate_filter] + or: [polygon_SlippageUpdate_filter] } -enum polygonzkevm_swap_SlippageUpdate_orderBy { +enum polygon_SlippageUpdate_orderBy { id transfer transfer__id @@ -89716,16 +90522,16 @@ enum polygonzkevm_swap_SlippageUpdate_orderBy { blockNumber } -type polygonzkevm_swap_SnapshotRoot { +type polygon_SnapshotRoot { id: ID! spokeDomain: BigInt - root: polygonzkevm_swap_Bytes! + root: polygon_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input polygonzkevm_swap_SnapshotRoot_filter { +input polygon_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -89742,16 +90548,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: 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 @@ -89777,12 +90583,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: polygon_BlockChangedFilter + and: [polygon_SnapshotRoot_filter] + or: [polygon_SnapshotRoot_filter] } -enum polygonzkevm_swap_SnapshotRoot_orderBy { +enum polygon_SnapshotRoot_orderBy { id spokeDomain root @@ -89791,12 +90597,12 @@ enum polygonzkevm_swap_SnapshotRoot_orderBy { blockNumber } -type polygonzkevm_swap_SpokeConnectorMode { +type polygon_SpokeConnectorMode { id: ID! mode: String! } -input polygonzkevm_swap_SpokeConnectorMode_filter { +input polygon_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -89826,17 +90632,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: polygon_BlockChangedFilter + and: [polygon_SpokeConnectorMode_filter] + or: [polygon_SpokeConnectorMode_filter] } -enum polygonzkevm_swap_SpokeConnectorMode_orderBy { +enum polygon_SpokeConnectorMode_orderBy { id mode } -enum polygonzkevm_swap_TransferStatus { +enum polygon_TransferStatus { XCalled Executed Reconciled @@ -89844,19 +90650,17 @@ enum polygonzkevm_swap_TransferStatus { CompletedFast } -type polygonzkevm_swap__Block_ { +type polygon__Block_ { """The hash of the block""" - hash: polygonzkevm_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: polygonzkevm_swap_Bytes } """The type for the top-level _meta field""" -type polygonzkevm_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 @@ -89864,7 +90668,7 @@ type polygonzkevm_swap__Meta_ { and therefore asks for the latest block """ - block: polygonzkevm_swap__Block_! + block: polygon__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" @@ -91717,23 +92521,37 @@ type mode_swap__Meta_ { hasIndexingErrors: Boolean! } -type stagingbase_AggregateRoot { +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! - root: stagingbase_Bytes! - blockNumber: BigInt! + address: linea_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: linea_swap_LpAccountBalance_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_LpAccountBalance_filter): [linea_swap_LpAccountBalance!]! } -type stagingbase_AggregateRootProposed { +type linea_swap_LpAccountBalance { id: ID! - aggregateRoot: stagingbase_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt + account: linea_swap_LpAccount! + token: linea_swap_LpToken! + amount: linea_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: linea_swap_Bytes } -input stagingbase_AggregateRootProposed_filter { +input linea_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -91742,73 +92560,93 @@ 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 - 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!] + account: String + account_not: String + account_gt: String + account_lt: String + account_gte: String + account_lte: String + account_in: [String!] + account_not_in: [String!] + account_contains: String + account_contains_nocase: String + account_not_contains: String + account_not_contains_nocase: String + account_starts_with: String + account_starts_with_nocase: String + account_not_starts_with: String + account_not_starts_with_nocase: String + account_ends_with: String + account_ends_with_nocase: String + account_not_ends_with: String + account_not_ends_with_nocase: String + account_: linea_swap_LpAccount_filter + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: linea_swap_LpToken_filter + amount: linea_swap_BigDecimal + amount_not: linea_swap_BigDecimal + amount_gt: linea_swap_BigDecimal + amount_lt: linea_swap_BigDecimal + amount_gte: linea_swap_BigDecimal + amount_lte: linea_swap_BigDecimal + amount_in: [linea_swap_BigDecimal!] + amount_not_in: [linea_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + modified: BigInt + modified_not: BigInt + modified_gt: BigInt + modified_lt: BigInt + modified_gte: BigInt + modified_lte: BigInt + modified_in: [BigInt!] + modified_not_in: [BigInt!] + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_AggregateRootProposed_filter] - or: [stagingbase_AggregateRootProposed_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingbase_AggregateRootProposed_orderBy { +enum linea_swap_LpAccountBalance_orderBy { id - aggregateRoot - rootTimestamp - endOfDispute - domain - timestamp - blockNumber + account + token + amount + block + modified + transaction } -input stagingbase_AggregateRoot_filter { +input linea_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -91817,66 +92655,45 @@ 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 - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + address: linea_swap_Bytes + address_not: linea_swap_Bytes + address_in: [linea_swap_Bytes!] + address_not_in: [linea_swap_Bytes!] + address_contains: linea_swap_Bytes + address_not_contains: linea_swap_Bytes + balances_: linea_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_AggregateRoot_filter] - or: [stagingbase_AggregateRoot_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingbase_AggregateRoot_orderBy { +enum linea_swap_LpAccount_orderBy { id - root - blockNumber -} - -enum stagingbase_Aggregation_interval { - hour - day + address + balances } -type stagingbase_Asset { +type linea_swap_LpToken { 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 + address: linea_swap_Bytes! + stableSwap: linea_swap_StableSwap! + decimals: Int! + name: String! + symbol: String! + totalSupply: linea_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: linea_swap_LpTokenEvent_orderBy, orderDirection: linea_swap_OrderDirection, where: linea_swap_LpTokenEvent_filter): [linea_swap_LpTokenEvent!]! } -type stagingbase_AssetBalance { +interface linea_swap_LpTokenEvent { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: stagingbase_Router! - asset: stagingbase_Asset! - feesEarned: BigInt! + token: linea_swap_LpToken! + amount: linea_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: linea_swap_Bytes! + nonce: BigInt! } -input stagingbase_AssetBalance_filter { +input linea_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -91885,126 +92702,80 @@ input stagingbase_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_: 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!] + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: linea_swap_LpToken_filter + amount: linea_swap_BigDecimal + amount_not: linea_swap_BigDecimal + amount_gt: linea_swap_BigDecimal + amount_lt: linea_swap_BigDecimal + amount_gte: linea_swap_BigDecimal + amount_lte: linea_swap_BigDecimal + amount_in: [linea_swap_BigDecimal!] + amount_not_in: [linea_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_AssetBalance_filter] - or: [stagingbase_AssetBalance_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingbase_AssetBalance_orderBy { +enum linea_swap_LpTokenEvent_orderBy { id + token amount - locked - supplied - removed - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - feesEarned -} - -type stagingbase_AssetStatus { - id: ID! - status: Boolean + block + timestamp + transaction + nonce } -input stagingbase_AssetStatus_filter { +input linea_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -92013,22 +92784,119 @@ input stagingbase_AssetStatus_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] + address: linea_swap_Bytes + address_not: linea_swap_Bytes + address_in: [linea_swap_Bytes!] + address_not_in: [linea_swap_Bytes!] + address_contains: linea_swap_Bytes + address_not_contains: linea_swap_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: linea_swap_StableSwap_filter + decimals: Int + decimals_not: Int + decimals_gt: Int + decimals_lt: Int + decimals_gte: Int + decimals_lte: Int + decimals_in: [Int!] + decimals_not_in: [Int!] + name: String + name_not: String + name_gt: String + name_lt: String + name_gte: String + name_lte: String + name_in: [String!] + name_not_in: [String!] + name_contains: String + name_contains_nocase: String + name_not_contains: String + name_not_contains_nocase: String + name_starts_with: String + name_starts_with_nocase: String + name_not_starts_with: String + name_not_starts_with_nocase: String + name_ends_with: String + name_ends_with_nocase: String + name_not_ends_with: String + name_not_ends_with_nocase: String + symbol: String + symbol_not: String + symbol_gt: String + symbol_lt: String + symbol_gte: String + symbol_lte: String + symbol_in: [String!] + symbol_not_in: [String!] + symbol_contains: String + symbol_contains_nocase: String + symbol_not_contains: String + symbol_not_contains_nocase: String + symbol_starts_with: String + symbol_starts_with_nocase: String + symbol_not_starts_with: String + symbol_not_starts_with_nocase: String + symbol_ends_with: String + symbol_ends_with_nocase: String + symbol_not_ends_with: String + symbol_not_ends_with_nocase: String + totalSupply: linea_swap_BigDecimal + totalSupply_not: linea_swap_BigDecimal + totalSupply_gt: linea_swap_BigDecimal + totalSupply_lt: linea_swap_BigDecimal + totalSupply_gte: linea_swap_BigDecimal + totalSupply_lte: linea_swap_BigDecimal + totalSupply_in: [linea_swap_BigDecimal!] + totalSupply_not_in: [linea_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_AssetStatus_filter] - or: [stagingbase_AssetStatus_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingbase_AssetStatus_orderBy { +enum linea_swap_LpToken_orderBy { id - status + address + stableSwap + decimals + name + symbol + totalSupply + events } -input stagingbase_Asset_filter { +type linea_swap_LpTransferEvent implements linea_swap_LpTokenEvent { + 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! +} + +input linea_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -92037,144 +92905,123 @@ 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 - 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 + token: String + token_not: String + token_gt: String + token_lt: String + token_gte: String + token_lte: String + token_in: [String!] + token_not_in: [String!] + token_contains: String + token_contains_nocase: String + token_not_contains: String + token_not_contains_nocase: String + token_starts_with: String + token_starts_with_nocase: String + token_not_starts_with: String + token_not_starts_with_nocase: String + token_ends_with: String + token_ends_with_nocase: String + token_not_ends_with: String + token_not_ends_with_nocase: String + token_: linea_swap_LpToken_filter + amount: linea_swap_BigDecimal + amount_not: linea_swap_BigDecimal + amount_gt: linea_swap_BigDecimal + amount_lt: linea_swap_BigDecimal + amount_gte: linea_swap_BigDecimal + amount_lte: linea_swap_BigDecimal + amount_in: [linea_swap_BigDecimal!] + amount_not_in: [linea_swap_BigDecimal!] + from: linea_swap_Bytes + from_not: linea_swap_Bytes + from_in: [linea_swap_Bytes!] + from_not_in: [linea_swap_Bytes!] + from_contains: linea_swap_Bytes + from_not_contains: linea_swap_Bytes + to: linea_swap_Bytes + to_not: linea_swap_Bytes + to_in: [linea_swap_Bytes!] + to_not_in: [linea_swap_Bytes!] + to_contains: linea_swap_Bytes + to_not_contains: linea_swap_Bytes + fromBalance: linea_swap_BigDecimal + fromBalance_not: linea_swap_BigDecimal + fromBalance_gt: linea_swap_BigDecimal + fromBalance_lt: linea_swap_BigDecimal + fromBalance_gte: linea_swap_BigDecimal + fromBalance_lte: linea_swap_BigDecimal + fromBalance_in: [linea_swap_BigDecimal!] + fromBalance_not_in: [linea_swap_BigDecimal!] + toBalance: linea_swap_BigDecimal + toBalance_not: linea_swap_BigDecimal + toBalance_gt: linea_swap_BigDecimal + toBalance_lt: linea_swap_BigDecimal + toBalance_gte: linea_swap_BigDecimal + toBalance_lte: linea_swap_BigDecimal + toBalance_in: [linea_swap_BigDecimal!] + toBalance_not_in: [linea_swap_BigDecimal!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_Asset_filter] - or: [stagingbase_Asset_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingbase_Asset_orderBy { +enum linea_swap_LpTransferEvent_orderBy { id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status -} - -scalar stagingbase_BigDecimal - -input stagingbase_BlockChangedFilter { - number_gte: Int! + token + amount + from + to + fromBalance + toBalance + block + timestamp + transaction + nonce } -input stagingbase_Block_height { - hash: stagingbase_Bytes - number: Int - number_gte: Int +"""Defines the order direction, either ascending or descending""" +enum linea_swap_OrderDirection { + asc + desc } -scalar stagingbase_Bytes - -type stagingbase_ConnectorMeta { +type linea_swap_PooledToken { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: stagingbase_Bytes - rootManager: stagingbase_Bytes - mirrorConnector: stagingbase_Bytes + asset: linea_swap_Bytes! } -input stagingbase_ConnectorMeta_filter { +input linea_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -92183,109 +93030,66 @@ input stagingbase_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: 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 + 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: stagingbase_BlockChangedFilter - and: [stagingbase_ConnectorMeta_filter] - or: [stagingbase_ConnectorMeta_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingbase_ConnectorMeta_orderBy { +enum linea_swap_PooledToken_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + asset } -type stagingbase_DestinationTransfer { +type linea_swap_StableSwap { 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 + 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!] } -input stagingbase_DestinationTransfer_filter { +type linea_swap_StableSwapAddLiquidityEvent implements linea_swap_StableSwapEvent { + id: ID! + stableSwap: linea_swap_StableSwap! + provider: linea_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!]! + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: linea_swap_Bytes! + nonce: BigInt! +} + +input linea_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -92294,400 +93098,135 @@ input stagingbase_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: 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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: linea_swap_StableSwap_filter + provider: linea_swap_Bytes + provider_not: linea_swap_Bytes + provider_in: [linea_swap_Bytes!] + provider_not_in: [linea_swap_Bytes!] + provider_contains: linea_swap_Bytes + provider_not_contains: linea_swap_Bytes + tokenAmounts: [BigInt!] + tokenAmounts_not: [BigInt!] + tokenAmounts_contains: [BigInt!] + tokenAmounts_contains_nocase: [BigInt!] + tokenAmounts_not_contains: [BigInt!] + tokenAmounts_not_contains_nocase: [BigInt!] + fees: [BigInt!] + fees_not: [BigInt!] + fees_contains: [BigInt!] + fees_contains_nocase: [BigInt!] + fees_not_contains: [BigInt!] + fees_not_contains_nocase: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + lpTokenAmount: BigInt + lpTokenAmount_not: BigInt + lpTokenAmount_gt: BigInt + lpTokenAmount_lt: BigInt + lpTokenAmount_gte: BigInt + lpTokenAmount_lte: BigInt + lpTokenAmount_in: [BigInt!] + lpTokenAmount_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_DestinationTransfer_filter] - or: [stagingbase_DestinationTransfer_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingbase_DestinationTransfer_orderBy { +enum linea_swap_StableSwapAddLiquidityEvent_orderBy { id - chainId - transferId + stableSwap + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block + timestamp + transaction nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - 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 { +interface linea_swap_StableSwapEvent { id: ID! - aggregateRoot: stagingbase_Bytes! + stableSwap: linea_swap_StableSwap! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: linea_swap_Bytes! + nonce: BigInt! } -input stagingbase_OptimisticRootFinalized_filter { +input linea_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -92696,16 +93235,35 @@ 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -92714,47 +93272,50 @@ input stagingbase_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!] + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_OptimisticRootFinalized_filter] - or: [stagingbase_OptimisticRootFinalized_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingbase_OptimisticRootFinalized_orderBy { +enum linea_swap_StableSwapEvent_orderBy { id - aggregateRoot + stableSwap + block timestamp - blockNumber -} - -"""Defines the order direction, either ascending or descending""" -enum stagingbase_OrderDirection { - asc - desc + transaction + nonce } -type stagingbase_OriginMessage { +type linea_swap_StableSwapExchange { 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 + stableSwap: linea_swap_StableSwap! + buyer: linea_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! + timestamp: BigInt! + transaction: linea_swap_Bytes! + nonce: BigInt! } -input stagingbase_OriginMessage_filter { +input linea_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -92763,158 +93324,146 @@ 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 - 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: linea_swap_StableSwap_filter + buyer: linea_swap_Bytes + buyer_not: linea_swap_Bytes + buyer_in: [linea_swap_Bytes!] + buyer_not_in: [linea_swap_Bytes!] + buyer_contains: linea_swap_Bytes + buyer_not_contains: linea_swap_Bytes + boughtId: BigInt + boughtId_not: BigInt + boughtId_gt: BigInt + boughtId_lt: BigInt + boughtId_gte: BigInt + boughtId_lte: BigInt + boughtId_in: [BigInt!] + boughtId_not_in: [BigInt!] + tokensBought: BigInt + tokensBought_not: BigInt + tokensBought_gt: BigInt + tokensBought_lt: BigInt + tokensBought_gte: BigInt + tokensBought_lte: BigInt + tokensBought_in: [BigInt!] + tokensBought_not_in: [BigInt!] + soldId: BigInt + soldId_not: BigInt + soldId_gt: BigInt + soldId_lt: BigInt + soldId_gte: BigInt + soldId_lte: BigInt + soldId_in: [BigInt!] + soldId_not_in: [BigInt!] + tokensSold: BigInt + tokensSold_not: BigInt + tokensSold_gt: BigInt + tokensSold_lt: BigInt + tokensSold_gte: BigInt + tokensSold_lte: BigInt + tokensSold_in: [BigInt!] + tokensSold_not_in: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + fee: BigInt + fee_not: BigInt + fee_gt: BigInt + fee_lt: BigInt + fee_gte: BigInt + fee_lte: BigInt + fee_in: [BigInt!] + fee_not_in: [BigInt!] + block: BigInt + block_not: BigInt + block_gt: BigInt + block_lt: BigInt + block_gte: BigInt + block_lte: BigInt + block_in: [BigInt!] + block_not_in: [BigInt!] + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + transaction: linea_swap_Bytes + transaction_not: linea_swap_Bytes + transaction_in: [linea_swap_Bytes!] + transaction_not_in: [linea_swap_Bytes!] + transaction_contains: linea_swap_Bytes + transaction_not_contains: linea_swap_Bytes + nonce: BigInt + nonce_not: BigInt + nonce_gt: BigInt + nonce_lt: BigInt + nonce_gte: BigInt + nonce_lte: BigInt + nonce_in: [BigInt!] + nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingbase_BlockChangedFilter - and: [stagingbase_OriginMessage_filter] - or: [stagingbase_OriginMessage_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingbase_OriginMessage_orderBy { +enum linea_swap_StableSwapExchange_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count + stableSwap + buyer + boughtId + tokensBought + soldId + tokensSold + balances + fee + block + timestamp + transaction + nonce } -type stagingbase_OriginTransfer { +type linea_swap_StableSwapRemoveLiquidityEvent implements linea_swap_StableSwapEvent { 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 + stableSwap: linea_swap_StableSwap! + provider: linea_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! + timestamp: BigInt! + transaction: linea_swap_Bytes! + nonce: BigInt! } -input stagingbase_OriginTransfer_filter { +input linea_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -92923,24 +93472,97 @@ input stagingbase_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -92949,342 +93571,211 @@ 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 - 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] + _change_block: linea_swap_BlockChangedFilter } -enum stagingbase_OriginTransfer_orderBy { +enum linea_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 + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - gasPrice - gasLimit - blockNumber - txOrigin - txNonce + transaction + nonce } -type stagingbase_Relayer { - id: ID! - isActive: Boolean! - relayer: stagingbase_Bytes +input linea_swap_StableSwap_filter { + id: ID + id_not: ID + id_gt: ID + id_lt: ID + id_gte: ID + id_lte: ID + id_in: [ID!] + id_not_in: [ID!] + isActive: Boolean + isActive_not: Boolean + isActive_in: [Boolean!] + isActive_not_in: [Boolean!] + key: linea_swap_Bytes + key_not: linea_swap_Bytes + key_in: [linea_swap_Bytes!] + key_not_in: [linea_swap_Bytes!] + key_contains: linea_swap_Bytes + key_not_contains: linea_swap_Bytes + canonicalId: linea_swap_Bytes + canonicalId_not: linea_swap_Bytes + canonicalId_in: [linea_swap_Bytes!] + canonicalId_not_in: [linea_swap_Bytes!] + canonicalId_contains: linea_swap_Bytes + canonicalId_not_contains: linea_swap_Bytes + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] + swapPool: linea_swap_Bytes + swapPool_not: linea_swap_Bytes + swapPool_in: [linea_swap_Bytes!] + swapPool_not_in: [linea_swap_Bytes!] + swapPool_contains: linea_swap_Bytes + swapPool_not_contains: linea_swap_Bytes + lpToken: linea_swap_Bytes + lpToken_not: linea_swap_Bytes + lpToken_in: [linea_swap_Bytes!] + lpToken_not_in: [linea_swap_Bytes!] + lpToken_contains: linea_swap_Bytes + lpToken_not_contains: linea_swap_Bytes + initialA: BigInt + initialA_not: BigInt + initialA_gt: BigInt + initialA_lt: BigInt + initialA_gte: BigInt + initialA_lte: BigInt + initialA_in: [BigInt!] + initialA_not_in: [BigInt!] + futureA: BigInt + futureA_not: BigInt + futureA_gt: BigInt + futureA_lt: BigInt + futureA_gte: BigInt + futureA_lte: BigInt + futureA_in: [BigInt!] + futureA_not_in: [BigInt!] + initialATime: BigInt + initialATime_not: BigInt + initialATime_gt: BigInt + initialATime_lt: BigInt + initialATime_gte: BigInt + initialATime_lte: BigInt + initialATime_in: [BigInt!] + initialATime_not_in: [BigInt!] + futureATime: BigInt + futureATime_not: BigInt + futureATime_gt: BigInt + futureATime_lt: BigInt + futureATime_gte: BigInt + futureATime_lte: BigInt + futureATime_in: [BigInt!] + futureATime_not_in: [BigInt!] + swapFee: BigInt + swapFee_not: BigInt + swapFee_gt: BigInt + swapFee_lt: BigInt + swapFee_gte: BigInt + swapFee_lte: BigInt + swapFee_in: [BigInt!] + swapFee_not_in: [BigInt!] + adminFee: BigInt + adminFee_not: BigInt + adminFee_gt: BigInt + adminFee_lt: BigInt + adminFee_gte: BigInt + adminFee_lte: BigInt + adminFee_in: [BigInt!] + adminFee_not_in: [BigInt!] + pooledTokens: [linea_swap_Bytes!] + pooledTokens_not: [linea_swap_Bytes!] + pooledTokens_contains: [linea_swap_Bytes!] + pooledTokens_contains_nocase: [linea_swap_Bytes!] + pooledTokens_not_contains: [linea_swap_Bytes!] + pooledTokens_not_contains_nocase: [linea_swap_Bytes!] + tokenPrecisionMultipliers: [BigInt!] + tokenPrecisionMultipliers_not: [BigInt!] + tokenPrecisionMultipliers_contains: [BigInt!] + tokenPrecisionMultipliers_contains_nocase: [BigInt!] + tokenPrecisionMultipliers_not_contains: [BigInt!] + tokenPrecisionMultipliers_not_contains_nocase: [BigInt!] + balances: [BigInt!] + balances_not: [BigInt!] + balances_contains: [BigInt!] + balances_contains_nocase: [BigInt!] + balances_not_contains: [BigInt!] + balances_not_contains_nocase: [BigInt!] + adminFees: [BigInt!] + adminFees_not: [BigInt!] + adminFees_contains: [BigInt!] + adminFees_contains_nocase: [BigInt!] + adminFees_not_contains: [BigInt!] + adminFees_not_contains_nocase: [BigInt!] + virtualPrice: BigInt + virtualPrice_not: BigInt + virtualPrice_gt: BigInt + virtualPrice_lt: BigInt + virtualPrice_gte: BigInt + virtualPrice_lte: BigInt + virtualPrice_in: [BigInt!] + virtualPrice_not_in: [BigInt!] + invariant: BigInt + invariant_not: BigInt + invariant_gt: BigInt + invariant_lt: BigInt + invariant_gte: BigInt + invariant_lte: BigInt + invariant_in: [BigInt!] + invariant_not_in: [BigInt!] + lpTokenSupply: BigInt + lpTokenSupply_not: BigInt + lpTokenSupply_gt: BigInt + lpTokenSupply_lt: BigInt + lpTokenSupply_gte: BigInt + lpTokenSupply_lte: BigInt + lpTokenSupply_in: [BigInt!] + lpTokenSupply_not_in: [BigInt!] + exchanges_: linea_swap_StableSwapExchange_filter + hourlyVolumes_: linea_swap_SwapHourlyVolume_filter + dailyVolumes_: linea_swap_SwapDailyVolume_filter + weeklyVolumes_: linea_swap_SwapWeeklyVolume_filter + """Filter for the block changed event.""" + _change_block: linea_swap_BlockChangedFilter } -type stagingbase_RelayerFee { +enum linea_swap_StableSwap_orderBy { + id + isActive + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes +} + +type linea_swap_SwapDailyVolume implements linea_swap_SwapTradeVolume { id: ID! - transfer: stagingbase_OriginTransfer! - fee: BigInt! - asset: stagingbase_Bytes! + stableSwap: linea_swap_StableSwap! + timestamp: BigInt! + volume: linea_swap_BigDecimal! } -input stagingbase_RelayerFee_filter { +input linea_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -93293,101 +93784,62 @@ input stagingbase_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_: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: stagingbase_BlockChangedFilter - and: [stagingbase_RelayerFee_filter] - or: [stagingbase_RelayerFee_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingbase_RelayerFee_orderBy { +enum linea_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 - fee - asset + stableSwap + timestamp + volume } -type stagingbase_RelayerFeesIncrease { +type linea_swap_SwapHourlyVolume implements linea_swap_SwapTradeVolume { id: ID! - transfer: stagingbase_OriginTransfer! - increase: BigInt - asset: stagingbase_Bytes - caller: stagingbase_Bytes! - transactionHash: stagingbase_Bytes! + stableSwap: linea_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: linea_swap_BigDecimal! } -input stagingbase_RelayerFeesIncrease_filter { +input linea_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -93396,65 +93848,27 @@ input stagingbase_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_: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -93463,79 +93877,87 @@ input stagingbase_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!] + 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: stagingbase_BlockChangedFilter - and: [stagingbase_RelayerFeesIncrease_filter] - or: [stagingbase_RelayerFeesIncrease_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingbase_RelayerFeesIncrease_orderBy { +enum linea_swap_SwapHourlyVolume_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - increase - asset - caller - transactionHash + stableSwap timestamp - gasPrice - gasLimit - blockNumber + volume } -input stagingbase_Relayer_filter { +interface linea_swap_SwapTradeVolume { + stableSwap: linea_swap_StableSwap! + timestamp: BigInt! + volume: linea_swap_BigDecimal! +} + +input linea_swap_SwapTradeVolume_filter { + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_with_nocase: String + stableSwap_ends_with: String + stableSwap_ends_with_nocase: String + stableSwap_not_ends_with: String + stableSwap_not_ends_with_nocase: String + stableSwap_: linea_swap_StableSwap_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + volume: linea_swap_BigDecimal + volume_not: linea_swap_BigDecimal + volume_gt: linea_swap_BigDecimal + volume_lt: linea_swap_BigDecimal + volume_gte: linea_swap_BigDecimal + volume_lte: linea_swap_BigDecimal + volume_in: [linea_swap_BigDecimal!] + volume_not_in: [linea_swap_BigDecimal!] + """Filter for the block changed event.""" + _change_block: linea_swap_BlockChangedFilter +} + +enum linea_swap_SwapTradeVolume_orderBy { + stableSwap + timestamp + volume +} + +type linea_swap_SwapWeeklyVolume implements linea_swap_SwapTradeVolume { + id: ID! + stableSwap: linea_swap_StableSwap! + timestamp: BigInt! + volume: linea_swap_BigDecimal! +} + +input linea_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -93544,38 +93966,61 @@ input stagingbase_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: stagingbase_BlockChangedFilter - and: [stagingbase_Relayer_filter] - or: [stagingbase_Relayer_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingbase_Relayer_orderBy { +enum linea_swap_SwapWeeklyVolume_orderBy { id - isActive - relayer + stableSwap + timestamp + volume } -type stagingbase_RootCount { +type linea_swap_SystemInfo { id: ID! - count: BigInt + exchangeCount: BigInt! + swapCount: BigInt! } -input stagingbase_RootCount_filter { +input linea_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -93584,40 +94029,74 @@ input stagingbase_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!] + 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: stagingbase_BlockChangedFilter - and: [stagingbase_RootCount_filter] - or: [stagingbase_RootCount_filter] + _change_block: linea_swap_BlockChangedFilter } -enum stagingbase_RootCount_orderBy { +enum linea_swap_SystemInfo_orderBy { id - count + exchangeCount + swapCount } -type stagingbase_RootMessageSent { +type linea_swap__Block_ { + """The hash of the block""" + hash: linea_swap_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int +} + +"""The type for the top-level _meta field""" +type linea_swap__Meta_ { + """ + Information about a specific subgraph block. The hash of the block + will be null if the _meta field has a block constraint that asks for + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: linea_swap__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type linea_AggregateRoot { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: stagingbase_Bytes - count: BigInt - caller: stagingbase_Bytes - transactionHash: stagingbase_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt + root: linea_Bytes! + blockNumber: BigInt! +} + +type linea_AggregateRootProposed { + id: ID! + aggregateRoot: linea_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! blockNumber: BigInt } -input stagingbase_RootMessageSent_filter { +input linea_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -93626,60 +94105,36 @@ input stagingbase_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: 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 + 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!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -93688,22 +94143,6 @@ input stagingbase_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 @@ -93713,865 +94152,20 @@ 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: linea_BlockChangedFilter } -enum stagingbase_RootMessageSent_orderBy { +enum linea_AggregateRootProposed_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + aggregateRoot + rootTimestamp + endOfDispute + domain 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 -} - -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 hash of the parent block""" - parentHash: stagingbase_Bytes -} - -"""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! -} - -type optimism_AggregateRoot { - id: ID! - root: optimism_Bytes! - blockNumber: BigInt! -} - -type optimism_AggregateRootProposed { - id: ID! - aggregateRoot: optimism_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt -} - -input optimism_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: 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 - 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: optimism_BlockChangedFilter - and: [optimism_AggregateRootProposed_filter] - or: [optimism_AggregateRootProposed_filter] -} - -enum optimism_AggregateRootProposed_orderBy { - id - aggregateRoot - rootTimestamp - endOfDispute - domain - timestamp - blockNumber -} - -input optimism_AggregateRoot_filter { +input linea_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -94580,16 +94174,12 @@ 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: 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 @@ -94599,42 +94189,40 @@ 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: linea_BlockChangedFilter } -enum optimism_AggregateRoot_orderBy { +enum linea_AggregateRoot_orderBy { id root blockNumber } -type optimism_Asset { +type linea_Asset { id: ID! - key: optimism_Bytes + key: linea_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: optimism_Bytes + canonicalId: linea_Bytes canonicalDomain: BigInt - adoptedAsset: optimism_Bytes - localAsset: optimism_Bytes + adoptedAsset: linea_Bytes + localAsset: linea_Bytes blockNumber: BigInt - status: optimism_AssetStatus + status: linea_AssetStatus } -type optimism_AssetBalance { +type linea_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: optimism_Router! - asset: optimism_Asset! + router: linea_Router! + asset: linea_Asset! feesEarned: BigInt! } -input optimism_AssetBalance_filter { +input linea_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -94695,7 +94283,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_: linea_Router_filter asset: String asset_not: String asset_gt: String @@ -94716,7 +94304,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_: linea_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -94726,43 +94314,26 @@ 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: linea_BlockChangedFilter } -enum optimism_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 optimism_AssetStatus { +type linea_AssetStatus { id: ID! status: Boolean } -input optimism_AssetStatus_filter { +input linea_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -94776,17 +94347,15 @@ 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: linea_BlockChangedFilter } -enum optimism_AssetStatus_orderBy { +enum linea_AssetStatus_orderBy { id status } -input optimism_Asset_filter { +input linea_Asset_filter { id: ID id_not: ID id_gt: ID @@ -94795,16 +94364,12 @@ 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: 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 @@ -94821,16 +94386,12 @@ 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: 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 @@ -94839,26 +94400,18 @@ 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: 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 @@ -94887,14 +94440,12 @@ 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_: linea_AssetStatus_filter """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Asset_filter] - or: [optimism_Asset_filter] + _change_block: linea_BlockChangedFilter } -enum optimism_Asset_orderBy { +enum linea_Asset_orderBy { id key decimal @@ -94905,34 +94456,32 @@ enum optimism_Asset_orderBy { localAsset blockNumber status - status__id - status__status } -scalar optimism_BigDecimal +scalar linea_BigDecimal -input optimism_BlockChangedFilter { +input linea_BlockChangedFilter { number_gte: Int! } -input optimism_Block_height { - hash: optimism_Bytes +input linea_Block_height { + hash: linea_Bytes number: Int number_gte: Int } -scalar optimism_Bytes +scalar linea_Bytes -type optimism_ConnectorMeta { +type linea_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: optimism_Bytes - rootManager: optimism_Bytes - mirrorConnector: optimism_Bytes + amb: linea_Bytes + rootManager: linea_Bytes + mirrorConnector: linea_Bytes } -input optimism_ConnectorMeta_filter { +input linea_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -94957,43 +94506,29 @@ 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: 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: optimism_BlockChangedFilter - and: [optimism_ConnectorMeta_filter] - or: [optimism_ConnectorMeta_filter] + _change_block: linea_BlockChangedFilter } -enum optimism_ConnectorMeta_orderBy { +enum linea_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -95002,48 +94537,48 @@ enum optimism_ConnectorMeta_orderBy { mirrorConnector } -type optimism_DestinationTransfer { +type linea_DestinationTransfer { id: ID! chainId: BigInt - transferId: optimism_Bytes + transferId: linea_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: 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: optimism_Bytes - delegate: optimism_Bytes + to: linea_Bytes + delegate: linea_Bytes receiveLocal: Boolean - callData: optimism_Bytes + callData: linea_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: optimism_Bytes + originSender: linea_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimism_Bytes - asset: optimism_Asset + canonicalId: linea_Bytes + asset: linea_Asset amount: BigInt routersFee: BigInt - executedCaller: optimism_Bytes - executedTransactionHash: optimism_Bytes + executedCaller: linea_Bytes + executedTransactionHash: linea_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: optimism_Bytes + executedTxOrigin: linea_Bytes executedTxNonce: BigInt - reconciledCaller: optimism_Bytes - reconciledTransactionHash: optimism_Bytes + reconciledCaller: linea_Bytes + reconciledTransactionHash: linea_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: optimism_Bytes + reconciledTxOrigin: linea_Bytes reconciledTxNonce: BigInt } -input optimism_DestinationTransfer_filter { +input linea_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -95060,16 +94595,12 @@ 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: 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 @@ -95078,17 +94609,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: 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_: optimism_Router_filter + routers_: linea_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -95113,40 +94644,28 @@ 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: 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: 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: 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 @@ -95163,16 +94682,12 @@ 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: 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 @@ -95189,16 +94704,12 @@ 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: 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 @@ -95219,7 +94730,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_: linea_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -95236,26 +94747,18 @@ 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: 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 @@ -95288,16 +94791,12 @@ 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: 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 @@ -95306,26 +94805,18 @@ 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: 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 @@ -95358,16 +94849,12 @@ 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: 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 @@ -95377,12 +94864,10 @@ 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: linea_BlockChangedFilter } -enum optimism_DestinationTransfer_orderBy { +enum linea_DestinationTransfer_orderBy { id chainId transferId @@ -95403,15 +94888,6 @@ enum optimism_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 @@ -95432,20 +94908,14 @@ enum optimism_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer - -""" -scalar optimism_Int8 - -type optimism_OptimisticRootFinalized { +type linea_OptimisticRootFinalized { id: ID! - aggregateRoot: optimism_Bytes! + aggregateRoot: linea_Bytes! timestamp: BigInt! blockNumber: BigInt } -input optimism_OptimisticRootFinalized_filter { +input linea_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -95454,16 +94924,12 @@ 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: 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 @@ -95481,12 +94947,10 @@ 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: linea_BlockChangedFilter } -enum optimism_OptimisticRootFinalized_orderBy { +enum linea_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -95494,25 +94958,25 @@ enum optimism_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum optimism_OrderDirection { +enum linea_OrderDirection { asc desc } -type optimism_OriginMessage { +type linea_OriginMessage { id: ID! - transferId: optimism_Bytes + transferId: linea_Bytes destinationDomain: BigInt - leaf: optimism_Bytes + leaf: linea_Bytes index: BigInt - message: optimism_Bytes - root: optimism_Bytes - transactionHash: optimism_Bytes + message: linea_Bytes + root: linea_Bytes + transactionHash: linea_Bytes blockNumber: BigInt - rootCount: optimism_RootCount + rootCount: linea_RootCount } -input optimism_OriginMessage_filter { +input linea_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -95521,16 +94985,12 @@ 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: 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 @@ -95539,16 +94999,12 @@ 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: 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 @@ -95557,36 +95013,24 @@ 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: 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 @@ -95615,14 +95059,12 @@ 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_: linea_RootCount_filter """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_OriginMessage_filter] - or: [optimism_OriginMessage_filter] + _change_block: linea_BlockChangedFilter } -enum optimism_OriginMessage_orderBy { +enum linea_OriginMessage_orderBy { id transferId destinationDomain @@ -95633,46 +95075,44 @@ enum optimism_OriginMessage_orderBy { transactionHash blockNumber rootCount - rootCount__id - rootCount__count } -type optimism_OriginTransfer { +type linea_OriginTransfer { id: ID! chainId: BigInt - transferId: optimism_Bytes + transferId: linea_Bytes nonce: BigInt - status: optimism_TransferStatus - messageHash: optimism_Bytes + status: linea_TransferStatus + messageHash: linea_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: optimism_Bytes - delegate: optimism_Bytes + to: linea_Bytes + delegate: linea_Bytes receiveLocal: Boolean - callData: optimism_Bytes + callData: linea_Bytes slippage: BigInt - originSender: optimism_Bytes + originSender: linea_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: optimism_Bytes - asset: optimism_Asset - transactingAsset: optimism_Bytes - message: optimism_OriginMessage + canonicalId: linea_Bytes + asset: linea_Asset + transactingAsset: linea_Bytes + message: linea_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: 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: optimism_Bytes + txOrigin: linea_Bytes txNonce: BigInt } -input optimism_OriginTransfer_filter { +input linea_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -95689,16 +95129,12 @@ 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: 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 @@ -95707,20 +95143,16 @@ 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: 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 @@ -95745,40 +95177,28 @@ 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: 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: 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: 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 @@ -95787,16 +95207,12 @@ 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: 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 @@ -95813,16 +95229,12 @@ 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: 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 @@ -95843,17 +95255,13 @@ 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_: 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 @@ -95874,7 +95282,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_: linea_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -95889,37 +95297,25 @@ 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_: 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 @@ -95952,16 +95348,12 @@ 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: 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 @@ -95971,12 +95363,10 @@ 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: linea_BlockChangedFilter } -enum optimism_OriginTransfer_orderBy { +enum linea_OriginTransfer_orderBy { id chainId transferId @@ -95996,26 +95386,8 @@ enum optimism_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 @@ -96029,20 +95401,20 @@ enum optimism_OriginTransfer_orderBy { txNonce } -type optimism_Relayer { +type linea_Relayer { id: ID! isActive: Boolean! - relayer: optimism_Bytes + relayer: linea_Bytes } -type optimism_RelayerFee { +type linea_RelayerFee { id: ID! - transfer: optimism_OriginTransfer! + transfer: linea_OriginTransfer! fee: BigInt! - asset: optimism_Bytes! + asset: linea_Bytes! } -input optimism_RelayerFee_filter { +input linea_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -96071,7 +95443,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_: linea_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -96080,72 +95452,37 @@ 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: 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: optimism_BlockChangedFilter - and: [optimism_RelayerFee_filter] - or: [optimism_RelayerFee_filter] + _change_block: linea_BlockChangedFilter } -enum optimism_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 optimism_RelayerFeesIncrease { +type linea_RelayerFeesIncrease { id: ID! - transfer: optimism_OriginTransfer! + transfer: linea_OriginTransfer! increase: BigInt - asset: optimism_Bytes - caller: optimism_Bytes! - transactionHash: optimism_Bytes! + asset: linea_Bytes + caller: linea_Bytes! + transactionHash: linea_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input optimism_RelayerFeesIncrease_filter { +input linea_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -96174,7 +95511,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_: linea_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -96183,36 +95520,24 @@ 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: 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 @@ -96246,43 +95571,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: linea_BlockChangedFilter } -enum optimism_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 @@ -96293,7 +95587,7 @@ enum optimism_RelayerFeesIncrease_orderBy { blockNumber } -input optimism_Relayer_filter { +input linea_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -96306,34 +95600,28 @@ 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: 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: optimism_BlockChangedFilter - and: [optimism_Relayer_filter] - or: [optimism_Relayer_filter] + _change_block: linea_BlockChangedFilter } -enum optimism_Relayer_orderBy { +enum linea_Relayer_orderBy { id isActive relayer } -type optimism_RootCount { +type linea_RootCount { id: ID! count: BigInt } -input optimism_RootCount_filter { +input linea_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -96351,31 +95639,29 @@ 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: linea_BlockChangedFilter } -enum optimism_RootCount_orderBy { +enum linea_RootCount_orderBy { id count } -type optimism_RootMessageSent { +type linea_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: optimism_Bytes + root: linea_Bytes count: BigInt - caller: optimism_Bytes - transactionHash: optimism_Bytes + caller: linea_Bytes + transactionHash: linea_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input optimism_RootMessageSent_filter { +input linea_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -96400,16 +95686,12 @@ 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: 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 @@ -96418,26 +95700,18 @@ 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: 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 @@ -96471,12 +95745,10 @@ 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: linea_BlockChangedFilter } -enum optimism_RootMessageSent_orderBy { +enum linea_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -96490,25 +95762,25 @@ enum optimism_RootMessageSent_orderBy { blockNumber } -type optimism_Router { +type linea_Router { id: ID! isActive: Boolean! - owner: optimism_Bytes - recipient: optimism_Bytes - proposedOwner: optimism_Bytes + owner: linea_Bytes + recipient: linea_Bytes + proposedOwner: linea_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: linea_AssetBalance_orderBy, orderDirection: linea_OrderDirection, where: linea_AssetBalance_filter): [linea_AssetBalance!]! } -type optimism_RouterDailyTVL { +type linea_RouterDailyTVL { id: ID! - router: optimism_Router! - asset: optimism_Asset! + router: linea_Router! + asset: linea_Asset! timestamp: BigInt! balance: BigInt! } -input optimism_RouterDailyTVL_filter { +input linea_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -96537,7 +95809,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_: linea_Router_filter asset: String asset_not: String asset_gt: String @@ -96558,7 +95830,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_: linea_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -96576,54 +95848,37 @@ 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: linea_BlockChangedFilter } -enum optimism_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 optimism_RouterLiquidityEvent { +type linea_RouterLiquidityEvent { id: ID! - type: optimism_RouterLiquidityEventType - router: optimism_Router! - asset: optimism_Asset! + type: linea_RouterLiquidityEventType + router: linea_Router! + asset: linea_Asset! amount: BigInt! balance: BigInt! - caller: optimism_Bytes + caller: linea_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: optimism_Bytes! + transactionHash: linea_Bytes! nonce: BigInt! } -enum optimism_RouterLiquidityEventType { +enum linea_RouterLiquidityEventType { Add Remove } -input optimism_RouterLiquidityEvent_filter { +input linea_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -96632,10 +95887,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: linea_RouterLiquidityEventType + type_not: linea_RouterLiquidityEventType + type_in: [linea_RouterLiquidityEventType!] + type_not_in: [linea_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -96656,7 +95911,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_: linea_Router_filter asset: String asset_not: String asset_gt: String @@ -96677,7 +95932,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_: linea_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -96694,16 +95949,12 @@ 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: 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 @@ -96720,16 +95971,12 @@ 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: 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 @@ -96739,31 +95986,14 @@ 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: linea_BlockChangedFilter } -enum optimism_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 @@ -96773,7 +96003,7 @@ enum optimism_RouterLiquidityEvent_orderBy { nonce } -input optimism_Router_filter { +input linea_Router_filter { id: ID id_not: ID id_gt: ID @@ -96786,36 +96016,24 @@ 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: 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 @@ -96824,14 +96042,12 @@ input optimism_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: optimism_AssetBalance_filter + assetBalances_: linea_AssetBalance_filter """Filter for the block changed event.""" - _change_block: optimism_BlockChangedFilter - and: [optimism_Router_filter] - or: [optimism_Router_filter] + _change_block: linea_BlockChangedFilter } -enum optimism_Router_orderBy { +enum linea_Router_orderBy { id isActive owner @@ -96841,13 +96057,13 @@ enum optimism_Router_orderBy { assetBalances } -type optimism_Sequencer { +type linea_Sequencer { id: ID! isActive: Boolean! - sequencer: optimism_Bytes + sequencer: linea_Bytes } -input optimism_Sequencer_filter { +input linea_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -96860,35 +96076,29 @@ 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: 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: optimism_BlockChangedFilter - and: [optimism_Sequencer_filter] - or: [optimism_Sequencer_filter] + _change_block: linea_BlockChangedFilter } -enum optimism_Sequencer_orderBy { +enum linea_Sequencer_orderBy { id isActive sequencer } -type optimism_Setting { +type linea_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: optimism_Bytes! + caller: linea_Bytes! } -input optimism_Setting_filter { +input linea_Setting_filter { id: ID id_not: ID id_gt: ID @@ -96905,41 +96115,35 @@ 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: 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: optimism_BlockChangedFilter - and: [optimism_Setting_filter] - or: [optimism_Setting_filter] + _change_block: linea_BlockChangedFilter } -enum optimism_Setting_orderBy { +enum linea_Setting_orderBy { id maxRoutersPerTransfer caller } -type optimism_SlippageUpdate { +type linea_SlippageUpdate { id: ID! - transfer: optimism_DestinationTransfer! + transfer: linea_DestinationTransfer! slippage: BigInt! - caller: optimism_Bytes! - transactionHash: optimism_Bytes! + caller: linea_Bytes! + transactionHash: linea_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input optimism_SlippageUpdate_filter { +input linea_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -96968,7 +96172,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_: linea_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -96977,26 +96181,18 @@ 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: 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 @@ -97030,50 +96226,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: linea_BlockChangedFilter } -enum optimism_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 @@ -97083,16 +96241,16 @@ enum optimism_SlippageUpdate_orderBy { blockNumber } -type optimism_SnapshotRoot { +type linea_SnapshotRoot { id: ID! spokeDomain: BigInt - root: optimism_Bytes! + root: linea_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input optimism_SnapshotRoot_filter { +input linea_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -97109,16 +96267,12 @@ 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: 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 @@ -97144,12 +96298,10 @@ 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: linea_BlockChangedFilter } -enum optimism_SnapshotRoot_orderBy { +enum linea_SnapshotRoot_orderBy { id spokeDomain root @@ -97158,12 +96310,12 @@ enum optimism_SnapshotRoot_orderBy { blockNumber } -type optimism_SpokeConnectorMode { +type linea_SpokeConnectorMode { id: ID! mode: String! } -input optimism_SpokeConnectorMode_filter { +input linea_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -97193,17 +96345,15 @@ 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: linea_BlockChangedFilter } -enum optimism_SpokeConnectorMode_orderBy { +enum linea_SpokeConnectorMode_orderBy { id mode } -enum optimism_TransferStatus { +enum linea_TransferStatus { XCalled Executed Reconciled @@ -97211,9 +96361,9 @@ enum optimism_TransferStatus { CompletedFast } -type optimism__Block_ { +type linea__Block_ { """The hash of the block""" - hash: optimism_Bytes + hash: linea_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -97221,7 +96371,7 @@ type optimism__Block_ { } """The type for the top-level _meta field""" -type optimism__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 @@ -97229,30 +96379,50 @@ type optimism__Meta_ { and therefore asks for the latest block """ - block: optimism__Block_! + block: linea__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type mainnet_AggregateRoot { +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! - root: mainnet_Bytes! - blockNumber: BigInt! + 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 mainnet_AggregateRootProposed { +type xlayer_swap_LpAccountBalance { id: ID! - aggregateRoot: mainnet_Bytes! - rootTimestamp: BigInt! - endOfDispute: BigInt! - domain: BigInt! - timestamp: BigInt! - blockNumber: BigInt + account: xlayer_swap_LpAccount! + token: xlayer_swap_LpToken! + amount: xlayer_swap_BigDecimal! + block: BigInt + modified: BigInt + transaction: xlayer_swap_Bytes } -input mainnet_AggregateRootProposed_filter { +input xlayer_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -97261,73 +96431,107 @@ 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 - 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!] + 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: mainnet_BlockChangedFilter - and: [mainnet_AggregateRootProposed_filter] - or: [mainnet_AggregateRootProposed_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_LpAccountBalance_filter] + or: [xlayer_swap_LpAccountBalance_filter] } -enum mainnet_AggregateRootProposed_orderBy { +enum xlayer_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 } -input mainnet_AggregateRoot_filter { +input xlayer_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -97336,66 +96540,51 @@ 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 - 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: 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: mainnet_BlockChangedFilter - and: [mainnet_AggregateRoot_filter] - or: [mainnet_AggregateRoot_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_LpAccount_filter] + or: [xlayer_swap_LpAccount_filter] } -enum mainnet_AggregateRoot_orderBy { +enum xlayer_swap_LpAccount_orderBy { id - root - blockNumber -} - -enum mainnet_Aggregation_interval { - hour - day + address + balances } -type mainnet_Asset { +type xlayer_swap_LpToken { id: ID! - key: mainnet_Bytes - decimal: BigInt - adoptedDecimal: BigInt - canonicalId: mainnet_Bytes - canonicalDomain: BigInt - adoptedAsset: mainnet_Bytes - localAsset: mainnet_Bytes - blockNumber: BigInt - status: mainnet_AssetStatus + 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!]! } -type mainnet_AssetBalance { +interface xlayer_swap_LpTokenEvent { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: mainnet_Router! - asset: mainnet_Asset! - feesEarned: BigInt! + token: xlayer_swap_LpToken! + amount: xlayer_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: xlayer_swap_Bytes! + nonce: BigInt! } -input mainnet_AssetBalance_filter { +input xlayer_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -97404,126 +96593,92 @@ input mainnet_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_: 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 - 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_: 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: mainnet_BlockChangedFilter - and: [mainnet_AssetBalance_filter] - or: [mainnet_AssetBalance_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_LpTokenEvent_filter] + or: [xlayer_swap_LpTokenEvent_filter] } -enum mainnet_AssetBalance_orderBy { +enum xlayer_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 -} - -type mainnet_AssetStatus { - id: ID! - status: Boolean + block + timestamp + transaction + nonce } -input mainnet_AssetStatus_filter { +input xlayer_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -97532,22 +96687,142 @@ input mainnet_AssetStatus_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - status: Boolean - status_not: Boolean - status_in: [Boolean!] - status_not_in: [Boolean!] + address: 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: mainnet_BlockChangedFilter - and: [mainnet_AssetStatus_filter] - or: [mainnet_AssetStatus_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_LpToken_filter] + or: [xlayer_swap_LpToken_filter] } -enum mainnet_AssetStatus_orderBy { +enum xlayer_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 } -input mainnet_Asset_filter { +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 @@ -97556,144 +96831,143 @@ 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 - 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: 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 - canonicalDomain_lt: BigInt - canonicalDomain_gte: BigInt - 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 - 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_: mainnet_AssetStatus_filter - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Asset_filter] - or: [mainnet_Asset_filter] -} - -enum mainnet_Asset_orderBy { - id - key - decimal - adoptedDecimal - canonicalId - canonicalDomain - adoptedAsset - localAsset - blockNumber - status - status__id - status__status -} - -scalar mainnet_BigDecimal - -input mainnet_BlockChangedFilter { - number_gte: Int! -} + 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] +} -input mainnet_Block_height { - hash: mainnet_Bytes - number: Int - number_gte: Int +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 } -scalar mainnet_Bytes +"""Defines the order direction, either ascending or descending""" +enum xlayer_swap_OrderDirection { + asc + desc +} -type mainnet_ConnectorMeta { +type xlayer_swap_PooledToken { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - amb: mainnet_Bytes - rootManager: mainnet_Bytes - mirrorConnector: mainnet_Bytes + asset: xlayer_swap_Bytes! } -input mainnet_ConnectorMeta_filter { +input xlayer_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -97702,109 +96976,235 @@ input mainnet_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: 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 + 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: mainnet_BlockChangedFilter - and: [mainnet_ConnectorMeta_filter] - or: [mainnet_ConnectorMeta_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_PooledToken_filter] + or: [xlayer_swap_PooledToken_filter] } -enum mainnet_ConnectorMeta_orderBy { +enum xlayer_swap_PooledToken_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + asset } -type mainnet_DestinationTransfer { +type xlayer_swap_StableSwap { id: ID! - chainId: BigInt - transferId: mainnet_Bytes + 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 - 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: mainnet_Bytes - delegate: mainnet_Bytes - receiveLocal: Boolean - callData: mainnet_Bytes - slippage: BigInt - bumpSlippageCount: BigInt - originSender: mainnet_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: mainnet_Bytes - asset: mainnet_Asset - amount: BigInt - routersFee: BigInt - executedCaller: mainnet_Bytes - executedTransactionHash: mainnet_Bytes - executedTimestamp: BigInt - executedGasPrice: BigInt - executedGasLimit: BigInt - executedBlockNumber: BigInt - executedTxOrigin: mainnet_Bytes - executedTxNonce: BigInt - reconciledCaller: mainnet_Bytes - reconciledTransactionHash: mainnet_Bytes - reconciledTimestamp: BigInt - reconciledGasPrice: BigInt - reconciledGasLimit: BigInt - reconciledBlockNumber: BigInt - reconciledTxOrigin: mainnet_Bytes - reconciledTxNonce: 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] } -input mainnet_DestinationTransfer_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 @@ -97813,24 +97213,53 @@ input mainnet_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -97839,374 +97268,228 @@ 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!] - 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 - 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: 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: 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 - 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: 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 - 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: 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 - 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!] - 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: 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 - 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: 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 - executedTxNonce_lt: BigInt - executedTxNonce_gte: BigInt - executedTxNonce_lte: BigInt - executedTxNonce_in: [BigInt!] - executedTxNonce_not_in: [BigInt!] - reconciledCaller: mainnet_Bytes - reconciledCaller_not: mainnet_Bytes - reconciledCaller_gt: mainnet_Bytes - 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 - 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: 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 - reconciledTxNonce_lt: BigInt - reconciledTxNonce_gte: BigInt - reconciledTxNonce_lte: BigInt - reconciledTxNonce_in: [BigInt!] - reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_DestinationTransfer_filter] - or: [mainnet_DestinationTransfer_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_StableSwapEvent_filter] + or: [xlayer_swap_StableSwapEvent_filter] } -enum mainnet_DestinationTransfer_orderBy { +enum xlayer_swap_StableSwapEvent_orderBy { id - chainId - transferId + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + 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 - 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 mainnet_Int8 - -type mainnet_OptimisticRootFinalized { +type xlayer_swap_StableSwapRemoveLiquidityEvent implements xlayer_swap_StableSwapEvent { id: ID! - aggregateRoot: mainnet_Bytes! + stableSwap: xlayer_swap_StableSwap! + provider: xlayer_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - blockNumber: BigInt + transaction: xlayer_swap_Bytes! + nonce: BigInt! } -input mainnet_OptimisticRootFinalized_filter { +input xlayer_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -98215,16 +97498,87 @@ 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -98233,47 +97587,63 @@ input mainnet_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!] + 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: mainnet_BlockChangedFilter - and: [mainnet_OptimisticRootFinalized_filter] - or: [mainnet_OptimisticRootFinalized_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_StableSwapRemoveLiquidityEvent_filter] + or: [xlayer_swap_StableSwapRemoveLiquidityEvent_filter] } -enum mainnet_OptimisticRootFinalized_orderBy { +enum xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy { id - aggregateRoot + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__domain + stableSwap__swapPool + stableSwap__lpToken + stableSwap__initialA + stableSwap__futureA + stableSwap__initialATime + stableSwap__futureATime + stableSwap__swapFee + stableSwap__adminFee + stableSwap__virtualPrice + stableSwap__invariant + stableSwap__lpTokenSupply + provider + tokenAmounts + fees + invariant + lpTokenSupply + lpTokenAmount + balances + block timestamp - blockNumber -} - -"""Defines the order direction, either ascending or descending""" -enum mainnet_OrderDirection { - asc - desc -} - -type mainnet_OriginMessage { - id: ID! - transferId: mainnet_Bytes - destinationDomain: BigInt - leaf: mainnet_Bytes - index: BigInt - message: mainnet_Bytes - root: mainnet_Bytes - transactionHash: mainnet_Bytes - blockNumber: BigInt - rootCount: mainnet_RootCount + transaction + nonce } -input mainnet_OriginMessage_filter { +input xlayer_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -98282,158 +97652,201 @@ 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 - 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: 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 - index_lt: BigInt - index_gte: BigInt - 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 - 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_: mainnet_RootCount_filter + 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: mainnet_BlockChangedFilter - and: [mainnet_OriginMessage_filter] - or: [mainnet_OriginMessage_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_StableSwap_filter] + or: [xlayer_swap_StableSwap_filter] } -enum mainnet_OriginMessage_orderBy { +enum xlayer_swap_StableSwap_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count + isActive + key + canonicalId + domain + swapPool + lpToken + initialA + futureA + initialATime + futureATime + swapFee + adminFee + pooledTokens + tokenPrecisionMultipliers + balances + adminFees + virtualPrice + invariant + lpTokenSupply + events + exchanges + hourlyVolumes + dailyVolumes + weeklyVolumes } -type mainnet_OriginTransfer { +type xlayer_swap_SwapDailyVolume implements xlayer_swap_SwapTradeVolume { id: ID! - chainId: BigInt - transferId: mainnet_Bytes - nonce: BigInt - status: mainnet_TransferStatus - messageHash: mainnet_Bytes - originDomain: BigInt - destinationDomain: BigInt - canonicalDomain: BigInt - to: mainnet_Bytes - delegate: mainnet_Bytes - receiveLocal: Boolean - callData: mainnet_Bytes - slippage: BigInt - originSender: mainnet_Bytes - bridgedAmt: BigInt - normalizedIn: BigInt - canonicalId: mainnet_Bytes - asset: mainnet_Asset - transactingAsset: mainnet_Bytes - message: mainnet_OriginMessage - bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: mainnet_RelayerFee_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_RelayerFee_filter): [mainnet_RelayerFee!] - initialRelayerFeeAsset: mainnet_Bytes - caller: mainnet_Bytes - transactionHash: mainnet_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt - txOrigin: mainnet_Bytes - txNonce: BigInt + stableSwap: xlayer_swap_StableSwap! + timestamp: BigInt! + volume: xlayer_swap_BigDecimal! } -input mainnet_OriginTransfer_filter { +input xlayer_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -98442,245 +97855,27 @@ input mainnet_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: 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 - nonce_lt: BigInt - nonce_gte: BigInt - 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 - 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: 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: 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 - slippage_lt: BigInt - slippage_gte: BigInt - 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 - 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: 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 - 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 - 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 - 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_: mainnet_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_: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -98689,121 +97884,51 @@ input mainnet_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: 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 - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - txNonce_in: [BigInt!] - txNonce_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: mainnet_BlockChangedFilter - and: [mainnet_OriginTransfer_filter] - or: [mainnet_OriginTransfer_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_SwapDailyVolume_filter] + or: [xlayer_swap_SwapDailyVolume_filter] } -enum mainnet_OriginTransfer_orderBy { +enum xlayer_swap_SwapDailyVolume_orderBy { id - chainId - transferId - nonce - status - messageHash - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - originSender - bridgedAmt - normalizedIn - canonicalId - asset - asset__id - asset__key - asset__decimal - asset__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 timestamp - gasPrice - gasLimit - blockNumber - txOrigin - txNonce -} - -type mainnet_Relayer { - id: ID! - isActive: Boolean! - relayer: mainnet_Bytes + volume } -type mainnet_RelayerFee { +type xlayer_swap_SwapHourlyVolume implements xlayer_swap_SwapTradeVolume { id: ID! - transfer: mainnet_OriginTransfer! - fee: BigInt! - asset: mainnet_Bytes! + stableSwap: xlayer_swap_StableSwap! + timestamp: BigInt! + volume: xlayer_swap_BigDecimal! } -input mainnet_RelayerFee_filter { +input xlayer_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -98812,101 +97937,152 @@ input mainnet_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_: mainnet_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: mainnet_BlockChangedFilter - and: [mainnet_RelayerFee_filter] - or: [mainnet_RelayerFee_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_SwapTradeVolume_filter] + or: [xlayer_swap_SwapTradeVolume_filter] } -enum mainnet_RelayerFee_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - fee - asset +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 mainnet_RelayerFeesIncrease { +type xlayer_swap_SwapWeeklyVolume implements xlayer_swap_SwapTradeVolume { id: ID! - transfer: mainnet_OriginTransfer! - increase: BigInt - asset: mainnet_Bytes - caller: mainnet_Bytes! - transactionHash: mainnet_Bytes! + stableSwap: xlayer_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: xlayer_swap_BigDecimal! } -input mainnet_RelayerFeesIncrease_filter { +input xlayer_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -98915,65 +98091,27 @@ input mainnet_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_: mainnet_OriginTransfer_filter - increase: BigInt - increase_not: BigInt - increase_gt: BigInt - increase_lt: BigInt - increase_gte: BigInt - increase_lte: BigInt - increase_in: [BigInt!] - increase_not_in: [BigInt!] - asset: mainnet_Bytes - asset_not: mainnet_Bytes - asset_gt: mainnet_Bytes - asset_lt: mainnet_Bytes - asset_gte: mainnet_Bytes - asset_lte: mainnet_Bytes - asset_in: [mainnet_Bytes!] - asset_not_in: [mainnet_Bytes!] - asset_contains: mainnet_Bytes - asset_not_contains: mainnet_Bytes - caller: mainnet_Bytes - caller_not: mainnet_Bytes - caller_gt: mainnet_Bytes - caller_lt: mainnet_Bytes - caller_gte: mainnet_Bytes - caller_lte: mainnet_Bytes - caller_in: [mainnet_Bytes!] - caller_not_in: [mainnet_Bytes!] - caller_contains: mainnet_Bytes - caller_not_contains: mainnet_Bytes - transactionHash: mainnet_Bytes - transactionHash_not: mainnet_Bytes - transactionHash_gt: mainnet_Bytes - transactionHash_lt: mainnet_Bytes - transactionHash_gte: mainnet_Bytes - transactionHash_lte: mainnet_Bytes - transactionHash_in: [mainnet_Bytes!] - transactionHash_not_in: [mainnet_Bytes!] - transactionHash_contains: mainnet_Bytes - transactionHash_not_contains: mainnet_Bytes + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -98982,79 +98120,50 @@ input mainnet_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!] + 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: mainnet_BlockChangedFilter - and: [mainnet_RelayerFeesIncrease_filter] - or: [mainnet_RelayerFeesIncrease_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_SwapWeeklyVolume_filter] + or: [xlayer_swap_SwapWeeklyVolume_filter] } -enum mainnet_RelayerFeesIncrease_orderBy { +enum xlayer_swap_SwapWeeklyVolume_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - increase - asset - caller - transactionHash + stableSwap + stableSwap__id + stableSwap__isActive + stableSwap__key + stableSwap__canonicalId + stableSwap__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 } -input mainnet_Relayer_filter { +type xlayer_swap_SystemInfo { + id: ID! + exchangeCount: BigInt! + swapCount: BigInt! +} + +input xlayer_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -99063,38 +98172,68 @@ input mainnet_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: 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 + exchangeCount: BigInt + exchangeCount_not: BigInt + exchangeCount_gt: BigInt + exchangeCount_lt: BigInt + exchangeCount_gte: BigInt + exchangeCount_lte: BigInt + exchangeCount_in: [BigInt!] + exchangeCount_not_in: [BigInt!] + swapCount: BigInt + swapCount_not: BigInt + swapCount_gt: BigInt + swapCount_lt: BigInt + swapCount_gte: BigInt + swapCount_lte: BigInt + swapCount_in: [BigInt!] + swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Relayer_filter] - or: [mainnet_Relayer_filter] + _change_block: xlayer_swap_BlockChangedFilter + and: [xlayer_swap_SystemInfo_filter] + or: [xlayer_swap_SystemInfo_filter] } -enum mainnet_Relayer_orderBy { +enum xlayer_swap_SystemInfo_orderBy { id - isActive - relayer + exchangeCount + swapCount } -type mainnet_RootCount { +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! - count: BigInt + aggregateRoot: stagingmainnet_Bytes! + count: BigInt! + aggregatedRoots: [stagingmainnet_Bytes!] + rootTimestamp: BigInt! } -input mainnet_RootCount_filter { +input stagingmainnet_AggregateRootSavedSlow_filter { id: ID id_not: ID id_gt: ID @@ -99103,6 +98242,16 @@ input mainnet_RootCount_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 count: BigInt count_not: BigInt count_gt: BigInt @@ -99111,32 +98260,114 @@ input mainnet_RootCount_filter { 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: mainnet_BlockChangedFilter - and: [mainnet_RootCount_filter] - or: [mainnet_RootCount_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AggregateRootSavedSlow_filter] + or: [stagingmainnet_AggregateRootSavedSlow_filter] } -enum mainnet_RootCount_orderBy { +enum stagingmainnet_AggregateRootSavedSlow_orderBy { id + aggregateRoot count + aggregatedRoots + rootTimestamp } -type mainnet_RootMessageSent { +type stagingmainnet_AggregatedMessageRoot { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: mainnet_Bytes - count: BigInt - caller: mainnet_Bytes - transactionHash: mainnet_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt + index: BigInt! + receivedRoot: stagingmainnet_Bytes! + domain: BigInt blockNumber: BigInt } -input mainnet_RootMessageSent_filter { +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 @@ -99161,115 +98392,61 @@ 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 - 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!] + 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: mainnet_BlockChangedFilter - and: [mainnet_RootMessageSent_filter] - or: [mainnet_RootMessageSent_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_ArbitrumConnectorMeta_filter] + or: [stagingmainnet_ArbitrumConnectorMeta_filter] } -enum mainnet_RootMessageSent_orderBy { +enum stagingmainnet_ArbitrumConnectorMeta_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!]! + amb + rootManager + mirrorConnector } -type mainnet_RouterDailyTVL { +type stagingmainnet_AvalancheConnectorMeta { id: ID! - router: mainnet_Router! - asset: mainnet_Asset! - timestamp: BigInt! - balance: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input mainnet_RouterDailyTVL_filter { +input stagingmainnet_AvalancheConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -99278,113 +98455,77 @@ input mainnet_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_: 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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: mainnet_BlockChangedFilter - and: [mainnet_RouterDailyTVL_filter] - or: [mainnet_RouterDailyTVL_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AvalancheConnectorMeta_filter] + or: [stagingmainnet_AvalancheConnectorMeta_filter] } -enum mainnet_RouterDailyTVL_orderBy { +enum stagingmainnet_AvalancheConnectorMeta_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 } -type mainnet_RouterLiquidityEvent { +type stagingmainnet_BaseConnectorMeta { 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 + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input mainnet_RouterLiquidityEvent_filter { +input stagingmainnet_BaseConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -99393,148 +98534,89 @@ input mainnet_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: mainnet_RouterLiquidityEventType - type_not: mainnet_RouterLiquidityEventType - type_in: [mainnet_RouterLiquidityEventType!] - type_not_in: [mainnet_RouterLiquidityEventType!] - router: String - router_not: String - router_gt: String - 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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: mainnet_BlockChangedFilter - and: [mainnet_RouterLiquidityEvent_filter] - or: [mainnet_RouterLiquidityEvent_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_BaseConnectorMeta_filter] + or: [stagingmainnet_BaseConnectorMeta_filter] } -enum mainnet_RouterLiquidityEvent_orderBy { +enum stagingmainnet_BaseConnectorMeta_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 + 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 mainnet_Router_filter { +input stagingmainnet_BnbConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -99543,72 +98625,79 @@ input mainnet_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: 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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: mainnet_BlockChangedFilter - and: [mainnet_Router_filter] - or: [mainnet_Router_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_BnbConnectorMeta_filter] + or: [stagingmainnet_BnbConnectorMeta_filter] } -enum mainnet_Router_orderBy { +enum stagingmainnet_BnbConnectorMeta_orderBy { id - isActive - owner - recipient - proposedOwner - proposedTimestamp - assetBalances + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type mainnet_Sequencer { +scalar stagingmainnet_Bytes + +type stagingmainnet_GnosisConnectorMeta { id: ID! - isActive: Boolean! - sequencer: mainnet_Bytes + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input mainnet_Sequencer_filter { +input stagingmainnet_GnosisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -99617,39 +98706,73 @@ input mainnet_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: 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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: mainnet_BlockChangedFilter - and: [mainnet_Sequencer_filter] - or: [mainnet_Sequencer_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_GnosisConnectorMeta_filter] + or: [stagingmainnet_GnosisConnectorMeta_filter] } -enum mainnet_Sequencer_orderBy { +enum stagingmainnet_GnosisConnectorMeta_orderBy { id - isActive - sequencer + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type mainnet_Setting { +type stagingmainnet_HubDomain { id: ID! - maxRoutersPerTransfer: BigInt! - caller: mainnet_Bytes! + domain: BigInt } -input mainnet_Setting_filter { +input stagingmainnet_HubDomain_filter { id: ID id_not: ID id_gt: ID @@ -99658,49 +98781,33 @@ input mainnet_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: 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 + domain: BigInt + domain_not: BigInt + domain_gt: BigInt + domain_lt: BigInt + domain_gte: BigInt + domain_lte: BigInt + domain_in: [BigInt!] + domain_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_Setting_filter] - or: [mainnet_Setting_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_HubDomain_filter] + or: [stagingmainnet_HubDomain_filter] } -enum mainnet_Setting_orderBy { +enum stagingmainnet_HubDomain_orderBy { id - maxRoutersPerTransfer - caller + domain } -type mainnet_SlippageUpdate { +type stagingmainnet_HubOptimisticRootFinalized { id: ID! - transfer: mainnet_DestinationTransfer! - slippage: BigInt! - caller: mainnet_Bytes! - transactionHash: mainnet_Bytes! + aggregateRoot: stagingmainnet_Bytes! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + blockNumber: BigInt } -input mainnet_SlippageUpdate_filter { +input stagingmainnet_HubOptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -99709,55 +98816,16 @@ input mainnet_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_: 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 + 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 @@ -99766,22 +98834,6 @@ input mainnet_SlippageUpdate_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -99791,69 +98843,34 @@ 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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_HubOptimisticRootFinalized_filter] + or: [stagingmainnet_HubOptimisticRootFinalized_filter] } -enum mainnet_SlippageUpdate_orderBy { +enum stagingmainnet_HubOptimisticRootFinalized_orderBy { id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__bumpSlippageCount - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__amount - transfer__routersFee - transfer__executedCaller - transfer__executedTransactionHash - transfer__executedTimestamp - transfer__executedGasPrice - transfer__executedGasLimit - transfer__executedBlockNumber - transfer__executedTxOrigin - transfer__executedTxNonce - transfer__reconciledCaller - transfer__reconciledTransactionHash - transfer__reconciledTimestamp - transfer__reconciledGasPrice - transfer__reconciledGasLimit - transfer__reconciledBlockNumber - transfer__reconciledTxOrigin - transfer__reconciledTxNonce - slippage - caller - transactionHash + aggregateRoot timestamp - gasPrice - gasLimit blockNumber } -type mainnet_SnapshotRoot { +""" +8 bytes signed integer + +""" +scalar stagingmainnet_Int8 + +type stagingmainnet_LineaConnectorMeta { id: ID! - spokeDomain: BigInt - root: mainnet_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input mainnet_SnapshotRoot_filter { +input stagingmainnet_LineaConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -99870,261 +98887,69 @@ 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 - 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!] + 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: mainnet_BlockChangedFilter - and: [mainnet_SnapshotRoot_filter] - or: [mainnet_SnapshotRoot_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_LineaConnectorMeta_filter] + or: [stagingmainnet_LineaConnectorMeta_filter] } -enum mainnet_SnapshotRoot_orderBy { +enum stagingmainnet_LineaConnectorMeta_orderBy { id spokeDomain - root - count - timestamp - blockNumber -} - -type mainnet_SpokeConnectorMode { - id: ID! - mode: String! -} - -input mainnet_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: mainnet_BlockChangedFilter - and: [mainnet_SpokeConnectorMode_filter] - or: [mainnet_SpokeConnectorMode_filter] -} - -enum mainnet_SpokeConnectorMode_orderBy { - id - mode -} - -enum mainnet_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -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! -} - -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!]! + hubDomain + amb + rootManager + mirrorConnector } -type linea_swap_LpAccountBalance { +type stagingmainnet_MantleConnectorMeta { id: ID! - account: linea_swap_LpAccount! - token: linea_swap_LpToken! - amount: linea_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: linea_swap_Bytes -} - -input linea_swap_LpAccountBalance_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - account: String - account_not: String - account_gt: String - account_lt: String - account_gte: String - account_lte: String - account_in: [String!] - account_not_in: [String!] - account_contains: String - account_contains_nocase: String - account_not_contains: String - account_not_contains_nocase: String - account_starts_with: String - account_starts_with_nocase: String - account_not_starts_with: String - account_not_starts_with_nocase: String - account_ends_with: String - account_ends_with_nocase: String - account_not_ends_with: String - account_not_ends_with_nocase: String - account_: linea_swap_LpAccount_filter - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: linea_swap_LpToken_filter - amount: linea_swap_BigDecimal - amount_not: linea_swap_BigDecimal - amount_gt: linea_swap_BigDecimal - amount_lt: linea_swap_BigDecimal - amount_gte: linea_swap_BigDecimal - amount_lte: linea_swap_BigDecimal - amount_in: [linea_swap_BigDecimal!] - amount_not_in: [linea_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - modified: BigInt - modified_not: BigInt - modified_gt: BigInt - modified_lt: BigInt - modified_gte: BigInt - modified_lte: BigInt - modified_in: [BigInt!] - modified_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter -} - -enum linea_swap_LpAccountBalance_orderBy { - id - account - token - amount - block - modified - transaction + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input linea_swap_LpAccount_filter { +input stagingmainnet_MantleConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -100133,127 +98958,77 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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_MantleConnectorMeta_filter] + or: [stagingmainnet_MantleConnectorMeta_filter] } -enum linea_swap_LpAccount_orderBy { +enum stagingmainnet_MantleConnectorMeta_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!]! + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -interface linea_swap_LpTokenEvent { +type stagingmainnet_MetisConnectorMeta { id: ID! - token: linea_swap_LpToken! - amount: linea_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! -} - -input linea_swap_LpTokenEvent_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - token: String - token_not: String - token_gt: String - token_lt: String - token_gte: String - token_lte: String - token_in: [String!] - token_not_in: [String!] - token_contains: String - token_contains_nocase: String - token_not_contains: String - token_not_contains_nocase: String - token_starts_with: String - token_starts_with_nocase: String - token_not_starts_with: String - token_not_starts_with_nocase: String - token_ends_with: String - token_ends_with_nocase: String - token_not_ends_with: String - token_not_ends_with_nocase: String - token_: linea_swap_LpToken_filter - amount: linea_swap_BigDecimal - amount_not: linea_swap_BigDecimal - amount_gt: linea_swap_BigDecimal - amount_lt: linea_swap_BigDecimal - amount_gte: linea_swap_BigDecimal - amount_lte: linea_swap_BigDecimal - amount_in: [linea_swap_BigDecimal!] - amount_not_in: [linea_swap_BigDecimal!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter -} - -enum linea_swap_LpTokenEvent_orderBy { - id - token - amount - block - timestamp - transaction - nonce + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input linea_swap_LpToken_filter { +input stagingmainnet_MetisConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -100262,119 +99037,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_MetisConnectorMeta_filter] + or: [stagingmainnet_MetisConnectorMeta_filter] } -enum linea_swap_LpToken_orderBy { +enum stagingmainnet_MetisConnectorMeta_orderBy { id - address - stableSwap - decimals - name - symbol - totalSupply - events + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type linea_swap_LpTransferEvent implements linea_swap_LpTokenEvent { +type stagingmainnet_ModeConnectorMeta { 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_ModeConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -100383,123 +99116,77 @@ 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_ModeConnectorMeta_filter] + or: [stagingmainnet_ModeConnectorMeta_filter] } -enum linea_swap_LpTransferEvent_orderBy { +enum stagingmainnet_ModeConnectorMeta_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_OptimismConnectorMeta { id: ID! - asset: linea_swap_Bytes! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input linea_swap_PooledToken_filter { +input stagingmainnet_OptimismConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -100508,66 +99195,76 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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_PooledToken_orderBy { +enum stagingmainnet_OptimismConnectorMeta_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!] + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type linea_swap_StableSwapAddLiquidityEvent implements linea_swap_StableSwapEvent { +type stagingmainnet_OptimisticRootPropagated { id: ID! - stableSwap: linea_swap_StableSwap! - provider: linea_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + aggregateRoot: stagingmainnet_Bytes! + domainsHash: stagingmainnet_Bytes! timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input linea_swap_StableSwapAddLiquidityEvent_filter { +input stagingmainnet_OptimisticRootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -100576,83 +99273,26 @@ 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!] + 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 @@ -100661,50 +99301,40 @@ input linea_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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_StableSwapAddLiquidityEvent_orderBy { +enum stagingmainnet_OptimisticRootPropagated_orderBy { id - stableSwap - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block + aggregateRoot + domainsHash timestamp - transaction - nonce + blockNumber } -interface linea_swap_StableSwapEvent { +type stagingmainnet_OptimisticRootProposed { id: ID! - stableSwap: linea_swap_StableSwap! - 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_StableSwapEvent_filter { +input stagingmainnet_OptimisticRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -100713,35 +99343,46 @@ 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!] + 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 @@ -100750,50 +99391,47 @@ input linea_swap_StableSwapEvent_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_StableSwapEvent_orderBy { +enum stagingmainnet_OptimisticRootProposed_orderBy { id - stableSwap - block + disputeCliff + aggregateRoot + snapshotsRoots + domains + baseAggregateRoot timestamp - transaction - nonce + blockNumber } -type linea_swap_StableSwapExchange { +"""Defines the order direction, either ascending or descending""" +enum stagingmainnet_OrderDirection { + asc + desc +} + +type stagingmainnet_PolygonConnectorMeta { 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! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input linea_swap_StableSwapExchange_filter { +input stagingmainnet_PolygonConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -100802,146 +99440,77 @@ input linea_swap_StableSwapExchange_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: linea_swap_StableSwap_filter - buyer: linea_swap_Bytes - buyer_not: linea_swap_Bytes - buyer_in: [linea_swap_Bytes!] - buyer_not_in: [linea_swap_Bytes!] - buyer_contains: linea_swap_Bytes - buyer_not_contains: linea_swap_Bytes - boughtId: BigInt - boughtId_not: BigInt - boughtId_gt: BigInt - boughtId_lt: BigInt - boughtId_gte: BigInt - boughtId_lte: BigInt - boughtId_in: [BigInt!] - boughtId_not_in: [BigInt!] - tokensBought: BigInt - tokensBought_not: BigInt - tokensBought_gt: BigInt - tokensBought_lt: BigInt - tokensBought_gte: BigInt - tokensBought_lte: BigInt - tokensBought_in: [BigInt!] - tokensBought_not_in: [BigInt!] - soldId: BigInt - soldId_not: BigInt - soldId_gt: BigInt - soldId_lt: BigInt - soldId_gte: BigInt - soldId_lte: BigInt - soldId_in: [BigInt!] - soldId_not_in: [BigInt!] - tokensSold: BigInt - tokensSold_not: BigInt - tokensSold_gt: BigInt - tokensSold_lt: BigInt - tokensSold_gte: BigInt - tokensSold_lte: BigInt - tokensSold_in: [BigInt!] - tokensSold_not_in: [BigInt!] - balances: [BigInt!] - balances_not: [BigInt!] - balances_contains: [BigInt!] - balances_contains_nocase: [BigInt!] - balances_not_contains: [BigInt!] - balances_not_contains_nocase: [BigInt!] - fee: BigInt - fee_not: BigInt - fee_gt: BigInt - fee_lt: BigInt - fee_gte: BigInt - fee_lte: BigInt - fee_in: [BigInt!] - fee_not_in: [BigInt!] - block: BigInt - block_not: BigInt - block_gt: BigInt - block_lt: BigInt - block_gte: BigInt - block_lte: BigInt - block_in: [BigInt!] - block_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transaction: linea_swap_Bytes - transaction_not: linea_swap_Bytes - transaction_in: [linea_swap_Bytes!] - transaction_not_in: [linea_swap_Bytes!] - transaction_contains: linea_swap_Bytes - transaction_not_contains: linea_swap_Bytes - nonce: BigInt - nonce_not: BigInt - nonce_gt: BigInt - nonce_lt: BigInt - nonce_gte: BigInt - nonce_lte: BigInt - nonce_in: [BigInt!] - nonce_not_in: [BigInt!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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_StableSwapExchange_orderBy { +enum stagingmainnet_PolygonConnectorMeta_orderBy { id - stableSwap - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block - timestamp - transaction - nonce + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type linea_swap_StableSwapRemoveLiquidityEvent implements linea_swap_StableSwapEvent { +type stagingmainnet_PolygonZkConnectorMeta { id: ID! - stableSwap: linea_swap_StableSwap! - provider: linea_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: linea_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input linea_swap_StableSwapRemoveLiquidityEvent_filter { +input stagingmainnet_PolygonZkConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -100950,126 +99519,167 @@ 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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 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 linea_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum stagingmainnet_RootManagerMeta_orderBy { id - stableSwap - provider - tokenAmounts - fees - invariant - lpTokenSupply - lpTokenAmount - balances - block - timestamp - transaction - nonce + domains + connectors } -input linea_swap_StableSwap_filter { +type stagingmainnet_RootManagerMode { + id: ID! + mode: String! +} + +input stagingmainnet_RootManagerMode_filter { id: ID id_not: ID id_gt: ID @@ -101078,182 +99688,51 @@ 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 + 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_StableSwap_orderBy { +enum stagingmainnet_RootManagerMode_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 + mode } -type linea_swap_SwapDailyVolume implements linea_swap_SwapTradeVolume { +type stagingmainnet_RootMessageProcessed { id: ID! - stableSwap: linea_swap_StableSwap! - timestamp: BigInt! - volume: linea_swap_BigDecimal! + spokeDomain: BigInt! + hubDomain: BigInt! + root: stagingmainnet_Bytes + caller: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input linea_swap_SwapDailyVolume_filter { +input stagingmainnet_RootMessageProcessed_filter { id: ID id_not: ID id_gt: ID @@ -101262,27 +99741,52 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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 @@ -101291,33 +99795,58 @@ input linea_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: linea_swap_BigDecimal - volume_not: linea_swap_BigDecimal - volume_gt: linea_swap_BigDecimal - volume_lt: linea_swap_BigDecimal - volume_gte: linea_swap_BigDecimal - volume_lte: linea_swap_BigDecimal - volume_in: [linea_swap_BigDecimal!] - volume_not_in: [linea_swap_BigDecimal!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_swap_BlockChangedFilter + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootMessageProcessed_filter] + or: [stagingmainnet_RootMessageProcessed_filter] } -enum linea_swap_SwapDailyVolume_orderBy { +enum stagingmainnet_RootMessageProcessed_orderBy { id - stableSwap + spokeDomain + hubDomain + root + caller + transactionHash timestamp - volume + gasPrice + gasLimit + blockNumber } -type linea_swap_SwapHourlyVolume implements linea_swap_SwapTradeVolume { +type stagingmainnet_RootPropagated { id: ID! - stableSwap: linea_swap_StableSwap! - timestamp: BigInt! - volume: linea_swap_BigDecimal! + aggregate: stagingmainnet_Bytes! + domainsHash: stagingmainnet_Bytes! + count: BigInt! + blockNumber: BigInt } -input linea_swap_SwapHourlyVolume_filter { +input stagingmainnet_RootPropagated_filter { id: ID id_not: ID id_gt: ID @@ -101326,116 +99855,145 @@ 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!] + 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_SwapHourlyVolume_orderBy { +enum stagingmainnet_RootPropagated_orderBy { id - stableSwap - timestamp - volume + aggregate + domainsHash + count + blockNumber } -interface linea_swap_SwapTradeVolume { - stableSwap: linea_swap_StableSwap! - timestamp: BigInt! - volume: linea_swap_BigDecimal! +type stagingmainnet_ScrollConnectorMeta { + id: ID! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -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!] +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: linea_swap_BlockChangedFilter + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_ScrollConnectorMeta_filter] + or: [stagingmainnet_ScrollConnectorMeta_filter] } -enum linea_swap_SwapTradeVolume_orderBy { - stableSwap - timestamp - volume +enum stagingmainnet_ScrollConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type linea_swap_SwapWeeklyVolume 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_SwapWeeklyVolume_filter { +input stagingmainnet_XlayerConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -101444,61 +100002,77 @@ 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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_SwapWeeklyVolume_orderBy { +enum stagingmainnet_XlayerConnectorMeta_orderBy { id - stableSwap - timestamp - volume + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type linea_swap_SystemInfo { +type stagingmainnet_ZkSyncConnectorMeta { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + spokeDomain: BigInt! + hubDomain: BigInt! + amb: stagingmainnet_Bytes! + rootManager: stagingmainnet_Bytes! + mirrorConnector: stagingmainnet_Bytes! } -input linea_swap_SystemInfo_filter { +input stagingmainnet_ZkSyncConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -101507,43 +100081,80 @@ 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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_SystemInfo_orderBy { +enum stagingmainnet_ZkSyncConnectorMeta_orderBy { id - exchangeCount - swapCount + spokeDomain + hubDomain + amb + rootManager + mirrorConnector } -type linea_swap__Block_ { +type stagingmainnet__Block_ { """The hash of the block""" - hash: linea_swap_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 linea_swap__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 @@ -101551,22 +100162,22 @@ type linea_swap__Meta_ { and therefore asks for the latest block """ - block: linea_swap__Block_! + block: stagingmainnet__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type arbitrumsepolia_AggregateRoot { +type stagingavalanche_AggregateRoot { id: ID! - root: arbitrumsepolia_Bytes! + root: stagingavalanche_Bytes! blockNumber: BigInt! } -type arbitrumsepolia_AggregateRootProposed { +type stagingavalanche_AggregateRootProposed { id: ID! - aggregateRoot: arbitrumsepolia_Bytes! + aggregateRoot: stagingavalanche_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -101574,7 +100185,7 @@ type arbitrumsepolia_AggregateRootProposed { blockNumber: BigInt } -input arbitrumsepolia_AggregateRootProposed_filter { +input stagingavalanche_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -101583,16 +100194,16 @@ 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: 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 @@ -101634,12 +100245,12 @@ 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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_AggregateRootProposed_filter] + or: [stagingavalanche_AggregateRootProposed_filter] } -enum arbitrumsepolia_AggregateRootProposed_orderBy { +enum stagingavalanche_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -101649,7 +100260,7 @@ enum arbitrumsepolia_AggregateRootProposed_orderBy { blockNumber } -input arbitrumsepolia_AggregateRoot_filter { +input stagingavalanche_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -101658,16 +100269,16 @@ 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: 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 @@ -101677,47 +100288,47 @@ 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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_AggregateRoot_filter] + or: [stagingavalanche_AggregateRoot_filter] } -enum arbitrumsepolia_AggregateRoot_orderBy { +enum stagingavalanche_AggregateRoot_orderBy { id root blockNumber } -enum arbitrumsepolia_Aggregation_interval { +enum stagingavalanche_Aggregation_interval { hour day } -type arbitrumsepolia_Asset { +type stagingavalanche_Asset { id: ID! - key: arbitrumsepolia_Bytes + key: stagingavalanche_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: arbitrumsepolia_Bytes + canonicalId: stagingavalanche_Bytes canonicalDomain: BigInt - adoptedAsset: arbitrumsepolia_Bytes - localAsset: arbitrumsepolia_Bytes + adoptedAsset: stagingavalanche_Bytes + localAsset: stagingavalanche_Bytes blockNumber: BigInt - status: arbitrumsepolia_AssetStatus + status: stagingavalanche_AssetStatus } -type arbitrumsepolia_AssetBalance { +type stagingavalanche_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: arbitrumsepolia_Router! - asset: arbitrumsepolia_Asset! + router: stagingavalanche_Router! + asset: stagingavalanche_Asset! feesEarned: BigInt! } -input arbitrumsepolia_AssetBalance_filter { +input stagingavalanche_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -101778,7 +100389,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_: stagingavalanche_Router_filter asset: String asset_not: String asset_gt: String @@ -101799,7 +100410,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_: stagingavalanche_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -101809,12 +100420,12 @@ 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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_AssetBalance_filter] + or: [stagingavalanche_AssetBalance_filter] } -enum arbitrumsepolia_AssetBalance_orderBy { +enum stagingavalanche_AssetBalance_orderBy { id amount locked @@ -101840,12 +100451,12 @@ enum arbitrumsepolia_AssetBalance_orderBy { feesEarned } -type arbitrumsepolia_AssetStatus { +type stagingavalanche_AssetStatus { id: ID! status: Boolean } -input arbitrumsepolia_AssetStatus_filter { +input stagingavalanche_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -101859,17 +100470,17 @@ 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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_AssetStatus_filter] + or: [stagingavalanche_AssetStatus_filter] } -enum arbitrumsepolia_AssetStatus_orderBy { +enum stagingavalanche_AssetStatus_orderBy { id status } -input arbitrumsepolia_Asset_filter { +input stagingavalanche_Asset_filter { id: ID id_not: ID id_gt: ID @@ -101878,16 +100489,16 @@ 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: 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 @@ -101904,16 +100515,16 @@ 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: 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 @@ -101922,26 +100533,26 @@ 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: 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 @@ -101970,14 +100581,14 @@ 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_: stagingavalanche_AssetStatus_filter """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_Asset_filter] - or: [arbitrumsepolia_Asset_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Asset_filter] + or: [stagingavalanche_Asset_filter] } -enum arbitrumsepolia_Asset_orderBy { +enum stagingavalanche_Asset_orderBy { id key decimal @@ -101992,30 +100603,30 @@ enum arbitrumsepolia_Asset_orderBy { status__status } -scalar arbitrumsepolia_BigDecimal +scalar stagingavalanche_BigDecimal -input arbitrumsepolia_BlockChangedFilter { +input stagingavalanche_BlockChangedFilter { number_gte: Int! } -input arbitrumsepolia_Block_height { - hash: arbitrumsepolia_Bytes +input stagingavalanche_Block_height { + hash: stagingavalanche_Bytes number: Int number_gte: Int } -scalar arbitrumsepolia_Bytes +scalar stagingavalanche_Bytes -type arbitrumsepolia_ConnectorMeta { +type stagingavalanche_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: arbitrumsepolia_Bytes - rootManager: arbitrumsepolia_Bytes - mirrorConnector: arbitrumsepolia_Bytes + amb: stagingavalanche_Bytes + rootManager: stagingavalanche_Bytes + mirrorConnector: stagingavalanche_Bytes } -input arbitrumsepolia_ConnectorMeta_filter { +input stagingavalanche_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -102040,43 +100651,43 @@ 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: 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: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_ConnectorMeta_filter] - or: [arbitrumsepolia_ConnectorMeta_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_ConnectorMeta_filter] + or: [stagingavalanche_ConnectorMeta_filter] } -enum arbitrumsepolia_ConnectorMeta_orderBy { +enum stagingavalanche_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -102085,48 +100696,48 @@ enum arbitrumsepolia_ConnectorMeta_orderBy { mirrorConnector } -type arbitrumsepolia_DestinationTransfer { +type stagingavalanche_DestinationTransfer { id: ID! chainId: BigInt - transferId: arbitrumsepolia_Bytes + transferId: stagingavalanche_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: 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: arbitrumsepolia_Bytes - delegate: arbitrumsepolia_Bytes + to: stagingavalanche_Bytes + delegate: stagingavalanche_Bytes receiveLocal: Boolean - callData: arbitrumsepolia_Bytes + callData: stagingavalanche_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: arbitrumsepolia_Bytes + originSender: stagingavalanche_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: arbitrumsepolia_Bytes - asset: arbitrumsepolia_Asset + canonicalId: stagingavalanche_Bytes + asset: stagingavalanche_Asset amount: BigInt routersFee: BigInt - executedCaller: arbitrumsepolia_Bytes - executedTransactionHash: arbitrumsepolia_Bytes + executedCaller: stagingavalanche_Bytes + executedTransactionHash: stagingavalanche_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: arbitrumsepolia_Bytes + executedTxOrigin: stagingavalanche_Bytes executedTxNonce: BigInt - reconciledCaller: arbitrumsepolia_Bytes - reconciledTransactionHash: arbitrumsepolia_Bytes + reconciledCaller: stagingavalanche_Bytes + reconciledTransactionHash: stagingavalanche_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: arbitrumsepolia_Bytes + reconciledTxOrigin: stagingavalanche_Bytes reconciledTxNonce: BigInt } -input arbitrumsepolia_DestinationTransfer_filter { +input stagingavalanche_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -102143,16 +100754,16 @@ 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: 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 @@ -102161,17 +100772,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: 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_: arbitrumsepolia_Router_filter + routers_: stagingavalanche_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -102196,40 +100807,40 @@ 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: 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: 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: 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 @@ -102246,16 +100857,16 @@ 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: 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 @@ -102272,16 +100883,16 @@ 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: 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 @@ -102302,7 +100913,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_: stagingavalanche_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -102319,26 +100930,26 @@ 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: 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 @@ -102371,16 +100982,16 @@ 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: 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 @@ -102389,26 +101000,26 @@ 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: 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 @@ -102441,16 +101052,16 @@ 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: 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 @@ -102460,12 +101071,12 @@ 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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_DestinationTransfer_filter] + or: [stagingavalanche_DestinationTransfer_filter] } -enum arbitrumsepolia_DestinationTransfer_orderBy { +enum stagingavalanche_DestinationTransfer_orderBy { id chainId transferId @@ -102519,16 +101130,16 @@ enum arbitrumsepolia_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar arbitrumsepolia_Int8 +scalar stagingavalanche_Int8 -type arbitrumsepolia_OptimisticRootFinalized { +type stagingavalanche_OptimisticRootFinalized { id: ID! - aggregateRoot: arbitrumsepolia_Bytes! + aggregateRoot: stagingavalanche_Bytes! timestamp: BigInt! blockNumber: BigInt } -input arbitrumsepolia_OptimisticRootFinalized_filter { +input stagingavalanche_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -102537,16 +101148,16 @@ 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: 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 @@ -102564,12 +101175,12 @@ 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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_OptimisticRootFinalized_filter] + or: [stagingavalanche_OptimisticRootFinalized_filter] } -enum arbitrumsepolia_OptimisticRootFinalized_orderBy { +enum stagingavalanche_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -102577,25 +101188,25 @@ enum arbitrumsepolia_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum arbitrumsepolia_OrderDirection { +enum stagingavalanche_OrderDirection { asc desc } -type arbitrumsepolia_OriginMessage { +type stagingavalanche_OriginMessage { id: ID! - transferId: arbitrumsepolia_Bytes + transferId: stagingavalanche_Bytes destinationDomain: BigInt - leaf: arbitrumsepolia_Bytes + leaf: stagingavalanche_Bytes index: BigInt - message: arbitrumsepolia_Bytes - root: arbitrumsepolia_Bytes - transactionHash: arbitrumsepolia_Bytes + message: stagingavalanche_Bytes + root: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes blockNumber: BigInt - rootCount: arbitrumsepolia_RootCount + rootCount: stagingavalanche_RootCount } -input arbitrumsepolia_OriginMessage_filter { +input stagingavalanche_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -102604,16 +101215,16 @@ 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: 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 @@ -102622,16 +101233,16 @@ 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: 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 @@ -102640,36 +101251,36 @@ 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: 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 @@ -102698,14 +101309,14 @@ 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_: stagingavalanche_RootCount_filter """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_OriginMessage_filter] - or: [arbitrumsepolia_OriginMessage_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_OriginMessage_filter] + or: [stagingavalanche_OriginMessage_filter] } -enum arbitrumsepolia_OriginMessage_orderBy { +enum stagingavalanche_OriginMessage_orderBy { id transferId destinationDomain @@ -102720,42 +101331,42 @@ enum arbitrumsepolia_OriginMessage_orderBy { rootCount__count } -type arbitrumsepolia_OriginTransfer { +type stagingavalanche_OriginTransfer { id: ID! chainId: BigInt - transferId: arbitrumsepolia_Bytes + transferId: stagingavalanche_Bytes nonce: BigInt - status: arbitrumsepolia_TransferStatus - messageHash: arbitrumsepolia_Bytes + status: stagingavalanche_TransferStatus + messageHash: stagingavalanche_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: arbitrumsepolia_Bytes - delegate: arbitrumsepolia_Bytes + to: stagingavalanche_Bytes + delegate: stagingavalanche_Bytes receiveLocal: Boolean - callData: arbitrumsepolia_Bytes + callData: stagingavalanche_Bytes slippage: BigInt - originSender: arbitrumsepolia_Bytes + originSender: stagingavalanche_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: arbitrumsepolia_Bytes - asset: arbitrumsepolia_Asset - transactingAsset: arbitrumsepolia_Bytes - message: arbitrumsepolia_OriginMessage + canonicalId: stagingavalanche_Bytes + asset: stagingavalanche_Asset + transactingAsset: stagingavalanche_Bytes + message: stagingavalanche_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: 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: arbitrumsepolia_Bytes + txOrigin: stagingavalanche_Bytes txNonce: BigInt } -input arbitrumsepolia_OriginTransfer_filter { +input stagingavalanche_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -102772,16 +101383,16 @@ 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: 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 @@ -102790,20 +101401,20 @@ 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: 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 @@ -102828,40 +101439,40 @@ 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: 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: 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: 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 @@ -102870,16 +101481,16 @@ 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: 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 @@ -102896,16 +101507,16 @@ 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: 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 @@ -102926,17 +101537,17 @@ 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_: 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 @@ -102957,7 +101568,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_: stagingavalanche_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -102972,37 +101583,37 @@ 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_: 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 @@ -103035,16 +101646,16 @@ 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: 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 @@ -103054,12 +101665,12 @@ 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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_OriginTransfer_filter] + or: [stagingavalanche_OriginTransfer_filter] } -enum arbitrumsepolia_OriginTransfer_orderBy { +enum stagingavalanche_OriginTransfer_orderBy { id chainId transferId @@ -103112,20 +101723,20 @@ enum arbitrumsepolia_OriginTransfer_orderBy { txNonce } -type arbitrumsepolia_Relayer { +type stagingavalanche_Relayer { id: ID! isActive: Boolean! - relayer: arbitrumsepolia_Bytes + relayer: stagingavalanche_Bytes } -type arbitrumsepolia_RelayerFee { +type stagingavalanche_RelayerFee { id: ID! - transfer: arbitrumsepolia_OriginTransfer! + transfer: stagingavalanche_OriginTransfer! fee: BigInt! - asset: arbitrumsepolia_Bytes! + asset: stagingavalanche_Bytes! } -input arbitrumsepolia_RelayerFee_filter { +input stagingavalanche_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -103154,7 +101765,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_: stagingavalanche_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -103163,23 +101774,23 @@ 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: 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: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_RelayerFee_filter] - or: [arbitrumsepolia_RelayerFee_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RelayerFee_filter] + or: [stagingavalanche_RelayerFee_filter] } -enum arbitrumsepolia_RelayerFee_orderBy { +enum stagingavalanche_RelayerFee_orderBy { id transfer transfer__id @@ -103215,20 +101826,20 @@ enum arbitrumsepolia_RelayerFee_orderBy { asset } -type arbitrumsepolia_RelayerFeesIncrease { +type stagingavalanche_RelayerFeesIncrease { id: ID! - transfer: arbitrumsepolia_OriginTransfer! + transfer: stagingavalanche_OriginTransfer! increase: BigInt - asset: arbitrumsepolia_Bytes - caller: arbitrumsepolia_Bytes! - transactionHash: arbitrumsepolia_Bytes! + asset: stagingavalanche_Bytes + caller: stagingavalanche_Bytes! + transactionHash: stagingavalanche_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input arbitrumsepolia_RelayerFeesIncrease_filter { +input stagingavalanche_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -103257,7 +101868,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_: stagingavalanche_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -103266,36 +101877,36 @@ 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: 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 @@ -103329,12 +101940,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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RelayerFeesIncrease_filter] + or: [stagingavalanche_RelayerFeesIncrease_filter] } -enum arbitrumsepolia_RelayerFeesIncrease_orderBy { +enum stagingavalanche_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -103376,7 +101987,7 @@ enum arbitrumsepolia_RelayerFeesIncrease_orderBy { blockNumber } -input arbitrumsepolia_Relayer_filter { +input stagingavalanche_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -103389,34 +102000,34 @@ 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 + 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: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_Relayer_filter] - or: [arbitrumsepolia_Relayer_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Relayer_filter] + or: [stagingavalanche_Relayer_filter] } -enum arbitrumsepolia_Relayer_orderBy { +enum stagingavalanche_Relayer_orderBy { id isActive relayer } -type arbitrumsepolia_RootCount { +type stagingavalanche_RootCount { id: ID! count: BigInt } -input arbitrumsepolia_RootCount_filter { +input stagingavalanche_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -103434,31 +102045,31 @@ 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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RootCount_filter] + or: [stagingavalanche_RootCount_filter] } -enum arbitrumsepolia_RootCount_orderBy { +enum stagingavalanche_RootCount_orderBy { id count } -type arbitrumsepolia_RootMessageSent { +type stagingavalanche_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: arbitrumsepolia_Bytes + root: stagingavalanche_Bytes count: BigInt - caller: arbitrumsepolia_Bytes - transactionHash: arbitrumsepolia_Bytes + caller: stagingavalanche_Bytes + transactionHash: stagingavalanche_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input arbitrumsepolia_RootMessageSent_filter { +input stagingavalanche_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -103483,16 +102094,16 @@ 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: 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 @@ -103501,26 +102112,26 @@ 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: 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 @@ -103554,12 +102165,12 @@ 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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RootMessageSent_filter] + or: [stagingavalanche_RootMessageSent_filter] } -enum arbitrumsepolia_RootMessageSent_orderBy { +enum stagingavalanche_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -103573,25 +102184,25 @@ enum arbitrumsepolia_RootMessageSent_orderBy { blockNumber } -type arbitrumsepolia_Router { +type stagingavalanche_Router { id: ID! isActive: Boolean! - owner: arbitrumsepolia_Bytes - recipient: arbitrumsepolia_Bytes - proposedOwner: arbitrumsepolia_Bytes + owner: stagingavalanche_Bytes + recipient: stagingavalanche_Bytes + proposedOwner: stagingavalanche_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: stagingavalanche_AssetBalance_orderBy, orderDirection: stagingavalanche_OrderDirection, where: stagingavalanche_AssetBalance_filter): [stagingavalanche_AssetBalance!]! } -type arbitrumsepolia_RouterDailyTVL { +type stagingavalanche_RouterDailyTVL { id: ID! - router: arbitrumsepolia_Router! - asset: arbitrumsepolia_Asset! + router: stagingavalanche_Router! + asset: stagingavalanche_Asset! timestamp: BigInt! balance: BigInt! } -input arbitrumsepolia_RouterDailyTVL_filter { +input stagingavalanche_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -103620,7 +102231,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_: stagingavalanche_Router_filter asset: String asset_not: String asset_gt: String @@ -103641,7 +102252,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_: stagingavalanche_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -103659,12 +102270,12 @@ 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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RouterDailyTVL_filter] + or: [stagingavalanche_RouterDailyTVL_filter] } -enum arbitrumsepolia_RouterDailyTVL_orderBy { +enum stagingavalanche_RouterDailyTVL_orderBy { id router router__id @@ -103687,26 +102298,26 @@ enum arbitrumsepolia_RouterDailyTVL_orderBy { balance } -type arbitrumsepolia_RouterLiquidityEvent { +type stagingavalanche_RouterLiquidityEvent { id: ID! - type: arbitrumsepolia_RouterLiquidityEventType - router: arbitrumsepolia_Router! - asset: arbitrumsepolia_Asset! + type: stagingavalanche_RouterLiquidityEventType + router: stagingavalanche_Router! + asset: stagingavalanche_Asset! amount: BigInt! balance: BigInt! - caller: arbitrumsepolia_Bytes + caller: stagingavalanche_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: arbitrumsepolia_Bytes! + transactionHash: stagingavalanche_Bytes! nonce: BigInt! } -enum arbitrumsepolia_RouterLiquidityEventType { +enum stagingavalanche_RouterLiquidityEventType { Add Remove } -input arbitrumsepolia_RouterLiquidityEvent_filter { +input stagingavalanche_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -103715,10 +102326,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: stagingavalanche_RouterLiquidityEventType + type_not: stagingavalanche_RouterLiquidityEventType + type_in: [stagingavalanche_RouterLiquidityEventType!] + type_not_in: [stagingavalanche_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -103739,7 +102350,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_: stagingavalanche_Router_filter asset: String asset_not: String asset_gt: String @@ -103760,7 +102371,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_: stagingavalanche_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -103777,16 +102388,16 @@ 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: 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 @@ -103803,16 +102414,16 @@ 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: 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 @@ -103822,12 +102433,12 @@ 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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_RouterLiquidityEvent_filter] + or: [stagingavalanche_RouterLiquidityEvent_filter] } -enum arbitrumsepolia_RouterLiquidityEvent_orderBy { +enum stagingavalanche_RouterLiquidityEvent_orderBy { id type router @@ -103856,7 +102467,7 @@ enum arbitrumsepolia_RouterLiquidityEvent_orderBy { nonce } -input arbitrumsepolia_Router_filter { +input stagingavalanche_Router_filter { id: ID id_not: ID id_gt: ID @@ -103869,36 +102480,36 @@ 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: 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 @@ -103907,14 +102518,14 @@ input arbitrumsepolia_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: arbitrumsepolia_AssetBalance_filter + assetBalances_: stagingavalanche_AssetBalance_filter """Filter for the block changed event.""" - _change_block: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_Router_filter] - or: [arbitrumsepolia_Router_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Router_filter] + or: [stagingavalanche_Router_filter] } -enum arbitrumsepolia_Router_orderBy { +enum stagingavalanche_Router_orderBy { id isActive owner @@ -103924,13 +102535,13 @@ enum arbitrumsepolia_Router_orderBy { assetBalances } -type arbitrumsepolia_Sequencer { +type stagingavalanche_Sequencer { id: ID! isActive: Boolean! - sequencer: arbitrumsepolia_Bytes + sequencer: stagingavalanche_Bytes } -input arbitrumsepolia_Sequencer_filter { +input stagingavalanche_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -103943,35 +102554,35 @@ 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: 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: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_Sequencer_filter] - or: [arbitrumsepolia_Sequencer_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Sequencer_filter] + or: [stagingavalanche_Sequencer_filter] } -enum arbitrumsepolia_Sequencer_orderBy { +enum stagingavalanche_Sequencer_orderBy { id isActive sequencer } -type arbitrumsepolia_Setting { +type stagingavalanche_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: arbitrumsepolia_Bytes! + caller: stagingavalanche_Bytes! } -input arbitrumsepolia_Setting_filter { +input stagingavalanche_Setting_filter { id: ID id_not: ID id_gt: ID @@ -103988,41 +102599,41 @@ 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: 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: arbitrumsepolia_BlockChangedFilter - and: [arbitrumsepolia_Setting_filter] - or: [arbitrumsepolia_Setting_filter] + _change_block: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_Setting_filter] + or: [stagingavalanche_Setting_filter] } -enum arbitrumsepolia_Setting_orderBy { +enum stagingavalanche_Setting_orderBy { id maxRoutersPerTransfer caller } -type arbitrumsepolia_SlippageUpdate { +type stagingavalanche_SlippageUpdate { id: ID! - transfer: arbitrumsepolia_DestinationTransfer! + transfer: stagingavalanche_DestinationTransfer! slippage: BigInt! - caller: arbitrumsepolia_Bytes! - transactionHash: arbitrumsepolia_Bytes! + caller: stagingavalanche_Bytes! + transactionHash: stagingavalanche_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input arbitrumsepolia_SlippageUpdate_filter { +input stagingavalanche_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -104051,7 +102662,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_: stagingavalanche_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -104060,26 +102671,26 @@ 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: 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 @@ -104113,12 +102724,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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_SlippageUpdate_filter] + or: [stagingavalanche_SlippageUpdate_filter] } -enum arbitrumsepolia_SlippageUpdate_orderBy { +enum stagingavalanche_SlippageUpdate_orderBy { id transfer transfer__id @@ -104166,16 +102777,16 @@ enum arbitrumsepolia_SlippageUpdate_orderBy { blockNumber } -type arbitrumsepolia_SnapshotRoot { +type stagingavalanche_SnapshotRoot { id: ID! spokeDomain: BigInt - root: arbitrumsepolia_Bytes! + root: stagingavalanche_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input arbitrumsepolia_SnapshotRoot_filter { +input stagingavalanche_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -104192,16 +102803,16 @@ 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: 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 @@ -104227,12 +102838,12 @@ 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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_SnapshotRoot_filter] + or: [stagingavalanche_SnapshotRoot_filter] } -enum arbitrumsepolia_SnapshotRoot_orderBy { +enum stagingavalanche_SnapshotRoot_orderBy { id spokeDomain root @@ -104241,12 +102852,12 @@ enum arbitrumsepolia_SnapshotRoot_orderBy { blockNumber } -type arbitrumsepolia_SpokeConnectorMode { +type stagingavalanche_SpokeConnectorMode { id: ID! mode: String! } -input arbitrumsepolia_SpokeConnectorMode_filter { +input stagingavalanche_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -104276,17 +102887,17 @@ 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: stagingavalanche_BlockChangedFilter + and: [stagingavalanche_SpokeConnectorMode_filter] + or: [stagingavalanche_SpokeConnectorMode_filter] } -enum arbitrumsepolia_SpokeConnectorMode_orderBy { +enum stagingavalanche_SpokeConnectorMode_orderBy { id mode } -enum arbitrumsepolia_TransferStatus { +enum stagingavalanche_TransferStatus { XCalled Executed Reconciled @@ -104294,19 +102905,19 @@ enum arbitrumsepolia_TransferStatus { CompletedFast } -type arbitrumsepolia__Block_ { +type stagingavalanche__Block_ { """The hash of the block""" - hash: arbitrumsepolia_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: arbitrumsepolia_Bytes + parentHash: stagingavalanche_Bytes } """The type for the top-level _meta field""" -type arbitrumsepolia__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 @@ -104314,22 +102925,22 @@ type arbitrumsepolia__Meta_ { and therefore asks for the latest block """ - block: arbitrumsepolia__Block_! + block: stagingavalanche__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! @@ -104337,7 +102948,7 @@ type stagingoptimism_AggregateRootProposed { blockNumber: BigInt } -input stagingoptimism_AggregateRootProposed_filter { +input mantle_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -104346,16 +102957,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 @@ -104397,12 +103008,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 @@ -104412,7 +103023,7 @@ enum stagingoptimism_AggregateRootProposed_orderBy { blockNumber } -input stagingoptimism_AggregateRoot_filter { +input mantle_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -104421,16 +103032,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 @@ -104440,47 +103051,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 @@ -104541,7 +103152,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 @@ -104562,7 +103173,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 @@ -104572,12 +103183,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 @@ -104603,12 +103214,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 @@ -104622,17 +103233,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 @@ -104641,16 +103252,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 @@ -104667,16 +103278,16 @@ 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 @@ -104685,26 +103296,26 @@ input stagingoptimism_Asset_filter { 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 + 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 @@ -104733,14 +103344,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 @@ -104755,30 +103366,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 @@ -104803,43 +103414,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 @@ -104848,48 +103459,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 @@ -104906,16 +103517,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 @@ -104924,17 +103535,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 @@ -104959,40 +103570,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 @@ -105009,16 +103620,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 @@ -105035,16 +103646,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 @@ -105065,7 +103676,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 @@ -105082,26 +103693,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 @@ -105134,16 +103745,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 @@ -105152,26 +103763,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 @@ -105204,16 +103815,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 @@ -105223,12 +103834,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 @@ -105282,16 +103893,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 @@ -105300,16 +103911,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 @@ -105327,12 +103938,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 @@ -105340,25 +103951,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 @@ -105367,16 +103978,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 @@ -105385,16 +103996,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 @@ -105403,36 +104014,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 @@ -105461,14 +104072,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 @@ -105483,42 +104094,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 @@ -105535,16 +104146,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 @@ -105553,20 +104164,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 @@ -105591,40 +104202,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 @@ -105633,16 +104244,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 @@ -105659,16 +104270,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 @@ -105689,17 +104300,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 @@ -105720,7 +104331,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 @@ -105728,44 +104339,44 @@ input stagingoptimism_OriginTransfer_filter { 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 + 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_: 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 @@ -105798,16 +104409,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 @@ -105817,12 +104428,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 @@ -105875,20 +104486,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 @@ -105917,7 +104528,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 @@ -105926,23 +104537,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 @@ -105978,20 +104589,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 @@ -106020,7 +104631,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 @@ -106029,36 +104640,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 @@ -106092,12 +104703,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 @@ -106139,7 +104750,7 @@ enum stagingoptimism_RelayerFeesIncrease_orderBy { blockNumber } -input stagingoptimism_Relayer_filter { +input mantle_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -106152,34 +104763,864 @@ input stagingoptimism_Relayer_filter { 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 + 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: mantle_BlockChangedFilter + and: [mantle_Relayer_filter] + or: [mantle_Relayer_filter] +} + +enum mantle_Relayer_orderBy { + id + isActive + relayer +} + +type mantle_RootCount { + id: ID! + count: BigInt +} + +input mantle_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: mantle_BlockChangedFilter + and: [mantle_RootCount_filter] + or: [mantle_RootCount_filter] +} + +enum mantle_RootCount_orderBy { + id + count +} + +type mantle_RootMessageSent { + id: ID! + spokeDomain: BigInt + hubDomain: BigInt + root: mantle_Bytes + count: BigInt + caller: mantle_Bytes + transactionHash: mantle_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt +} + +input mantle_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: 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 + 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: mantle_BlockChangedFilter + and: [mantle_RootMessageSent_filter] + or: [mantle_RootMessageSent_filter] +} + +enum mantle_RootMessageSent_orderBy { + id + spokeDomain + hubDomain + root + count + caller + transactionHash + 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!]! +} + +type mantle_RouterDailyTVL { + id: ID! + router: mantle_Router! + asset: mantle_Asset! + timestamp: BigInt! + balance: BigInt! +} + +input mantle_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_: 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 + 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: mantle_BlockChangedFilter + and: [mantle_RouterDailyTVL_filter] + or: [mantle_RouterDailyTVL_filter] +} + +enum mantle_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 mantle_RouterLiquidityEvent { + id: ID! + type: mantle_RouterLiquidityEventType + router: mantle_Router! + asset: mantle_Asset! + amount: BigInt! + balance: BigInt! + caller: mantle_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: mantle_Bytes! + nonce: BigInt! +} + +enum mantle_RouterLiquidityEventType { + Add + Remove +} + +input mantle_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: 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!] + 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: 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 + 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_RouterLiquidityEvent_filter] + or: [mantle_RouterLiquidityEvent_filter] +} + +enum mantle_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 mantle_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: 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 + """Filter for the block changed event.""" + _change_block: mantle_BlockChangedFilter + and: [mantle_Router_filter] + or: [mantle_Router_filter] +} + +enum mantle_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} + +type mantle_Sequencer { + id: ID! + isActive: Boolean! + sequencer: mantle_Bytes +} + +input mantle_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: 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: mantle_BlockChangedFilter + and: [mantle_Sequencer_filter] + or: [mantle_Sequencer_filter] +} + +enum mantle_Sequencer_orderBy { + id + isActive + sequencer +} + +type mantle_Setting { + id: ID! + maxRoutersPerTransfer: BigInt! + caller: mantle_Bytes! +} + +input mantle_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: 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: mantle_BlockChangedFilter + and: [mantle_Setting_filter] + or: [mantle_Setting_filter] +} + +enum mantle_Setting_orderBy { + id + maxRoutersPerTransfer + caller +} + +type mantle_SlippageUpdate { + id: ID! + transfer: mantle_DestinationTransfer! + slippage: BigInt! + caller: mantle_Bytes! + transactionHash: mantle_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! +} + +input mantle_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_: 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 + 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: mantle_BlockChangedFilter + and: [mantle_SlippageUpdate_filter] + or: [mantle_SlippageUpdate_filter] +} + +enum mantle_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 mantle_SnapshotRoot { + id: ID! + spokeDomain: BigInt + root: mantle_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! +} + +input mantle_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: 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!] + 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_Relayer_filter] - or: [stagingoptimism_Relayer_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_SnapshotRoot_filter] + or: [mantle_SnapshotRoot_filter] } -enum stagingoptimism_Relayer_orderBy { +enum mantle_SnapshotRoot_orderBy { id - isActive - relayer + spokeDomain + root + count + timestamp + blockNumber } -type stagingoptimism_RootCount { +type mantle_SpokeConnectorMode { id: ID! - count: BigInt + mode: String! } -input stagingoptimism_RootCount_filter { +input mantle_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -106188,40 +105629,89 @@ input stagingoptimism_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: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_RootCount_filter] - or: [stagingoptimism_RootCount_filter] + _change_block: mantle_BlockChangedFilter + and: [mantle_SpokeConnectorMode_filter] + or: [mantle_SpokeConnectorMode_filter] } -enum stagingoptimism_RootCount_orderBy { +enum mantle_SpokeConnectorMode_orderBy { id - count + mode } -type stagingoptimism_RootMessageSent { +enum mantle_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type mantle__Block_ { + """The hash of the block""" + 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: mantle_Bytes +} + +"""The type for the top-level _meta field""" +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 + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: mantle__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type stagingpolygon_AggregateRoot { id: ID! - spokeDomain: BigInt - hubDomain: BigInt - root: stagingoptimism_Bytes - count: BigInt - caller: stagingoptimism_Bytes - transactionHash: stagingoptimism_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt + root: stagingpolygon_Bytes! + blockNumber: BigInt! +} + +type stagingpolygon_AggregateRootProposed { + id: ID! + aggregateRoot: stagingpolygon_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! blockNumber: BigInt } -input stagingoptimism_RootMessageSent_filter { +input stagingpolygon_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -106230,60 +105720,40 @@ input stagingoptimism_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: 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 + 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 @@ -106292,22 +105762,6 @@ input stagingoptimism_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 @@ -106317,44 +105771,90 @@ 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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_AggregateRootProposed_filter] + or: [stagingpolygon_AggregateRootProposed_filter] } -enum stagingoptimism_RootMessageSent_orderBy { +enum stagingpolygon_AggregateRootProposed_orderBy { id - spokeDomain - hubDomain - root - count - caller - transactionHash + aggregateRoot + rootTimestamp + endOfDispute + domain timestamp - gasPrice - gasLimit blockNumber } -type stagingoptimism_Router { +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! - 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!]! + key: stagingpolygon_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingpolygon_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingpolygon_Bytes + localAsset: stagingpolygon_Bytes + blockNumber: BigInt + status: stagingpolygon_AssetStatus } -type stagingoptimism_RouterDailyTVL { +type stagingpolygon_AssetBalance { id: ID! - router: stagingoptimism_Router! - asset: stagingoptimism_Asset! - timestamp: BigInt! - balance: BigInt! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingpolygon_Router! + asset: stagingpolygon_Asset! + feesEarned: BigInt! } -input stagingoptimism_RouterDailyTVL_filter { +input stagingpolygon_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -106363,6 +105863,38 @@ input stagingoptimism_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 @@ -106383,7 +105915,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_: stagingpolygon_Router_filter asset: String asset_not: String asset_gt: String @@ -106404,31 +105936,27 @@ input stagingoptimism_RouterDailyTVL_filter { 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!] + 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: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_RouterDailyTVL_filter] - or: [stagingoptimism_RouterDailyTVL_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_AssetBalance_filter] + or: [stagingpolygon_AssetBalance_filter] } -enum stagingoptimism_RouterDailyTVL_orderBy { +enum stagingpolygon_AssetBalance_orderBy { id + amount + locked + supplied + removed router router__id router__isActive @@ -106446,30 +105974,39 @@ enum stagingoptimism_RouterDailyTVL_orderBy { asset__adoptedAsset asset__localAsset asset__blockNumber - timestamp - balance + feesEarned } -type stagingoptimism_RouterLiquidityEvent { +type stagingpolygon_AssetStatus { 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! + status: Boolean } -enum stagingoptimism_RouterLiquidityEventType { - Add - Remove +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] } -input stagingoptimism_RouterLiquidityEvent_filter { +enum stagingpolygon_AssetStatus_orderBy { + id + status +} + +input stagingpolygon_Asset_filter { id: ID id_not: ID id_gt: ID @@ -106478,31 +106015,410 @@ 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!] - 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 + 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 + +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 @@ -106523,7 +106439,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_: stagingpolygon_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -106532,74 +106448,180 @@ input stagingoptimism_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: 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!] + 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: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_RouterLiquidityEvent_filter] - or: [stagingoptimism_RouterLiquidityEvent_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_DestinationTransfer_filter] + or: [stagingpolygon_DestinationTransfer_filter] } -enum stagingoptimism_RouterLiquidityEvent_orderBy { +enum stagingpolygon_DestinationTransfer_orderBy { id - type - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp + chainId + transferId + nonce + status + routers + originDomain + destinationDomain + canonicalDomain + to + delegate + receiveLocal + callData + slippage + bumpSlippageCount + originSender + bridgedAmt + normalizedIn + canonicalId asset asset__id asset__key @@ -106611,181 +106633,39 @@ enum stagingoptimism_RouterLiquidityEvent_orderBy { 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! + routersFee + executedCaller + executedTransactionHash + executedTimestamp + executedGasPrice + executedGasLimit + executedBlockNumber + executedTxOrigin + executedTxNonce + reconciledCaller + reconciledTransactionHash + reconciledTimestamp + reconciledGasPrice + reconciledGasLimit + reconciledBlockNumber + reconciledTxOrigin + reconciledTxNonce } -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] -} +""" +8 bytes signed integer -enum stagingoptimism_Setting_orderBy { - id - maxRoutersPerTransfer - caller -} +""" +scalar stagingpolygon_Int8 -type stagingoptimism_SlippageUpdate { +type stagingpolygon_OptimisticRootFinalized { id: ID! - transfer: stagingoptimism_DestinationTransfer! - slippage: BigInt! - caller: stagingoptimism_Bytes! - transactionHash: stagingoptimism_Bytes! + aggregateRoot: stagingpolygon_Bytes! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + blockNumber: BigInt } -input stagingoptimism_SlippageUpdate_filter { +input stagingpolygon_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -106794,55 +106674,16 @@ input stagingoptimism_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_: 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 + 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 @@ -106851,22 +106692,6 @@ input stagingoptimism_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 @@ -106876,69 +106701,38 @@ 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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_OptimisticRootFinalized_filter] + or: [stagingpolygon_OptimisticRootFinalized_filter] } -enum stagingoptimism_SlippageUpdate_orderBy { +enum stagingpolygon_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 stagingoptimism_SnapshotRoot { +"""Defines the order direction, either ascending or descending""" +enum stagingpolygon_OrderDirection { + asc + desc +} + +type stagingpolygon_OriginMessage { id: ID! - spokeDomain: BigInt - root: stagingoptimism_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! + 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 stagingoptimism_SnapshotRoot_filter { +input stagingpolygon_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -106947,40 +106741,72 @@ input stagingoptimism_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: 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!] + 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 @@ -106989,305 +106815,84 @@ input stagingoptimism_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_: stagingpolygon_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingoptimism_BlockChangedFilter - and: [stagingoptimism_SnapshotRoot_filter] - or: [stagingoptimism_SnapshotRoot_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_OriginMessage_filter] + or: [stagingpolygon_OriginMessage_filter] } -enum stagingoptimism_SnapshotRoot_orderBy { +enum stagingpolygon_OriginMessage_orderBy { id - spokeDomain + transferId + destinationDomain + leaf + index + message root - count - timestamp + transactionHash blockNumber + rootCount + rootCount__id + rootCount__count } -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 -} - -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 sepolia_swap_Aggregation_interval { - hour - day -} - -scalar sepolia_swap_BigDecimal - -input sepolia_swap_BlockChangedFilter { - number_gte: Int! -} - -input sepolia_swap_Block_height { - hash: sepolia_swap_Bytes - number: Int - number_gte: Int -} - -scalar sepolia_swap_Bytes - -""" -8 bytes signed integer - -""" -scalar sepolia_swap_Int8 - -type sepolia_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!]! -} - -type sepolia_swap_LpAccountBalance { - id: ID! - account: sepolia_swap_LpAccount! - token: sepolia_swap_LpToken! - amount: sepolia_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: sepolia_swap_Bytes -} - -input sepolia_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_: sepolia_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_: 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 - 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: 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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_LpAccountBalance_filter] - or: [sepolia_swap_LpAccountBalance_filter] -} - -enum sepolia_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 sepolia_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: 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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_LpAccount_filter] - or: [sepolia_swap_LpAccount_filter] -} - -enum sepolia_swap_LpAccount_orderBy { - id - address - balances -} - -type sepolia_swap_LpToken { - id: ID! - address: sepolia_swap_Bytes! - stableSwap: sepolia_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!]! -} - -interface sepolia_swap_LpTokenEvent { +type stagingpolygon_OriginTransfer { id: ID! - token: sepolia_swap_LpToken! - amount: sepolia_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: sepolia_swap_Bytes! - nonce: BigInt! + 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 sepolia_swap_LpTokenEvent_filter { +input stagingpolygon_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -107296,43 +106901,245 @@ input sepolia_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_: 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 - 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: 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 @@ -107341,47 +107148,121 @@ 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 - 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: 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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_LpTokenEvent_filter] - or: [sepolia_swap_LpTokenEvent_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_OriginTransfer_filter] + or: [stagingpolygon_OriginTransfer_filter] } -enum sepolia_swap_LpTokenEvent_orderBy { +enum stagingpolygon_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 sepolia_swap_LpToken_filter { +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 @@ -107390,142 +107271,101 @@ 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 - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: sepolia_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: 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 + 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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_LpToken_filter] - or: [sepolia_swap_LpToken_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RelayerFee_filter] + or: [stagingpolygon_RelayerFee_filter] } -enum sepolia_swap_LpToken_orderBy { +enum stagingpolygon_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 sepolia_swap_LpTransferEvent implements sepolia_swap_LpTokenEvent { +type stagingpolygon_RelayerFeesIncrease { 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! - block: BigInt! + transfer: stagingpolygon_OriginTransfer! + increase: BigInt + asset: stagingpolygon_Bytes + caller: stagingpolygon_Bytes! + transactionHash: stagingpolygon_Bytes! timestamp: BigInt! - transaction: sepolia_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input sepolia_swap_LpTransferEvent_filter { +input stagingpolygon_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -107534,79 +107374,65 @@ input sepolia_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_: 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 - 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_: 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 @@ -107615,62 +107441,79 @@ 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 - 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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_LpTransferEvent_filter] - or: [sepolia_swap_LpTransferEvent_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RelayerFeesIncrease_filter] + or: [stagingpolygon_RelayerFeesIncrease_filter] } -enum sepolia_swap_LpTransferEvent_orderBy { +enum stagingpolygon_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 sepolia_swap_OrderDirection { - asc - desc -} - -type sepolia_swap_PooledToken { - id: ID! - asset: sepolia_swap_Bytes! + gasPrice + gasLimit + blockNumber } -input sepolia_swap_PooledToken_filter { +input stagingpolygon_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -107679,72 +107522,38 @@ 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 + 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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_PooledToken_filter] - or: [sepolia_swap_PooledToken_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Relayer_filter] + or: [stagingpolygon_Relayer_filter] } -enum sepolia_swap_PooledToken_orderBy { +enum stagingpolygon_Relayer_orderBy { id - asset -} - -type sepolia_swap_StableSwap { - id: ID! - isActive: Boolean - key: sepolia_swap_Bytes! - canonicalId: sepolia_swap_Bytes - domain: BigInt - swapPool: sepolia_swap_Bytes - lpToken: sepolia_swap_Bytes - initialA: BigInt - futureA: BigInt - initialATime: BigInt - futureATime: BigInt - swapFee: BigInt - adminFee: BigInt - pooledTokens: [sepolia_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!] + isActive + relayer } -type sepolia_swap_StableSwapAddLiquidityEvent implements sepolia_swap_StableSwapEvent { +type stagingpolygon_RootCount { id: ID! - stableSwap: sepolia_swap_StableSwap! - provider: sepolia_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! - timestamp: BigInt! - transaction: sepolia_swap_Bytes! - nonce: BigInt! + count: BigInt } -input sepolia_swap_StableSwapAddLiquidityEvent_filter { +input stagingpolygon_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -107753,198 +107562,102 @@ input sepolia_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_: 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!] - 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: 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 - 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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_StableSwapAddLiquidityEvent_filter] - or: [sepolia_swap_StableSwapAddLiquidityEvent_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RootCount_filter] + or: [stagingpolygon_RootCount_filter] } -enum sepolia_swap_StableSwapAddLiquidityEvent_orderBy { +enum stagingpolygon_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 sepolia_swap_StableSwapEvent { +type stagingpolygon_RootMessageSent { id: ID! - stableSwap: sepolia_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: sepolia_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingpolygon_Bytes + count: BigInt + caller: stagingpolygon_Bytes + transactionHash: stagingpolygon_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input sepolia_swap_StableSwapEvent_filter { +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!] - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_with_nocase: String - stableSwap_ends_with: String - stableSwap_ends_with_nocase: String - stableSwap_not_ends_with: String - stableSwap_not_ends_with_nocase: String - stableSwap_: sepolia_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!] + 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 @@ -107953,72 +107666,69 @@ 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 - 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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_StableSwapEvent_filter] - or: [sepolia_swap_StableSwapEvent_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RootMessageSent_filter] + or: [stagingpolygon_RootMessageSent_filter] } -enum sepolia_swap_StableSwapEvent_orderBy { +enum stagingpolygon_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 sepolia_swap_StableSwapExchange { +type stagingpolygon_Router { id: ID! - stableSwap: sepolia_swap_StableSwap! - buyer: sepolia_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! + 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! - transaction: sepolia_swap_Bytes! - nonce: BigInt! + balance: BigInt! } -input sepolia_swap_StableSwapExchange_filter { +input stagingpolygon_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -108027,91 +107737,48 @@ input sepolia_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_: 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 - 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_: 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 @@ -108120,79 +107787,63 @@ 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 - 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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_StableSwapExchange_filter] - or: [sepolia_swap_StableSwapExchange_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RouterDailyTVL_filter] + or: [stagingpolygon_RouterDailyTVL_filter] } -enum sepolia_swap_StableSwapExchange_orderBy { +enum stagingpolygon_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 sepolia_swap_StableSwapRemoveLiquidityEvent implements sepolia_swap_StableSwapEvent { +type stagingpolygon_RouterLiquidityEvent { id: ID! - stableSwap: sepolia_swap_StableSwap! - provider: sepolia_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + type: stagingpolygon_RouterLiquidityEventType + router: stagingpolygon_Router! + asset: stagingpolygon_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingpolygon_Bytes + blockNumber: BigInt! timestamp: BigInt! - transaction: sepolia_swap_Bytes! + transactionHash: stagingpolygon_Bytes! nonce: BigInt! } -input sepolia_swap_StableSwapRemoveLiquidityEvent_filter { +enum stagingpolygon_RouterLiquidityEventType { + Add + Remove +} + +input stagingpolygon_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -108201,87 +107852,86 @@ input sepolia_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_: 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!] - 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: 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 @@ -108290,16 +107940,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 + 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 @@ -108309,44 +107959,41 @@ 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: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_RouterLiquidityEvent_filter] + or: [stagingpolygon_RouterLiquidityEvent_filter] } -enum sepolia_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum stagingpolygon_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 sepolia_swap_StableSwap_filter { +input stagingpolygon_Router_filter { id: ID id_not: ID id_gt: ID @@ -108359,197 +108006,68 @@ 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 - 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: 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 - 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: [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!] - 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_: sepolia_swap_StableSwapEvent_filter - exchanges_: sepolia_swap_StableSwapExchange_filter - hourlyVolumes_: sepolia_swap_SwapHourlyVolume_filter - dailyVolumes_: sepolia_swap_SwapDailyVolume_filter - weeklyVolumes_: sepolia_swap_SwapWeeklyVolume_filter + 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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_StableSwap_filter] - or: [sepolia_swap_StableSwap_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Router_filter] + or: [stagingpolygon_Router_filter] } -enum sepolia_swap_StableSwap_orderBy { +enum stagingpolygon_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 sepolia_swap_SwapDailyVolume implements sepolia_swap_SwapTradeVolume { +type stagingpolygon_Sequencer { id: ID! - stableSwap: sepolia_swap_StableSwap! - timestamp: BigInt! - volume: sepolia_swap_BigDecimal! + isActive: Boolean! + sequencer: stagingpolygon_Bytes } -input sepolia_swap_SwapDailyVolume_filter { +input stagingpolygon_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -108558,80 +108076,39 @@ input sepolia_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_: sepolia_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: 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!] + 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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_SwapDailyVolume_filter] - or: [sepolia_swap_SwapDailyVolume_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Sequencer_filter] + or: [stagingpolygon_Sequencer_filter] } -enum sepolia_swap_SwapDailyVolume_orderBy { +enum stagingpolygon_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 sepolia_swap_SwapHourlyVolume implements sepolia_swap_SwapTradeVolume { +type stagingpolygon_Setting { id: ID! - stableSwap: sepolia_swap_StableSwap! - timestamp: BigInt! - volume: sepolia_swap_BigDecimal! + maxRoutersPerTransfer: BigInt! + caller: stagingpolygon_Bytes! } -input sepolia_swap_SwapHourlyVolume_filter { +input stagingpolygon_Setting_filter { id: ID id_not: ID id_gt: ID @@ -108640,100 +108117,106 @@ input sepolia_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_: sepolia_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: 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!] + 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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_SwapHourlyVolume_filter] - or: [sepolia_swap_SwapHourlyVolume_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_Setting_filter] + or: [stagingpolygon_Setting_filter] } -enum sepolia_swap_SwapHourlyVolume_orderBy { +enum stagingpolygon_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 sepolia_swap_SwapTradeVolume { - stableSwap: sepolia_swap_StableSwap! +type stagingpolygon_SlippageUpdate { + id: ID! + transfer: stagingpolygon_DestinationTransfer! + slippage: BigInt! + caller: stagingpolygon_Bytes! + transactionHash: stagingpolygon_Bytes! timestamp: BigInt! - volume: sepolia_swap_BigDecimal! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input sepolia_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_: sepolia_swap_StableSwap_filter +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 @@ -108742,50 +108225,94 @@ 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!] + 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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_SwapTradeVolume_filter] - or: [sepolia_swap_SwapTradeVolume_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_SlippageUpdate_filter] + or: [stagingpolygon_SlippageUpdate_filter] } -enum sepolia_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 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 - volume + gasPrice + gasLimit + blockNumber } -type sepolia_swap_SwapWeeklyVolume implements sepolia_swap_SwapTradeVolume { +type stagingpolygon_SnapshotRoot { id: ID! - stableSwap: sepolia_swap_StableSwap! + spokeDomain: BigInt + root: stagingpolygon_Bytes! + count: BigInt! timestamp: BigInt! - volume: sepolia_swap_BigDecimal! + blockNumber: BigInt! } -input sepolia_swap_SwapWeeklyVolume_filter { +input stagingpolygon_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -108794,27 +108321,32 @@ input sepolia_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_: sepolia_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: 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 @@ -108823,50 +108355,35 @@ 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!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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_swap_BlockChangedFilter - and: [sepolia_swap_SwapWeeklyVolume_filter] - or: [sepolia_swap_SwapWeeklyVolume_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_SnapshotRoot_filter] + or: [stagingpolygon_SnapshotRoot_filter] } -enum sepolia_swap_SwapWeeklyVolume_orderBy { +enum stagingpolygon_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 sepolia_swap_SystemInfo { +type stagingpolygon_SpokeConnectorMode { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + mode: String! } -input sepolia_swap_SystemInfo_filter { +input stagingpolygon_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -108875,47 +108392,58 @@ input sepolia_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: sepolia_swap_BlockChangedFilter - and: [sepolia_swap_SystemInfo_filter] - or: [sepolia_swap_SystemInfo_filter] + _change_block: stagingpolygon_BlockChangedFilter + and: [stagingpolygon_SpokeConnectorMode_filter] + or: [stagingpolygon_SpokeConnectorMode_filter] } -enum sepolia_swap_SystemInfo_orderBy { +enum stagingpolygon_SpokeConnectorMode_orderBy { id - exchangeCount - swapCount + mode } -type sepolia_swap__Block_ { +enum stagingpolygon_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingpolygon__Block_ { """The hash of the block""" - hash: sepolia_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: sepolia_swap_Bytes + parentHash: stagingpolygon_Bytes } """The type for the top-level _meta field""" -type sepolia_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 @@ -108923,22 +108451,22 @@ type sepolia_swap__Meta_ { and therefore asks for the latest block """ - block: sepolia_swap__Block_! + block: stagingpolygon__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type base_AggregateRoot { +type bnb_AggregateRoot { id: ID! - root: base_Bytes! + root: bnb_Bytes! blockNumber: BigInt! } -type base_AggregateRootProposed { +type bnb_AggregateRootProposed { id: ID! - aggregateRoot: base_Bytes! + aggregateRoot: bnb_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -108946,7 +108474,7 @@ type base_AggregateRootProposed { blockNumber: BigInt } -input base_AggregateRootProposed_filter { +input bnb_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -108955,16 +108483,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: 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 @@ -109006,12 +108534,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: bnb_BlockChangedFilter + and: [bnb_AggregateRootProposed_filter] + or: [bnb_AggregateRootProposed_filter] } -enum base_AggregateRootProposed_orderBy { +enum bnb_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -109021,7 +108549,7 @@ enum base_AggregateRootProposed_orderBy { blockNumber } -input base_AggregateRoot_filter { +input bnb_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -109030,16 +108558,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: 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 @@ -109049,47 +108577,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: bnb_BlockChangedFilter + and: [bnb_AggregateRoot_filter] + or: [bnb_AggregateRoot_filter] } -enum base_AggregateRoot_orderBy { +enum bnb_AggregateRoot_orderBy { id root blockNumber } -enum base_Aggregation_interval { - hour - day -} - -type base_Asset { +type bnb_Asset { id: ID! - key: base_Bytes + key: bnb_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: base_Bytes + canonicalId: bnb_Bytes canonicalDomain: BigInt - adoptedAsset: base_Bytes - localAsset: base_Bytes + adoptedAsset: bnb_Bytes + localAsset: bnb_Bytes blockNumber: BigInt - status: base_AssetStatus + status: bnb_AssetStatus } -type base_AssetBalance { +type bnb_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: base_Router! - asset: base_Asset! + router: bnb_Router! + asset: bnb_Asset! feesEarned: BigInt! } -input base_AssetBalance_filter { +input bnb_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -109150,7 +108673,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_: bnb_Router_filter asset: String asset_not: String asset_gt: String @@ -109171,7 +108694,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_: bnb_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -109181,12 +108704,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: bnb_BlockChangedFilter + and: [bnb_AssetBalance_filter] + or: [bnb_AssetBalance_filter] } -enum base_AssetBalance_orderBy { +enum bnb_AssetBalance_orderBy { id amount locked @@ -109212,12 +108735,12 @@ enum base_AssetBalance_orderBy { feesEarned } -type base_AssetStatus { +type bnb_AssetStatus { id: ID! status: Boolean } -input base_AssetStatus_filter { +input bnb_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -109231,17 +108754,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: bnb_BlockChangedFilter + and: [bnb_AssetStatus_filter] + or: [bnb_AssetStatus_filter] } -enum base_AssetStatus_orderBy { +enum bnb_AssetStatus_orderBy { id status } -input base_Asset_filter { +input bnb_Asset_filter { id: ID id_not: ID id_gt: ID @@ -109250,16 +108773,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: 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 @@ -109276,16 +108799,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: 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 @@ -109294,26 +108817,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: 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 @@ -109342,14 +108865,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_: bnb_AssetStatus_filter """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_Asset_filter] - or: [base_Asset_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Asset_filter] + or: [bnb_Asset_filter] } -enum base_Asset_orderBy { +enum bnb_Asset_orderBy { id key decimal @@ -109364,30 +108887,30 @@ enum base_Asset_orderBy { status__status } -scalar base_BigDecimal +scalar bnb_BigDecimal -input base_BlockChangedFilter { +input bnb_BlockChangedFilter { number_gte: Int! } -input base_Block_height { - hash: base_Bytes +input bnb_Block_height { + hash: bnb_Bytes number: Int number_gte: Int } -scalar base_Bytes +scalar bnb_Bytes -type base_ConnectorMeta { +type bnb_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: base_Bytes - rootManager: base_Bytes - mirrorConnector: base_Bytes + amb: bnb_Bytes + rootManager: bnb_Bytes + mirrorConnector: bnb_Bytes } -input base_ConnectorMeta_filter { +input bnb_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -109412,43 +108935,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: 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: base_BlockChangedFilter - and: [base_ConnectorMeta_filter] - or: [base_ConnectorMeta_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_ConnectorMeta_filter] + or: [bnb_ConnectorMeta_filter] } -enum base_ConnectorMeta_orderBy { +enum bnb_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -109457,48 +108980,48 @@ enum base_ConnectorMeta_orderBy { mirrorConnector } -type base_DestinationTransfer { +type bnb_DestinationTransfer { id: ID! chainId: BigInt - transferId: base_Bytes + transferId: bnb_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: 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: base_Bytes - delegate: base_Bytes + to: bnb_Bytes + delegate: bnb_Bytes receiveLocal: Boolean - callData: base_Bytes + callData: bnb_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: base_Bytes + originSender: bnb_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: base_Bytes - asset: base_Asset + canonicalId: bnb_Bytes + asset: bnb_Asset amount: BigInt routersFee: BigInt - executedCaller: base_Bytes - executedTransactionHash: base_Bytes + executedCaller: bnb_Bytes + executedTransactionHash: bnb_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: base_Bytes + executedTxOrigin: bnb_Bytes executedTxNonce: BigInt - reconciledCaller: base_Bytes - reconciledTransactionHash: base_Bytes + reconciledCaller: bnb_Bytes + reconciledTransactionHash: bnb_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: base_Bytes + reconciledTxOrigin: bnb_Bytes reconciledTxNonce: BigInt } -input base_DestinationTransfer_filter { +input bnb_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -109515,16 +109038,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: 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 @@ -109533,17 +109056,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: 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_: base_Router_filter + routers_: bnb_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -109568,40 +109091,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: 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: 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: 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 @@ -109618,16 +109141,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: 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 @@ -109644,16 +109167,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: 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 @@ -109674,7 +109197,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_: bnb_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -109691,26 +109214,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: 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 @@ -109743,16 +109266,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: 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 @@ -109761,26 +109284,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: 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 @@ -109813,16 +109336,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: 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 @@ -109832,12 +109355,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: bnb_BlockChangedFilter + and: [bnb_DestinationTransfer_filter] + or: [bnb_DestinationTransfer_filter] } -enum base_DestinationTransfer_orderBy { +enum bnb_DestinationTransfer_orderBy { id chainId transferId @@ -109891,16 +109414,16 @@ enum base_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar base_Int8 +scalar bnb_Int8 -type base_OptimisticRootFinalized { +type bnb_OptimisticRootFinalized { id: ID! - aggregateRoot: base_Bytes! + aggregateRoot: bnb_Bytes! timestamp: BigInt! blockNumber: BigInt } -input base_OptimisticRootFinalized_filter { +input bnb_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -109909,16 +109432,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: 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 @@ -109936,12 +109459,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: bnb_BlockChangedFilter + and: [bnb_OptimisticRootFinalized_filter] + or: [bnb_OptimisticRootFinalized_filter] } -enum base_OptimisticRootFinalized_orderBy { +enum bnb_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -109949,25 +109472,25 @@ enum base_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum base_OrderDirection { +enum bnb_OrderDirection { asc desc } -type base_OriginMessage { +type bnb_OriginMessage { id: ID! - transferId: base_Bytes + transferId: bnb_Bytes destinationDomain: BigInt - leaf: base_Bytes + leaf: bnb_Bytes index: BigInt - message: base_Bytes - root: base_Bytes - transactionHash: base_Bytes + message: bnb_Bytes + root: bnb_Bytes + transactionHash: bnb_Bytes blockNumber: BigInt - rootCount: base_RootCount + rootCount: bnb_RootCount } -input base_OriginMessage_filter { +input bnb_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -109976,16 +109499,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: 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 @@ -109994,16 +109517,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: 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 @@ -110012,36 +109535,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: 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 @@ -110070,14 +109593,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_: bnb_RootCount_filter """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_OriginMessage_filter] - or: [base_OriginMessage_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_OriginMessage_filter] + or: [bnb_OriginMessage_filter] } -enum base_OriginMessage_orderBy { +enum bnb_OriginMessage_orderBy { id transferId destinationDomain @@ -110092,42 +109615,42 @@ enum base_OriginMessage_orderBy { rootCount__count } -type base_OriginTransfer { +type bnb_OriginTransfer { id: ID! chainId: BigInt - transferId: base_Bytes + transferId: bnb_Bytes nonce: BigInt - status: base_TransferStatus - messageHash: base_Bytes + status: bnb_TransferStatus + messageHash: bnb_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: base_Bytes - delegate: base_Bytes + to: bnb_Bytes + delegate: bnb_Bytes receiveLocal: Boolean - callData: base_Bytes + callData: bnb_Bytes slippage: BigInt - originSender: base_Bytes + originSender: bnb_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: base_Bytes - asset: base_Asset - transactingAsset: base_Bytes - message: base_OriginMessage + canonicalId: bnb_Bytes + asset: bnb_Asset + transactingAsset: bnb_Bytes + message: bnb_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: 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: base_Bytes + txOrigin: bnb_Bytes txNonce: BigInt } -input base_OriginTransfer_filter { +input bnb_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -110144,16 +109667,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: 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 @@ -110162,20 +109685,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: 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 @@ -110200,799 +109723,84 @@ 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: 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: 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 - slippage_lt: BigInt - slippage_gte: BigInt - 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 - 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: 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 - 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 - 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 - 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_: base_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_: 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 - 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: 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 - txNonce_lt: BigInt - txNonce_gte: BigInt - txNonce_lte: BigInt - 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] -} - -enum base_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 base_Relayer { - id: ID! - isActive: Boolean! - relayer: base_Bytes -} - -type base_RelayerFee { - id: ID! - transfer: base_OriginTransfer! - fee: BigInt! - asset: base_Bytes! -} - -input base_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_: base_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: 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: base_BlockChangedFilter - and: [base_RelayerFee_filter] - or: [base_RelayerFee_filter] -} - -enum base_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 base_RelayerFeesIncrease { - id: ID! - transfer: base_OriginTransfer! - increase: BigInt - 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 + 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 asset: String asset_not: String asset_gt: String @@ -111013,7 +109821,83 @@ 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_: 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 timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -111022,143 +109906,22 @@ input base_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!] - """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 + 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 @@ -111167,48 +109930,49 @@ input base_RouterLiquidityEvent_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - timestamp: BigInt - timestamp_not: BigInt - timestamp_gt: BigInt - timestamp_lt: BigInt - timestamp_gte: BigInt - timestamp_lte: BigInt - timestamp_in: [BigInt!] - timestamp_not_in: [BigInt!] - transactionHash: 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!] + txOrigin: bnb_Bytes + txOrigin_not: bnb_Bytes + txOrigin_gt: bnb_Bytes + txOrigin_lt: bnb_Bytes + txOrigin_gte: bnb_Bytes + txOrigin_lte: bnb_Bytes + txOrigin_in: [bnb_Bytes!] + txOrigin_not_in: [bnb_Bytes!] + txOrigin_contains: bnb_Bytes + txOrigin_not_contains: bnb_Bytes + txNonce: BigInt + txNonce_not: BigInt + txNonce_gt: BigInt + txNonce_lt: BigInt + txNonce_gte: BigInt + txNonce_lte: BigInt + txNonce_in: [BigInt!] + txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_RouterLiquidityEvent_filter] - or: [base_RouterLiquidityEvent_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_OriginTransfer_filter] + or: [bnb_OriginTransfer_filter] } -enum base_RouterLiquidityEvent_orderBy { +enum bnb_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 @@ -111219,131 +109983,44 @@ enum base_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 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 + timestamp + gasPrice + gasLimit + blockNumber + txOrigin + txNonce } -type base_Sequencer { +type bnb_Relayer { 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 + relayer: bnb_Bytes } -type base_Setting { +type bnb_RelayerFee { id: ID! - maxRoutersPerTransfer: BigInt! - caller: base_Bytes! + transfer: bnb_OriginTransfer! + fee: BigInt! + asset: bnb_Bytes! } -input base_Setting_filter { +input bnb_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -111352,49 +110029,101 @@ input base_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: 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 + 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 """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_Setting_filter] - or: [base_Setting_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RelayerFee_filter] + or: [bnb_RelayerFee_filter] } -enum base_Setting_orderBy { +enum bnb_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 base_SlippageUpdate { +type bnb_RelayerFeesIncrease { id: ID! - transfer: base_DestinationTransfer! - slippage: BigInt! - caller: base_Bytes! - transactionHash: base_Bytes! + transfer: bnb_OriginTransfer! + increase: BigInt + asset: bnb_Bytes + caller: bnb_Bytes! + transactionHash: bnb_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input base_SlippageUpdate_filter { +input bnb_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -111423,35 +110152,45 @@ input base_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - 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 + 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 timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -111485,12 +110224,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: bnb_BlockChangedFilter + and: [bnb_RelayerFeesIncrease_filter] + or: [bnb_RelayerFeesIncrease_filter] } -enum base_SlippageUpdate_orderBy { +enum bnb_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -111498,6 +110237,7 @@ enum base_SlippageUpdate_orderBy { transfer__transferId transfer__nonce transfer__status + transfer__messageHash transfer__originDomain transfer__destinationDomain transfer__canonicalDomain @@ -111506,30 +110246,23 @@ enum base_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 @@ -111538,16 +110271,7 @@ enum base_SlippageUpdate_orderBy { blockNumber } -type base_SnapshotRoot { - id: ID! - spokeDomain: BigInt - root: base_Bytes! - count: BigInt! - timestamp: BigInt! - blockNumber: BigInt! -} - -input base_SnapshotRoot_filter { +input bnb_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -111556,69 +110280,38 @@ input base_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: 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!] + 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 """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_SnapshotRoot_filter] - or: [base_SnapshotRoot_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Relayer_filter] + or: [bnb_Relayer_filter] } -enum base_SnapshotRoot_orderBy { +enum bnb_Relayer_orderBy { id - spokeDomain - root - count - timestamp - blockNumber + isActive + relayer } -type base_SpokeConnectorMode { +type bnb_RootCount { id: ID! - mode: String! + count: BigInt } -input base_SpokeConnectorMode_filter { +input bnb_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -111627,164 +110320,40 @@ input base_SpokeConnectorMode_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - mode: String - mode_not: String - mode_gt: String - mode_lt: String - mode_gte: String - mode_lte: String - mode_in: [String!] - mode_not_in: [String!] - mode_contains: String - mode_contains_nocase: String - mode_not_contains: String - mode_not_contains_nocase: String - mode_starts_with: String - mode_starts_with_nocase: String - mode_not_starts_with: String - mode_not_starts_with_nocase: String - mode_ends_with: String - mode_ends_with_nocase: String - mode_not_ends_with: String - mode_not_ends_with_nocase: String + count: BigInt + count_not: BigInt + count_gt: BigInt + count_lt: BigInt + count_gte: BigInt + count_lte: BigInt + count_in: [BigInt!] + count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: base_BlockChangedFilter - and: [base_SpokeConnectorMode_filter] - or: [base_SpokeConnectorMode_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RootCount_filter] + or: [bnb_RootCount_filter] } -enum base_SpokeConnectorMode_orderBy { +enum bnb_RootCount_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 hash of the parent block""" - parentHash: base_Bytes -} - -"""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! -} - -type stagingpolygonzkevm_AggregateRoot { - id: ID! - root: stagingpolygonzkevm_Bytes! - blockNumber: BigInt! + count } -type stagingpolygonzkevm_AggregateRootProposed { +type bnb_RootMessageSent { 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!] + spokeDomain: BigInt + hubDomain: BigInt + root: bnb_Bytes + count: BigInt + caller: bnb_Bytes + transactionHash: 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 + gasLimit: BigInt blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - 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 { +input bnb_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -111793,16 +110362,84 @@ 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 + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -111812,47 +110449,44 @@ 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_RootMessageSent_filter] + or: [bnb_RootMessageSent_filter] } -enum stagingpolygonzkevm_AggregateRoot_orderBy { +enum bnb_RootMessageSent_orderBy { id + spokeDomain + hubDomain root + count + caller + transactionHash + timestamp + gasPrice + gasLimit blockNumber } -enum stagingpolygonzkevm_Aggregation_interval { - hour - day -} - -type stagingpolygonzkevm_Asset { +type bnb_Router { 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 + isActive: Boolean! + owner: bnb_Bytes + recipient: bnb_Bytes + proposedOwner: bnb_Bytes + proposedTimestamp: BigInt + assetBalances(skip: Int = 0, first: Int = 100, orderBy: bnb_AssetBalance_orderBy, orderDirection: bnb_OrderDirection, where: bnb_AssetBalance_filter): [bnb_AssetBalance!]! } -type stagingpolygonzkevm_AssetBalance { +type bnb_RouterDailyTVL { id: ID! - amount: BigInt! - locked: BigInt! - supplied: BigInt! - removed: BigInt! - router: stagingpolygonzkevm_Router! - asset: stagingpolygonzkevm_Asset! - feesEarned: BigInt! + router: bnb_Router! + asset: bnb_Asset! + timestamp: BigInt! + balance: BigInt! } -input stagingpolygonzkevm_AssetBalance_filter { +input bnb_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -111861,38 +110495,6 @@ input stagingpolygonzkevm_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 @@ -111913,7 +110515,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 @@ -111934,27 +110536,31 @@ input stagingpolygonzkevm_AssetBalance_filter { 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!] + asset_: bnb_Asset_filter + timestamp: BigInt + timestamp_not: BigInt + timestamp_gt: BigInt + timestamp_lt: BigInt + timestamp_gte: BigInt + timestamp_lte: BigInt + timestamp_in: [BigInt!] + timestamp_not_in: [BigInt!] + balance: BigInt + balance_not: BigInt + balance_gt: BigInt + balance_lt: BigInt + balance_gte: BigInt + balance_lte: BigInt + balance_in: [BigInt!] + balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_AssetBalance_filter] - or: [stagingpolygonzkevm_AssetBalance_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RouterDailyTVL_filter] + or: [bnb_RouterDailyTVL_filter] } -enum stagingpolygonzkevm_AssetBalance_orderBy { +enum bnb_RouterDailyTVL_orderBy { id - amount - locked - supplied - removed router router__id router__isActive @@ -111972,296 +110578,30 @@ enum stagingpolygonzkevm_AssetBalance_orderBy { 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 - -input stagingpolygonzkevm_BlockChangedFilter { - number_gte: Int! -} - -input stagingpolygonzkevm_Block_height { - hash: stagingpolygonzkevm_Bytes - number: Int - number_gte: Int + timestamp + balance } -scalar stagingpolygonzkevm_Bytes - -type stagingpolygonzkevm_ConnectorMeta { +type bnb_RouterLiquidityEvent { 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: bnb_RouterLiquidityEventType + router: bnb_Router! + asset: bnb_Asset! + amount: BigInt! + balance: BigInt! + caller: bnb_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: bnb_Bytes! + nonce: BigInt! } -type 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 +enum bnb_RouterLiquidityEventType { + Add + Remove } -input stagingpolygonzkevm_DestinationTransfer_filter { +input bnb_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -112270,153 +110610,31 @@ input stagingpolygonzkevm_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: 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 + 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 asset: String asset_not: String asset_gt: String @@ -112437,7 +110655,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 @@ -112446,180 +110664,74 @@ input stagingpolygonzkevm_DestinationTransfer_filter { 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!] + 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!] """Filter for the block changed event.""" - _change_block: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_DestinationTransfer_filter] - or: [stagingpolygonzkevm_DestinationTransfer_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_RouterLiquidityEvent_filter] + or: [bnb_RouterLiquidityEvent_filter] } -enum stagingpolygonzkevm_DestinationTransfer_orderBy { +enum bnb_RouterLiquidityEvent_orderBy { id - chainId - transferId - nonce - status - routers - originDomain - destinationDomain - canonicalDomain - to - delegate - receiveLocal - callData - slippage - bumpSlippageCount - originSender - bridgedAmt - normalizedIn - canonicalId + type + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset asset__id asset__key @@ -112631,39 +110743,89 @@ enum stagingpolygonzkevm_DestinationTransfer_orderBy { asset__localAsset asset__blockNumber amount - routersFee - executedCaller - executedTransactionHash - executedTimestamp - executedGasPrice - executedGasLimit - executedBlockNumber - executedTxOrigin - executedTxNonce - reconciledCaller - reconciledTransactionHash - reconciledTimestamp - reconciledGasPrice - reconciledGasLimit - reconciledBlockNumber - reconciledTxOrigin - reconciledTxNonce + balance + caller + blockNumber + timestamp + transactionHash + nonce } -""" -8 bytes signed integer +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] +} -""" -scalar stagingpolygonzkevm_Int8 +enum bnb_Router_orderBy { + id + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances +} -type stagingpolygonzkevm_OptimisticRootFinalized { +type bnb_Sequencer { id: ID! - aggregateRoot: stagingpolygonzkevm_Bytes! - timestamp: BigInt! - blockNumber: BigInt + isActive: Boolean! + sequencer: bnb_Bytes } -input stagingpolygonzkevm_OptimisticRootFinalized_filter { +input bnb_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -112672,65 +110834,39 @@ 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 - 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 + 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] } -"""Defines the order direction, either ascending or descending""" -enum stagingpolygonzkevm_OrderDirection { - asc - desc +enum bnb_Sequencer_orderBy { + id + isActive + sequencer } -type stagingpolygonzkevm_OriginMessage { +type bnb_Setting { 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 + maxRoutersPerTransfer: BigInt! + caller: bnb_Bytes! } -input stagingpolygonzkevm_OriginMessage_filter { +input bnb_Setting_filter { id: ID id_not: ID id_gt: ID @@ -112739,158 +110875,49 @@ 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 - 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 + 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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_OriginMessage_filter] - or: [stagingpolygonzkevm_OriginMessage_filter] + _change_block: bnb_BlockChangedFilter + and: [bnb_Setting_filter] + or: [bnb_Setting_filter] } -enum stagingpolygonzkevm_OriginMessage_orderBy { +enum bnb_Setting_orderBy { id - transferId - destinationDomain - leaf - index - message - root - transactionHash - blockNumber - rootCount - rootCount__id - rootCount__count + maxRoutersPerTransfer + caller } -type stagingpolygonzkevm_OriginTransfer { +type bnb_SlippageUpdate { 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 + transfer: bnb_DestinationTransfer! + slippage: BigInt! + caller: bnb_Bytes! + transactionHash: bnb_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input stagingpolygonzkevm_OriginTransfer_filter { +input bnb_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -112899,104 +110926,27 @@ input stagingpolygonzkevm_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: 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 + 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 @@ -113005,139 +110955,26 @@ 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 - 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 + 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 @@ -113170,97 +111007,511 @@ 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 - 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] + _change_block: bnb_BlockChangedFilter + and: [bnb_SlippageUpdate_filter] + or: [bnb_SlippageUpdate_filter] } -enum stagingpolygonzkevm_OriginTransfer_orderBy { +enum bnb_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 stagingpolygonzkevm_Relayer { +type bnb_SnapshotRoot { id: ID! - isActive: Boolean! - relayer: stagingpolygonzkevm_Bytes + spokeDomain: BigInt + root: bnb_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! } -type stagingpolygonzkevm_RelayerFee { +input bnb_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: 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!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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_SnapshotRoot_filter] + or: [bnb_SnapshotRoot_filter] +} + +enum bnb_SnapshotRoot_orderBy { + id + spokeDomain + root + count + timestamp + blockNumber +} + +type bnb_SpokeConnectorMode { id: ID! - transfer: stagingpolygonzkevm_OriginTransfer! - fee: BigInt! - asset: stagingpolygonzkevm_Bytes! + 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 { + id: ID! + token: mantle_swap_LpToken! + amount: mantle_swap_BigDecimal! + block: BigInt! + timestamp: BigInt! + transaction: mantle_swap_Bytes! + nonce: BigInt! +} + +input mantle_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_: 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 + 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: mantle_swap_BlockChangedFilter + and: [mantle_swap_LpTokenEvent_filter] + or: [mantle_swap_LpTokenEvent_filter] +} + +enum mantle_swap_LpTokenEvent_orderBy { + id + token + token__id + token__address + token__decimals + token__name + token__symbol + token__totalSupply + amount + block + timestamp + transaction + nonce } -input stagingpolygonzkevm_RelayerFee_filter { +input mantle_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -113269,101 +111520,142 @@ input stagingpolygonzkevm_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_: 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 + 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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_RelayerFee_filter] - or: [stagingpolygonzkevm_RelayerFee_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_LpToken_filter] + or: [mantle_swap_LpToken_filter] } -enum stagingpolygonzkevm_RelayerFee_orderBy { +enum mantle_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 stagingpolygonzkevm_RelayerFeesIncrease { +type mantle_swap_LpTransferEvent implements mantle_swap_LpTokenEvent { id: ID! - transfer: stagingpolygonzkevm_OriginTransfer! - increase: BigInt - asset: stagingpolygonzkevm_Bytes - caller: stagingpolygonzkevm_Bytes! - transactionHash: stagingpolygonzkevm_Bytes! + 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! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + transaction: mantle_swap_Bytes! + nonce: BigInt! } -input stagingpolygonzkevm_RelayerFeesIncrease_filter { +input mantle_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -113372,65 +111664,79 @@ input stagingpolygonzkevm_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_: 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 + 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 @@ -113439,79 +111745,62 @@ input stagingpolygonzkevm_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: 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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_RelayerFeesIncrease_filter] - or: [stagingpolygonzkevm_RelayerFeesIncrease_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_LpTransferEvent_filter] + or: [mantle_swap_LpTransferEvent_filter] } -enum stagingpolygonzkevm_RelayerFeesIncrease_orderBy { +enum mantle_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 stagingpolygonzkevm_Relayer_filter { +"""Defines the order direction, either ascending or descending""" +enum mantle_swap_OrderDirection { + asc + desc +} + +type mantle_swap_PooledToken { + id: ID! + asset: mantle_swap_Bytes! +} + +input mantle_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -113520,38 +111809,72 @@ input stagingpolygonzkevm_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: 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 + 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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_Relayer_filter] - or: [stagingpolygonzkevm_Relayer_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_PooledToken_filter] + or: [mantle_swap_PooledToken_filter] } -enum stagingpolygonzkevm_Relayer_orderBy { +enum mantle_swap_PooledToken_orderBy { id - isActive - relayer + asset } -type stagingpolygonzkevm_RootCount { +type mantle_swap_StableSwap { id: ID! - count: BigInt + 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!] } -input stagingpolygonzkevm_RootCount_filter { +type mantle_swap_StableSwapAddLiquidityEvent implements mantle_swap_StableSwapEvent { + 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! +} + +input mantle_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -113560,40 +111883,161 @@ input stagingpolygonzkevm_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_: 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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_RootCount_filter] - or: [stagingpolygonzkevm_RootCount_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwapAddLiquidityEvent_filter] + or: [mantle_swap_StableSwapAddLiquidityEvent_filter] } -enum stagingpolygonzkevm_RootCount_orderBy { +enum mantle_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 stagingpolygonzkevm_RootMessageSent { +interface mantle_swap_StableSwapEvent { 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 + stableSwap: mantle_swap_StableSwap! + block: BigInt! + timestamp: BigInt! + transaction: mantle_swap_Bytes! + nonce: BigInt! } -input stagingpolygonzkevm_RootMessageSent_filter { +input mantle_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -113602,60 +112046,35 @@ input stagingpolygonzkevm_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -113664,69 +112083,72 @@ input stagingpolygonzkevm_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: 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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_RootMessageSent_filter] - or: [stagingpolygonzkevm_RootMessageSent_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwapEvent_filter] + or: [mantle_swap_StableSwapEvent_filter] } -enum stagingpolygonzkevm_RootMessageSent_orderBy { +enum mantle_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 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!]! + transaction + nonce } -type stagingpolygonzkevm_RouterDailyTVL { +type mantle_swap_StableSwapExchange { id: ID! - router: stagingpolygonzkevm_Router! - asset: stagingpolygonzkevm_Asset! + stableSwap: mantle_swap_StableSwap! + buyer: mantle_swap_Bytes! + boughtId: BigInt! + tokensBought: BigInt! + soldId: BigInt! + tokensSold: BigInt! + balances: [BigInt!]! + fee: BigInt! + block: BigInt! timestamp: BigInt! - balance: BigInt! + transaction: mantle_swap_Bytes! + nonce: BigInt! } -input stagingpolygonzkevm_RouterDailyTVL_filter { +input mantle_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -113735,48 +112157,91 @@ input stagingpolygonzkevm_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_: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -113785,63 +112250,79 @@ input stagingpolygonzkevm_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: 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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_RouterDailyTVL_filter] - or: [stagingpolygonzkevm_RouterDailyTVL_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwapExchange_filter] + or: [mantle_swap_StableSwapExchange_filter] } -enum stagingpolygonzkevm_RouterDailyTVL_orderBy { +enum mantle_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 stagingpolygonzkevm_RouterLiquidityEvent { +type mantle_swap_StableSwapRemoveLiquidityEvent implements mantle_swap_StableSwapEvent { id: ID! - type: stagingpolygonzkevm_RouterLiquidityEventType - router: stagingpolygonzkevm_Router! - asset: stagingpolygonzkevm_Asset! - amount: BigInt! - balance: BigInt! - caller: stagingpolygonzkevm_Bytes - blockNumber: BigInt! + stableSwap: mantle_swap_StableSwap! + provider: mantle_swap_Bytes! + tokenAmounts: [BigInt!]! + fees: [BigInt!] + invariant: BigInt + lpTokenSupply: BigInt! + lpTokenAmount: BigInt! + balances: [BigInt!]! + block: BigInt! timestamp: BigInt! - transactionHash: stagingpolygonzkevm_Bytes! + transaction: mantle_swap_Bytes! nonce: BigInt! } -enum stagingpolygonzkevm_RouterLiquidityEventType { - Add - Remove -} - -input stagingpolygonzkevm_RouterLiquidityEvent_filter { +input mantle_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -113850,86 +112331,87 @@ 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!] - 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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -113938,16 +112420,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 + 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 @@ -113957,41 +112439,44 @@ 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: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwapRemoveLiquidityEvent_filter] + or: [mantle_swap_StableSwapRemoveLiquidityEvent_filter] } -enum stagingpolygonzkevm_RouterLiquidityEvent_orderBy { +enum mantle_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 stagingpolygonzkevm_Router_filter { +input mantle_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -114004,68 +112489,197 @@ 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 - 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 + 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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_Router_filter] - or: [stagingpolygonzkevm_Router_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_StableSwap_filter] + or: [mantle_swap_StableSwap_filter] } -enum stagingpolygonzkevm_Router_orderBy { +enum mantle_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 stagingpolygonzkevm_Sequencer { +type mantle_swap_SwapDailyVolume implements mantle_swap_SwapTradeVolume { id: ID! - isActive: Boolean! - sequencer: stagingpolygonzkevm_Bytes + stableSwap: mantle_swap_StableSwap! + timestamp: BigInt! + volume: mantle_swap_BigDecimal! } -input stagingpolygonzkevm_Sequencer_filter { +input mantle_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -114074,39 +112688,80 @@ input stagingpolygonzkevm_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_Sequencer_filter] - or: [stagingpolygonzkevm_Sequencer_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SwapDailyVolume_filter] + or: [mantle_swap_SwapDailyVolume_filter] } -enum stagingpolygonzkevm_Sequencer_orderBy { +enum mantle_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 stagingpolygonzkevm_Setting { +type mantle_swap_SwapHourlyVolume implements mantle_swap_SwapTradeVolume { id: ID! - maxRoutersPerTransfer: BigInt! - caller: stagingpolygonzkevm_Bytes! + stableSwap: mantle_swap_StableSwap! + timestamp: BigInt! + volume: mantle_swap_BigDecimal! } -input stagingpolygonzkevm_Setting_filter { +input mantle_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -114115,106 +112770,100 @@ input stagingpolygonzkevm_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: 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 + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_Setting_filter] - or: [stagingpolygonzkevm_Setting_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SwapHourlyVolume_filter] + or: [mantle_swap_SwapHourlyVolume_filter] } -enum stagingpolygonzkevm_Setting_orderBy { +enum mantle_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 stagingpolygonzkevm_SlippageUpdate { - id: ID! - transfer: stagingpolygonzkevm_DestinationTransfer! - slippage: BigInt! - caller: stagingpolygonzkevm_Bytes! - transactionHash: stagingpolygonzkevm_Bytes! +interface mantle_swap_SwapTradeVolume { + stableSwap: mantle_swap_StableSwap! timestamp: BigInt! - gasPrice: BigInt! - gasLimit: BigInt! - blockNumber: BigInt! + volume: mantle_swap_BigDecimal! } -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 +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 @@ -114223,94 +112872,50 @@ input stagingpolygonzkevm_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: 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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_SlippageUpdate_filter] - or: [stagingpolygonzkevm_SlippageUpdate_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SwapTradeVolume_filter] + or: [mantle_swap_SwapTradeVolume_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 +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 - gasPrice - gasLimit - blockNumber + volume } -type stagingpolygonzkevm_SnapshotRoot { +type mantle_swap_SwapWeeklyVolume implements mantle_swap_SwapTradeVolume { id: ID! - spokeDomain: BigInt - root: stagingpolygonzkevm_Bytes! - count: BigInt! + stableSwap: mantle_swap_StableSwap! timestamp: BigInt! - blockNumber: BigInt! + volume: mantle_swap_BigDecimal! } -input stagingpolygonzkevm_SnapshotRoot_filter { +input mantle_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -114319,32 +112924,27 @@ input stagingpolygonzkevm_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: 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!] + stableSwap: String + stableSwap_not: String + stableSwap_gt: String + stableSwap_lt: String + stableSwap_gte: String + stableSwap_lte: String + stableSwap_in: [String!] + stableSwap_not_in: [String!] + stableSwap_contains: String + stableSwap_contains_nocase: String + stableSwap_not_contains: String + stableSwap_not_contains_nocase: String + stableSwap_starts_with: String + stableSwap_starts_with_nocase: String + stableSwap_not_starts_with: String + stableSwap_not_starts_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 @@ -114353,35 +112953,50 @@ input stagingpolygonzkevm_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: 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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_SnapshotRoot_filter] - or: [stagingpolygonzkevm_SnapshotRoot_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SwapWeeklyVolume_filter] + or: [mantle_swap_SwapWeeklyVolume_filter] } -enum stagingpolygonzkevm_SnapshotRoot_orderBy { +enum mantle_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 stagingpolygonzkevm_SpokeConnectorMode { +type mantle_swap_SystemInfo { id: ID! - mode: String! + exchangeCount: BigInt! + swapCount: BigInt! } -input stagingpolygonzkevm_SpokeConnectorMode_filter { +input mantle_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -114390,58 +113005,47 @@ input stagingpolygonzkevm_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: stagingpolygonzkevm_BlockChangedFilter - and: [stagingpolygonzkevm_SpokeConnectorMode_filter] - or: [stagingpolygonzkevm_SpokeConnectorMode_filter] + _change_block: mantle_swap_BlockChangedFilter + and: [mantle_swap_SystemInfo_filter] + or: [mantle_swap_SystemInfo_filter] } -enum stagingpolygonzkevm_SpokeConnectorMode_orderBy { +enum mantle_swap_SystemInfo_orderBy { id - mode -} - -enum stagingpolygonzkevm_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast + exchangeCount + swapCount } -type stagingpolygonzkevm__Block_ { +type mantle_swap__Block_ { """The hash of the block""" - hash: stagingpolygonzkevm_Bytes + 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: stagingpolygonzkevm_Bytes + parentHash: mantle_swap_Bytes } """The type for the top-level _meta field""" -type stagingpolygonzkevm__Meta_ { +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 @@ -114449,22 +113053,22 @@ type stagingpolygonzkevm__Meta_ { and therefore asks for the latest block """ - block: stagingpolygonzkevm__Block_! + block: mantle_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type polygon_AggregateRoot { +type mode_AggregateRoot { id: ID! - root: polygon_Bytes! + root: mode_Bytes! blockNumber: BigInt! } -type polygon_AggregateRootProposed { +type mode_AggregateRootProposed { id: ID! - aggregateRoot: polygon_Bytes! + aggregateRoot: mode_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -114472,7 +113076,7 @@ type polygon_AggregateRootProposed { blockNumber: BigInt } -input polygon_AggregateRootProposed_filter { +input mode_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -114481,16 +113085,16 @@ 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 + 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 @@ -114532,12 +113136,12 @@ input polygon_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_AggregateRootProposed_filter] - or: [polygon_AggregateRootProposed_filter] + _change_block: mode_BlockChangedFilter + and: [mode_AggregateRootProposed_filter] + or: [mode_AggregateRootProposed_filter] } -enum polygon_AggregateRootProposed_orderBy { +enum mode_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -114547,7 +113151,7 @@ enum polygon_AggregateRootProposed_orderBy { blockNumber } -input polygon_AggregateRoot_filter { +input mode_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -114556,16 +113160,16 @@ input polygon_AggregateRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - root: polygon_Bytes - root_not: polygon_Bytes - root_gt: polygon_Bytes - root_lt: polygon_Bytes - root_gte: polygon_Bytes - root_lte: polygon_Bytes - root_in: [polygon_Bytes!] - root_not_in: [polygon_Bytes!] - root_contains: polygon_Bytes - root_not_contains: polygon_Bytes + root: 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 @@ -114575,47 +113179,42 @@ input polygon_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_AggregateRoot_filter] - or: [polygon_AggregateRoot_filter] + _change_block: mode_BlockChangedFilter + and: [mode_AggregateRoot_filter] + or: [mode_AggregateRoot_filter] } -enum polygon_AggregateRoot_orderBy { +enum mode_AggregateRoot_orderBy { id root blockNumber } -enum polygon_Aggregation_interval { - hour - day -} - -type polygon_Asset { +type mode_Asset { id: ID! - key: polygon_Bytes + key: mode_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: polygon_Bytes + canonicalId: mode_Bytes canonicalDomain: BigInt - adoptedAsset: polygon_Bytes - localAsset: polygon_Bytes + adoptedAsset: mode_Bytes + localAsset: mode_Bytes blockNumber: BigInt - status: polygon_AssetStatus + status: mode_AssetStatus } -type polygon_AssetBalance { +type mode_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: polygon_Router! - asset: polygon_Asset! + router: mode_Router! + asset: mode_Asset! feesEarned: BigInt! } -input polygon_AssetBalance_filter { +input mode_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -114676,7 +113275,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_: mode_Router_filter asset: String asset_not: String asset_gt: String @@ -114697,7 +113296,7 @@ input polygon_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygon_Asset_filter + asset_: mode_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -114707,12 +113306,12 @@ input polygon_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_AssetBalance_filter] - or: [polygon_AssetBalance_filter] + _change_block: mode_BlockChangedFilter + and: [mode_AssetBalance_filter] + or: [mode_AssetBalance_filter] } -enum polygon_AssetBalance_orderBy { +enum mode_AssetBalance_orderBy { id amount locked @@ -114738,12 +113337,12 @@ enum polygon_AssetBalance_orderBy { feesEarned } -type polygon_AssetStatus { +type mode_AssetStatus { id: ID! status: Boolean } -input polygon_AssetStatus_filter { +input mode_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -114757,17 +113356,17 @@ input polygon_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_AssetStatus_filter] - or: [polygon_AssetStatus_filter] + _change_block: mode_BlockChangedFilter + and: [mode_AssetStatus_filter] + or: [mode_AssetStatus_filter] } -enum polygon_AssetStatus_orderBy { +enum mode_AssetStatus_orderBy { id status } -input polygon_Asset_filter { +input mode_Asset_filter { id: ID id_not: ID id_gt: ID @@ -114776,16 +113375,16 @@ input polygon_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: polygon_Bytes - key_not: polygon_Bytes - key_gt: polygon_Bytes - key_lt: polygon_Bytes - key_gte: polygon_Bytes - key_lte: polygon_Bytes - key_in: [polygon_Bytes!] - key_not_in: [polygon_Bytes!] - key_contains: polygon_Bytes - key_not_contains: polygon_Bytes + key: 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 @@ -114802,16 +113401,16 @@ input polygon_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: polygon_Bytes - canonicalId_not: polygon_Bytes - canonicalId_gt: polygon_Bytes - canonicalId_lt: polygon_Bytes - canonicalId_gte: polygon_Bytes - canonicalId_lte: polygon_Bytes - canonicalId_in: [polygon_Bytes!] - canonicalId_not_in: [polygon_Bytes!] - canonicalId_contains: polygon_Bytes - canonicalId_not_contains: polygon_Bytes + canonicalId: 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 @@ -114820,26 +113419,26 @@ input polygon_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: polygon_Bytes - adoptedAsset_not: polygon_Bytes - adoptedAsset_gt: polygon_Bytes - adoptedAsset_lt: polygon_Bytes - adoptedAsset_gte: polygon_Bytes - adoptedAsset_lte: polygon_Bytes - adoptedAsset_in: [polygon_Bytes!] - adoptedAsset_not_in: [polygon_Bytes!] - adoptedAsset_contains: polygon_Bytes - adoptedAsset_not_contains: polygon_Bytes - localAsset: polygon_Bytes - localAsset_not: polygon_Bytes - localAsset_gt: polygon_Bytes - localAsset_lt: polygon_Bytes - localAsset_gte: polygon_Bytes - localAsset_lte: polygon_Bytes - localAsset_in: [polygon_Bytes!] - localAsset_not_in: [polygon_Bytes!] - localAsset_contains: polygon_Bytes - localAsset_not_contains: polygon_Bytes + adoptedAsset: 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 @@ -114868,14 +113467,14 @@ input polygon_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: polygon_AssetStatus_filter + status_: mode_AssetStatus_filter """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_Asset_filter] - or: [polygon_Asset_filter] + _change_block: mode_BlockChangedFilter + and: [mode_Asset_filter] + or: [mode_Asset_filter] } -enum polygon_Asset_orderBy { +enum mode_Asset_orderBy { id key decimal @@ -114890,30 +113489,30 @@ enum polygon_Asset_orderBy { status__status } -scalar polygon_BigDecimal +scalar mode_BigDecimal -input polygon_BlockChangedFilter { +input mode_BlockChangedFilter { number_gte: Int! } -input polygon_Block_height { - hash: polygon_Bytes +input mode_Block_height { + hash: mode_Bytes number: Int number_gte: Int } -scalar polygon_Bytes +scalar mode_Bytes -type polygon_ConnectorMeta { +type mode_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: polygon_Bytes - rootManager: polygon_Bytes - mirrorConnector: polygon_Bytes + amb: mode_Bytes + rootManager: mode_Bytes + mirrorConnector: mode_Bytes } -input polygon_ConnectorMeta_filter { +input mode_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -114938,43 +113537,43 @@ input polygon_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: polygon_Bytes - amb_not: polygon_Bytes - amb_gt: polygon_Bytes - amb_lt: polygon_Bytes - amb_gte: polygon_Bytes - amb_lte: polygon_Bytes - amb_in: [polygon_Bytes!] - amb_not_in: [polygon_Bytes!] - amb_contains: polygon_Bytes - amb_not_contains: polygon_Bytes - rootManager: polygon_Bytes - rootManager_not: polygon_Bytes - rootManager_gt: polygon_Bytes - rootManager_lt: polygon_Bytes - rootManager_gte: polygon_Bytes - rootManager_lte: polygon_Bytes - rootManager_in: [polygon_Bytes!] - rootManager_not_in: [polygon_Bytes!] - rootManager_contains: polygon_Bytes - rootManager_not_contains: polygon_Bytes - mirrorConnector: polygon_Bytes - mirrorConnector_not: polygon_Bytes - mirrorConnector_gt: polygon_Bytes - mirrorConnector_lt: polygon_Bytes - mirrorConnector_gte: polygon_Bytes - mirrorConnector_lte: polygon_Bytes - mirrorConnector_in: [polygon_Bytes!] - mirrorConnector_not_in: [polygon_Bytes!] - mirrorConnector_contains: polygon_Bytes - mirrorConnector_not_contains: polygon_Bytes + amb: 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: polygon_BlockChangedFilter - and: [polygon_ConnectorMeta_filter] - or: [polygon_ConnectorMeta_filter] + _change_block: mode_BlockChangedFilter + and: [mode_ConnectorMeta_filter] + or: [mode_ConnectorMeta_filter] } -enum polygon_ConnectorMeta_orderBy { +enum mode_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -114983,48 +113582,48 @@ enum polygon_ConnectorMeta_orderBy { mirrorConnector } -type polygon_DestinationTransfer { +type mode_DestinationTransfer { id: ID! chainId: BigInt - transferId: polygon_Bytes + transferId: mode_Bytes nonce: BigInt - status: polygon_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: polygon_Router_orderBy, orderDirection: polygon_OrderDirection, where: polygon_Router_filter): [polygon_Router!] + status: 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: polygon_Bytes - delegate: polygon_Bytes + to: mode_Bytes + delegate: mode_Bytes receiveLocal: Boolean - callData: polygon_Bytes + callData: mode_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: polygon_Bytes + originSender: mode_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygon_Bytes - asset: polygon_Asset + canonicalId: mode_Bytes + asset: mode_Asset amount: BigInt routersFee: BigInt - executedCaller: polygon_Bytes - executedTransactionHash: polygon_Bytes + executedCaller: mode_Bytes + executedTransactionHash: mode_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: polygon_Bytes + executedTxOrigin: mode_Bytes executedTxNonce: BigInt - reconciledCaller: polygon_Bytes - reconciledTransactionHash: polygon_Bytes + reconciledCaller: mode_Bytes + reconciledTransactionHash: mode_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: polygon_Bytes + reconciledTxOrigin: mode_Bytes reconciledTxNonce: BigInt } -input polygon_DestinationTransfer_filter { +input mode_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -115041,16 +113640,16 @@ input polygon_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: polygon_Bytes - transferId_not: polygon_Bytes - transferId_gt: polygon_Bytes - transferId_lt: polygon_Bytes - transferId_gte: polygon_Bytes - transferId_lte: polygon_Bytes - transferId_in: [polygon_Bytes!] - transferId_not_in: [polygon_Bytes!] - transferId_contains: polygon_Bytes - transferId_not_contains: polygon_Bytes + transferId: 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 @@ -115059,17 +113658,17 @@ input polygon_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: polygon_TransferStatus - status_not: polygon_TransferStatus - status_in: [polygon_TransferStatus!] - status_not_in: [polygon_TransferStatus!] + status: 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_: polygon_Router_filter + routers_: mode_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -115094,40 +113693,40 @@ input polygon_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: polygon_Bytes - to_not: polygon_Bytes - to_gt: polygon_Bytes - to_lt: polygon_Bytes - to_gte: polygon_Bytes - to_lte: polygon_Bytes - to_in: [polygon_Bytes!] - to_not_in: [polygon_Bytes!] - to_contains: polygon_Bytes - to_not_contains: polygon_Bytes - delegate: polygon_Bytes - delegate_not: polygon_Bytes - delegate_gt: polygon_Bytes - delegate_lt: polygon_Bytes - delegate_gte: polygon_Bytes - delegate_lte: polygon_Bytes - delegate_in: [polygon_Bytes!] - delegate_not_in: [polygon_Bytes!] - delegate_contains: polygon_Bytes - delegate_not_contains: polygon_Bytes + to: 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: polygon_Bytes - callData_not: polygon_Bytes - callData_gt: polygon_Bytes - callData_lt: polygon_Bytes - callData_gte: polygon_Bytes - callData_lte: polygon_Bytes - callData_in: [polygon_Bytes!] - callData_not_in: [polygon_Bytes!] - callData_contains: polygon_Bytes - callData_not_contains: polygon_Bytes + callData: 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 @@ -115144,16 +113743,16 @@ input polygon_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: polygon_Bytes - originSender_not: polygon_Bytes - originSender_gt: polygon_Bytes - originSender_lt: polygon_Bytes - originSender_gte: polygon_Bytes - originSender_lte: polygon_Bytes - originSender_in: [polygon_Bytes!] - originSender_not_in: [polygon_Bytes!] - originSender_contains: polygon_Bytes - originSender_not_contains: polygon_Bytes + originSender: 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 @@ -115170,16 +113769,16 @@ input polygon_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: polygon_Bytes - canonicalId_not: polygon_Bytes - canonicalId_gt: polygon_Bytes - canonicalId_lt: polygon_Bytes - canonicalId_gte: polygon_Bytes - canonicalId_lte: polygon_Bytes - canonicalId_in: [polygon_Bytes!] - canonicalId_not_in: [polygon_Bytes!] - canonicalId_contains: polygon_Bytes - canonicalId_not_contains: polygon_Bytes + canonicalId: 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 @@ -115200,7 +113799,7 @@ input polygon_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygon_Asset_filter + asset_: mode_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -115217,26 +113816,26 @@ input polygon_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: polygon_Bytes - executedCaller_not: polygon_Bytes - executedCaller_gt: polygon_Bytes - executedCaller_lt: polygon_Bytes - executedCaller_gte: polygon_Bytes - executedCaller_lte: polygon_Bytes - executedCaller_in: [polygon_Bytes!] - executedCaller_not_in: [polygon_Bytes!] - executedCaller_contains: polygon_Bytes - executedCaller_not_contains: polygon_Bytes - executedTransactionHash: polygon_Bytes - executedTransactionHash_not: polygon_Bytes - executedTransactionHash_gt: polygon_Bytes - executedTransactionHash_lt: polygon_Bytes - executedTransactionHash_gte: polygon_Bytes - executedTransactionHash_lte: polygon_Bytes - executedTransactionHash_in: [polygon_Bytes!] - executedTransactionHash_not_in: [polygon_Bytes!] - executedTransactionHash_contains: polygon_Bytes - executedTransactionHash_not_contains: polygon_Bytes + executedCaller: 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 @@ -115269,16 +113868,16 @@ input polygon_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: polygon_Bytes - executedTxOrigin_not: polygon_Bytes - executedTxOrigin_gt: polygon_Bytes - executedTxOrigin_lt: polygon_Bytes - executedTxOrigin_gte: polygon_Bytes - executedTxOrigin_lte: polygon_Bytes - executedTxOrigin_in: [polygon_Bytes!] - executedTxOrigin_not_in: [polygon_Bytes!] - executedTxOrigin_contains: polygon_Bytes - executedTxOrigin_not_contains: polygon_Bytes + executedTxOrigin: 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 @@ -115287,26 +113886,26 @@ input polygon_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: polygon_Bytes - reconciledCaller_not: polygon_Bytes - reconciledCaller_gt: polygon_Bytes - reconciledCaller_lt: polygon_Bytes - reconciledCaller_gte: polygon_Bytes - reconciledCaller_lte: polygon_Bytes - reconciledCaller_in: [polygon_Bytes!] - reconciledCaller_not_in: [polygon_Bytes!] - reconciledCaller_contains: polygon_Bytes - reconciledCaller_not_contains: polygon_Bytes - reconciledTransactionHash: polygon_Bytes - reconciledTransactionHash_not: polygon_Bytes - reconciledTransactionHash_gt: polygon_Bytes - reconciledTransactionHash_lt: polygon_Bytes - reconciledTransactionHash_gte: polygon_Bytes - reconciledTransactionHash_lte: polygon_Bytes - reconciledTransactionHash_in: [polygon_Bytes!] - reconciledTransactionHash_not_in: [polygon_Bytes!] - reconciledTransactionHash_contains: polygon_Bytes - reconciledTransactionHash_not_contains: polygon_Bytes + reconciledCaller: 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 @@ -115339,16 +113938,16 @@ input polygon_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: polygon_Bytes - reconciledTxOrigin_not: polygon_Bytes - reconciledTxOrigin_gt: polygon_Bytes - reconciledTxOrigin_lt: polygon_Bytes - reconciledTxOrigin_gte: polygon_Bytes - reconciledTxOrigin_lte: polygon_Bytes - reconciledTxOrigin_in: [polygon_Bytes!] - reconciledTxOrigin_not_in: [polygon_Bytes!] - reconciledTxOrigin_contains: polygon_Bytes - reconciledTxOrigin_not_contains: polygon_Bytes + reconciledTxOrigin: 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 @@ -115358,12 +113957,12 @@ input polygon_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_DestinationTransfer_filter] - or: [polygon_DestinationTransfer_filter] + _change_block: mode_BlockChangedFilter + and: [mode_DestinationTransfer_filter] + or: [mode_DestinationTransfer_filter] } -enum polygon_DestinationTransfer_orderBy { +enum mode_DestinationTransfer_orderBy { id chainId transferId @@ -115417,16 +114016,16 @@ enum polygon_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar polygon_Int8 +scalar mode_Int8 -type polygon_OptimisticRootFinalized { +type mode_OptimisticRootFinalized { id: ID! - aggregateRoot: polygon_Bytes! + aggregateRoot: mode_Bytes! timestamp: BigInt! blockNumber: BigInt } -input polygon_OptimisticRootFinalized_filter { +input mode_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -115435,16 +114034,16 @@ 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 + 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 @@ -115462,12 +114061,12 @@ 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: mode_BlockChangedFilter + and: [mode_OptimisticRootFinalized_filter] + or: [mode_OptimisticRootFinalized_filter] } -enum polygon_OptimisticRootFinalized_orderBy { +enum mode_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -115475,25 +114074,25 @@ enum polygon_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum polygon_OrderDirection { +enum mode_OrderDirection { asc desc } -type polygon_OriginMessage { +type mode_OriginMessage { id: ID! - transferId: polygon_Bytes + transferId: mode_Bytes destinationDomain: BigInt - leaf: polygon_Bytes + leaf: mode_Bytes index: BigInt - message: polygon_Bytes - root: polygon_Bytes - transactionHash: polygon_Bytes + message: mode_Bytes + root: mode_Bytes + transactionHash: mode_Bytes blockNumber: BigInt - rootCount: polygon_RootCount + rootCount: mode_RootCount } -input polygon_OriginMessage_filter { +input mode_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -115502,16 +114101,16 @@ input polygon_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: polygon_Bytes - transferId_not: polygon_Bytes - transferId_gt: polygon_Bytes - transferId_lt: polygon_Bytes - transferId_gte: polygon_Bytes - transferId_lte: polygon_Bytes - transferId_in: [polygon_Bytes!] - transferId_not_in: [polygon_Bytes!] - transferId_contains: polygon_Bytes - transferId_not_contains: polygon_Bytes + transferId: 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 @@ -115520,16 +114119,16 @@ input polygon_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: polygon_Bytes - leaf_not: polygon_Bytes - leaf_gt: polygon_Bytes - leaf_lt: polygon_Bytes - leaf_gte: polygon_Bytes - leaf_lte: polygon_Bytes - leaf_in: [polygon_Bytes!] - leaf_not_in: [polygon_Bytes!] - leaf_contains: polygon_Bytes - leaf_not_contains: polygon_Bytes + leaf: 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 @@ -115538,36 +114137,36 @@ input polygon_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: polygon_Bytes - message_not: polygon_Bytes - message_gt: polygon_Bytes - message_lt: polygon_Bytes - message_gte: polygon_Bytes - message_lte: polygon_Bytes - message_in: [polygon_Bytes!] - message_not_in: [polygon_Bytes!] - message_contains: polygon_Bytes - message_not_contains: polygon_Bytes - root: polygon_Bytes - root_not: polygon_Bytes - root_gt: polygon_Bytes - root_lt: polygon_Bytes - root_gte: polygon_Bytes - root_lte: polygon_Bytes - root_in: [polygon_Bytes!] - root_not_in: [polygon_Bytes!] - root_contains: polygon_Bytes - root_not_contains: polygon_Bytes - transactionHash: polygon_Bytes - transactionHash_not: polygon_Bytes - transactionHash_gt: polygon_Bytes - transactionHash_lt: polygon_Bytes - transactionHash_gte: polygon_Bytes - transactionHash_lte: polygon_Bytes - transactionHash_in: [polygon_Bytes!] - transactionHash_not_in: [polygon_Bytes!] - transactionHash_contains: polygon_Bytes - transactionHash_not_contains: polygon_Bytes + message: 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 @@ -115596,14 +114195,14 @@ input polygon_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: polygon_RootCount_filter + rootCount_: mode_RootCount_filter """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_OriginMessage_filter] - or: [polygon_OriginMessage_filter] + _change_block: mode_BlockChangedFilter + and: [mode_OriginMessage_filter] + or: [mode_OriginMessage_filter] } -enum polygon_OriginMessage_orderBy { +enum mode_OriginMessage_orderBy { id transferId destinationDomain @@ -115618,42 +114217,42 @@ enum polygon_OriginMessage_orderBy { rootCount__count } -type polygon_OriginTransfer { +type mode_OriginTransfer { id: ID! chainId: BigInt - transferId: polygon_Bytes + transferId: mode_Bytes nonce: BigInt - status: polygon_TransferStatus - messageHash: polygon_Bytes + status: mode_TransferStatus + messageHash: mode_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: polygon_Bytes - delegate: polygon_Bytes + to: mode_Bytes + delegate: mode_Bytes receiveLocal: Boolean - callData: polygon_Bytes + callData: mode_Bytes slippage: BigInt - originSender: polygon_Bytes + originSender: mode_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygon_Bytes - asset: polygon_Asset - transactingAsset: polygon_Bytes - message: polygon_OriginMessage + canonicalId: mode_Bytes + asset: mode_Asset + transactingAsset: mode_Bytes + message: mode_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: polygon_RelayerFee_orderBy, orderDirection: polygon_OrderDirection, where: polygon_RelayerFee_filter): [polygon_RelayerFee!] - initialRelayerFeeAsset: polygon_Bytes - caller: polygon_Bytes - transactionHash: polygon_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: 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: polygon_Bytes + txOrigin: mode_Bytes txNonce: BigInt } -input polygon_OriginTransfer_filter { +input mode_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -115670,16 +114269,16 @@ input polygon_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: polygon_Bytes - transferId_not: polygon_Bytes - transferId_gt: polygon_Bytes - transferId_lt: polygon_Bytes - transferId_gte: polygon_Bytes - transferId_lte: polygon_Bytes - transferId_in: [polygon_Bytes!] - transferId_not_in: [polygon_Bytes!] - transferId_contains: polygon_Bytes - transferId_not_contains: polygon_Bytes + transferId: 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 @@ -115688,20 +114287,20 @@ input polygon_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: polygon_TransferStatus - status_not: polygon_TransferStatus - status_in: [polygon_TransferStatus!] - status_not_in: [polygon_TransferStatus!] - messageHash: polygon_Bytes - messageHash_not: polygon_Bytes - messageHash_gt: polygon_Bytes - messageHash_lt: polygon_Bytes - messageHash_gte: polygon_Bytes - messageHash_lte: polygon_Bytes - messageHash_in: [polygon_Bytes!] - messageHash_not_in: [polygon_Bytes!] - messageHash_contains: polygon_Bytes - messageHash_not_contains: polygon_Bytes + status: 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 @@ -115726,58 +114325,58 @@ input polygon_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: polygon_Bytes - to_not: polygon_Bytes - to_gt: polygon_Bytes - to_lt: polygon_Bytes - to_gte: polygon_Bytes - to_lte: polygon_Bytes - to_in: [polygon_Bytes!] - to_not_in: [polygon_Bytes!] - to_contains: polygon_Bytes - to_not_contains: polygon_Bytes - delegate: polygon_Bytes - delegate_not: polygon_Bytes - delegate_gt: polygon_Bytes - delegate_lt: polygon_Bytes - delegate_gte: polygon_Bytes - delegate_lte: polygon_Bytes - delegate_in: [polygon_Bytes!] - delegate_not_in: [polygon_Bytes!] - delegate_contains: polygon_Bytes - delegate_not_contains: polygon_Bytes + to: 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: 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 + 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 + slippage_lt: BigInt + slippage_gte: BigInt + 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 bridgedAmt: BigInt bridgedAmt_not: BigInt bridgedAmt_gt: BigInt @@ -115794,16 +114393,16 @@ input polygon_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: polygon_Bytes - canonicalId_not: polygon_Bytes - canonicalId_gt: polygon_Bytes - canonicalId_lt: polygon_Bytes - canonicalId_gte: polygon_Bytes - canonicalId_lte: polygon_Bytes - canonicalId_in: [polygon_Bytes!] - canonicalId_not_in: [polygon_Bytes!] - canonicalId_contains: polygon_Bytes - canonicalId_not_contains: polygon_Bytes + canonicalId: 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 @@ -115824,17 +114423,17 @@ input polygon_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: polygon_Asset_filter - transactingAsset: polygon_Bytes - transactingAsset_not: polygon_Bytes - transactingAsset_gt: polygon_Bytes - transactingAsset_lt: polygon_Bytes - transactingAsset_gte: polygon_Bytes - transactingAsset_lte: polygon_Bytes - transactingAsset_in: [polygon_Bytes!] - transactingAsset_not_in: [polygon_Bytes!] - transactingAsset_contains: polygon_Bytes - transactingAsset_not_contains: polygon_Bytes + asset_: 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 @@ -115855,7 +114454,7 @@ input polygon_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: polygon_OriginMessage_filter + message_: mode_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -115870,37 +114469,37 @@ input polygon_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: polygon_RelayerFee_filter - initialRelayerFeeAsset: polygon_Bytes - initialRelayerFeeAsset_not: polygon_Bytes - initialRelayerFeeAsset_gt: polygon_Bytes - initialRelayerFeeAsset_lt: polygon_Bytes - initialRelayerFeeAsset_gte: polygon_Bytes - initialRelayerFeeAsset_lte: polygon_Bytes - initialRelayerFeeAsset_in: [polygon_Bytes!] - initialRelayerFeeAsset_not_in: [polygon_Bytes!] - initialRelayerFeeAsset_contains: polygon_Bytes - initialRelayerFeeAsset_not_contains: polygon_Bytes - caller: polygon_Bytes - caller_not: polygon_Bytes - caller_gt: polygon_Bytes - caller_lt: polygon_Bytes - caller_gte: polygon_Bytes - caller_lte: polygon_Bytes - caller_in: [polygon_Bytes!] - caller_not_in: [polygon_Bytes!] - caller_contains: polygon_Bytes - caller_not_contains: polygon_Bytes - transactionHash: polygon_Bytes - transactionHash_not: polygon_Bytes - transactionHash_gt: polygon_Bytes - transactionHash_lt: polygon_Bytes - transactionHash_gte: polygon_Bytes - transactionHash_lte: polygon_Bytes - transactionHash_in: [polygon_Bytes!] - transactionHash_not_in: [polygon_Bytes!] - transactionHash_contains: polygon_Bytes - transactionHash_not_contains: polygon_Bytes + relayerFees_: 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 @@ -115933,16 +114532,16 @@ input polygon_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: polygon_Bytes - txOrigin_not: polygon_Bytes - txOrigin_gt: polygon_Bytes - txOrigin_lt: polygon_Bytes - txOrigin_gte: polygon_Bytes - txOrigin_lte: polygon_Bytes - txOrigin_in: [polygon_Bytes!] - txOrigin_not_in: [polygon_Bytes!] - txOrigin_contains: polygon_Bytes - txOrigin_not_contains: polygon_Bytes + txOrigin: 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 @@ -115952,12 +114551,12 @@ input polygon_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_OriginTransfer_filter] - or: [polygon_OriginTransfer_filter] + _change_block: mode_BlockChangedFilter + and: [mode_OriginTransfer_filter] + or: [mode_OriginTransfer_filter] } -enum polygon_OriginTransfer_orderBy { +enum mode_OriginTransfer_orderBy { id chainId transferId @@ -116010,20 +114609,20 @@ enum polygon_OriginTransfer_orderBy { txNonce } -type polygon_Relayer { +type mode_Relayer { id: ID! isActive: Boolean! - relayer: polygon_Bytes + relayer: mode_Bytes } -type polygon_RelayerFee { +type mode_RelayerFee { id: ID! - transfer: polygon_OriginTransfer! + transfer: mode_OriginTransfer! fee: BigInt! - asset: polygon_Bytes! + asset: mode_Bytes! } -input polygon_RelayerFee_filter { +input mode_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -116052,7 +114651,7 @@ input polygon_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: polygon_OriginTransfer_filter + transfer_: mode_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -116061,23 +114660,23 @@ input polygon_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: polygon_Bytes - asset_not: polygon_Bytes - asset_gt: polygon_Bytes - asset_lt: polygon_Bytes - asset_gte: polygon_Bytes - asset_lte: polygon_Bytes - asset_in: [polygon_Bytes!] - asset_not_in: [polygon_Bytes!] - asset_contains: polygon_Bytes - asset_not_contains: polygon_Bytes + asset: 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: polygon_BlockChangedFilter - and: [polygon_RelayerFee_filter] - or: [polygon_RelayerFee_filter] + _change_block: mode_BlockChangedFilter + and: [mode_RelayerFee_filter] + or: [mode_RelayerFee_filter] } -enum polygon_RelayerFee_orderBy { +enum mode_RelayerFee_orderBy { id transfer transfer__id @@ -116113,20 +114712,20 @@ enum polygon_RelayerFee_orderBy { asset } -type polygon_RelayerFeesIncrease { +type mode_RelayerFeesIncrease { id: ID! - transfer: polygon_OriginTransfer! + transfer: mode_OriginTransfer! increase: BigInt - asset: polygon_Bytes - caller: polygon_Bytes! - transactionHash: polygon_Bytes! + asset: mode_Bytes + caller: mode_Bytes! + transactionHash: mode_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygon_RelayerFeesIncrease_filter { +input mode_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -116155,7 +114754,7 @@ input polygon_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: polygon_OriginTransfer_filter + transfer_: mode_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -116163,821 +114762,37 @@ input polygon_RelayerFeesIncrease_filter { 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!] - """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RelayerFeesIncrease_filter] - or: [polygon_RelayerFeesIncrease_filter] -} - -enum polygon_RelayerFeesIncrease_orderBy { - id - transfer - transfer__id - transfer__chainId - transfer__transferId - transfer__nonce - transfer__status - transfer__messageHash - transfer__originDomain - transfer__destinationDomain - transfer__canonicalDomain - transfer__to - transfer__delegate - transfer__receiveLocal - transfer__callData - transfer__slippage - transfer__originSender - transfer__bridgedAmt - transfer__normalizedIn - transfer__canonicalId - transfer__transactingAsset - transfer__bumpRelayerFeeCount - transfer__initialRelayerFeeAsset - transfer__caller - transfer__transactionHash - transfer__timestamp - transfer__gasPrice - transfer__gasLimit - transfer__blockNumber - transfer__txOrigin - transfer__txNonce - increase - asset - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -input polygon_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: 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: polygon_BlockChangedFilter - and: [polygon_Relayer_filter] - or: [polygon_Relayer_filter] -} - -enum polygon_Relayer_orderBy { - id - isActive - relayer -} - -type polygon_RootCount { - id: ID! - count: BigInt -} - -input polygon_RootCount_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] - """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_RootCount_filter] - or: [polygon_RootCount_filter] -} - -enum polygon_RootCount_orderBy { - id - count -} - -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!] - 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_RootMessageSent_filter] - or: [polygon_RootMessageSent_filter] -} - -enum polygon_RootMessageSent_orderBy { - id - spokeDomain - hubDomain - root - count - caller - transactionHash - timestamp - gasPrice - gasLimit - blockNumber -} - -type polygon_Router { - id: ID! - isActive: Boolean! - owner: polygon_Bytes - recipient: polygon_Bytes - proposedOwner: polygon_Bytes - proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: polygon_AssetBalance_orderBy, orderDirection: polygon_OrderDirection, where: polygon_AssetBalance_filter): [polygon_AssetBalance!]! -} - -type 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 - 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_: 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: polygon_BlockChangedFilter - and: [polygon_RouterDailyTVL_filter] - or: [polygon_RouterDailyTVL_filter] -} - -enum polygon_RouterDailyTVL_orderBy { - id - router - router__id - router__isActive - router__owner - router__recipient - router__proposedOwner - router__proposedTimestamp - asset - asset__id - asset__key - asset__decimal - asset__adoptedDecimal - asset__canonicalId - asset__canonicalDomain - asset__adoptedAsset - asset__localAsset - asset__blockNumber - timestamp - balance -} - -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 + 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 timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -117011,12 +114826,12 @@ input polygon_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_BlockChangedFilter - and: [polygon_SlippageUpdate_filter] - or: [polygon_SlippageUpdate_filter] + _change_block: mode_BlockChangedFilter + and: [mode_RelayerFeesIncrease_filter] + or: [mode_RelayerFeesIncrease_filter] } -enum polygon_SlippageUpdate_orderBy { +enum mode_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -117024,6 +114839,7 @@ enum polygon_SlippageUpdate_orderBy { transfer__transferId transfer__nonce transfer__status + transfer__messageHash transfer__originDomain transfer__destinationDomain transfer__canonicalDomain @@ -117032,30 +114848,23 @@ enum polygon_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 @@ -117064,87 +114873,7 @@ enum polygon_SlippageUpdate_orderBy { 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 { +input mode_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -117153,81 +114882,38 @@ 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 + 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: polygon_BlockChangedFilter - and: [polygon_SpokeConnectorMode_filter] - or: [polygon_SpokeConnectorMode_filter] + _change_block: mode_BlockChangedFilter + and: [mode_Relayer_filter] + or: [mode_Relayer_filter] } -enum polygon_SpokeConnectorMode_orderBy { +enum mode_Relayer_orderBy { id - mode -} - -enum polygon_TransferStatus { - XCalled - Executed - Reconciled - CompletedSlow - CompletedFast -} - -type polygon__Block_ { - """The hash of the block""" - hash: polygon_Bytes - """The block number""" - number: Int! - """Integer representation of the timestamp stored in blocks for the chain""" - timestamp: Int - """The hash of the parent block""" - parentHash: polygon_Bytes -} - -"""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! + isActive + relayer } -type stagingmainnet_AggregateRootSavedSlow { +type mode_RootCount { id: ID! - aggregateRoot: stagingmainnet_Bytes! - count: BigInt! - aggregatedRoots: [stagingmainnet_Bytes!] - rootTimestamp: BigInt! + count: BigInt } -input stagingmainnet_AggregateRootSavedSlow_filter { +input mode_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -117236,16 +114922,6 @@ input stagingmainnet_AggregateRootSavedSlow_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 count: BigInt count_not: BigInt count_gt: BigInt @@ -117254,444 +114930,32 @@ input stagingmainnet_AggregateRootSavedSlow_filter { 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] + _change_block: mode_BlockChangedFilter + and: [mode_RootCount_filter] + or: [mode_RootCount_filter] } -enum stagingmainnet_AggregateRootSavedSlow_orderBy { +enum mode_RootCount_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 { +type mode_RootMessageSent { 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! + root: mode_Bytes + count: BigInt + caller: mode_Bytes + transactionHash: mode_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input stagingmainnet_GnosisConnectorMeta_filter { +input mode_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -117716,110 +114980,44 @@ input stagingmainnet_GnosisConnectorMeta_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 - """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 + 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 timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -117828,6 +115026,22 @@ input stagingmainnet_HubOptimisticRootFinalized_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -117837,34 +115051,44 @@ input stagingmainnet_HubOptimisticRootFinalized_filter { 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] + _change_block: mode_BlockChangedFilter + and: [mode_RootMessageSent_filter] + or: [mode_RootMessageSent_filter] } -enum stagingmainnet_HubOptimisticRootFinalized_orderBy { +enum mode_RootMessageSent_orderBy { id - aggregateRoot + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp + gasPrice + gasLimit blockNumber } -""" -8 bytes signed integer - -""" -scalar stagingmainnet_Int8 +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!]! +} -type stagingmainnet_LineaConnectorMeta { +type mode_RouterDailyTVL { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! + router: mode_Router! + asset: mode_Asset! + timestamp: BigInt! + balance: BigInt! } -input stagingmainnet_LineaConnectorMeta_filter { +input mode_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -117873,77 +115097,113 @@ input stagingmainnet_LineaConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: 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 + 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 + 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_LineaConnectorMeta_filter] - or: [stagingmainnet_LineaConnectorMeta_filter] + _change_block: mode_BlockChangedFilter + and: [mode_RouterDailyTVL_filter] + or: [mode_RouterDailyTVL_filter] +} + +enum mode_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 } -enum stagingmainnet_LineaConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector +type mode_RouterLiquidityEvent { + id: ID! + type: mode_RouterLiquidityEventType + router: mode_Router! + asset: mode_Asset! + amount: BigInt! + balance: BigInt! + caller: mode_Bytes + blockNumber: BigInt! + timestamp: BigInt! + transactionHash: mode_Bytes! + nonce: BigInt! } -type stagingmainnet_MantleConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! +enum mode_RouterLiquidityEventType { + Add + Remove } -input stagingmainnet_MantleConnectorMeta_filter { +input mode_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -117952,77 +115212,148 @@ input stagingmainnet_MantleConnectorMeta_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: 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 + 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!] + 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: 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 + 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_MantleConnectorMeta_filter] - or: [stagingmainnet_MantleConnectorMeta_filter] + _change_block: mode_BlockChangedFilter + and: [mode_RouterLiquidityEvent_filter] + or: [mode_RouterLiquidityEvent_filter] } -enum stagingmainnet_MantleConnectorMeta_orderBy { +enum mode_RouterLiquidityEvent_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! + 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_MetisConnectorMeta_filter { +input mode_Router_filter { id: ID id_not: ID id_gt: ID @@ -118031,77 +115362,72 @@ input stagingmainnet_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: 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 + isActive: Boolean + 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 """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_MetisConnectorMeta_filter] - or: [stagingmainnet_MetisConnectorMeta_filter] + _change_block: mode_BlockChangedFilter + and: [mode_Router_filter] + or: [mode_Router_filter] } -enum stagingmainnet_MetisConnectorMeta_orderBy { +enum mode_Router_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + isActive + owner + recipient + proposedOwner + proposedTimestamp + assetBalances } -type stagingmainnet_ModeConnectorMeta { +type mode_Sequencer { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! + isActive: Boolean! + sequencer: mode_Bytes } -input stagingmainnet_ModeConnectorMeta_filter { +input mode_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -118110,77 +115436,39 @@ input stagingmainnet_ModeConnectorMeta_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: 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 + 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 """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_ModeConnectorMeta_filter] - or: [stagingmainnet_ModeConnectorMeta_filter] + _change_block: mode_BlockChangedFilter + and: [mode_Sequencer_filter] + or: [mode_Sequencer_filter] } -enum stagingmainnet_ModeConnectorMeta_orderBy { +enum mode_Sequencer_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + isActive + sequencer } -type stagingmainnet_OptimismConnectorMeta { +type mode_Setting { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! + maxRoutersPerTransfer: BigInt! + caller: mode_Bytes! } -input stagingmainnet_OptimismConnectorMeta_filter { +input mode_Setting_filter { id: ID id_not: ID id_gt: ID @@ -118189,76 +115477,49 @@ input stagingmainnet_OptimismConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: 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 + 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 """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_OptimismConnectorMeta_filter] - or: [stagingmainnet_OptimismConnectorMeta_filter] + _change_block: mode_BlockChangedFilter + and: [mode_Setting_filter] + or: [mode_Setting_filter] } -enum stagingmainnet_OptimismConnectorMeta_orderBy { +enum mode_Setting_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + maxRoutersPerTransfer + caller } -type stagingmainnet_OptimisticRootPropagated { +type mode_SlippageUpdate { id: ID! - aggregateRoot: stagingmainnet_Bytes! - domainsHash: stagingmainnet_Bytes! + transfer: mode_DestinationTransfer! + slippage: BigInt! + caller: mode_Bytes! + transactionHash: mode_Bytes! timestamp: BigInt! - blockNumber: BigInt + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input stagingmainnet_OptimisticRootPropagated_filter { +input mode_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -118267,26 +115528,55 @@ input stagingmainnet_OptimisticRootPropagated_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 - 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 + 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 timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -118295,6 +115585,22 @@ input stagingmainnet_OptimisticRootPropagated_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -118304,31 +115610,69 @@ input stagingmainnet_OptimisticRootPropagated_filter { 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] + _change_block: mode_BlockChangedFilter + and: [mode_SlippageUpdate_filter] + or: [mode_SlippageUpdate_filter] } -enum stagingmainnet_OptimisticRootPropagated_orderBy { +enum mode_SlippageUpdate_orderBy { id - aggregateRoot - domainsHash + 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_OptimisticRootProposed { +type mode_SnapshotRoot { id: ID! - disputeCliff: BigInt! - aggregateRoot: stagingmainnet_Bytes! - snapshotsRoots: [stagingmainnet_Bytes!] - domains: [BigInt!] - baseAggregateRoot: stagingmainnet_Bytes! + spokeDomain: BigInt + root: mode_Bytes! + count: BigInt! timestamp: BigInt! - blockNumber: BigInt + blockNumber: BigInt! } -input stagingmainnet_OptimisticRootProposed_filter { +input mode_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -118337,46 +115681,32 @@ input stagingmainnet_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: 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 + 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!] timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -118394,38 +115724,26 @@ input stagingmainnet_OptimisticRootProposed_filter { 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] + _change_block: mode_BlockChangedFilter + and: [mode_SnapshotRoot_filter] + or: [mode_SnapshotRoot_filter] } -enum stagingmainnet_OptimisticRootProposed_orderBy { +enum mode_SnapshotRoot_orderBy { id - disputeCliff - aggregateRoot - snapshotsRoots - domains - baseAggregateRoot + spokeDomain + root + count timestamp blockNumber } -"""Defines the order direction, either ascending or descending""" -enum stagingmainnet_OrderDirection { - asc - desc -} - -type stagingmainnet_PolygonConnectorMeta { +type mode_SpokeConnectorMode { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! + mode: String! } -input stagingmainnet_PolygonConnectorMeta_filter { +input mode_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -118434,154 +115752,87 @@ input stagingmainnet_PolygonConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: 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 + 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_PolygonConnectorMeta_filter] - or: [stagingmainnet_PolygonConnectorMeta_filter] + _change_block: mode_BlockChangedFilter + and: [mode_SpokeConnectorMode_filter] + or: [mode_SpokeConnectorMode_filter] } -enum stagingmainnet_PolygonConnectorMeta_orderBy { +enum mode_SpokeConnectorMode_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + mode } -type stagingmainnet_PolygonZkConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! +enum mode_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast } -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] +type mode__Block_ { + """The hash of the block""" + hash: mode_Bytes + """The block number""" + number: Int! + """Integer representation of the timestamp stored in blocks for the chain""" + timestamp: Int } -enum stagingmainnet_PolygonZkConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector +"""The type for the top-level _meta field""" +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 + a block number. It will be filled if the _meta field has no block constraint + and therefore asks for the latest block + + """ + block: mode__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! } -type stagingmainnet_RootAggregated { +type stagingmetis_AggregateRoot { + id: ID! + root: stagingmetis_Bytes! + blockNumber: BigInt! +} + +type stagingmetis_AggregateRootProposed { id: ID! + aggregateRoot: stagingmetis_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! domain: BigInt! - receivedRoot: stagingmainnet_Bytes! - index: BigInt! + timestamp: BigInt! + blockNumber: BigInt } -input stagingmainnet_RootAggregated_filter { +input stagingmetis_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -118590,6 +115841,32 @@ input stagingmainnet_RootAggregated_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 + 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 @@ -118598,44 +115875,39 @@ input stagingmainnet_RootAggregated_filter { 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!] + 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_RootAggregated_filter] - or: [stagingmainnet_RootAggregated_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_AggregateRootProposed_filter] + or: [stagingmetis_AggregateRootProposed_filter] } -enum stagingmainnet_RootAggregated_orderBy { +enum stagingmetis_AggregateRootProposed_orderBy { id + aggregateRoot + rootTimestamp + endOfDispute domain - receivedRoot - index -} - -type stagingmainnet_RootManagerMeta { - id: ID! - domains: [BigInt!] - connectors: [stagingmainnet_Bytes!] + timestamp + blockNumber } -input stagingmainnet_RootManagerMeta_filter { +input stagingmetis_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -118644,36 +115916,61 @@ input stagingmainnet_RootManagerMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - connectors: [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!] + 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: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RootManagerMeta_filter] - or: [stagingmainnet_RootManagerMeta_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_AggregateRoot_filter] + or: [stagingmetis_AggregateRoot_filter] } -enum stagingmainnet_RootManagerMeta_orderBy { +enum stagingmetis_AggregateRoot_orderBy { id - domains - connectors + root + blockNumber } -type stagingmainnet_RootManagerMode { +type stagingmetis_Asset { id: ID! - mode: String! + key: stagingmetis_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingmetis_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingmetis_Bytes + localAsset: stagingmetis_Bytes + blockNumber: BigInt + status: stagingmetis_AssetStatus } -input stagingmainnet_RootManagerMode_filter { +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 @@ -118682,51 +115979,126 @@ input stagingmainnet_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 + 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: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RootManagerMode_filter] - or: [stagingmainnet_RootManagerMode_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_AssetBalance_filter] + or: [stagingmetis_AssetBalance_filter] } -enum stagingmainnet_RootManagerMode_orderBy { +enum stagingmetis_AssetBalance_orderBy { id - mode + 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_RootMessageProcessed { +type stagingmetis_AssetStatus { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: stagingmainnet_Bytes - caller: stagingmainnet_Bytes - transactionHash: stagingmainnet_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt - blockNumber: BigInt + status: Boolean } -input stagingmainnet_RootMessageProcessed_filter { +input stagingmetis_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -118735,112 +116107,22 @@ input stagingmainnet_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: 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!] + status: Boolean + status_not: Boolean + status_in: [Boolean!] + status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RootMessageProcessed_filter] - or: [stagingmainnet_RootMessageProcessed_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_AssetStatus_filter] + or: [stagingmetis_AssetStatus_filter] } -enum stagingmainnet_RootMessageProcessed_orderBy { +enum stagingmetis_AssetStatus_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 + status } -input stagingmainnet_RootPropagated_filter { +input stagingmetis_Asset_filter { id: ID id_not: ID id_gt: ID @@ -118849,34 +116131,70 @@ input stagingmainnet_RootPropagated_filter { 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!] + 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 @@ -118885,109 +116203,72 @@ input stagingmainnet_RootPropagated_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_: stagingmetis_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RootPropagated_filter] - or: [stagingmainnet_RootPropagated_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Asset_filter] + or: [stagingmetis_Asset_filter] } -enum stagingmainnet_RootPropagated_orderBy { +enum stagingmetis_Asset_orderBy { id - aggregate - domainsHash - count + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset blockNumber + status + status__id + status__status } -type stagingmainnet_ScrollConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! -} +scalar stagingmetis_BigDecimal -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] +input stagingmetis_BlockChangedFilter { + number_gte: Int! } -enum stagingmainnet_ScrollConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector +input stagingmetis_Block_height { + hash: stagingmetis_Bytes + number: Int + number_gte: Int } -type stagingmainnet_XlayerConnectorMeta { +scalar stagingmetis_Bytes + +type stagingmetis_ConnectorMeta { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingmetis_Bytes + rootManager: stagingmetis_Bytes + mirrorConnector: stagingmetis_Bytes } -input stagingmainnet_XlayerConnectorMeta_filter { +input stagingmetis_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -119012,43 +116293,43 @@ input stagingmainnet_XlayerConnectorMeta_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: 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: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_XlayerConnectorMeta_filter] - or: [stagingmainnet_XlayerConnectorMeta_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_ConnectorMeta_filter] + or: [stagingmetis_ConnectorMeta_filter] } -enum stagingmainnet_XlayerConnectorMeta_orderBy { +enum stagingmetis_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -119057,16 +116338,48 @@ enum stagingmainnet_XlayerConnectorMeta_orderBy { mirrorConnector } -type stagingmainnet_ZkSyncConnectorMeta { +type stagingmetis_DestinationTransfer { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: stagingmainnet_Bytes! - rootManager: stagingmainnet_Bytes! - mirrorConnector: stagingmainnet_Bytes! + 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 stagingmainnet_ZkSyncConnectorMeta_filter { +input stagingmetis_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -119075,136 +116388,400 @@ input stagingmainnet_ZkSyncConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: 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 + 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: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_ZkSyncConnectorMeta_filter] - or: [stagingmainnet_ZkSyncConnectorMeta_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_DestinationTransfer_filter] + or: [stagingmetis_DestinationTransfer_filter] } -enum stagingmainnet_ZkSyncConnectorMeta_orderBy { +enum stagingmetis_DestinationTransfer_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 base_swap_Aggregation_interval { - hour - day -} - -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 + 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 } -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!]! -} +scalar stagingmetis_Int8 -type base_swap_LpAccountBalance { +type stagingmetis_OptimisticRootFinalized { id: ID! - account: base_swap_LpAccount! - token: base_swap_LpToken! - amount: base_swap_BigDecimal! - block: BigInt - modified: BigInt - transaction: base_swap_Bytes + aggregateRoot: stagingmetis_Bytes! + timestamp: BigInt! + blockNumber: BigInt } -input base_swap_LpAccountBalance_filter { +input stagingmetis_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -119213,107 +116790,65 @@ input base_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_: 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 + 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: base_swap_BlockChangedFilter - and: [base_swap_LpAccountBalance_filter] - or: [base_swap_LpAccountBalance_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_OptimisticRootFinalized_filter] + or: [stagingmetis_OptimisticRootFinalized_filter] } -enum base_swap_LpAccountBalance_orderBy { +enum stagingmetis_OptimisticRootFinalized_orderBy { id - account - account__id - account__address - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block - modified - transaction + aggregateRoot + timestamp + blockNumber } -input base_swap_LpAccount_filter { +"""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 @@ -119322,51 +116857,158 @@ 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 + 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: base_swap_BlockChangedFilter - and: [base_swap_LpAccount_filter] - or: [base_swap_LpAccount_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_OriginMessage_filter] + or: [stagingmetis_OriginMessage_filter] } -enum base_swap_LpAccount_orderBy { +enum stagingmetis_OriginMessage_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!]! + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -interface base_swap_LpTokenEvent { +type stagingmetis_OriginTransfer { id: ID! - token: base_swap_LpToken! - amount: base_swap_BigDecimal! - block: BigInt! - timestamp: BigInt! - transaction: base_swap_Bytes! - nonce: BigInt! + 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 base_swap_LpTokenEvent_filter { +input stagingmetis_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -119375,61 +117017,24 @@ input base_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_: 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 + 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 @@ -119438,29 +117043,342 @@ input base_swap_LpTokenEvent_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 + 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: base_swap_BlockChangedFilter - and: [base_swap_LpTokenEvent_filter] - or: [base_swap_LpTokenEvent_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_OriginTransfer_filter] + or: [stagingmetis_OriginTransfer_filter] } -enum base_swap_LpTokenEvent_orderBy { +enum stagingmetis_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 base_swap_LpToken_filter { +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 @@ -119469,142 +117387,101 @@ 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 - stableSwap: String - stableSwap_not: String - stableSwap_gt: String - stableSwap_lt: String - stableSwap_gte: String - stableSwap_lte: String - stableSwap_in: [String!] - stableSwap_not_in: [String!] - stableSwap_contains: String - stableSwap_contains_nocase: String - stableSwap_not_contains: String - stableSwap_not_contains_nocase: String - stableSwap_starts_with: String - stableSwap_starts_with_nocase: String - stableSwap_not_starts_with: String - stableSwap_not_starts_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 + 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: base_swap_BlockChangedFilter - and: [base_swap_LpToken_filter] - or: [base_swap_LpToken_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_RelayerFee_filter] + or: [stagingmetis_RelayerFee_filter] } -enum base_swap_LpToken_orderBy { +enum stagingmetis_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 base_swap_LpTransferEvent implements base_swap_LpTokenEvent { +type stagingmetis_RelayerFeesIncrease { 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! - block: BigInt! + transfer: stagingmetis_OriginTransfer! + increase: BigInt + asset: stagingmetis_Bytes + caller: stagingmetis_Bytes! + transactionHash: stagingmetis_Bytes! timestamp: BigInt! - transaction: base_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input base_swap_LpTransferEvent_filter { +input stagingmetis_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -119613,79 +117490,65 @@ input base_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_: 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!] + 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 @@ -119694,62 +117557,79 @@ 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 - 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: base_swap_BlockChangedFilter - and: [base_swap_LpTransferEvent_filter] - or: [base_swap_LpTransferEvent_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_RelayerFeesIncrease_filter] + or: [stagingmetis_RelayerFeesIncrease_filter] } -enum base_swap_LpTransferEvent_orderBy { +enum stagingmetis_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 base_swap_OrderDirection { - asc - desc -} - -type base_swap_PooledToken { - id: ID! - asset: base_swap_Bytes! + gasPrice + gasLimit + blockNumber } -input base_swap_PooledToken_filter { +input stagingmetis_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -119758,72 +117638,38 @@ 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 + 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: base_swap_BlockChangedFilter - and: [base_swap_PooledToken_filter] - or: [base_swap_PooledToken_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Relayer_filter] + or: [stagingmetis_Relayer_filter] } -enum base_swap_PooledToken_orderBy { +enum stagingmetis_Relayer_orderBy { id - asset -} - -type base_swap_StableSwap { - id: ID! - 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!] + isActive + relayer } -type base_swap_StableSwapAddLiquidityEvent implements base_swap_StableSwapEvent { +type stagingmetis_RootCount { 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! + count: BigInt } -input base_swap_StableSwapAddLiquidityEvent_filter { +input stagingmetis_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -119832,161 +117678,40 @@ input base_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_: 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 - 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!] + 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_swap_BlockChangedFilter - and: [base_swap_StableSwapAddLiquidityEvent_filter] - or: [base_swap_StableSwapAddLiquidityEvent_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_RootCount_filter] + or: [stagingmetis_RootCount_filter] } -enum base_swap_StableSwapAddLiquidityEvent_orderBy { +enum stagingmetis_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 base_swap_StableSwapEvent { +type stagingmetis_RootMessageSent { id: ID! - stableSwap: base_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: base_swap_Bytes! - nonce: BigInt! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingmetis_Bytes + count: BigInt + caller: stagingmetis_Bytes + transactionHash: stagingmetis_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input base_swap_StableSwapEvent_filter { +input stagingmetis_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -119995,35 +117720,60 @@ input base_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_: 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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 @@ -120032,72 +117782,69 @@ 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 - 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: base_swap_BlockChangedFilter - and: [base_swap_StableSwapEvent_filter] - or: [base_swap_StableSwapEvent_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_RootMessageSent_filter] + or: [stagingmetis_RootMessageSent_filter] } -enum base_swap_StableSwapEvent_orderBy { +enum stagingmetis_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 base_swap_StableSwapExchange { +type stagingmetis_Router { id: ID! - stableSwap: base_swap_StableSwap! - buyer: base_swap_Bytes! - boughtId: BigInt! - tokensBought: BigInt! - soldId: BigInt! - tokensSold: BigInt! - balances: [BigInt!]! - fee: BigInt! - block: BigInt! + 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! - transaction: base_swap_Bytes! - nonce: BigInt! + balance: BigInt! } -input base_swap_StableSwapExchange_filter { +input stagingmetis_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -120106,91 +117853,48 @@ input base_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_: 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!] + 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 @@ -120199,79 +117903,63 @@ 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 - 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: base_swap_BlockChangedFilter - and: [base_swap_StableSwapExchange_filter] - or: [base_swap_StableSwapExchange_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_RouterDailyTVL_filter] + or: [stagingmetis_RouterDailyTVL_filter] } -enum base_swap_StableSwapExchange_orderBy { +enum stagingmetis_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 base_swap_StableSwapRemoveLiquidityEvent implements base_swap_StableSwapEvent { +type stagingmetis_RouterLiquidityEvent { id: ID! - stableSwap: base_swap_StableSwap! - provider: base_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + type: stagingmetis_RouterLiquidityEventType + router: stagingmetis_Router! + asset: stagingmetis_Asset! + amount: BigInt! + balance: BigInt! + caller: stagingmetis_Bytes + blockNumber: BigInt! timestamp: BigInt! - transaction: base_swap_Bytes! + transactionHash: stagingmetis_Bytes! nonce: BigInt! } -input base_swap_StableSwapRemoveLiquidityEvent_filter { +enum stagingmetis_RouterLiquidityEventType { + Add + Remove +} + +input stagingmetis_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -120280,87 +117968,86 @@ input base_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_: 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!] + 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 @@ -120369,16 +118056,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 + 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 @@ -120388,44 +118075,41 @@ 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: stagingmetis_BlockChangedFilter + and: [stagingmetis_RouterLiquidityEvent_filter] + or: [stagingmetis_RouterLiquidityEvent_filter] } -enum base_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum stagingmetis_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 base_swap_StableSwap_filter { +input stagingmetis_Router_filter { id: ID id_not: ID id_gt: ID @@ -120438,197 +118122,68 @@ 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 - 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 + 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: base_swap_BlockChangedFilter - and: [base_swap_StableSwap_filter] - or: [base_swap_StableSwap_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Router_filter] + or: [stagingmetis_Router_filter] } -enum base_swap_StableSwap_orderBy { +enum stagingmetis_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 base_swap_SwapDailyVolume implements base_swap_SwapTradeVolume { +type stagingmetis_Sequencer { id: ID! - stableSwap: base_swap_StableSwap! - timestamp: BigInt! - volume: base_swap_BigDecimal! + isActive: Boolean! + sequencer: stagingmetis_Bytes } -input base_swap_SwapDailyVolume_filter { +input stagingmetis_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -120637,80 +118192,39 @@ input base_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_: 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!] + 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: base_swap_BlockChangedFilter - and: [base_swap_SwapDailyVolume_filter] - or: [base_swap_SwapDailyVolume_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Sequencer_filter] + or: [stagingmetis_Sequencer_filter] } -enum base_swap_SwapDailyVolume_orderBy { +enum stagingmetis_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 base_swap_SwapHourlyVolume implements base_swap_SwapTradeVolume { +type stagingmetis_Setting { id: ID! - stableSwap: base_swap_StableSwap! - timestamp: BigInt! - volume: base_swap_BigDecimal! + maxRoutersPerTransfer: BigInt! + caller: stagingmetis_Bytes! } -input base_swap_SwapHourlyVolume_filter { +input stagingmetis_Setting_filter { id: ID id_not: ID id_gt: ID @@ -120719,100 +118233,106 @@ input base_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_: 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!] + 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: base_swap_BlockChangedFilter - and: [base_swap_SwapHourlyVolume_filter] - or: [base_swap_SwapHourlyVolume_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_Setting_filter] + or: [stagingmetis_Setting_filter] } -enum base_swap_SwapHourlyVolume_orderBy { +enum stagingmetis_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 base_swap_SwapTradeVolume { - stableSwap: base_swap_StableSwap! +type stagingmetis_SlippageUpdate { + id: ID! + transfer: stagingmetis_DestinationTransfer! + slippage: BigInt! + caller: stagingmetis_Bytes! + transactionHash: stagingmetis_Bytes! timestamp: BigInt! - volume: base_swap_BigDecimal! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -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 +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 @@ -120821,50 +118341,94 @@ 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!] + 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_swap_BlockChangedFilter - and: [base_swap_SwapTradeVolume_filter] - or: [base_swap_SwapTradeVolume_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_SlippageUpdate_filter] + or: [stagingmetis_SlippageUpdate_filter] } -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 +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 - volume + gasPrice + gasLimit + blockNumber } -type base_swap_SwapWeeklyVolume implements base_swap_SwapTradeVolume { +type stagingmetis_SnapshotRoot { id: ID! - stableSwap: base_swap_StableSwap! + spokeDomain: BigInt + root: stagingmetis_Bytes! + count: BigInt! timestamp: BigInt! - volume: base_swap_BigDecimal! + blockNumber: BigInt! } -input base_swap_SwapWeeklyVolume_filter { +input stagingmetis_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -120873,27 +118437,32 @@ input base_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_: base_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: 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 @@ -120902,50 +118471,35 @@ 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!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + 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_swap_BlockChangedFilter - and: [base_swap_SwapWeeklyVolume_filter] - or: [base_swap_SwapWeeklyVolume_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_SnapshotRoot_filter] + or: [stagingmetis_SnapshotRoot_filter] } -enum base_swap_SwapWeeklyVolume_orderBy { +enum stagingmetis_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 base_swap_SystemInfo { +type stagingmetis_SpokeConnectorMode { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + mode: String! } -input base_swap_SystemInfo_filter { +input stagingmetis_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -120954,47 +118508,56 @@ input base_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: base_swap_BlockChangedFilter - and: [base_swap_SystemInfo_filter] - or: [base_swap_SystemInfo_filter] + _change_block: stagingmetis_BlockChangedFilter + and: [stagingmetis_SpokeConnectorMode_filter] + or: [stagingmetis_SpokeConnectorMode_filter] } -enum base_swap_SystemInfo_orderBy { +enum stagingmetis_SpokeConnectorMode_orderBy { id - exchangeCount - swapCount + mode } -type base_swap__Block_ { +enum stagingmetis_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingmetis__Block_ { """The hash of the block""" - hash: base_swap_Bytes + hash: stagingmetis_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 } """The type for the top-level _meta field""" -type base_swap__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 @@ -121002,7 +118565,7 @@ type base_swap__Meta_ { and therefore asks for the latest block """ - block: base_swap__Block_! + block: stagingmetis__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" @@ -123772,15 +121335,15 @@ type avalanche__Meta_ { hasIndexingErrors: Boolean! } -type polygonzkevm_AggregateRoot { +type stagingmainnet_AggregateRoot { id: ID! - root: polygonzkevm_Bytes! + root: stagingmainnet_Bytes! blockNumber: BigInt! } -type polygonzkevm_AggregateRootProposed { +type stagingmainnet_AggregateRootProposed { id: ID! - aggregateRoot: polygonzkevm_Bytes! + aggregateRoot: stagingmainnet_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -123788,7 +121351,7 @@ type polygonzkevm_AggregateRootProposed { blockNumber: BigInt } -input polygonzkevm_AggregateRootProposed_filter { +input stagingmainnet_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -123797,16 +121360,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: 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 @@ -123848,12 +121411,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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AggregateRootProposed_filter] + or: [stagingmainnet_AggregateRootProposed_filter] } -enum polygonzkevm_AggregateRootProposed_orderBy { +enum stagingmainnet_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -123863,7 +121426,7 @@ enum polygonzkevm_AggregateRootProposed_orderBy { blockNumber } -input polygonzkevm_AggregateRoot_filter { +input stagingmainnet_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -123872,16 +121435,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: 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 @@ -123891,47 +121454,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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AggregateRoot_filter] + or: [stagingmainnet_AggregateRoot_filter] } -enum polygonzkevm_AggregateRoot_orderBy { +enum stagingmainnet_AggregateRoot_orderBy { id root blockNumber } -enum polygonzkevm_Aggregation_interval { - hour - day -} - -type polygonzkevm_Asset { +type stagingmainnet_Asset { id: ID! - key: polygonzkevm_Bytes + key: stagingmainnet_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: polygonzkevm_Bytes + canonicalId: stagingmainnet_Bytes canonicalDomain: BigInt - adoptedAsset: polygonzkevm_Bytes - localAsset: polygonzkevm_Bytes + adoptedAsset: stagingmainnet_Bytes + localAsset: stagingmainnet_Bytes blockNumber: BigInt - status: polygonzkevm_AssetStatus + status: stagingmainnet_AssetStatus } -type polygonzkevm_AssetBalance { +type stagingmainnet_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: polygonzkevm_Router! - asset: polygonzkevm_Asset! + router: stagingmainnet_Router! + asset: stagingmainnet_Asset! feesEarned: BigInt! } -input polygonzkevm_AssetBalance_filter { +input stagingmainnet_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -123992,7 +121550,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_: stagingmainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -124013,7 +121571,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_: stagingmainnet_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -124023,12 +121581,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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AssetBalance_filter] + or: [stagingmainnet_AssetBalance_filter] } -enum polygonzkevm_AssetBalance_orderBy { +enum stagingmainnet_AssetBalance_orderBy { id amount locked @@ -124054,12 +121612,12 @@ enum polygonzkevm_AssetBalance_orderBy { feesEarned } -type polygonzkevm_AssetStatus { +type stagingmainnet_AssetStatus { id: ID! status: Boolean } -input polygonzkevm_AssetStatus_filter { +input stagingmainnet_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -124073,17 +121631,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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_AssetStatus_filter] + or: [stagingmainnet_AssetStatus_filter] } -enum polygonzkevm_AssetStatus_orderBy { +enum stagingmainnet_AssetStatus_orderBy { id status } -input polygonzkevm_Asset_filter { +input stagingmainnet_Asset_filter { id: ID id_not: ID id_gt: ID @@ -124092,16 +121650,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: 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 @@ -124118,16 +121676,16 @@ 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: 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 @@ -124136,26 +121694,26 @@ input polygonzkevm_Asset_filter { 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 + 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 @@ -124184,14 +121742,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_: stagingmainnet_AssetStatus_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Asset_filter] - or: [polygonzkevm_Asset_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_Asset_filter] + or: [stagingmainnet_Asset_filter] } -enum polygonzkevm_Asset_orderBy { +enum stagingmainnet_Asset_orderBy { id key decimal @@ -124206,30 +121764,16 @@ enum polygonzkevm_Asset_orderBy { status__status } -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 { +type stagingmainnet_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: polygonzkevm_Bytes - rootManager: polygonzkevm_Bytes - mirrorConnector: polygonzkevm_Bytes + amb: stagingmainnet_Bytes + rootManager: stagingmainnet_Bytes + mirrorConnector: stagingmainnet_Bytes } -input polygonzkevm_ConnectorMeta_filter { +input stagingmainnet_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -124254,43 +121798,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: 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_ConnectorMeta_filter] - or: [polygonzkevm_ConnectorMeta_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_ConnectorMeta_filter] + or: [stagingmainnet_ConnectorMeta_filter] } -enum polygonzkevm_ConnectorMeta_orderBy { +enum stagingmainnet_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -124299,48 +121843,48 @@ enum polygonzkevm_ConnectorMeta_orderBy { mirrorConnector } -type polygonzkevm_DestinationTransfer { +type stagingmainnet_DestinationTransfer { id: ID! chainId: BigInt - transferId: polygonzkevm_Bytes + transferId: stagingmainnet_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: 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: polygonzkevm_Bytes - delegate: polygonzkevm_Bytes + to: stagingmainnet_Bytes + delegate: stagingmainnet_Bytes receiveLocal: Boolean - callData: polygonzkevm_Bytes + callData: stagingmainnet_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: polygonzkevm_Bytes + originSender: stagingmainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygonzkevm_Bytes - asset: polygonzkevm_Asset + canonicalId: stagingmainnet_Bytes + asset: stagingmainnet_Asset amount: BigInt routersFee: BigInt - executedCaller: polygonzkevm_Bytes - executedTransactionHash: polygonzkevm_Bytes + executedCaller: stagingmainnet_Bytes + executedTransactionHash: stagingmainnet_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: polygonzkevm_Bytes + executedTxOrigin: stagingmainnet_Bytes executedTxNonce: BigInt - reconciledCaller: polygonzkevm_Bytes - reconciledTransactionHash: polygonzkevm_Bytes + reconciledCaller: stagingmainnet_Bytes + reconciledTransactionHash: stagingmainnet_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: polygonzkevm_Bytes + reconciledTxOrigin: stagingmainnet_Bytes reconciledTxNonce: BigInt } -input polygonzkevm_DestinationTransfer_filter { +input stagingmainnet_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -124357,16 +121901,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: 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 @@ -124375,17 +121919,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: 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_: polygonzkevm_Router_filter + routers_: stagingmainnet_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -124410,40 +121954,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: 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: 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: 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 @@ -124460,16 +122004,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: 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 @@ -124486,16 +122030,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: 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 @@ -124516,7 +122060,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_: stagingmainnet_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -124533,26 +122077,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: 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 @@ -124585,44 +122129,44 @@ 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: 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: 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 + 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 @@ -124655,16 +122199,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: 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 @@ -124674,12 +122218,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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_DestinationTransfer_filter] + or: [stagingmainnet_DestinationTransfer_filter] } -enum polygonzkevm_DestinationTransfer_orderBy { +enum stagingmainnet_DestinationTransfer_orderBy { id chainId transferId @@ -124729,20 +122273,14 @@ enum polygonzkevm_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer - -""" -scalar polygonzkevm_Int8 - -type polygonzkevm_OptimisticRootFinalized { +type stagingmainnet_OptimisticRootFinalized { id: ID! - aggregateRoot: polygonzkevm_Bytes! + aggregateRoot: stagingmainnet_Bytes! timestamp: BigInt! blockNumber: BigInt } -input polygonzkevm_OptimisticRootFinalized_filter { +input stagingmainnet_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -124751,16 +122289,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: 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 @@ -124778,38 +122316,32 @@ 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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OptimisticRootFinalized_filter] + or: [stagingmainnet_OptimisticRootFinalized_filter] } -enum polygonzkevm_OptimisticRootFinalized_orderBy { +enum stagingmainnet_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -"""Defines the order direction, either ascending or descending""" -enum polygonzkevm_OrderDirection { - asc - desc -} - -type polygonzkevm_OriginMessage { +type stagingmainnet_OriginMessage { id: ID! - transferId: polygonzkevm_Bytes + transferId: stagingmainnet_Bytes destinationDomain: BigInt - leaf: polygonzkevm_Bytes + leaf: stagingmainnet_Bytes index: BigInt - message: polygonzkevm_Bytes - root: polygonzkevm_Bytes - transactionHash: polygonzkevm_Bytes + message: stagingmainnet_Bytes + root: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes blockNumber: BigInt - rootCount: polygonzkevm_RootCount + rootCount: stagingmainnet_RootCount } -input polygonzkevm_OriginMessage_filter { +input stagingmainnet_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -124818,16 +122350,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: 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 @@ -124836,16 +122368,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: 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 @@ -124854,36 +122386,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: 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 @@ -124912,14 +122444,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_: stagingmainnet_RootCount_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_OriginMessage_filter] - or: [polygonzkevm_OriginMessage_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OriginMessage_filter] + or: [stagingmainnet_OriginMessage_filter] } -enum polygonzkevm_OriginMessage_orderBy { +enum stagingmainnet_OriginMessage_orderBy { id transferId destinationDomain @@ -124934,42 +122466,42 @@ enum polygonzkevm_OriginMessage_orderBy { rootCount__count } -type polygonzkevm_OriginTransfer { +type stagingmainnet_OriginTransfer { id: ID! chainId: BigInt - transferId: polygonzkevm_Bytes + transferId: stagingmainnet_Bytes nonce: BigInt - status: polygonzkevm_TransferStatus - messageHash: polygonzkevm_Bytes + status: stagingmainnet_TransferStatus + messageHash: stagingmainnet_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: polygonzkevm_Bytes - delegate: polygonzkevm_Bytes + to: stagingmainnet_Bytes + delegate: stagingmainnet_Bytes receiveLocal: Boolean - callData: polygonzkevm_Bytes + callData: stagingmainnet_Bytes slippage: BigInt - originSender: polygonzkevm_Bytes + originSender: stagingmainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: polygonzkevm_Bytes - asset: polygonzkevm_Asset - transactingAsset: polygonzkevm_Bytes - message: polygonzkevm_OriginMessage + canonicalId: stagingmainnet_Bytes + asset: stagingmainnet_Asset + transactingAsset: stagingmainnet_Bytes + message: stagingmainnet_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: 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: polygonzkevm_Bytes + txOrigin: stagingmainnet_Bytes txNonce: BigInt } -input polygonzkevm_OriginTransfer_filter { +input stagingmainnet_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -124986,16 +122518,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: 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 @@ -125004,20 +122536,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: 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 @@ -125042,40 +122574,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: 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: 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: 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 @@ -125084,16 +122616,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: 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 @@ -125110,16 +122642,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: 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 @@ -125140,17 +122672,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_: 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 @@ -125171,7 +122703,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_: stagingmainnet_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -125186,37 +122718,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_: 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 @@ -125249,16 +122781,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: 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 @@ -125268,12 +122800,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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_OriginTransfer_filter] + or: [stagingmainnet_OriginTransfer_filter] } -enum polygonzkevm_OriginTransfer_orderBy { +enum stagingmainnet_OriginTransfer_orderBy { id chainId transferId @@ -125326,20 +122858,20 @@ enum polygonzkevm_OriginTransfer_orderBy { txNonce } -type polygonzkevm_Relayer { +type stagingmainnet_Relayer { id: ID! isActive: Boolean! - relayer: polygonzkevm_Bytes + relayer: stagingmainnet_Bytes } -type polygonzkevm_RelayerFee { +type stagingmainnet_RelayerFee { id: ID! - transfer: polygonzkevm_OriginTransfer! + transfer: stagingmainnet_OriginTransfer! fee: BigInt! - asset: polygonzkevm_Bytes! + asset: stagingmainnet_Bytes! } -input polygonzkevm_RelayerFee_filter { +input stagingmainnet_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -125368,7 +122900,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_: stagingmainnet_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -125377,23 +122909,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: 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_RelayerFee_filter] - or: [polygonzkevm_RelayerFee_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RelayerFee_filter] + or: [stagingmainnet_RelayerFee_filter] } -enum polygonzkevm_RelayerFee_orderBy { +enum stagingmainnet_RelayerFee_orderBy { id transfer transfer__id @@ -125429,20 +122961,20 @@ enum polygonzkevm_RelayerFee_orderBy { asset } -type polygonzkevm_RelayerFeesIncrease { +type stagingmainnet_RelayerFeesIncrease { id: ID! - transfer: polygonzkevm_OriginTransfer! + transfer: stagingmainnet_OriginTransfer! increase: BigInt - asset: polygonzkevm_Bytes - caller: polygonzkevm_Bytes! - transactionHash: polygonzkevm_Bytes! + asset: stagingmainnet_Bytes + caller: stagingmainnet_Bytes! + transactionHash: stagingmainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygonzkevm_RelayerFeesIncrease_filter { +input stagingmainnet_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -125471,7 +123003,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_: stagingmainnet_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -125480,36 +123012,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: 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 @@ -125543,12 +123075,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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RelayerFeesIncrease_filter] + or: [stagingmainnet_RelayerFeesIncrease_filter] } -enum polygonzkevm_RelayerFeesIncrease_orderBy { +enum stagingmainnet_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -125590,7 +123122,7 @@ enum polygonzkevm_RelayerFeesIncrease_orderBy { blockNumber } -input polygonzkevm_Relayer_filter { +input stagingmainnet_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -125603,34 +123135,34 @@ input polygonzkevm_Relayer_filter { 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 + 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Relayer_filter] - or: [polygonzkevm_Relayer_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_Relayer_filter] + or: [stagingmainnet_Relayer_filter] } -enum polygonzkevm_Relayer_orderBy { +enum stagingmainnet_Relayer_orderBy { id isActive relayer } -type polygonzkevm_RootCount { +type stagingmainnet_RootCount { id: ID! count: BigInt } -input polygonzkevm_RootCount_filter { +input stagingmainnet_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -125648,31 +123180,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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootCount_filter] + or: [stagingmainnet_RootCount_filter] } -enum polygonzkevm_RootCount_orderBy { +enum stagingmainnet_RootCount_orderBy { id count } -type polygonzkevm_RootMessageSent { +type stagingmainnet_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: polygonzkevm_Bytes + root: stagingmainnet_Bytes count: BigInt - caller: polygonzkevm_Bytes - transactionHash: polygonzkevm_Bytes + caller: stagingmainnet_Bytes + transactionHash: stagingmainnet_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input polygonzkevm_RootMessageSent_filter { +input stagingmainnet_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -125697,16 +123229,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: 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 @@ -125715,26 +123247,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: 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 @@ -125768,12 +123300,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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RootMessageSent_filter] + or: [stagingmainnet_RootMessageSent_filter] } -enum polygonzkevm_RootMessageSent_orderBy { +enum stagingmainnet_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -125787,25 +123319,25 @@ enum polygonzkevm_RootMessageSent_orderBy { blockNumber } -type polygonzkevm_Router { +type stagingmainnet_Router { id: ID! isActive: Boolean! - owner: polygonzkevm_Bytes - recipient: polygonzkevm_Bytes - proposedOwner: polygonzkevm_Bytes + owner: stagingmainnet_Bytes + recipient: stagingmainnet_Bytes + proposedOwner: stagingmainnet_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: stagingmainnet_AssetBalance_orderBy, orderDirection: stagingmainnet_OrderDirection, where: stagingmainnet_AssetBalance_filter): [stagingmainnet_AssetBalance!]! } -type polygonzkevm_RouterDailyTVL { +type stagingmainnet_RouterDailyTVL { id: ID! - router: polygonzkevm_Router! - asset: polygonzkevm_Asset! + router: stagingmainnet_Router! + asset: stagingmainnet_Asset! timestamp: BigInt! balance: BigInt! } -input polygonzkevm_RouterDailyTVL_filter { +input stagingmainnet_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -125834,7 +123366,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_: stagingmainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -125855,7 +123387,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_: stagingmainnet_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -125873,12 +123405,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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RouterDailyTVL_filter] + or: [stagingmainnet_RouterDailyTVL_filter] } -enum polygonzkevm_RouterDailyTVL_orderBy { +enum stagingmainnet_RouterDailyTVL_orderBy { id router router__id @@ -125901,26 +123433,26 @@ enum polygonzkevm_RouterDailyTVL_orderBy { balance } -type polygonzkevm_RouterLiquidityEvent { +type stagingmainnet_RouterLiquidityEvent { id: ID! - type: polygonzkevm_RouterLiquidityEventType - router: polygonzkevm_Router! - asset: polygonzkevm_Asset! + type: stagingmainnet_RouterLiquidityEventType + router: stagingmainnet_Router! + asset: stagingmainnet_Asset! amount: BigInt! balance: BigInt! - caller: polygonzkevm_Bytes + caller: stagingmainnet_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: polygonzkevm_Bytes! + transactionHash: stagingmainnet_Bytes! nonce: BigInt! } -enum polygonzkevm_RouterLiquidityEventType { +enum stagingmainnet_RouterLiquidityEventType { Add Remove } -input polygonzkevm_RouterLiquidityEvent_filter { +input stagingmainnet_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -125929,10 +123461,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: stagingmainnet_RouterLiquidityEventType + type_not: stagingmainnet_RouterLiquidityEventType + type_in: [stagingmainnet_RouterLiquidityEventType!] + type_not_in: [stagingmainnet_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -125953,7 +123485,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_: stagingmainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -125974,7 +123506,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_: stagingmainnet_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -125991,16 +123523,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: 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 @@ -126017,16 +123549,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: 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 @@ -126036,12 +123568,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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_RouterLiquidityEvent_filter] + or: [stagingmainnet_RouterLiquidityEvent_filter] } -enum polygonzkevm_RouterLiquidityEvent_orderBy { +enum stagingmainnet_RouterLiquidityEvent_orderBy { id type router @@ -126070,7 +123602,7 @@ enum polygonzkevm_RouterLiquidityEvent_orderBy { nonce } -input polygonzkevm_Router_filter { +input stagingmainnet_Router_filter { id: ID id_not: ID id_gt: ID @@ -126083,36 +123615,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: 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 @@ -126121,14 +123653,14 @@ input polygonzkevm_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: polygonzkevm_AssetBalance_filter + assetBalances_: stagingmainnet_AssetBalance_filter """Filter for the block changed event.""" - _change_block: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Router_filter] - or: [polygonzkevm_Router_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_Router_filter] + or: [stagingmainnet_Router_filter] } -enum polygonzkevm_Router_orderBy { +enum stagingmainnet_Router_orderBy { id isActive owner @@ -126138,13 +123670,13 @@ enum polygonzkevm_Router_orderBy { assetBalances } -type polygonzkevm_Sequencer { +type stagingmainnet_Sequencer { id: ID! isActive: Boolean! - sequencer: polygonzkevm_Bytes + sequencer: stagingmainnet_Bytes } -input polygonzkevm_Sequencer_filter { +input stagingmainnet_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -126157,35 +123689,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: 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Sequencer_filter] - or: [polygonzkevm_Sequencer_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_Sequencer_filter] + or: [stagingmainnet_Sequencer_filter] } -enum polygonzkevm_Sequencer_orderBy { +enum stagingmainnet_Sequencer_orderBy { id isActive sequencer } -type polygonzkevm_Setting { +type stagingmainnet_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: polygonzkevm_Bytes! + caller: stagingmainnet_Bytes! } -input polygonzkevm_Setting_filter { +input stagingmainnet_Setting_filter { id: ID id_not: ID id_gt: ID @@ -126202,41 +123734,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: 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: polygonzkevm_BlockChangedFilter - and: [polygonzkevm_Setting_filter] - or: [polygonzkevm_Setting_filter] + _change_block: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_Setting_filter] + or: [stagingmainnet_Setting_filter] } -enum polygonzkevm_Setting_orderBy { +enum stagingmainnet_Setting_orderBy { id maxRoutersPerTransfer caller } -type polygonzkevm_SlippageUpdate { +type stagingmainnet_SlippageUpdate { id: ID! - transfer: polygonzkevm_DestinationTransfer! + transfer: stagingmainnet_DestinationTransfer! slippage: BigInt! - caller: polygonzkevm_Bytes! - transactionHash: polygonzkevm_Bytes! + caller: stagingmainnet_Bytes! + transactionHash: stagingmainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input polygonzkevm_SlippageUpdate_filter { +input stagingmainnet_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -126265,7 +123797,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_: stagingmainnet_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -126274,26 +123806,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: 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 @@ -126327,12 +123859,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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_SlippageUpdate_filter] + or: [stagingmainnet_SlippageUpdate_filter] } -enum polygonzkevm_SlippageUpdate_orderBy { +enum stagingmainnet_SlippageUpdate_orderBy { id transfer transfer__id @@ -126380,16 +123912,16 @@ enum polygonzkevm_SlippageUpdate_orderBy { blockNumber } -type polygonzkevm_SnapshotRoot { +type stagingmainnet_SnapshotRoot { id: ID! spokeDomain: BigInt - root: polygonzkevm_Bytes! + root: stagingmainnet_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input polygonzkevm_SnapshotRoot_filter { +input stagingmainnet_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -126406,16 +123938,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: 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 @@ -126441,12 +123973,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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_SnapshotRoot_filter] + or: [stagingmainnet_SnapshotRoot_filter] } -enum polygonzkevm_SnapshotRoot_orderBy { +enum stagingmainnet_SnapshotRoot_orderBy { id spokeDomain root @@ -126455,12 +123987,12 @@ enum polygonzkevm_SnapshotRoot_orderBy { blockNumber } -type polygonzkevm_SpokeConnectorMode { +type stagingmainnet_SpokeConnectorMode { id: ID! mode: String! } -input polygonzkevm_SpokeConnectorMode_filter { +input stagingmainnet_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -126490,17 +124022,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: stagingmainnet_BlockChangedFilter + and: [stagingmainnet_SpokeConnectorMode_filter] + or: [stagingmainnet_SpokeConnectorMode_filter] } -enum polygonzkevm_SpokeConnectorMode_orderBy { +enum stagingmainnet_SpokeConnectorMode_orderBy { id mode } -enum polygonzkevm_TransferStatus { +enum stagingmainnet_TransferStatus { XCalled Executed Reconciled @@ -126508,42 +124040,15 @@ enum polygonzkevm_TransferStatus { CompletedFast } -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 stagingxdai_AggregateRoot { +type zksync_AggregateRoot { id: ID! - root: stagingxdai_Bytes! + root: zksync_Bytes! blockNumber: BigInt! } -type stagingxdai_AggregateRootProposed { +type zksync_AggregateRootProposed { id: ID! - aggregateRoot: stagingxdai_Bytes! + aggregateRoot: zksync_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -126551,7 +124056,7 @@ type stagingxdai_AggregateRootProposed { blockNumber: BigInt } -input stagingxdai_AggregateRootProposed_filter { +input zksync_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -126560,16 +124065,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: 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 @@ -126611,12 +124116,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: zksync_BlockChangedFilter + and: [zksync_AggregateRootProposed_filter] + or: [zksync_AggregateRootProposed_filter] } -enum stagingxdai_AggregateRootProposed_orderBy { +enum zksync_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -126626,7 +124131,7 @@ enum stagingxdai_AggregateRootProposed_orderBy { blockNumber } -input stagingxdai_AggregateRoot_filter { +input zksync_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -126635,16 +124140,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: 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 @@ -126654,47 +124159,47 @@ 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: zksync_BlockChangedFilter + and: [zksync_AggregateRoot_filter] + or: [zksync_AggregateRoot_filter] } -enum stagingxdai_AggregateRoot_orderBy { +enum zksync_AggregateRoot_orderBy { id root blockNumber } -enum stagingxdai_Aggregation_interval { +enum zksync_Aggregation_interval { hour day } -type stagingxdai_Asset { +type zksync_Asset { id: ID! - key: stagingxdai_Bytes + key: zksync_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingxdai_Bytes + canonicalId: zksync_Bytes canonicalDomain: BigInt - adoptedAsset: stagingxdai_Bytes - localAsset: stagingxdai_Bytes + adoptedAsset: zksync_Bytes + localAsset: zksync_Bytes blockNumber: BigInt - status: stagingxdai_AssetStatus + status: zksync_AssetStatus } -type stagingxdai_AssetBalance { +type zksync_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingxdai_Router! - asset: stagingxdai_Asset! + router: zksync_Router! + asset: zksync_Asset! feesEarned: BigInt! } -input stagingxdai_AssetBalance_filter { +input zksync_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -126755,7 +124260,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_: zksync_Router_filter asset: String asset_not: String asset_gt: String @@ -126776,7 +124281,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_: zksync_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -126786,12 +124291,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: zksync_BlockChangedFilter + and: [zksync_AssetBalance_filter] + or: [zksync_AssetBalance_filter] } -enum stagingxdai_AssetBalance_orderBy { +enum zksync_AssetBalance_orderBy { id amount locked @@ -126817,12 +124322,12 @@ enum stagingxdai_AssetBalance_orderBy { feesEarned } -type stagingxdai_AssetStatus { +type zksync_AssetStatus { id: ID! status: Boolean } -input stagingxdai_AssetStatus_filter { +input zksync_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -126836,17 +124341,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: zksync_BlockChangedFilter + and: [zksync_AssetStatus_filter] + or: [zksync_AssetStatus_filter] } -enum stagingxdai_AssetStatus_orderBy { +enum zksync_AssetStatus_orderBy { id status } -input stagingxdai_Asset_filter { +input zksync_Asset_filter { id: ID id_not: ID id_gt: ID @@ -126855,16 +124360,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: 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 @@ -126881,16 +124386,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: 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 @@ -126899,26 +124404,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: 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 @@ -126947,14 +124452,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_: zksync_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_Asset_filter] - or: [stagingxdai_Asset_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Asset_filter] + or: [zksync_Asset_filter] } -enum stagingxdai_Asset_orderBy { +enum zksync_Asset_orderBy { id key decimal @@ -126969,30 +124474,30 @@ enum stagingxdai_Asset_orderBy { status__status } -scalar stagingxdai_BigDecimal +scalar zksync_BigDecimal -input stagingxdai_BlockChangedFilter { +input zksync_BlockChangedFilter { number_gte: Int! } -input stagingxdai_Block_height { - hash: stagingxdai_Bytes +input zksync_Block_height { + hash: zksync_Bytes number: Int number_gte: Int } -scalar stagingxdai_Bytes +scalar zksync_Bytes -type stagingxdai_ConnectorMeta { +type zksync_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingxdai_Bytes - rootManager: stagingxdai_Bytes - mirrorConnector: stagingxdai_Bytes + amb: zksync_Bytes + rootManager: zksync_Bytes + mirrorConnector: zksync_Bytes } -input stagingxdai_ConnectorMeta_filter { +input zksync_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -127017,43 +124522,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: 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: stagingxdai_BlockChangedFilter - and: [stagingxdai_ConnectorMeta_filter] - or: [stagingxdai_ConnectorMeta_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_ConnectorMeta_filter] + or: [zksync_ConnectorMeta_filter] } -enum stagingxdai_ConnectorMeta_orderBy { +enum zksync_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -127062,48 +124567,48 @@ enum stagingxdai_ConnectorMeta_orderBy { mirrorConnector } -type stagingxdai_DestinationTransfer { +type zksync_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingxdai_Bytes + transferId: zksync_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: 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: stagingxdai_Bytes - delegate: stagingxdai_Bytes + to: zksync_Bytes + delegate: zksync_Bytes receiveLocal: Boolean - callData: stagingxdai_Bytes + callData: zksync_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingxdai_Bytes + originSender: zksync_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingxdai_Bytes - asset: stagingxdai_Asset + canonicalId: zksync_Bytes + asset: zksync_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingxdai_Bytes - executedTransactionHash: stagingxdai_Bytes + executedCaller: zksync_Bytes + executedTransactionHash: zksync_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingxdai_Bytes + executedTxOrigin: zksync_Bytes executedTxNonce: BigInt - reconciledCaller: stagingxdai_Bytes - reconciledTransactionHash: stagingxdai_Bytes + reconciledCaller: zksync_Bytes + reconciledTransactionHash: zksync_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingxdai_Bytes + reconciledTxOrigin: zksync_Bytes reconciledTxNonce: BigInt } -input stagingxdai_DestinationTransfer_filter { +input zksync_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -127120,16 +124625,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: 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 @@ -127138,17 +124643,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: 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_: stagingxdai_Router_filter + routers_: zksync_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -127173,40 +124678,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: 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: 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: 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 @@ -127223,16 +124728,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: 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 @@ -127249,16 +124754,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: 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 @@ -127279,7 +124784,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_: zksync_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -127296,26 +124801,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: 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 @@ -127348,16 +124853,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: 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 @@ -127366,26 +124871,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: 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 @@ -127418,16 +124923,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: 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 @@ -127437,12 +124942,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: zksync_BlockChangedFilter + and: [zksync_DestinationTransfer_filter] + or: [zksync_DestinationTransfer_filter] } -enum stagingxdai_DestinationTransfer_orderBy { +enum zksync_DestinationTransfer_orderBy { id chainId transferId @@ -127496,16 +125001,16 @@ enum stagingxdai_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingxdai_Int8 +scalar zksync_Int8 -type stagingxdai_OptimisticRootFinalized { +type zksync_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingxdai_Bytes! + aggregateRoot: zksync_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingxdai_OptimisticRootFinalized_filter { +input zksync_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -127514,16 +125019,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: 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 @@ -127541,12 +125046,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: zksync_BlockChangedFilter + and: [zksync_OptimisticRootFinalized_filter] + or: [zksync_OptimisticRootFinalized_filter] } -enum stagingxdai_OptimisticRootFinalized_orderBy { +enum zksync_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -127554,25 +125059,25 @@ enum stagingxdai_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingxdai_OrderDirection { +enum zksync_OrderDirection { asc desc } -type stagingxdai_OriginMessage { +type zksync_OriginMessage { id: ID! - transferId: stagingxdai_Bytes + transferId: zksync_Bytes destinationDomain: BigInt - leaf: stagingxdai_Bytes + leaf: zksync_Bytes index: BigInt - message: stagingxdai_Bytes - root: stagingxdai_Bytes - transactionHash: stagingxdai_Bytes + message: zksync_Bytes + root: zksync_Bytes + transactionHash: zksync_Bytes blockNumber: BigInt - rootCount: stagingxdai_RootCount + rootCount: zksync_RootCount } -input stagingxdai_OriginMessage_filter { +input zksync_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -127581,16 +125086,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: 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 @@ -127599,16 +125104,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: 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 @@ -127617,36 +125122,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: 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 @@ -127675,14 +125180,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_: zksync_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_OriginMessage_filter] - or: [stagingxdai_OriginMessage_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_OriginMessage_filter] + or: [zksync_OriginMessage_filter] } -enum stagingxdai_OriginMessage_orderBy { +enum zksync_OriginMessage_orderBy { id transferId destinationDomain @@ -127697,42 +125202,42 @@ enum stagingxdai_OriginMessage_orderBy { rootCount__count } -type stagingxdai_OriginTransfer { +type zksync_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingxdai_Bytes + transferId: zksync_Bytes nonce: BigInt - status: stagingxdai_TransferStatus - messageHash: stagingxdai_Bytes + status: zksync_TransferStatus + messageHash: zksync_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingxdai_Bytes - delegate: stagingxdai_Bytes + to: zksync_Bytes + delegate: zksync_Bytes receiveLocal: Boolean - callData: stagingxdai_Bytes + callData: zksync_Bytes slippage: BigInt - originSender: stagingxdai_Bytes + originSender: zksync_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingxdai_Bytes - asset: stagingxdai_Asset - transactingAsset: stagingxdai_Bytes - message: stagingxdai_OriginMessage + canonicalId: zksync_Bytes + asset: zksync_Asset + transactingAsset: zksync_Bytes + message: zksync_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: 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: stagingxdai_Bytes + txOrigin: zksync_Bytes txNonce: BigInt } -input stagingxdai_OriginTransfer_filter { +input zksync_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -127749,16 +125254,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: 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 @@ -127767,20 +125272,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: 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 @@ -127805,40 +125310,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: 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: 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: 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 @@ -127847,16 +125352,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: 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 @@ -127873,16 +125378,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: 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 @@ -127903,17 +125408,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_: 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 @@ -127934,7 +125439,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_: zksync_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -127949,37 +125454,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_: 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 @@ -128012,16 +125517,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: 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 @@ -128031,12 +125536,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: zksync_BlockChangedFilter + and: [zksync_OriginTransfer_filter] + or: [zksync_OriginTransfer_filter] } -enum stagingxdai_OriginTransfer_orderBy { +enum zksync_OriginTransfer_orderBy { id chainId transferId @@ -128089,20 +125594,20 @@ enum stagingxdai_OriginTransfer_orderBy { txNonce } -type stagingxdai_Relayer { +type zksync_Relayer { id: ID! isActive: Boolean! - relayer: stagingxdai_Bytes + relayer: zksync_Bytes } -type stagingxdai_RelayerFee { +type zksync_RelayerFee { id: ID! - transfer: stagingxdai_OriginTransfer! + transfer: zksync_OriginTransfer! fee: BigInt! - asset: stagingxdai_Bytes! + asset: zksync_Bytes! } -input stagingxdai_RelayerFee_filter { +input zksync_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -128131,7 +125636,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_: zksync_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -128140,23 +125645,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: 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: stagingxdai_BlockChangedFilter - and: [stagingxdai_RelayerFee_filter] - or: [stagingxdai_RelayerFee_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_RelayerFee_filter] + or: [zksync_RelayerFee_filter] } -enum stagingxdai_RelayerFee_orderBy { +enum zksync_RelayerFee_orderBy { id transfer transfer__id @@ -128192,20 +125697,20 @@ enum stagingxdai_RelayerFee_orderBy { asset } -type stagingxdai_RelayerFeesIncrease { +type zksync_RelayerFeesIncrease { id: ID! - transfer: stagingxdai_OriginTransfer! + transfer: zksync_OriginTransfer! increase: BigInt - asset: stagingxdai_Bytes - caller: stagingxdai_Bytes! - transactionHash: stagingxdai_Bytes! + asset: zksync_Bytes + caller: zksync_Bytes! + transactionHash: zksync_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingxdai_RelayerFeesIncrease_filter { +input zksync_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -128234,7 +125739,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_: zksync_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -128243,36 +125748,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: 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 @@ -128306,12 +125811,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: zksync_BlockChangedFilter + and: [zksync_RelayerFeesIncrease_filter] + or: [zksync_RelayerFeesIncrease_filter] } -enum stagingxdai_RelayerFeesIncrease_orderBy { +enum zksync_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -128353,7 +125858,7 @@ enum stagingxdai_RelayerFeesIncrease_orderBy { blockNumber } -input stagingxdai_Relayer_filter { +input zksync_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -128366,34 +125871,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: 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: stagingxdai_BlockChangedFilter - and: [stagingxdai_Relayer_filter] - or: [stagingxdai_Relayer_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Relayer_filter] + or: [zksync_Relayer_filter] } -enum stagingxdai_Relayer_orderBy { +enum zksync_Relayer_orderBy { id isActive relayer } -type stagingxdai_RootCount { +type zksync_RootCount { id: ID! count: BigInt } -input stagingxdai_RootCount_filter { +input zksync_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -128411,31 +125916,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: zksync_BlockChangedFilter + and: [zksync_RootCount_filter] + or: [zksync_RootCount_filter] } -enum stagingxdai_RootCount_orderBy { +enum zksync_RootCount_orderBy { id count } -type stagingxdai_RootMessageSent { +type zksync_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingxdai_Bytes + root: zksync_Bytes count: BigInt - caller: stagingxdai_Bytes - transactionHash: stagingxdai_Bytes + caller: zksync_Bytes + transactionHash: zksync_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingxdai_RootMessageSent_filter { +input zksync_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -128460,16 +125965,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: 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 @@ -128478,26 +125983,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: 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 @@ -128531,12 +126036,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: zksync_BlockChangedFilter + and: [zksync_RootMessageSent_filter] + or: [zksync_RootMessageSent_filter] } -enum stagingxdai_RootMessageSent_orderBy { +enum zksync_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -128550,25 +126055,25 @@ enum stagingxdai_RootMessageSent_orderBy { blockNumber } -type stagingxdai_Router { +type zksync_Router { id: ID! isActive: Boolean! - owner: stagingxdai_Bytes - recipient: stagingxdai_Bytes - proposedOwner: stagingxdai_Bytes + owner: zksync_Bytes + recipient: zksync_Bytes + proposedOwner: zksync_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: zksync_AssetBalance_orderBy, orderDirection: zksync_OrderDirection, where: zksync_AssetBalance_filter): [zksync_AssetBalance!]! } -type stagingxdai_RouterDailyTVL { +type zksync_RouterDailyTVL { id: ID! - router: stagingxdai_Router! - asset: stagingxdai_Asset! + router: zksync_Router! + asset: zksync_Asset! timestamp: BigInt! balance: BigInt! } -input stagingxdai_RouterDailyTVL_filter { +input zksync_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -128597,7 +126102,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_: zksync_Router_filter asset: String asset_not: String asset_gt: String @@ -128618,7 +126123,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_: zksync_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -128636,12 +126141,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: zksync_BlockChangedFilter + and: [zksync_RouterDailyTVL_filter] + or: [zksync_RouterDailyTVL_filter] } -enum stagingxdai_RouterDailyTVL_orderBy { +enum zksync_RouterDailyTVL_orderBy { id router router__id @@ -128664,26 +126169,26 @@ enum stagingxdai_RouterDailyTVL_orderBy { balance } -type stagingxdai_RouterLiquidityEvent { +type zksync_RouterLiquidityEvent { id: ID! - type: stagingxdai_RouterLiquidityEventType - router: stagingxdai_Router! - asset: stagingxdai_Asset! + type: zksync_RouterLiquidityEventType + router: zksync_Router! + asset: zksync_Asset! amount: BigInt! balance: BigInt! - caller: stagingxdai_Bytes + caller: zksync_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingxdai_Bytes! + transactionHash: zksync_Bytes! nonce: BigInt! } -enum stagingxdai_RouterLiquidityEventType { +enum zksync_RouterLiquidityEventType { Add Remove } -input stagingxdai_RouterLiquidityEvent_filter { +input zksync_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -128692,10 +126197,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: zksync_RouterLiquidityEventType + type_not: zksync_RouterLiquidityEventType + type_in: [zksync_RouterLiquidityEventType!] + type_not_in: [zksync_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -128716,7 +126221,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_: zksync_Router_filter asset: String asset_not: String asset_gt: String @@ -128737,7 +126242,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_: zksync_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -128754,16 +126259,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: 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 @@ -128780,16 +126285,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: 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 @@ -128799,12 +126304,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: zksync_BlockChangedFilter + and: [zksync_RouterLiquidityEvent_filter] + or: [zksync_RouterLiquidityEvent_filter] } -enum stagingxdai_RouterLiquidityEvent_orderBy { +enum zksync_RouterLiquidityEvent_orderBy { id type router @@ -128833,7 +126338,7 @@ enum stagingxdai_RouterLiquidityEvent_orderBy { nonce } -input stagingxdai_Router_filter { +input zksync_Router_filter { id: ID id_not: ID id_gt: ID @@ -128846,36 +126351,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: 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 @@ -128884,14 +126389,14 @@ input stagingxdai_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingxdai_AssetBalance_filter + assetBalances_: zksync_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingxdai_BlockChangedFilter - and: [stagingxdai_Router_filter] - or: [stagingxdai_Router_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Router_filter] + or: [zksync_Router_filter] } -enum stagingxdai_Router_orderBy { +enum zksync_Router_orderBy { id isActive owner @@ -128901,13 +126406,13 @@ enum stagingxdai_Router_orderBy { assetBalances } -type stagingxdai_Sequencer { +type zksync_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingxdai_Bytes + sequencer: zksync_Bytes } -input stagingxdai_Sequencer_filter { +input zksync_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -128920,35 +126425,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: 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: stagingxdai_BlockChangedFilter - and: [stagingxdai_Sequencer_filter] - or: [stagingxdai_Sequencer_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Sequencer_filter] + or: [zksync_Sequencer_filter] } -enum stagingxdai_Sequencer_orderBy { +enum zksync_Sequencer_orderBy { id isActive sequencer } -type stagingxdai_Setting { +type zksync_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingxdai_Bytes! + caller: zksync_Bytes! } -input stagingxdai_Setting_filter { +input zksync_Setting_filter { id: ID id_not: ID id_gt: ID @@ -128965,41 +126470,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: 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: stagingxdai_BlockChangedFilter - and: [stagingxdai_Setting_filter] - or: [stagingxdai_Setting_filter] + _change_block: zksync_BlockChangedFilter + and: [zksync_Setting_filter] + or: [zksync_Setting_filter] } -enum stagingxdai_Setting_orderBy { +enum zksync_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingxdai_SlippageUpdate { +type zksync_SlippageUpdate { id: ID! - transfer: stagingxdai_DestinationTransfer! + transfer: zksync_DestinationTransfer! slippage: BigInt! - caller: stagingxdai_Bytes! - transactionHash: stagingxdai_Bytes! + caller: zksync_Bytes! + transactionHash: zksync_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingxdai_SlippageUpdate_filter { +input zksync_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -129028,7 +126533,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_: zksync_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -129037,26 +126542,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: 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 @@ -129090,12 +126595,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: zksync_BlockChangedFilter + and: [zksync_SlippageUpdate_filter] + or: [zksync_SlippageUpdate_filter] } -enum stagingxdai_SlippageUpdate_orderBy { +enum zksync_SlippageUpdate_orderBy { id transfer transfer__id @@ -129143,16 +126648,16 @@ enum stagingxdai_SlippageUpdate_orderBy { blockNumber } -type stagingxdai_SnapshotRoot { +type zksync_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingxdai_Bytes! + root: zksync_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingxdai_SnapshotRoot_filter { +input zksync_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -129169,16 +126674,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: 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 @@ -129204,12 +126709,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: zksync_BlockChangedFilter + and: [zksync_SnapshotRoot_filter] + or: [zksync_SnapshotRoot_filter] } -enum stagingxdai_SnapshotRoot_orderBy { +enum zksync_SnapshotRoot_orderBy { id spokeDomain root @@ -129218,12 +126723,12 @@ enum stagingxdai_SnapshotRoot_orderBy { blockNumber } -type stagingxdai_SpokeConnectorMode { +type zksync_SpokeConnectorMode { id: ID! mode: String! } -input stagingxdai_SpokeConnectorMode_filter { +input zksync_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -129253,17 +126758,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: zksync_BlockChangedFilter + and: [zksync_SpokeConnectorMode_filter] + or: [zksync_SpokeConnectorMode_filter] } -enum stagingxdai_SpokeConnectorMode_orderBy { +enum zksync_SpokeConnectorMode_orderBy { id mode } -enum stagingxdai_TransferStatus { +enum zksync_TransferStatus { XCalled Executed Reconciled @@ -129271,19 +126776,19 @@ enum stagingxdai_TransferStatus { CompletedFast } -type stagingxdai__Block_ { +type zksync__Block_ { """The hash of the block""" - hash: stagingxdai_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: stagingxdai_Bytes + parentHash: zksync_Bytes } """The type for the top-level _meta field""" -type stagingxdai__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 @@ -129291,22 +126796,22 @@ type stagingxdai__Meta_ { and therefore asks for the latest block """ - block: stagingxdai__Block_! + block: zksync__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingavalanche_AggregateRoot { +type polygonzkevm_swap_AggregateRoot { id: ID! - root: stagingavalanche_Bytes! + root: polygonzkevm_swap_Bytes! blockNumber: BigInt! } -type stagingavalanche_AggregateRootProposed { +type polygonzkevm_swap_AggregateRootProposed { id: ID! - aggregateRoot: stagingavalanche_Bytes! + aggregateRoot: polygonzkevm_swap_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -129314,7 +126819,7 @@ type stagingavalanche_AggregateRootProposed { blockNumber: BigInt } -input stagingavalanche_AggregateRootProposed_filter { +input polygonzkevm_swap_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -129323,16 +126828,16 @@ input stagingavalanche_AggregateRootProposed_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 + 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 @@ -129374,12 +126879,12 @@ input stagingavalanche_AggregateRootProposed_filter { 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] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AggregateRootProposed_filter] + or: [polygonzkevm_swap_AggregateRootProposed_filter] } -enum stagingavalanche_AggregateRootProposed_orderBy { +enum polygonzkevm_swap_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -129389,7 +126894,7 @@ enum stagingavalanche_AggregateRootProposed_orderBy { blockNumber } -input stagingavalanche_AggregateRoot_filter { +input polygonzkevm_swap_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -129398,16 +126903,16 @@ input stagingavalanche_AggregateRoot_filter { 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 + 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 @@ -129417,47 +126922,47 @@ input stagingavalanche_AggregateRoot_filter { 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] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AggregateRoot_filter] + or: [polygonzkevm_swap_AggregateRoot_filter] } -enum stagingavalanche_AggregateRoot_orderBy { +enum polygonzkevm_swap_AggregateRoot_orderBy { id root blockNumber } -enum stagingavalanche_Aggregation_interval { +enum polygonzkevm_swap_Aggregation_interval { hour day } -type stagingavalanche_Asset { +type polygonzkevm_swap_Asset { id: ID! - key: stagingavalanche_Bytes + key: polygonzkevm_swap_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingavalanche_Bytes + canonicalId: polygonzkevm_swap_Bytes canonicalDomain: BigInt - adoptedAsset: stagingavalanche_Bytes - localAsset: stagingavalanche_Bytes + adoptedAsset: polygonzkevm_swap_Bytes + localAsset: polygonzkevm_swap_Bytes blockNumber: BigInt - status: stagingavalanche_AssetStatus + status: polygonzkevm_swap_AssetStatus } -type stagingavalanche_AssetBalance { +type polygonzkevm_swap_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingavalanche_Router! - asset: stagingavalanche_Asset! + router: polygonzkevm_swap_Router! + asset: polygonzkevm_swap_Asset! feesEarned: BigInt! } -input stagingavalanche_AssetBalance_filter { +input polygonzkevm_swap_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -129518,7 +127023,7 @@ input stagingavalanche_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingavalanche_Router_filter + router_: polygonzkevm_swap_Router_filter asset: String asset_not: String asset_gt: String @@ -129539,7 +127044,7 @@ input stagingavalanche_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingavalanche_Asset_filter + asset_: polygonzkevm_swap_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -129549,12 +127054,12 @@ input stagingavalanche_AssetBalance_filter { 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] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AssetBalance_filter] + or: [polygonzkevm_swap_AssetBalance_filter] } -enum stagingavalanche_AssetBalance_orderBy { +enum polygonzkevm_swap_AssetBalance_orderBy { id amount locked @@ -129580,12 +127085,12 @@ enum stagingavalanche_AssetBalance_orderBy { feesEarned } -type stagingavalanche_AssetStatus { +type polygonzkevm_swap_AssetStatus { id: ID! status: Boolean } -input stagingavalanche_AssetStatus_filter { +input polygonzkevm_swap_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -129599,17 +127104,17 @@ input stagingavalanche_AssetStatus_filter { 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] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_AssetStatus_filter] + or: [polygonzkevm_swap_AssetStatus_filter] } -enum stagingavalanche_AssetStatus_orderBy { +enum polygonzkevm_swap_AssetStatus_orderBy { id status } -input stagingavalanche_Asset_filter { +input polygonzkevm_swap_Asset_filter { id: ID id_not: ID id_gt: ID @@ -129618,16 +127123,16 @@ 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 + 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 @@ -129644,16 +127149,16 @@ input stagingavalanche_Asset_filter { 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 + 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 @@ -129662,26 +127167,26 @@ input stagingavalanche_Asset_filter { 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 + 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 @@ -129710,14 +127215,14 @@ input stagingavalanche_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingavalanche_AssetStatus_filter + status_: polygonzkevm_swap_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_Asset_filter] - or: [stagingavalanche_Asset_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Asset_filter] + or: [polygonzkevm_swap_Asset_filter] } -enum stagingavalanche_Asset_orderBy { +enum polygonzkevm_swap_Asset_orderBy { id key decimal @@ -129732,30 +127237,30 @@ enum stagingavalanche_Asset_orderBy { status__status } -scalar stagingavalanche_BigDecimal +scalar polygonzkevm_swap_BigDecimal -input stagingavalanche_BlockChangedFilter { +input polygonzkevm_swap_BlockChangedFilter { number_gte: Int! } -input stagingavalanche_Block_height { - hash: stagingavalanche_Bytes +input polygonzkevm_swap_Block_height { + hash: polygonzkevm_swap_Bytes number: Int number_gte: Int } -scalar stagingavalanche_Bytes +scalar polygonzkevm_swap_Bytes -type stagingavalanche_ConnectorMeta { +type polygonzkevm_swap_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingavalanche_Bytes - rootManager: stagingavalanche_Bytes - mirrorConnector: stagingavalanche_Bytes + amb: polygonzkevm_swap_Bytes + rootManager: polygonzkevm_swap_Bytes + mirrorConnector: polygonzkevm_swap_Bytes } -input stagingavalanche_ConnectorMeta_filter { +input polygonzkevm_swap_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -129780,43 +127285,43 @@ input stagingavalanche_ConnectorMeta_filter { 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 + 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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_ConnectorMeta_filter] - or: [stagingavalanche_ConnectorMeta_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_ConnectorMeta_filter] + or: [polygonzkevm_swap_ConnectorMeta_filter] } -enum stagingavalanche_ConnectorMeta_orderBy { +enum polygonzkevm_swap_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -129825,48 +127330,48 @@ enum stagingavalanche_ConnectorMeta_orderBy { mirrorConnector } -type stagingavalanche_DestinationTransfer { +type polygonzkevm_swap_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingavalanche_Bytes + transferId: polygonzkevm_swap_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!] + 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: stagingavalanche_Bytes - delegate: stagingavalanche_Bytes + to: polygonzkevm_swap_Bytes + delegate: polygonzkevm_swap_Bytes receiveLocal: Boolean - callData: stagingavalanche_Bytes + callData: polygonzkevm_swap_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingavalanche_Bytes + originSender: polygonzkevm_swap_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingavalanche_Bytes - asset: stagingavalanche_Asset + canonicalId: polygonzkevm_swap_Bytes + asset: polygonzkevm_swap_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingavalanche_Bytes - executedTransactionHash: stagingavalanche_Bytes + executedCaller: polygonzkevm_swap_Bytes + executedTransactionHash: polygonzkevm_swap_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingavalanche_Bytes + executedTxOrigin: polygonzkevm_swap_Bytes executedTxNonce: BigInt - reconciledCaller: stagingavalanche_Bytes - reconciledTransactionHash: stagingavalanche_Bytes + reconciledCaller: polygonzkevm_swap_Bytes + reconciledTransactionHash: polygonzkevm_swap_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingavalanche_Bytes + reconciledTxOrigin: polygonzkevm_swap_Bytes reconciledTxNonce: BigInt } -input stagingavalanche_DestinationTransfer_filter { +input polygonzkevm_swap_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -129883,16 +127388,16 @@ input stagingavalanche_DestinationTransfer_filter { 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 + 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 @@ -129901,17 +127406,17 @@ input stagingavalanche_DestinationTransfer_filter { 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!] + 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_: stagingavalanche_Router_filter + routers_: polygonzkevm_swap_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -129936,40 +127441,40 @@ input stagingavalanche_DestinationTransfer_filter { 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 + 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: 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 + 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 @@ -129986,16 +127491,16 @@ input stagingavalanche_DestinationTransfer_filter { 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 + 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 @@ -130012,16 +127517,16 @@ input stagingavalanche_DestinationTransfer_filter { 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 + 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 @@ -130042,7 +127547,7 @@ input stagingavalanche_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingavalanche_Asset_filter + asset_: polygonzkevm_swap_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -130059,26 +127564,26 @@ input stagingavalanche_DestinationTransfer_filter { 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 + 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 @@ -130111,44 +127616,44 @@ input stagingavalanche_DestinationTransfer_filter { 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 + 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 + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + 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 reconciledTimestamp: BigInt reconciledTimestamp_not: BigInt reconciledTimestamp_gt: BigInt @@ -130181,16 +127686,16 @@ input stagingavalanche_DestinationTransfer_filter { 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 + 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 @@ -130200,12 +127705,12 @@ input stagingavalanche_DestinationTransfer_filter { 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] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_DestinationTransfer_filter] + or: [polygonzkevm_swap_DestinationTransfer_filter] } -enum stagingavalanche_DestinationTransfer_orderBy { +enum polygonzkevm_swap_DestinationTransfer_orderBy { id chainId transferId @@ -130259,16 +127764,16 @@ enum stagingavalanche_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingavalanche_Int8 +scalar polygonzkevm_swap_Int8 -type stagingavalanche_OptimisticRootFinalized { +type polygonzkevm_swap_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingavalanche_Bytes! + aggregateRoot: polygonzkevm_swap_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingavalanche_OptimisticRootFinalized_filter { +input polygonzkevm_swap_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -130277,16 +127782,16 @@ 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 + 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 @@ -130304,12 +127809,12 @@ input stagingavalanche_OptimisticRootFinalized_filter { 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] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_OptimisticRootFinalized_filter] + or: [polygonzkevm_swap_OptimisticRootFinalized_filter] } -enum stagingavalanche_OptimisticRootFinalized_orderBy { +enum polygonzkevm_swap_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -130317,25 +127822,25 @@ enum stagingavalanche_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingavalanche_OrderDirection { +enum polygonzkevm_swap_OrderDirection { asc desc } -type stagingavalanche_OriginMessage { +type polygonzkevm_swap_OriginMessage { id: ID! - transferId: stagingavalanche_Bytes + transferId: polygonzkevm_swap_Bytes destinationDomain: BigInt - leaf: stagingavalanche_Bytes + leaf: polygonzkevm_swap_Bytes index: BigInt - message: stagingavalanche_Bytes - root: stagingavalanche_Bytes - transactionHash: stagingavalanche_Bytes + message: polygonzkevm_swap_Bytes + root: polygonzkevm_swap_Bytes + transactionHash: polygonzkevm_swap_Bytes blockNumber: BigInt - rootCount: stagingavalanche_RootCount + rootCount: polygonzkevm_swap_RootCount } -input stagingavalanche_OriginMessage_filter { +input polygonzkevm_swap_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -130344,16 +127849,16 @@ 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 + 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 @@ -130362,16 +127867,16 @@ input stagingavalanche_OriginMessage_filter { 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 + 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 @@ -130380,36 +127885,36 @@ input stagingavalanche_OriginMessage_filter { 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 + 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 @@ -130438,14 +127943,14 @@ input stagingavalanche_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingavalanche_RootCount_filter + rootCount_: polygonzkevm_swap_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_OriginMessage_filter] - or: [stagingavalanche_OriginMessage_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_OriginMessage_filter] + or: [polygonzkevm_swap_OriginMessage_filter] } -enum stagingavalanche_OriginMessage_orderBy { +enum polygonzkevm_swap_OriginMessage_orderBy { id transferId destinationDomain @@ -130460,42 +127965,42 @@ enum stagingavalanche_OriginMessage_orderBy { rootCount__count } -type stagingavalanche_OriginTransfer { +type polygonzkevm_swap_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingavalanche_Bytes + transferId: polygonzkevm_swap_Bytes nonce: BigInt - status: stagingavalanche_TransferStatus - messageHash: stagingavalanche_Bytes + status: polygonzkevm_swap_TransferStatus + messageHash: polygonzkevm_swap_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingavalanche_Bytes - delegate: stagingavalanche_Bytes + to: polygonzkevm_swap_Bytes + delegate: polygonzkevm_swap_Bytes receiveLocal: Boolean - callData: stagingavalanche_Bytes + callData: polygonzkevm_swap_Bytes slippage: BigInt - originSender: stagingavalanche_Bytes + originSender: polygonzkevm_swap_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingavalanche_Bytes - asset: stagingavalanche_Asset - transactingAsset: stagingavalanche_Bytes - message: stagingavalanche_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: stagingavalanche_RelayerFee_orderBy, orderDirection: stagingavalanche_OrderDirection, where: stagingavalanche_RelayerFee_filter): [stagingavalanche_RelayerFee!] - initialRelayerFeeAsset: stagingavalanche_Bytes - caller: stagingavalanche_Bytes - transactionHash: stagingavalanche_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: stagingavalanche_Bytes + txOrigin: polygonzkevm_swap_Bytes txNonce: BigInt } -input stagingavalanche_OriginTransfer_filter { +input polygonzkevm_swap_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -130512,16 +128017,16 @@ input stagingavalanche_OriginTransfer_filter { 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 + 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 @@ -130530,20 +128035,20 @@ input stagingavalanche_OriginTransfer_filter { 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 + 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 @@ -130568,40 +128073,40 @@ input stagingavalanche_OriginTransfer_filter { 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 + 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: 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 + 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 @@ -130610,16 +128115,16 @@ input stagingavalanche_OriginTransfer_filter { 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 + 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 @@ -130636,16 +128141,16 @@ input stagingavalanche_OriginTransfer_filter { 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 + 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 @@ -130666,17 +128171,17 @@ input stagingavalanche_OriginTransfer_filter { 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 + 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 @@ -130697,7 +128202,7 @@ input stagingavalanche_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingavalanche_OriginMessage_filter + message_: polygonzkevm_swap_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -130712,37 +128217,37 @@ input stagingavalanche_OriginTransfer_filter { 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 + 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 @@ -130775,16 +128280,16 @@ input stagingavalanche_OriginTransfer_filter { 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 + 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 @@ -130794,12 +128299,12 @@ input stagingavalanche_OriginTransfer_filter { 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] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_OriginTransfer_filter] + or: [polygonzkevm_swap_OriginTransfer_filter] } -enum stagingavalanche_OriginTransfer_orderBy { +enum polygonzkevm_swap_OriginTransfer_orderBy { id chainId transferId @@ -130852,20 +128357,20 @@ enum stagingavalanche_OriginTransfer_orderBy { txNonce } -type stagingavalanche_Relayer { +type polygonzkevm_swap_Relayer { id: ID! isActive: Boolean! - relayer: stagingavalanche_Bytes + relayer: polygonzkevm_swap_Bytes } -type stagingavalanche_RelayerFee { +type polygonzkevm_swap_RelayerFee { id: ID! - transfer: stagingavalanche_OriginTransfer! + transfer: polygonzkevm_swap_OriginTransfer! fee: BigInt! - asset: stagingavalanche_Bytes! + asset: polygonzkevm_swap_Bytes! } -input stagingavalanche_RelayerFee_filter { +input polygonzkevm_swap_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -130894,7 +128399,7 @@ input stagingavalanche_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingavalanche_OriginTransfer_filter + transfer_: polygonzkevm_swap_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -130903,23 +128408,23 @@ input stagingavalanche_RelayerFee_filter { 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 + 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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_RelayerFee_filter] - or: [stagingavalanche_RelayerFee_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RelayerFee_filter] + or: [polygonzkevm_swap_RelayerFee_filter] } -enum stagingavalanche_RelayerFee_orderBy { +enum polygonzkevm_swap_RelayerFee_orderBy { id transfer transfer__id @@ -130955,20 +128460,20 @@ enum stagingavalanche_RelayerFee_orderBy { asset } -type stagingavalanche_RelayerFeesIncrease { +type polygonzkevm_swap_RelayerFeesIncrease { id: ID! - transfer: stagingavalanche_OriginTransfer! + transfer: polygonzkevm_swap_OriginTransfer! increase: BigInt - asset: stagingavalanche_Bytes - caller: stagingavalanche_Bytes! - transactionHash: stagingavalanche_Bytes! + asset: polygonzkevm_swap_Bytes + caller: polygonzkevm_swap_Bytes! + transactionHash: polygonzkevm_swap_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingavalanche_RelayerFeesIncrease_filter { +input polygonzkevm_swap_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -130997,7 +128502,7 @@ input stagingavalanche_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingavalanche_OriginTransfer_filter + transfer_: polygonzkevm_swap_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -131006,36 +128511,36 @@ input stagingavalanche_RelayerFeesIncrease_filter { 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 + 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 @@ -131069,12 +128574,12 @@ input stagingavalanche_RelayerFeesIncrease_filter { 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] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RelayerFeesIncrease_filter] + or: [polygonzkevm_swap_RelayerFeesIncrease_filter] } -enum stagingavalanche_RelayerFeesIncrease_orderBy { +enum polygonzkevm_swap_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -131116,7 +128621,7 @@ enum stagingavalanche_RelayerFeesIncrease_orderBy { blockNumber } -input stagingavalanche_Relayer_filter { +input polygonzkevm_swap_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -131129,34 +128634,34 @@ input stagingavalanche_Relayer_filter { 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 + 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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_Relayer_filter] - or: [stagingavalanche_Relayer_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Relayer_filter] + or: [polygonzkevm_swap_Relayer_filter] } -enum stagingavalanche_Relayer_orderBy { +enum polygonzkevm_swap_Relayer_orderBy { id isActive relayer } -type stagingavalanche_RootCount { +type polygonzkevm_swap_RootCount { id: ID! count: BigInt } -input stagingavalanche_RootCount_filter { +input polygonzkevm_swap_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -131174,31 +128679,31 @@ input stagingavalanche_RootCount_filter { 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] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RootCount_filter] + or: [polygonzkevm_swap_RootCount_filter] } -enum stagingavalanche_RootCount_orderBy { +enum polygonzkevm_swap_RootCount_orderBy { id count } -type stagingavalanche_RootMessageSent { +type polygonzkevm_swap_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingavalanche_Bytes + root: polygonzkevm_swap_Bytes count: BigInt - caller: stagingavalanche_Bytes - transactionHash: stagingavalanche_Bytes + caller: polygonzkevm_swap_Bytes + transactionHash: polygonzkevm_swap_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingavalanche_RootMessageSent_filter { +input polygonzkevm_swap_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -131223,16 +128728,16 @@ input stagingavalanche_RootMessageSent_filter { 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 + 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 @@ -131241,26 +128746,26 @@ input stagingavalanche_RootMessageSent_filter { 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 + 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 @@ -131294,12 +128799,12 @@ input stagingavalanche_RootMessageSent_filter { 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] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RootMessageSent_filter] + or: [polygonzkevm_swap_RootMessageSent_filter] } -enum stagingavalanche_RootMessageSent_orderBy { +enum polygonzkevm_swap_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -131313,25 +128818,25 @@ enum stagingavalanche_RootMessageSent_orderBy { blockNumber } -type stagingavalanche_Router { +type polygonzkevm_swap_Router { id: ID! isActive: Boolean! - owner: stagingavalanche_Bytes - recipient: stagingavalanche_Bytes - proposedOwner: stagingavalanche_Bytes + owner: polygonzkevm_swap_Bytes + recipient: polygonzkevm_swap_Bytes + proposedOwner: polygonzkevm_swap_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingavalanche_AssetBalance_orderBy, orderDirection: stagingavalanche_OrderDirection, where: stagingavalanche_AssetBalance_filter): [stagingavalanche_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 stagingavalanche_RouterDailyTVL { +type polygonzkevm_swap_RouterDailyTVL { id: ID! - router: stagingavalanche_Router! - asset: stagingavalanche_Asset! + router: polygonzkevm_swap_Router! + asset: polygonzkevm_swap_Asset! timestamp: BigInt! balance: BigInt! } -input stagingavalanche_RouterDailyTVL_filter { +input polygonzkevm_swap_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -131360,7 +128865,7 @@ input stagingavalanche_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingavalanche_Router_filter + router_: polygonzkevm_swap_Router_filter asset: String asset_not: String asset_gt: String @@ -131381,7 +128886,7 @@ input stagingavalanche_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingavalanche_Asset_filter + asset_: polygonzkevm_swap_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -131399,12 +128904,12 @@ input stagingavalanche_RouterDailyTVL_filter { 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] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RouterDailyTVL_filter] + or: [polygonzkevm_swap_RouterDailyTVL_filter] } -enum stagingavalanche_RouterDailyTVL_orderBy { +enum polygonzkevm_swap_RouterDailyTVL_orderBy { id router router__id @@ -131427,26 +128932,26 @@ enum stagingavalanche_RouterDailyTVL_orderBy { balance } -type stagingavalanche_RouterLiquidityEvent { +type polygonzkevm_swap_RouterLiquidityEvent { id: ID! - type: stagingavalanche_RouterLiquidityEventType - router: stagingavalanche_Router! - asset: stagingavalanche_Asset! + type: polygonzkevm_swap_RouterLiquidityEventType + router: polygonzkevm_swap_Router! + asset: polygonzkevm_swap_Asset! amount: BigInt! balance: BigInt! - caller: stagingavalanche_Bytes + caller: polygonzkevm_swap_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingavalanche_Bytes! + transactionHash: polygonzkevm_swap_Bytes! nonce: BigInt! } -enum stagingavalanche_RouterLiquidityEventType { +enum polygonzkevm_swap_RouterLiquidityEventType { Add Remove } -input stagingavalanche_RouterLiquidityEvent_filter { +input polygonzkevm_swap_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -131455,10 +128960,10 @@ 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!] + 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 @@ -131479,7 +128984,7 @@ input stagingavalanche_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingavalanche_Router_filter + router_: polygonzkevm_swap_Router_filter asset: String asset_not: String asset_gt: String @@ -131500,7 +129005,7 @@ input stagingavalanche_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingavalanche_Asset_filter + asset_: polygonzkevm_swap_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -131517,16 +129022,16 @@ input stagingavalanche_RouterLiquidityEvent_filter { 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 + 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 @@ -131543,16 +129048,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 + 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 @@ -131562,12 +129067,12 @@ 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: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_RouterLiquidityEvent_filter] + or: [polygonzkevm_swap_RouterLiquidityEvent_filter] } -enum stagingavalanche_RouterLiquidityEvent_orderBy { +enum polygonzkevm_swap_RouterLiquidityEvent_orderBy { id type router @@ -131596,7 +129101,7 @@ enum stagingavalanche_RouterLiquidityEvent_orderBy { nonce } -input stagingavalanche_Router_filter { +input polygonzkevm_swap_Router_filter { id: ID id_not: ID id_gt: ID @@ -131609,36 +129114,36 @@ 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 + 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 @@ -131647,14 +129152,14 @@ input stagingavalanche_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingavalanche_AssetBalance_filter + assetBalances_: polygonzkevm_swap_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_Router_filter] - or: [stagingavalanche_Router_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Router_filter] + or: [polygonzkevm_swap_Router_filter] } -enum stagingavalanche_Router_orderBy { +enum polygonzkevm_swap_Router_orderBy { id isActive owner @@ -131664,13 +129169,13 @@ enum stagingavalanche_Router_orderBy { assetBalances } -type stagingavalanche_Sequencer { +type polygonzkevm_swap_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingavalanche_Bytes + sequencer: polygonzkevm_swap_Bytes } -input stagingavalanche_Sequencer_filter { +input polygonzkevm_swap_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -131683,35 +129188,35 @@ input stagingavalanche_Sequencer_filter { 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 + 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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_Sequencer_filter] - or: [stagingavalanche_Sequencer_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Sequencer_filter] + or: [polygonzkevm_swap_Sequencer_filter] } -enum stagingavalanche_Sequencer_orderBy { +enum polygonzkevm_swap_Sequencer_orderBy { id isActive sequencer } -type stagingavalanche_Setting { +type polygonzkevm_swap_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingavalanche_Bytes! + caller: polygonzkevm_swap_Bytes! } -input stagingavalanche_Setting_filter { +input polygonzkevm_swap_Setting_filter { id: ID id_not: ID id_gt: ID @@ -131728,41 +129233,41 @@ input stagingavalanche_Setting_filter { 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 + 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: stagingavalanche_BlockChangedFilter - and: [stagingavalanche_Setting_filter] - or: [stagingavalanche_Setting_filter] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_Setting_filter] + or: [polygonzkevm_swap_Setting_filter] } -enum stagingavalanche_Setting_orderBy { +enum polygonzkevm_swap_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingavalanche_SlippageUpdate { +type polygonzkevm_swap_SlippageUpdate { id: ID! - transfer: stagingavalanche_DestinationTransfer! + transfer: polygonzkevm_swap_DestinationTransfer! slippage: BigInt! - caller: stagingavalanche_Bytes! - transactionHash: stagingavalanche_Bytes! + caller: polygonzkevm_swap_Bytes! + transactionHash: polygonzkevm_swap_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingavalanche_SlippageUpdate_filter { +input polygonzkevm_swap_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -131791,7 +129296,7 @@ input stagingavalanche_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingavalanche_DestinationTransfer_filter + transfer_: polygonzkevm_swap_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -131800,26 +129305,26 @@ input stagingavalanche_SlippageUpdate_filter { 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 + 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 @@ -131853,12 +129358,12 @@ input stagingavalanche_SlippageUpdate_filter { 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] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_SlippageUpdate_filter] + or: [polygonzkevm_swap_SlippageUpdate_filter] } -enum stagingavalanche_SlippageUpdate_orderBy { +enum polygonzkevm_swap_SlippageUpdate_orderBy { id transfer transfer__id @@ -131906,16 +129411,16 @@ enum stagingavalanche_SlippageUpdate_orderBy { blockNumber } -type stagingavalanche_SnapshotRoot { +type polygonzkevm_swap_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingavalanche_Bytes! + root: polygonzkevm_swap_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingavalanche_SnapshotRoot_filter { +input polygonzkevm_swap_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -131932,16 +129437,16 @@ input stagingavalanche_SnapshotRoot_filter { 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 + 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 @@ -131967,12 +129472,12 @@ input stagingavalanche_SnapshotRoot_filter { 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] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_SnapshotRoot_filter] + or: [polygonzkevm_swap_SnapshotRoot_filter] } -enum stagingavalanche_SnapshotRoot_orderBy { +enum polygonzkevm_swap_SnapshotRoot_orderBy { id spokeDomain root @@ -131981,12 +129486,12 @@ enum stagingavalanche_SnapshotRoot_orderBy { blockNumber } -type stagingavalanche_SpokeConnectorMode { +type polygonzkevm_swap_SpokeConnectorMode { id: ID! mode: String! } -input stagingavalanche_SpokeConnectorMode_filter { +input polygonzkevm_swap_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -132016,17 +129521,17 @@ input stagingavalanche_SpokeConnectorMode_filter { 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] + _change_block: polygonzkevm_swap_BlockChangedFilter + and: [polygonzkevm_swap_SpokeConnectorMode_filter] + or: [polygonzkevm_swap_SpokeConnectorMode_filter] } -enum stagingavalanche_SpokeConnectorMode_orderBy { +enum polygonzkevm_swap_SpokeConnectorMode_orderBy { id mode } -enum stagingavalanche_TransferStatus { +enum polygonzkevm_swap_TransferStatus { XCalled Executed Reconciled @@ -132034,19 +129539,19 @@ enum stagingavalanche_TransferStatus { CompletedFast } -type stagingavalanche__Block_ { +type polygonzkevm_swap__Block_ { """The hash of the block""" - hash: stagingavalanche_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: stagingavalanche_Bytes + parentHash: polygonzkevm_swap_Bytes } """The type for the top-level _meta field""" -type stagingavalanche__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 @@ -132054,22 +129559,22 @@ type stagingavalanche__Meta_ { and therefore asks for the latest block """ - block: stagingavalanche__Block_! + block: polygonzkevm_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type sepolia_AggregateRoot { +type xlayer_AggregateRoot { id: ID! - root: sepolia_Bytes! + root: xlayer_Bytes! blockNumber: BigInt! } -type sepolia_AggregateRootProposed { +type xlayer_AggregateRootProposed { id: ID! - aggregateRoot: sepolia_Bytes! + aggregateRoot: xlayer_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -132077,7 +129582,7 @@ type sepolia_AggregateRootProposed { blockNumber: BigInt } -input sepolia_AggregateRootProposed_filter { +input xlayer_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -132086,16 +129591,16 @@ input sepolia_AggregateRootProposed_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: 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 @@ -132137,12 +129642,12 @@ 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: xlayer_BlockChangedFilter + and: [xlayer_AggregateRootProposed_filter] + or: [xlayer_AggregateRootProposed_filter] } -enum sepolia_AggregateRootProposed_orderBy { +enum xlayer_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -132152,7 +129657,7 @@ enum sepolia_AggregateRootProposed_orderBy { blockNumber } -input sepolia_AggregateRoot_filter { +input xlayer_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -132161,16 +129666,16 @@ 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 + 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 @@ -132180,42 +129685,42 @@ input sepolia_AggregateRoot_filter { 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] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_AggregateRoot_filter] + or: [xlayer_AggregateRoot_filter] } -enum sepolia_AggregateRoot_orderBy { +enum xlayer_AggregateRoot_orderBy { id root blockNumber } -type sepolia_Asset { +type xlayer_Asset { id: ID! - key: sepolia_Bytes + key: xlayer_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: sepolia_Bytes + canonicalId: xlayer_Bytes canonicalDomain: BigInt - adoptedAsset: sepolia_Bytes - localAsset: sepolia_Bytes + adoptedAsset: xlayer_Bytes + localAsset: xlayer_Bytes blockNumber: BigInt - status: sepolia_AssetStatus + status: xlayer_AssetStatus } -type sepolia_AssetBalance { +type xlayer_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: sepolia_Router! - asset: sepolia_Asset! + router: xlayer_Router! + asset: xlayer_Asset! feesEarned: BigInt! } -input sepolia_AssetBalance_filter { +input xlayer_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -132276,7 +129781,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_: xlayer_Router_filter asset: String asset_not: String asset_gt: String @@ -132297,7 +129802,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_: xlayer_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -132307,12 +129812,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: xlayer_BlockChangedFilter + and: [xlayer_AssetBalance_filter] + or: [xlayer_AssetBalance_filter] } -enum sepolia_AssetBalance_orderBy { +enum xlayer_AssetBalance_orderBy { id amount locked @@ -132338,12 +129843,12 @@ enum sepolia_AssetBalance_orderBy { feesEarned } -type sepolia_AssetStatus { +type xlayer_AssetStatus { id: ID! status: Boolean } -input sepolia_AssetStatus_filter { +input xlayer_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -132357,17 +129862,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: xlayer_BlockChangedFilter + and: [xlayer_AssetStatus_filter] + or: [xlayer_AssetStatus_filter] } -enum sepolia_AssetStatus_orderBy { +enum xlayer_AssetStatus_orderBy { id status } -input sepolia_Asset_filter { +input xlayer_Asset_filter { id: ID id_not: ID id_gt: ID @@ -132376,16 +129881,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: 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 @@ -132402,16 +129907,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: 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 @@ -132420,26 +129925,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: 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 @@ -132468,14 +129973,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_: xlayer_AssetStatus_filter """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_Asset_filter] - or: [sepolia_Asset_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_Asset_filter] + or: [xlayer_Asset_filter] } -enum sepolia_Asset_orderBy { +enum xlayer_Asset_orderBy { id key decimal @@ -132490,16 +129995,30 @@ enum sepolia_Asset_orderBy { status__status } -type sepolia_ConnectorMeta { +scalar xlayer_BigDecimal + +input xlayer_BlockChangedFilter { + number_gte: Int! +} + +input xlayer_Block_height { + hash: xlayer_Bytes + number: Int + number_gte: Int +} + +scalar xlayer_Bytes + +type xlayer_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: sepolia_Bytes - rootManager: sepolia_Bytes - mirrorConnector: sepolia_Bytes + amb: xlayer_Bytes + rootManager: xlayer_Bytes + mirrorConnector: xlayer_Bytes } -input sepolia_ConnectorMeta_filter { +input xlayer_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -132524,43 +130043,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: 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: sepolia_BlockChangedFilter - and: [sepolia_ConnectorMeta_filter] - or: [sepolia_ConnectorMeta_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_ConnectorMeta_filter] + or: [xlayer_ConnectorMeta_filter] } -enum sepolia_ConnectorMeta_orderBy { +enum xlayer_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -132569,48 +130088,48 @@ enum sepolia_ConnectorMeta_orderBy { mirrorConnector } -type sepolia_DestinationTransfer { +type xlayer_DestinationTransfer { id: ID! chainId: BigInt - transferId: sepolia_Bytes + transferId: xlayer_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: 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: sepolia_Bytes - delegate: sepolia_Bytes + to: xlayer_Bytes + delegate: xlayer_Bytes receiveLocal: Boolean - callData: sepolia_Bytes + callData: xlayer_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: sepolia_Bytes + originSender: xlayer_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: sepolia_Bytes - asset: sepolia_Asset + canonicalId: xlayer_Bytes + asset: xlayer_Asset amount: BigInt routersFee: BigInt - executedCaller: sepolia_Bytes - executedTransactionHash: sepolia_Bytes + executedCaller: xlayer_Bytes + executedTransactionHash: xlayer_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: sepolia_Bytes + executedTxOrigin: xlayer_Bytes executedTxNonce: BigInt - reconciledCaller: sepolia_Bytes - reconciledTransactionHash: sepolia_Bytes + reconciledCaller: xlayer_Bytes + reconciledTransactionHash: xlayer_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: sepolia_Bytes + reconciledTxOrigin: xlayer_Bytes reconciledTxNonce: BigInt } -input sepolia_DestinationTransfer_filter { +input xlayer_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -132627,16 +130146,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: 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 @@ -132645,17 +130164,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: 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_: sepolia_Router_filter + routers_: xlayer_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -132680,40 +130199,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: 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: 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: 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 @@ -132730,16 +130249,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: 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 @@ -132756,16 +130275,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: 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 @@ -132786,7 +130305,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_: xlayer_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -132803,26 +130322,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: 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 @@ -132855,16 +130374,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: 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 @@ -132873,26 +130392,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: 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 @@ -132925,16 +130444,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: 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 @@ -132944,12 +130463,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: xlayer_BlockChangedFilter + and: [xlayer_DestinationTransfer_filter] + or: [xlayer_DestinationTransfer_filter] } -enum sepolia_DestinationTransfer_orderBy { +enum xlayer_DestinationTransfer_orderBy { id chainId transferId @@ -132999,14 +130518,20 @@ enum sepolia_DestinationTransfer_orderBy { reconciledTxNonce } -type sepolia_OptimisticRootFinalized { +""" +8 bytes signed integer + +""" +scalar xlayer_Int8 + +type xlayer_OptimisticRootFinalized { id: ID! - aggregateRoot: sepolia_Bytes! + aggregateRoot: xlayer_Bytes! timestamp: BigInt! blockNumber: BigInt } -input sepolia_OptimisticRootFinalized_filter { +input xlayer_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -133015,16 +130540,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: 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 @@ -133042,32 +130567,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: xlayer_BlockChangedFilter + and: [xlayer_OptimisticRootFinalized_filter] + or: [xlayer_OptimisticRootFinalized_filter] } -enum sepolia_OptimisticRootFinalized_orderBy { +enum xlayer_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -type sepolia_OriginMessage { +"""Defines the order direction, either ascending or descending""" +enum xlayer_OrderDirection { + asc + desc +} + +type xlayer_OriginMessage { id: ID! - transferId: sepolia_Bytes + transferId: xlayer_Bytes destinationDomain: BigInt - leaf: sepolia_Bytes + leaf: xlayer_Bytes index: BigInt - message: sepolia_Bytes - root: sepolia_Bytes - transactionHash: sepolia_Bytes + message: xlayer_Bytes + root: xlayer_Bytes + transactionHash: xlayer_Bytes blockNumber: BigInt - rootCount: sepolia_RootCount + rootCount: xlayer_RootCount } -input sepolia_OriginMessage_filter { +input xlayer_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -133076,16 +130607,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: 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 @@ -133094,16 +130625,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: 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 @@ -133112,36 +130643,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: 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 @@ -133170,14 +130701,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_: xlayer_RootCount_filter """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_OriginMessage_filter] - or: [sepolia_OriginMessage_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_OriginMessage_filter] + or: [xlayer_OriginMessage_filter] } -enum sepolia_OriginMessage_orderBy { +enum xlayer_OriginMessage_orderBy { id transferId destinationDomain @@ -133192,42 +130723,42 @@ enum sepolia_OriginMessage_orderBy { rootCount__count } -type sepolia_OriginTransfer { +type xlayer_OriginTransfer { id: ID! chainId: BigInt - transferId: sepolia_Bytes + transferId: xlayer_Bytes nonce: BigInt - status: sepolia_TransferStatus - messageHash: sepolia_Bytes + status: xlayer_TransferStatus + messageHash: xlayer_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: sepolia_Bytes - delegate: sepolia_Bytes + to: xlayer_Bytes + delegate: xlayer_Bytes receiveLocal: Boolean - callData: sepolia_Bytes + callData: xlayer_Bytes slippage: BigInt - originSender: sepolia_Bytes + originSender: xlayer_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: sepolia_Bytes - asset: sepolia_Asset - transactingAsset: sepolia_Bytes - message: sepolia_OriginMessage + canonicalId: xlayer_Bytes + asset: xlayer_Asset + transactingAsset: xlayer_Bytes + message: xlayer_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: 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: sepolia_Bytes + txOrigin: xlayer_Bytes txNonce: BigInt } -input sepolia_OriginTransfer_filter { +input xlayer_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -133244,16 +130775,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: 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 @@ -133262,20 +130793,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: 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 @@ -133300,40 +130831,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: 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: 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: 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 @@ -133342,16 +130873,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: 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 @@ -133368,16 +130899,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: 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 @@ -133398,17 +130929,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_: 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 @@ -133429,7 +130960,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_: xlayer_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -133444,37 +130975,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_: 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 @@ -133507,16 +131038,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: 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 @@ -133526,12 +131057,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: xlayer_BlockChangedFilter + and: [xlayer_OriginTransfer_filter] + or: [xlayer_OriginTransfer_filter] } -enum sepolia_OriginTransfer_orderBy { +enum xlayer_OriginTransfer_orderBy { id chainId transferId @@ -133584,20 +131115,20 @@ enum sepolia_OriginTransfer_orderBy { txNonce } -type sepolia_Relayer { +type xlayer_Relayer { id: ID! isActive: Boolean! - relayer: sepolia_Bytes + relayer: xlayer_Bytes } -type sepolia_RelayerFee { +type xlayer_RelayerFee { id: ID! - transfer: sepolia_OriginTransfer! + transfer: xlayer_OriginTransfer! fee: BigInt! - asset: sepolia_Bytes! + asset: xlayer_Bytes! } -input sepolia_RelayerFee_filter { +input xlayer_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -133626,7 +131157,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_: xlayer_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -133635,23 +131166,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: 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: sepolia_BlockChangedFilter - and: [sepolia_RelayerFee_filter] - or: [sepolia_RelayerFee_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_RelayerFee_filter] + or: [xlayer_RelayerFee_filter] } -enum sepolia_RelayerFee_orderBy { +enum xlayer_RelayerFee_orderBy { id transfer transfer__id @@ -133687,20 +131218,20 @@ enum sepolia_RelayerFee_orderBy { asset } -type sepolia_RelayerFeesIncrease { +type xlayer_RelayerFeesIncrease { id: ID! - transfer: sepolia_OriginTransfer! + transfer: xlayer_OriginTransfer! increase: BigInt - asset: sepolia_Bytes - caller: sepolia_Bytes! - transactionHash: sepolia_Bytes! + asset: xlayer_Bytes + caller: xlayer_Bytes! + transactionHash: xlayer_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input sepolia_RelayerFeesIncrease_filter { +input xlayer_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -133729,7 +131260,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_: xlayer_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -133738,36 +131269,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: 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 @@ -133801,12 +131332,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: xlayer_BlockChangedFilter + and: [xlayer_RelayerFeesIncrease_filter] + or: [xlayer_RelayerFeesIncrease_filter] } -enum sepolia_RelayerFeesIncrease_orderBy { +enum xlayer_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -133848,7 +131379,7 @@ enum sepolia_RelayerFeesIncrease_orderBy { blockNumber } -input sepolia_Relayer_filter { +input xlayer_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -133861,34 +131392,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: 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: sepolia_BlockChangedFilter - and: [sepolia_Relayer_filter] - or: [sepolia_Relayer_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_Relayer_filter] + or: [xlayer_Relayer_filter] } -enum sepolia_Relayer_orderBy { +enum xlayer_Relayer_orderBy { id isActive relayer } -type sepolia_RootCount { +type xlayer_RootCount { id: ID! count: BigInt } -input sepolia_RootCount_filter { +input xlayer_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -133906,31 +131437,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: xlayer_BlockChangedFilter + and: [xlayer_RootCount_filter] + or: [xlayer_RootCount_filter] } -enum sepolia_RootCount_orderBy { +enum xlayer_RootCount_orderBy { id count } -type sepolia_RootMessageSent { +type xlayer_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: sepolia_Bytes + root: xlayer_Bytes count: BigInt - caller: sepolia_Bytes - transactionHash: sepolia_Bytes + caller: xlayer_Bytes + transactionHash: xlayer_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input sepolia_RootMessageSent_filter { +input xlayer_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -133955,16 +131486,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: 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 @@ -133973,26 +131504,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: 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 @@ -134026,12 +131557,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: xlayer_BlockChangedFilter + and: [xlayer_RootMessageSent_filter] + or: [xlayer_RootMessageSent_filter] } -enum sepolia_RootMessageSent_orderBy { +enum xlayer_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -134045,25 +131576,25 @@ enum sepolia_RootMessageSent_orderBy { blockNumber } -type sepolia_Router { +type xlayer_Router { id: ID! isActive: Boolean! - owner: sepolia_Bytes - recipient: sepolia_Bytes - proposedOwner: sepolia_Bytes + owner: xlayer_Bytes + recipient: xlayer_Bytes + proposedOwner: xlayer_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: xlayer_AssetBalance_orderBy, orderDirection: xlayer_OrderDirection, where: xlayer_AssetBalance_filter): [xlayer_AssetBalance!]! } -type sepolia_RouterDailyTVL { +type xlayer_RouterDailyTVL { id: ID! - router: sepolia_Router! - asset: sepolia_Asset! + router: xlayer_Router! + asset: xlayer_Asset! timestamp: BigInt! balance: BigInt! } -input sepolia_RouterDailyTVL_filter { +input xlayer_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -134092,7 +131623,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_: xlayer_Router_filter asset: String asset_not: String asset_gt: String @@ -134113,7 +131644,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_: xlayer_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -134131,12 +131662,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: xlayer_BlockChangedFilter + and: [xlayer_RouterDailyTVL_filter] + or: [xlayer_RouterDailyTVL_filter] } -enum sepolia_RouterDailyTVL_orderBy { +enum xlayer_RouterDailyTVL_orderBy { id router router__id @@ -134159,26 +131690,26 @@ enum sepolia_RouterDailyTVL_orderBy { balance } -type sepolia_RouterLiquidityEvent { +type xlayer_RouterLiquidityEvent { id: ID! - type: sepolia_RouterLiquidityEventType - router: sepolia_Router! - asset: sepolia_Asset! + type: xlayer_RouterLiquidityEventType + router: xlayer_Router! + asset: xlayer_Asset! amount: BigInt! balance: BigInt! - caller: sepolia_Bytes + caller: xlayer_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: sepolia_Bytes! + transactionHash: xlayer_Bytes! nonce: BigInt! } -enum sepolia_RouterLiquidityEventType { +enum xlayer_RouterLiquidityEventType { Add Remove } -input sepolia_RouterLiquidityEvent_filter { +input xlayer_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -134187,10 +131718,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: xlayer_RouterLiquidityEventType + type_not: xlayer_RouterLiquidityEventType + type_in: [xlayer_RouterLiquidityEventType!] + type_not_in: [xlayer_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -134211,7 +131742,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_: xlayer_Router_filter asset: String asset_not: String asset_gt: String @@ -134232,7 +131763,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_: xlayer_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -134249,16 +131780,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: 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 @@ -134275,16 +131806,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: 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 @@ -134294,12 +131825,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: xlayer_BlockChangedFilter + and: [xlayer_RouterLiquidityEvent_filter] + or: [xlayer_RouterLiquidityEvent_filter] } -enum sepolia_RouterLiquidityEvent_orderBy { +enum xlayer_RouterLiquidityEvent_orderBy { id type router @@ -134328,7 +131859,7 @@ enum sepolia_RouterLiquidityEvent_orderBy { nonce } -input sepolia_Router_filter { +input xlayer_Router_filter { id: ID id_not: ID id_gt: ID @@ -134341,36 +131872,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: 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 @@ -134379,14 +131910,14 @@ input sepolia_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: sepolia_AssetBalance_filter + assetBalances_: xlayer_AssetBalance_filter """Filter for the block changed event.""" - _change_block: sepolia_BlockChangedFilter - and: [sepolia_Router_filter] - or: [sepolia_Router_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_Router_filter] + or: [xlayer_Router_filter] } -enum sepolia_Router_orderBy { +enum xlayer_Router_orderBy { id isActive owner @@ -134396,13 +131927,13 @@ enum sepolia_Router_orderBy { assetBalances } -type sepolia_Sequencer { +type xlayer_Sequencer { id: ID! isActive: Boolean! - sequencer: sepolia_Bytes + sequencer: xlayer_Bytes } -input sepolia_Sequencer_filter { +input xlayer_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -134415,35 +131946,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: 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: sepolia_BlockChangedFilter - and: [sepolia_Sequencer_filter] - or: [sepolia_Sequencer_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_Sequencer_filter] + or: [xlayer_Sequencer_filter] } -enum sepolia_Sequencer_orderBy { +enum xlayer_Sequencer_orderBy { id isActive sequencer } -type sepolia_Setting { +type xlayer_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: sepolia_Bytes! + caller: xlayer_Bytes! } -input sepolia_Setting_filter { +input xlayer_Setting_filter { id: ID id_not: ID id_gt: ID @@ -134460,41 +131991,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: 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: sepolia_BlockChangedFilter - and: [sepolia_Setting_filter] - or: [sepolia_Setting_filter] + _change_block: xlayer_BlockChangedFilter + and: [xlayer_Setting_filter] + or: [xlayer_Setting_filter] } -enum sepolia_Setting_orderBy { +enum xlayer_Setting_orderBy { id maxRoutersPerTransfer caller } -type sepolia_SlippageUpdate { +type xlayer_SlippageUpdate { id: ID! - transfer: sepolia_DestinationTransfer! + transfer: xlayer_DestinationTransfer! slippage: BigInt! - caller: sepolia_Bytes! - transactionHash: sepolia_Bytes! + caller: xlayer_Bytes! + transactionHash: xlayer_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input sepolia_SlippageUpdate_filter { +input xlayer_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -134523,7 +132054,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_: xlayer_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -134532,26 +132063,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: 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 @@ -134585,12 +132116,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: xlayer_BlockChangedFilter + and: [xlayer_SlippageUpdate_filter] + or: [xlayer_SlippageUpdate_filter] } -enum sepolia_SlippageUpdate_orderBy { +enum xlayer_SlippageUpdate_orderBy { id transfer transfer__id @@ -134638,16 +132169,16 @@ enum sepolia_SlippageUpdate_orderBy { blockNumber } -type sepolia_SnapshotRoot { +type xlayer_SnapshotRoot { id: ID! spokeDomain: BigInt - root: sepolia_Bytes! + root: xlayer_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input sepolia_SnapshotRoot_filter { +input xlayer_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -134664,16 +132195,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: 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 @@ -134699,12 +132230,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: xlayer_BlockChangedFilter + and: [xlayer_SnapshotRoot_filter] + or: [xlayer_SnapshotRoot_filter] } -enum sepolia_SnapshotRoot_orderBy { +enum xlayer_SnapshotRoot_orderBy { id spokeDomain root @@ -134713,12 +132244,12 @@ enum sepolia_SnapshotRoot_orderBy { blockNumber } -type sepolia_SpokeConnectorMode { +type xlayer_SpokeConnectorMode { id: ID! mode: String! } -input sepolia_SpokeConnectorMode_filter { +input xlayer_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -134748,17 +132279,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: xlayer_BlockChangedFilter + and: [xlayer_SpokeConnectorMode_filter] + or: [xlayer_SpokeConnectorMode_filter] } -enum sepolia_SpokeConnectorMode_orderBy { +enum xlayer_SpokeConnectorMode_orderBy { id mode } -enum sepolia_TransferStatus { +enum xlayer_TransferStatus { XCalled Executed Reconciled @@ -134766,15 +132297,40 @@ enum sepolia_TransferStatus { CompletedFast } -type staginglinea_AggregateRoot { +type xlayer__Block_ { + """The hash of the block""" + hash: xlayer_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__Meta_ { + """ + Information 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__Block_! + """The deployment ID""" + deployment: String! + """If `true`, the subgraph encountered indexing errors at some past block""" + hasIndexingErrors: Boolean! +} + +type mainnet_AggregateRoot { id: ID! - root: staginglinea_Bytes! + root: mainnet_Bytes! blockNumber: BigInt! } -type staginglinea_AggregateRootProposed { +type mainnet_AggregateRootProposed { id: ID! - aggregateRoot: staginglinea_Bytes! + aggregateRoot: mainnet_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -134782,7 +132338,7 @@ type staginglinea_AggregateRootProposed { blockNumber: BigInt } -input staginglinea_AggregateRootProposed_filter { +input mainnet_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -134791,12 +132347,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: 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 @@ -134838,10 +132398,12 @@ input staginglinea_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AggregateRootProposed_filter] + or: [mainnet_AggregateRootProposed_filter] } -enum staginglinea_AggregateRootProposed_orderBy { +enum mainnet_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -134851,7 +132413,7 @@ enum staginglinea_AggregateRootProposed_orderBy { blockNumber } -input staginglinea_AggregateRoot_filter { +input mainnet_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -134860,12 +132422,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: 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 @@ -134875,40 +132441,42 @@ input staginglinea_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AggregateRoot_filter] + or: [mainnet_AggregateRoot_filter] } -enum staginglinea_AggregateRoot_orderBy { +enum mainnet_AggregateRoot_orderBy { id root blockNumber } -type staginglinea_Asset { +type mainnet_Asset { id: ID! - key: staginglinea_Bytes + key: mainnet_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: staginglinea_Bytes + canonicalId: mainnet_Bytes canonicalDomain: BigInt - adoptedAsset: staginglinea_Bytes - localAsset: staginglinea_Bytes + adoptedAsset: mainnet_Bytes + localAsset: mainnet_Bytes blockNumber: BigInt - status: staginglinea_AssetStatus + status: mainnet_AssetStatus } -type staginglinea_AssetBalance { +type mainnet_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: staginglinea_Router! - asset: staginglinea_Asset! + router: mainnet_Router! + asset: mainnet_Asset! feesEarned: BigInt! } -input staginglinea_AssetBalance_filter { +input mainnet_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -134969,7 +132537,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_: mainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -134990,7 +132558,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_: mainnet_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -135000,26 +132568,43 @@ input staginglinea_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AssetBalance_filter] + or: [mainnet_AssetBalance_filter] } -enum staginglinea_AssetBalance_orderBy { +enum mainnet_AssetBalance_orderBy { id amount locked supplied removed router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber feesEarned } -type staginglinea_AssetStatus { +type mainnet_AssetStatus { id: ID! status: Boolean } -input staginglinea_AssetStatus_filter { +input mainnet_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -135033,15 +132618,17 @@ input staginglinea_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_AssetStatus_filter] + or: [mainnet_AssetStatus_filter] } -enum staginglinea_AssetStatus_orderBy { +enum mainnet_AssetStatus_orderBy { id status } -input staginglinea_Asset_filter { +input mainnet_Asset_filter { id: ID id_not: ID id_gt: ID @@ -135050,12 +132637,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: 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 @@ -135072,12 +132663,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: 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 @@ -135086,18 +132681,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: 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 @@ -135126,12 +132729,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_: mainnet_AssetStatus_filter """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Asset_filter] + or: [mainnet_Asset_filter] } -enum staginglinea_Asset_orderBy { +enum mainnet_Asset_orderBy { id key decimal @@ -135142,32 +132747,20 @@ enum staginglinea_Asset_orderBy { localAsset blockNumber status + status__id + status__status } -scalar staginglinea_BigDecimal - -input staginglinea_BlockChangedFilter { - number_gte: Int! -} - -input staginglinea_Block_height { - hash: staginglinea_Bytes - number: Int - number_gte: Int -} - -scalar staginglinea_Bytes - -type staginglinea_ConnectorMeta { +type mainnet_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: staginglinea_Bytes - rootManager: staginglinea_Bytes - mirrorConnector: staginglinea_Bytes + amb: mainnet_Bytes + rootManager: mainnet_Bytes + mirrorConnector: mainnet_Bytes } -input staginglinea_ConnectorMeta_filter { +input mainnet_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -135192,29 +132785,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: 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: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_ConnectorMeta_filter] + or: [mainnet_ConnectorMeta_filter] } -enum staginglinea_ConnectorMeta_orderBy { +enum mainnet_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -135223,48 +132830,48 @@ enum staginglinea_ConnectorMeta_orderBy { mirrorConnector } -type staginglinea_DestinationTransfer { +type mainnet_DestinationTransfer { id: ID! chainId: BigInt - transferId: staginglinea_Bytes + transferId: mainnet_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: 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: staginglinea_Bytes - delegate: staginglinea_Bytes + to: mainnet_Bytes + delegate: mainnet_Bytes receiveLocal: Boolean - callData: staginglinea_Bytes + callData: mainnet_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: staginglinea_Bytes + originSender: mainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: staginglinea_Bytes - asset: staginglinea_Asset + canonicalId: mainnet_Bytes + asset: mainnet_Asset amount: BigInt routersFee: BigInt - executedCaller: staginglinea_Bytes - executedTransactionHash: staginglinea_Bytes + executedCaller: mainnet_Bytes + executedTransactionHash: mainnet_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: staginglinea_Bytes + executedTxOrigin: mainnet_Bytes executedTxNonce: BigInt - reconciledCaller: staginglinea_Bytes - reconciledTransactionHash: staginglinea_Bytes + reconciledCaller: mainnet_Bytes + reconciledTransactionHash: mainnet_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: staginglinea_Bytes + reconciledTxOrigin: mainnet_Bytes reconciledTxNonce: BigInt } -input staginglinea_DestinationTransfer_filter { +input mainnet_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -135281,12 +132888,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: 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 @@ -135295,17 +132906,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: 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_: staginglinea_Router_filter + routers_: mainnet_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -135330,28 +132941,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: 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: 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: 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 @@ -135368,12 +132991,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: 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 @@ -135390,12 +133017,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: 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 @@ -135416,7 +133047,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_: mainnet_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -135433,18 +133064,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: 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 @@ -135477,12 +133116,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: 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 @@ -135491,18 +133134,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: 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 @@ -135535,12 +133186,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: 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 @@ -135550,10 +133205,12 @@ input staginglinea_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_DestinationTransfer_filter] + or: [mainnet_DestinationTransfer_filter] } -enum staginglinea_DestinationTransfer_orderBy { +enum mainnet_DestinationTransfer_orderBy { id chainId transferId @@ -135574,6 +133231,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 @@ -135594,14 +133260,14 @@ enum staginglinea_DestinationTransfer_orderBy { reconciledTxNonce } -type staginglinea_OptimisticRootFinalized { +type mainnet_OptimisticRootFinalized { id: ID! - aggregateRoot: staginglinea_Bytes! + aggregateRoot: mainnet_Bytes! timestamp: BigInt! blockNumber: BigInt } -input staginglinea_OptimisticRootFinalized_filter { +input mainnet_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -135610,12 +133276,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: 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 @@ -135633,36 +133303,32 @@ input staginglinea_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OptimisticRootFinalized_filter] + or: [mainnet_OptimisticRootFinalized_filter] } -enum staginglinea_OptimisticRootFinalized_orderBy { +enum mainnet_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -"""Defines the order direction, either ascending or descending""" -enum staginglinea_OrderDirection { - asc - desc -} - -type staginglinea_OriginMessage { +type mainnet_OriginMessage { id: ID! - transferId: staginglinea_Bytes + transferId: mainnet_Bytes destinationDomain: BigInt - leaf: staginglinea_Bytes + leaf: mainnet_Bytes index: BigInt - message: staginglinea_Bytes - root: staginglinea_Bytes - transactionHash: staginglinea_Bytes + message: mainnet_Bytes + root: mainnet_Bytes + transactionHash: mainnet_Bytes blockNumber: BigInt - rootCount: staginglinea_RootCount + rootCount: mainnet_RootCount } -input staginglinea_OriginMessage_filter { +input mainnet_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -135671,12 +133337,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: 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 @@ -135685,12 +133355,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: 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 @@ -135699,24 +133373,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: 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 @@ -135745,12 +133431,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_: mainnet_RootCount_filter """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OriginMessage_filter] + or: [mainnet_OriginMessage_filter] } -enum staginglinea_OriginMessage_orderBy { +enum mainnet_OriginMessage_orderBy { id transferId destinationDomain @@ -135761,44 +133449,46 @@ enum staginglinea_OriginMessage_orderBy { transactionHash blockNumber rootCount + rootCount__id + rootCount__count } -type staginglinea_OriginTransfer { +type mainnet_OriginTransfer { id: ID! chainId: BigInt - transferId: staginglinea_Bytes + transferId: mainnet_Bytes nonce: BigInt - status: staginglinea_TransferStatus - messageHash: staginglinea_Bytes + status: mainnet_TransferStatus + messageHash: mainnet_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: staginglinea_Bytes - delegate: staginglinea_Bytes + to: mainnet_Bytes + delegate: mainnet_Bytes receiveLocal: Boolean - callData: staginglinea_Bytes + callData: mainnet_Bytes slippage: BigInt - originSender: staginglinea_Bytes + originSender: mainnet_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: staginglinea_Bytes - asset: staginglinea_Asset - transactingAsset: staginglinea_Bytes - message: staginglinea_OriginMessage + canonicalId: mainnet_Bytes + asset: mainnet_Asset + transactingAsset: mainnet_Bytes + message: mainnet_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: 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: staginglinea_Bytes + txOrigin: mainnet_Bytes txNonce: BigInt } -input staginglinea_OriginTransfer_filter { +input mainnet_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -135815,12 +133505,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: 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 @@ -135829,16 +133523,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: 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 @@ -135863,28 +133561,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: 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: 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: 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 @@ -135893,12 +133603,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: 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 @@ -135915,12 +133629,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: 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 @@ -135941,13 +133659,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_: 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 @@ -135968,7 +133690,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_: mainnet_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -135983,25 +133705,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_: 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 @@ -136034,12 +133768,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: 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 @@ -136049,10 +133787,12 @@ input staginglinea_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_OriginTransfer_filter] + or: [mainnet_OriginTransfer_filter] } -enum staginglinea_OriginTransfer_orderBy { +enum mainnet_OriginTransfer_orderBy { id chainId transferId @@ -136072,8 +133812,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 @@ -136087,20 +133845,20 @@ enum staginglinea_OriginTransfer_orderBy { txNonce } -type staginglinea_Relayer { +type mainnet_Relayer { id: ID! isActive: Boolean! - relayer: staginglinea_Bytes + relayer: mainnet_Bytes } -type staginglinea_RelayerFee { +type mainnet_RelayerFee { id: ID! - transfer: staginglinea_OriginTransfer! + transfer: mainnet_OriginTransfer! fee: BigInt! - asset: staginglinea_Bytes! + asset: mainnet_Bytes! } -input staginglinea_RelayerFee_filter { +input mainnet_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -136129,7 +133887,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_: mainnet_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -136138,37 +133896,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: 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: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RelayerFee_filter] + or: [mainnet_RelayerFee_filter] } -enum staginglinea_RelayerFee_orderBy { +enum mainnet_RelayerFee_orderBy { id transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__messageHash + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__transactingAsset + transfer__bumpRelayerFeeCount + transfer__initialRelayerFeeAsset + transfer__caller + transfer__transactionHash + transfer__timestamp + transfer__gasPrice + transfer__gasLimit + transfer__blockNumber + transfer__txOrigin + transfer__txNonce fee asset } -type staginglinea_RelayerFeesIncrease { +type mainnet_RelayerFeesIncrease { id: ID! - transfer: staginglinea_OriginTransfer! + transfer: mainnet_OriginTransfer! increase: BigInt - asset: staginglinea_Bytes - caller: staginglinea_Bytes! - transactionHash: staginglinea_Bytes! + asset: mainnet_Bytes + caller: mainnet_Bytes! + transactionHash: mainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input staginglinea_RelayerFeesIncrease_filter { +input mainnet_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -136197,7 +133990,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_: mainnet_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -136206,24 +133999,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: 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 @@ -136257,12 +134062,43 @@ input staginglinea_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RelayerFeesIncrease_filter] + or: [mainnet_RelayerFeesIncrease_filter] } -enum staginglinea_RelayerFeesIncrease_orderBy { +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 @@ -136273,7 +134109,7 @@ enum staginglinea_RelayerFeesIncrease_orderBy { blockNumber } -input staginglinea_Relayer_filter { +input mainnet_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -136286,28 +134122,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: 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: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Relayer_filter] + or: [mainnet_Relayer_filter] } -enum staginglinea_Relayer_orderBy { +enum mainnet_Relayer_orderBy { id isActive relayer } -type staginglinea_RootCount { +type mainnet_RootCount { id: ID! count: BigInt } -input staginglinea_RootCount_filter { +input mainnet_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -136325,29 +134167,31 @@ input staginglinea_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootCount_filter] + or: [mainnet_RootCount_filter] } -enum staginglinea_RootCount_orderBy { +enum mainnet_RootCount_orderBy { id count } -type staginglinea_RootMessageSent { +type mainnet_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: staginglinea_Bytes + root: mainnet_Bytes count: BigInt - caller: staginglinea_Bytes - transactionHash: staginglinea_Bytes + caller: mainnet_Bytes + transactionHash: mainnet_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input staginglinea_RootMessageSent_filter { +input mainnet_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -136372,12 +134216,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: 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 @@ -136386,18 +134234,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: 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 @@ -136431,10 +134287,12 @@ input staginglinea_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RootMessageSent_filter] + or: [mainnet_RootMessageSent_filter] } -enum staginglinea_RootMessageSent_orderBy { +enum mainnet_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -136448,25 +134306,25 @@ enum staginglinea_RootMessageSent_orderBy { blockNumber } -type staginglinea_Router { +type mainnet_Router { id: ID! isActive: Boolean! - owner: staginglinea_Bytes - recipient: staginglinea_Bytes - proposedOwner: staginglinea_Bytes + owner: mainnet_Bytes + recipient: mainnet_Bytes + proposedOwner: mainnet_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: mainnet_AssetBalance_orderBy, orderDirection: mainnet_OrderDirection, where: mainnet_AssetBalance_filter): [mainnet_AssetBalance!]! } -type staginglinea_RouterDailyTVL { +type mainnet_RouterDailyTVL { id: ID! - router: staginglinea_Router! - asset: staginglinea_Asset! + router: mainnet_Router! + asset: mainnet_Asset! timestamp: BigInt! balance: BigInt! } -input staginglinea_RouterDailyTVL_filter { +input mainnet_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -136495,7 +134353,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_: mainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -136516,7 +134374,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_: mainnet_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -136534,37 +134392,54 @@ input staginglinea_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RouterDailyTVL_filter] + or: [mainnet_RouterDailyTVL_filter] } -enum staginglinea_RouterDailyTVL_orderBy { +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 staginglinea_RouterLiquidityEvent { +type mainnet_RouterLiquidityEvent { id: ID! - type: staginglinea_RouterLiquidityEventType - router: staginglinea_Router! - asset: staginglinea_Asset! + type: mainnet_RouterLiquidityEventType + router: mainnet_Router! + asset: mainnet_Asset! amount: BigInt! balance: BigInt! - caller: staginglinea_Bytes + caller: mainnet_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: staginglinea_Bytes! + transactionHash: mainnet_Bytes! nonce: BigInt! } -enum staginglinea_RouterLiquidityEventType { +enum mainnet_RouterLiquidityEventType { Add Remove } -input staginglinea_RouterLiquidityEvent_filter { +input mainnet_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -136573,10 +134448,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: mainnet_RouterLiquidityEventType + type_not: mainnet_RouterLiquidityEventType + type_in: [mainnet_RouterLiquidityEventType!] + type_not_in: [mainnet_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -136597,7 +134472,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_: mainnet_Router_filter asset: String asset_not: String asset_gt: String @@ -136618,7 +134493,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_: mainnet_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -136635,12 +134510,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: 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 @@ -136657,12 +134536,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: 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 @@ -136672,14 +134555,31 @@ input staginglinea_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_RouterLiquidityEvent_filter] + or: [mainnet_RouterLiquidityEvent_filter] } -enum staginglinea_RouterLiquidityEvent_orderBy { +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 @@ -136689,7 +134589,7 @@ enum staginglinea_RouterLiquidityEvent_orderBy { nonce } -input staginglinea_Router_filter { +input mainnet_Router_filter { id: ID id_not: ID id_gt: ID @@ -136702,24 +134602,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: 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 @@ -136728,12 +134640,14 @@ input staginglinea_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: staginglinea_AssetBalance_filter + assetBalances_: mainnet_AssetBalance_filter """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Router_filter] + or: [mainnet_Router_filter] } -enum staginglinea_Router_orderBy { +enum mainnet_Router_orderBy { id isActive owner @@ -136743,13 +134657,13 @@ enum staginglinea_Router_orderBy { assetBalances } -type staginglinea_Sequencer { +type mainnet_Sequencer { id: ID! isActive: Boolean! - sequencer: staginglinea_Bytes + sequencer: mainnet_Bytes } -input staginglinea_Sequencer_filter { +input mainnet_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -136762,29 +134676,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: 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: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Sequencer_filter] + or: [mainnet_Sequencer_filter] } -enum staginglinea_Sequencer_orderBy { +enum mainnet_Sequencer_orderBy { id isActive sequencer } -type staginglinea_Setting { +type mainnet_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: staginglinea_Bytes! + caller: mainnet_Bytes! } -input staginglinea_Setting_filter { +input mainnet_Setting_filter { id: ID id_not: ID id_gt: ID @@ -136801,35 +134721,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: 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: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_Setting_filter] + or: [mainnet_Setting_filter] } -enum staginglinea_Setting_orderBy { +enum mainnet_Setting_orderBy { id maxRoutersPerTransfer caller } -type staginglinea_SlippageUpdate { +type mainnet_SlippageUpdate { id: ID! - transfer: staginglinea_DestinationTransfer! + transfer: mainnet_DestinationTransfer! slippage: BigInt! - caller: staginglinea_Bytes! - transactionHash: staginglinea_Bytes! + caller: mainnet_Bytes! + transactionHash: mainnet_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input staginglinea_SlippageUpdate_filter { +input mainnet_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -136858,7 +134784,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_: mainnet_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -136867,18 +134793,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: 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 @@ -136912,12 +134846,50 @@ input staginglinea_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_SlippageUpdate_filter] + or: [mainnet_SlippageUpdate_filter] } -enum staginglinea_SlippageUpdate_orderBy { +enum mainnet_SlippageUpdate_orderBy { id transfer + transfer__id + transfer__chainId + transfer__transferId + transfer__nonce + transfer__status + transfer__originDomain + transfer__destinationDomain + transfer__canonicalDomain + transfer__to + transfer__delegate + transfer__receiveLocal + transfer__callData + transfer__slippage + transfer__bumpSlippageCount + transfer__originSender + transfer__bridgedAmt + transfer__normalizedIn + transfer__canonicalId + transfer__amount + transfer__routersFee + transfer__executedCaller + transfer__executedTransactionHash + transfer__executedTimestamp + transfer__executedGasPrice + transfer__executedGasLimit + transfer__executedBlockNumber + transfer__executedTxOrigin + transfer__executedTxNonce + transfer__reconciledCaller + transfer__reconciledTransactionHash + transfer__reconciledTimestamp + transfer__reconciledGasPrice + transfer__reconciledGasLimit + transfer__reconciledBlockNumber + transfer__reconciledTxOrigin + transfer__reconciledTxNonce slippage caller transactionHash @@ -136927,16 +134899,16 @@ enum staginglinea_SlippageUpdate_orderBy { blockNumber } -type staginglinea_SnapshotRoot { +type mainnet_SnapshotRoot { id: ID! spokeDomain: BigInt - root: staginglinea_Bytes! + root: mainnet_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input staginglinea_SnapshotRoot_filter { +input mainnet_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -136953,12 +134925,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: 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 @@ -136984,10 +134960,12 @@ input staginglinea_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: staginglinea_BlockChangedFilter + _change_block: mainnet_BlockChangedFilter + and: [mainnet_SnapshotRoot_filter] + or: [mainnet_SnapshotRoot_filter] } -enum staginglinea_SnapshotRoot_orderBy { +enum mainnet_SnapshotRoot_orderBy { id spokeDomain root @@ -136996,12 +134974,12 @@ enum staginglinea_SnapshotRoot_orderBy { blockNumber } -type staginglinea_SpokeConnectorMode { +type mainnet_SpokeConnectorMode { id: ID! mode: String! } -input staginglinea_SpokeConnectorMode_filter { +input mainnet_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -137031,15 +135009,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: mainnet_BlockChangedFilter + and: [mainnet_SpokeConnectorMode_filter] + or: [mainnet_SpokeConnectorMode_filter] } -enum staginglinea_SpokeConnectorMode_orderBy { +enum mainnet_SpokeConnectorMode_orderBy { id mode } -enum staginglinea_TransferStatus { +enum mainnet_TransferStatus { XCalled Executed Reconciled @@ -137047,40 +135027,15 @@ enum staginglinea_TransferStatus { 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! -} - -type linea_AggregateRoot { +type stagingbase_AggregateRoot { id: ID! - root: linea_Bytes! + root: stagingbase_Bytes! blockNumber: BigInt! } -type linea_AggregateRootProposed { +type stagingbase_AggregateRootProposed { id: ID! - aggregateRoot: linea_Bytes! + aggregateRoot: stagingbase_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -137088,7 +135043,7 @@ type linea_AggregateRootProposed { blockNumber: BigInt } -input linea_AggregateRootProposed_filter { +input stagingbase_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -137097,12 +135052,16 @@ 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 + 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 @@ -137144,10 +135103,12 @@ input linea_AggregateRootProposed_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_AggregateRootProposed_filter] + or: [stagingbase_AggregateRootProposed_filter] } -enum linea_AggregateRootProposed_orderBy { +enum stagingbase_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -137157,7 +135118,7 @@ enum linea_AggregateRootProposed_orderBy { blockNumber } -input linea_AggregateRoot_filter { +input stagingbase_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -137166,12 +135127,16 @@ 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 + 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 @@ -137181,40 +135146,47 @@ input linea_AggregateRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_AggregateRoot_filter] + or: [stagingbase_AggregateRoot_filter] } -enum linea_AggregateRoot_orderBy { +enum stagingbase_AggregateRoot_orderBy { id root blockNumber } -type linea_Asset { +enum stagingbase_Aggregation_interval { + hour + day +} + +type stagingbase_Asset { id: ID! - key: linea_Bytes + key: stagingbase_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: linea_Bytes + canonicalId: stagingbase_Bytes canonicalDomain: BigInt - adoptedAsset: linea_Bytes - localAsset: linea_Bytes + adoptedAsset: stagingbase_Bytes + localAsset: stagingbase_Bytes blockNumber: BigInt - status: linea_AssetStatus + status: stagingbase_AssetStatus } -type linea_AssetBalance { +type stagingbase_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: linea_Router! - asset: linea_Asset! + router: stagingbase_Router! + asset: stagingbase_Asset! feesEarned: BigInt! } -input linea_AssetBalance_filter { +input stagingbase_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -137275,7 +135247,7 @@ input linea_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: linea_Router_filter + router_: stagingbase_Router_filter asset: String asset_not: String asset_gt: String @@ -137296,7 +135268,7 @@ input linea_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: linea_Asset_filter + asset_: stagingbase_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -137306,26 +135278,43 @@ input linea_AssetBalance_filter { feesEarned_in: [BigInt!] feesEarned_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_AssetBalance_filter] + or: [stagingbase_AssetBalance_filter] } -enum linea_AssetBalance_orderBy { +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 linea_AssetStatus { +type stagingbase_AssetStatus { id: ID! status: Boolean } -input linea_AssetStatus_filter { +input stagingbase_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -137339,15 +135328,17 @@ input linea_AssetStatus_filter { status_in: [Boolean!] status_not_in: [Boolean!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_AssetStatus_filter] + or: [stagingbase_AssetStatus_filter] } -enum linea_AssetStatus_orderBy { +enum stagingbase_AssetStatus_orderBy { id status } -input linea_Asset_filter { +input stagingbase_Asset_filter { id: ID id_not: ID id_gt: ID @@ -137356,12 +135347,16 @@ input linea_Asset_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - key: linea_Bytes - key_not: linea_Bytes - key_in: [linea_Bytes!] - key_not_in: [linea_Bytes!] - key_contains: linea_Bytes - key_not_contains: linea_Bytes + key: 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 @@ -137378,12 +135373,16 @@ input linea_Asset_filter { adoptedDecimal_lte: BigInt adoptedDecimal_in: [BigInt!] adoptedDecimal_not_in: [BigInt!] - canonicalId: linea_Bytes - canonicalId_not: linea_Bytes - canonicalId_in: [linea_Bytes!] - canonicalId_not_in: [linea_Bytes!] - canonicalId_contains: linea_Bytes - canonicalId_not_contains: linea_Bytes + canonicalId: 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 @@ -137392,18 +135391,26 @@ input linea_Asset_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - adoptedAsset: linea_Bytes - adoptedAsset_not: linea_Bytes - adoptedAsset_in: [linea_Bytes!] - adoptedAsset_not_in: [linea_Bytes!] - adoptedAsset_contains: linea_Bytes - adoptedAsset_not_contains: linea_Bytes - localAsset: linea_Bytes - localAsset_not: linea_Bytes - localAsset_in: [linea_Bytes!] - localAsset_not_in: [linea_Bytes!] - localAsset_contains: linea_Bytes - localAsset_not_contains: linea_Bytes + adoptedAsset: 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 @@ -137432,12 +135439,14 @@ input linea_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: linea_AssetStatus_filter + status_: stagingbase_AssetStatus_filter """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Asset_filter] + or: [stagingbase_Asset_filter] } -enum linea_Asset_orderBy { +enum stagingbase_Asset_orderBy { id key decimal @@ -137448,32 +135457,34 @@ enum linea_Asset_orderBy { localAsset blockNumber status + status__id + status__status } -scalar linea_BigDecimal +scalar stagingbase_BigDecimal -input linea_BlockChangedFilter { +input stagingbase_BlockChangedFilter { number_gte: Int! } -input linea_Block_height { - hash: linea_Bytes +input stagingbase_Block_height { + hash: stagingbase_Bytes number: Int number_gte: Int } -scalar linea_Bytes +scalar stagingbase_Bytes -type linea_ConnectorMeta { +type stagingbase_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: linea_Bytes - rootManager: linea_Bytes - mirrorConnector: linea_Bytes + amb: stagingbase_Bytes + rootManager: stagingbase_Bytes + mirrorConnector: stagingbase_Bytes } -input linea_ConnectorMeta_filter { +input stagingbase_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -137498,29 +135509,43 @@ input linea_ConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: linea_Bytes - amb_not: linea_Bytes - amb_in: [linea_Bytes!] - amb_not_in: [linea_Bytes!] - amb_contains: linea_Bytes - amb_not_contains: linea_Bytes - rootManager: linea_Bytes - rootManager_not: linea_Bytes - rootManager_in: [linea_Bytes!] - rootManager_not_in: [linea_Bytes!] - rootManager_contains: linea_Bytes - rootManager_not_contains: linea_Bytes - mirrorConnector: linea_Bytes - mirrorConnector_not: linea_Bytes - mirrorConnector_in: [linea_Bytes!] - mirrorConnector_not_in: [linea_Bytes!] - mirrorConnector_contains: linea_Bytes - mirrorConnector_not_contains: linea_Bytes + amb: 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: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_ConnectorMeta_filter] + or: [stagingbase_ConnectorMeta_filter] } -enum linea_ConnectorMeta_orderBy { +enum stagingbase_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -137529,48 +135554,48 @@ enum linea_ConnectorMeta_orderBy { mirrorConnector } -type linea_DestinationTransfer { +type stagingbase_DestinationTransfer { id: ID! chainId: BigInt - transferId: linea_Bytes + transferId: stagingbase_Bytes nonce: BigInt - status: linea_TransferStatus - routers(skip: Int = 0, first: Int = 100, orderBy: linea_Router_orderBy, orderDirection: linea_OrderDirection, where: linea_Router_filter): [linea_Router!] + status: 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: linea_Bytes - delegate: linea_Bytes + to: stagingbase_Bytes + delegate: stagingbase_Bytes receiveLocal: Boolean - callData: linea_Bytes + callData: stagingbase_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: linea_Bytes + originSender: stagingbase_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: linea_Bytes - asset: linea_Asset + canonicalId: stagingbase_Bytes + asset: stagingbase_Asset amount: BigInt routersFee: BigInt - executedCaller: linea_Bytes - executedTransactionHash: linea_Bytes + executedCaller: stagingbase_Bytes + executedTransactionHash: stagingbase_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: linea_Bytes + executedTxOrigin: stagingbase_Bytes executedTxNonce: BigInt - reconciledCaller: linea_Bytes - reconciledTransactionHash: linea_Bytes + reconciledCaller: stagingbase_Bytes + reconciledTransactionHash: stagingbase_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: linea_Bytes + reconciledTxOrigin: stagingbase_Bytes reconciledTxNonce: BigInt } -input linea_DestinationTransfer_filter { +input stagingbase_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -137587,12 +135612,16 @@ input linea_DestinationTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: linea_Bytes - transferId_not: linea_Bytes - transferId_in: [linea_Bytes!] - transferId_not_in: [linea_Bytes!] - transferId_contains: linea_Bytes - transferId_not_contains: linea_Bytes + transferId: 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 @@ -137601,17 +135630,17 @@ input linea_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: linea_TransferStatus - status_not: linea_TransferStatus - status_in: [linea_TransferStatus!] - status_not_in: [linea_TransferStatus!] + status: 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_: linea_Router_filter + routers_: stagingbase_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -137636,28 +135665,40 @@ input linea_DestinationTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: linea_Bytes - to_not: linea_Bytes - to_in: [linea_Bytes!] - to_not_in: [linea_Bytes!] - to_contains: linea_Bytes - to_not_contains: linea_Bytes - delegate: linea_Bytes - delegate_not: linea_Bytes - delegate_in: [linea_Bytes!] - delegate_not_in: [linea_Bytes!] - delegate_contains: linea_Bytes - delegate_not_contains: linea_Bytes + to: 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: linea_Bytes - callData_not: linea_Bytes - callData_in: [linea_Bytes!] - callData_not_in: [linea_Bytes!] - callData_contains: linea_Bytes - callData_not_contains: linea_Bytes + callData: 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 @@ -137674,12 +135715,16 @@ input linea_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: linea_Bytes - originSender_not: linea_Bytes - originSender_in: [linea_Bytes!] - originSender_not_in: [linea_Bytes!] - originSender_contains: linea_Bytes - originSender_not_contains: linea_Bytes + originSender: 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 @@ -137696,12 +135741,16 @@ input linea_DestinationTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: linea_Bytes - canonicalId_not: linea_Bytes - canonicalId_in: [linea_Bytes!] - canonicalId_not_in: [linea_Bytes!] - canonicalId_contains: linea_Bytes - canonicalId_not_contains: linea_Bytes + canonicalId: 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 @@ -137722,7 +135771,7 @@ input linea_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: linea_Asset_filter + asset_: stagingbase_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -137739,18 +135788,26 @@ input linea_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: linea_Bytes - executedCaller_not: linea_Bytes - executedCaller_in: [linea_Bytes!] - executedCaller_not_in: [linea_Bytes!] - executedCaller_contains: linea_Bytes - executedCaller_not_contains: linea_Bytes - executedTransactionHash: linea_Bytes - executedTransactionHash_not: linea_Bytes - executedTransactionHash_in: [linea_Bytes!] - executedTransactionHash_not_in: [linea_Bytes!] - executedTransactionHash_contains: linea_Bytes - executedTransactionHash_not_contains: linea_Bytes + executedCaller: 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 @@ -137783,12 +135840,16 @@ input linea_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: linea_Bytes - executedTxOrigin_not: linea_Bytes - executedTxOrigin_in: [linea_Bytes!] - executedTxOrigin_not_in: [linea_Bytes!] - executedTxOrigin_contains: linea_Bytes - executedTxOrigin_not_contains: linea_Bytes + executedTxOrigin: 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 @@ -137797,18 +135858,26 @@ input linea_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: linea_Bytes - reconciledCaller_not: linea_Bytes - reconciledCaller_in: [linea_Bytes!] - reconciledCaller_not_in: [linea_Bytes!] - reconciledCaller_contains: linea_Bytes - reconciledCaller_not_contains: linea_Bytes - reconciledTransactionHash: linea_Bytes - reconciledTransactionHash_not: linea_Bytes - reconciledTransactionHash_in: [linea_Bytes!] - reconciledTransactionHash_not_in: [linea_Bytes!] - reconciledTransactionHash_contains: linea_Bytes - reconciledTransactionHash_not_contains: linea_Bytes + reconciledCaller: 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 @@ -137841,12 +135910,16 @@ input linea_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: linea_Bytes - reconciledTxOrigin_not: linea_Bytes - reconciledTxOrigin_in: [linea_Bytes!] - reconciledTxOrigin_not_in: [linea_Bytes!] - reconciledTxOrigin_contains: linea_Bytes - reconciledTxOrigin_not_contains: linea_Bytes + reconciledTxOrigin: 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 @@ -137856,10 +135929,12 @@ input linea_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_DestinationTransfer_filter] + or: [stagingbase_DestinationTransfer_filter] } -enum linea_DestinationTransfer_orderBy { +enum stagingbase_DestinationTransfer_orderBy { id chainId transferId @@ -137880,6 +135955,15 @@ enum linea_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 @@ -137900,14 +135984,20 @@ enum linea_DestinationTransfer_orderBy { reconciledTxNonce } -type linea_OptimisticRootFinalized { +""" +8 bytes signed integer + +""" +scalar stagingbase_Int8 + +type stagingbase_OptimisticRootFinalized { id: ID! - aggregateRoot: linea_Bytes! + aggregateRoot: stagingbase_Bytes! timestamp: BigInt! blockNumber: BigInt } -input linea_OptimisticRootFinalized_filter { +input stagingbase_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -137916,12 +136006,16 @@ input linea_OptimisticRootFinalized_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 + 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 @@ -137939,10 +136033,12 @@ input linea_OptimisticRootFinalized_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_OptimisticRootFinalized_filter] + or: [stagingbase_OptimisticRootFinalized_filter] } -enum linea_OptimisticRootFinalized_orderBy { +enum stagingbase_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -137950,25 +136046,25 @@ enum linea_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum linea_OrderDirection { +enum stagingbase_OrderDirection { asc desc } -type linea_OriginMessage { +type stagingbase_OriginMessage { id: ID! - transferId: linea_Bytes + transferId: stagingbase_Bytes destinationDomain: BigInt - leaf: linea_Bytes + leaf: stagingbase_Bytes index: BigInt - message: linea_Bytes - root: linea_Bytes - transactionHash: linea_Bytes + message: stagingbase_Bytes + root: stagingbase_Bytes + transactionHash: stagingbase_Bytes blockNumber: BigInt - rootCount: linea_RootCount + rootCount: stagingbase_RootCount } -input linea_OriginMessage_filter { +input stagingbase_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -137977,12 +136073,16 @@ input linea_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: linea_Bytes - transferId_not: linea_Bytes - transferId_in: [linea_Bytes!] - transferId_not_in: [linea_Bytes!] - transferId_contains: linea_Bytes - transferId_not_contains: linea_Bytes + transferId: 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 @@ -137991,12 +136091,16 @@ input linea_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: linea_Bytes - leaf_not: linea_Bytes - leaf_in: [linea_Bytes!] - leaf_not_in: [linea_Bytes!] - leaf_contains: linea_Bytes - leaf_not_contains: linea_Bytes + leaf: 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 @@ -138005,24 +136109,36 @@ input linea_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: linea_Bytes - message_not: linea_Bytes - message_in: [linea_Bytes!] - message_not_in: [linea_Bytes!] - message_contains: linea_Bytes - message_not_contains: linea_Bytes - root: linea_Bytes - root_not: linea_Bytes - root_in: [linea_Bytes!] - root_not_in: [linea_Bytes!] - root_contains: linea_Bytes - root_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes + message: 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 @@ -138051,12 +136167,14 @@ input linea_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: linea_RootCount_filter + rootCount_: stagingbase_RootCount_filter """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_OriginMessage_filter] + or: [stagingbase_OriginMessage_filter] } -enum linea_OriginMessage_orderBy { +enum stagingbase_OriginMessage_orderBy { id transferId destinationDomain @@ -138067,44 +136185,46 @@ enum linea_OriginMessage_orderBy { transactionHash blockNumber rootCount + rootCount__id + rootCount__count } -type linea_OriginTransfer { +type stagingbase_OriginTransfer { id: ID! chainId: BigInt - transferId: linea_Bytes + transferId: stagingbase_Bytes nonce: BigInt - status: linea_TransferStatus - messageHash: linea_Bytes + status: stagingbase_TransferStatus + messageHash: stagingbase_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: linea_Bytes - delegate: linea_Bytes + to: stagingbase_Bytes + delegate: stagingbase_Bytes receiveLocal: Boolean - callData: linea_Bytes + callData: stagingbase_Bytes slippage: BigInt - originSender: linea_Bytes + originSender: stagingbase_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: linea_Bytes - asset: linea_Asset - transactingAsset: linea_Bytes - message: linea_OriginMessage + canonicalId: stagingbase_Bytes + asset: stagingbase_Asset + transactingAsset: stagingbase_Bytes + message: stagingbase_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: linea_RelayerFee_orderBy, orderDirection: linea_OrderDirection, where: linea_RelayerFee_filter): [linea_RelayerFee!] - initialRelayerFeeAsset: linea_Bytes - caller: linea_Bytes - transactionHash: linea_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: 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: linea_Bytes + txOrigin: stagingbase_Bytes txNonce: BigInt } -input linea_OriginTransfer_filter { +input stagingbase_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -138121,12 +136241,16 @@ input linea_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: linea_Bytes - transferId_not: linea_Bytes - transferId_in: [linea_Bytes!] - transferId_not_in: [linea_Bytes!] - transferId_contains: linea_Bytes - transferId_not_contains: linea_Bytes + transferId: 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 @@ -138135,16 +136259,20 @@ input linea_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: linea_TransferStatus - status_not: linea_TransferStatus - status_in: [linea_TransferStatus!] - status_not_in: [linea_TransferStatus!] - messageHash: linea_Bytes - messageHash_not: linea_Bytes - messageHash_in: [linea_Bytes!] - messageHash_not_in: [linea_Bytes!] - messageHash_contains: linea_Bytes - messageHash_not_contains: linea_Bytes + status: 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 @@ -138169,28 +136297,40 @@ input linea_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: linea_Bytes - to_not: linea_Bytes - to_in: [linea_Bytes!] - to_not_in: [linea_Bytes!] - to_contains: linea_Bytes - to_not_contains: linea_Bytes - delegate: linea_Bytes - delegate_not: linea_Bytes - delegate_in: [linea_Bytes!] - delegate_not_in: [linea_Bytes!] - delegate_contains: linea_Bytes - delegate_not_contains: linea_Bytes + to: 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: linea_Bytes - callData_not: linea_Bytes - callData_in: [linea_Bytes!] - callData_not_in: [linea_Bytes!] - callData_contains: linea_Bytes - callData_not_contains: linea_Bytes + callData: 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 @@ -138199,12 +136339,16 @@ input linea_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: linea_Bytes - originSender_not: linea_Bytes - originSender_in: [linea_Bytes!] - originSender_not_in: [linea_Bytes!] - originSender_contains: linea_Bytes - originSender_not_contains: linea_Bytes + originSender: 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 @@ -138221,12 +136365,16 @@ input linea_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: linea_Bytes - canonicalId_not: linea_Bytes - canonicalId_in: [linea_Bytes!] - canonicalId_not_in: [linea_Bytes!] - canonicalId_contains: linea_Bytes - canonicalId_not_contains: linea_Bytes + canonicalId: 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 @@ -138247,13 +136395,17 @@ input linea_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: linea_Asset_filter - transactingAsset: linea_Bytes - transactingAsset_not: linea_Bytes - transactingAsset_in: [linea_Bytes!] - transactingAsset_not_in: [linea_Bytes!] - transactingAsset_contains: linea_Bytes - transactingAsset_not_contains: linea_Bytes + asset_: 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 @@ -138274,7 +136426,7 @@ input linea_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: linea_OriginMessage_filter + message_: stagingbase_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -138289,25 +136441,37 @@ input linea_OriginTransfer_filter { 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 + 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 @@ -138340,12 +136504,16 @@ input linea_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: linea_Bytes - txOrigin_not: linea_Bytes - txOrigin_in: [linea_Bytes!] - txOrigin_not_in: [linea_Bytes!] - txOrigin_contains: linea_Bytes - txOrigin_not_contains: linea_Bytes + txOrigin: 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 @@ -138355,10 +136523,12 @@ input linea_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_OriginTransfer_filter] + or: [stagingbase_OriginTransfer_filter] } -enum linea_OriginTransfer_orderBy { +enum stagingbase_OriginTransfer_orderBy { id chainId transferId @@ -138378,8 +136548,26 @@ enum linea_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 @@ -138393,20 +136581,20 @@ enum linea_OriginTransfer_orderBy { txNonce } -type linea_Relayer { +type stagingbase_Relayer { id: ID! isActive: Boolean! - relayer: linea_Bytes + relayer: stagingbase_Bytes } -type linea_RelayerFee { +type stagingbase_RelayerFee { id: ID! - transfer: linea_OriginTransfer! + transfer: stagingbase_OriginTransfer! fee: BigInt! - asset: linea_Bytes! + asset: stagingbase_Bytes! } -input linea_RelayerFee_filter { +input stagingbase_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -138435,7 +136623,7 @@ input linea_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: linea_OriginTransfer_filter + transfer_: stagingbase_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -138444,37 +136632,72 @@ input linea_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: linea_Bytes - asset_not: linea_Bytes - asset_in: [linea_Bytes!] - asset_not_in: [linea_Bytes!] - asset_contains: linea_Bytes - asset_not_contains: linea_Bytes + asset: 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: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_RelayerFee_filter] + or: [stagingbase_RelayerFee_filter] } -enum linea_RelayerFee_orderBy { +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 linea_RelayerFeesIncrease { +type stagingbase_RelayerFeesIncrease { id: ID! - transfer: linea_OriginTransfer! + transfer: stagingbase_OriginTransfer! increase: BigInt - asset: linea_Bytes - caller: linea_Bytes! - transactionHash: linea_Bytes! + asset: stagingbase_Bytes + caller: stagingbase_Bytes! + transactionHash: stagingbase_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input linea_RelayerFeesIncrease_filter { +input stagingbase_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -138503,7 +136726,7 @@ input linea_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: linea_OriginTransfer_filter + transfer_: stagingbase_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -138512,24 +136735,36 @@ input linea_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: linea_Bytes - asset_not: linea_Bytes - asset_in: [linea_Bytes!] - asset_not_in: [linea_Bytes!] - asset_contains: linea_Bytes - asset_not_contains: linea_Bytes - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes + asset: 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 @@ -138563,12 +136798,43 @@ input linea_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_RelayerFeesIncrease_filter] + or: [stagingbase_RelayerFeesIncrease_filter] } -enum linea_RelayerFeesIncrease_orderBy { +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 @@ -138579,7 +136845,7 @@ enum linea_RelayerFeesIncrease_orderBy { blockNumber } -input linea_Relayer_filter { +input stagingbase_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -138592,28 +136858,34 @@ input linea_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: linea_Bytes - relayer_not: linea_Bytes - relayer_in: [linea_Bytes!] - relayer_not_in: [linea_Bytes!] - relayer_contains: linea_Bytes - relayer_not_contains: linea_Bytes + relayer: 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: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Relayer_filter] + or: [stagingbase_Relayer_filter] } -enum linea_Relayer_orderBy { +enum stagingbase_Relayer_orderBy { id isActive relayer } -type linea_RootCount { +type stagingbase_RootCount { id: ID! count: BigInt } -input linea_RootCount_filter { +input stagingbase_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -138631,29 +136903,31 @@ input linea_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_RootCount_filter] + or: [stagingbase_RootCount_filter] } -enum linea_RootCount_orderBy { +enum stagingbase_RootCount_orderBy { id count } -type linea_RootMessageSent { +type stagingbase_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: linea_Bytes + root: stagingbase_Bytes count: BigInt - caller: linea_Bytes - transactionHash: linea_Bytes + caller: stagingbase_Bytes + transactionHash: stagingbase_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input linea_RootMessageSent_filter { +input stagingbase_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -138678,12 +136952,16 @@ input linea_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: linea_Bytes - root_not: linea_Bytes - root_in: [linea_Bytes!] - root_not_in: [linea_Bytes!] - root_contains: linea_Bytes - root_not_contains: linea_Bytes + root: 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 @@ -138692,18 +136970,26 @@ input linea_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes + caller: 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 @@ -138737,10 +137023,12 @@ input linea_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_RootMessageSent_filter] + or: [stagingbase_RootMessageSent_filter] } -enum linea_RootMessageSent_orderBy { +enum stagingbase_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -138754,25 +137042,25 @@ enum linea_RootMessageSent_orderBy { blockNumber } -type linea_Router { +type stagingbase_Router { id: ID! isActive: Boolean! - owner: linea_Bytes - recipient: linea_Bytes - proposedOwner: linea_Bytes + owner: stagingbase_Bytes + recipient: stagingbase_Bytes + proposedOwner: stagingbase_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: linea_AssetBalance_orderBy, orderDirection: linea_OrderDirection, where: linea_AssetBalance_filter): [linea_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingbase_AssetBalance_orderBy, orderDirection: stagingbase_OrderDirection, where: stagingbase_AssetBalance_filter): [stagingbase_AssetBalance!]! } -type linea_RouterDailyTVL { +type stagingbase_RouterDailyTVL { id: ID! - router: linea_Router! - asset: linea_Asset! + router: stagingbase_Router! + asset: stagingbase_Asset! timestamp: BigInt! balance: BigInt! } -input linea_RouterDailyTVL_filter { +input stagingbase_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -138801,7 +137089,7 @@ input linea_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: linea_Router_filter + router_: stagingbase_Router_filter asset: String asset_not: String asset_gt: String @@ -138822,7 +137110,7 @@ input linea_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: linea_Asset_filter + asset_: stagingbase_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -138840,37 +137128,54 @@ input linea_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_RouterDailyTVL_filter] + or: [stagingbase_RouterDailyTVL_filter] } -enum linea_RouterDailyTVL_orderBy { +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 linea_RouterLiquidityEvent { +type stagingbase_RouterLiquidityEvent { id: ID! - type: linea_RouterLiquidityEventType - router: linea_Router! - asset: linea_Asset! + type: stagingbase_RouterLiquidityEventType + router: stagingbase_Router! + asset: stagingbase_Asset! amount: BigInt! balance: BigInt! - caller: linea_Bytes + caller: stagingbase_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: linea_Bytes! + transactionHash: stagingbase_Bytes! nonce: BigInt! } -enum linea_RouterLiquidityEventType { +enum stagingbase_RouterLiquidityEventType { Add Remove } -input linea_RouterLiquidityEvent_filter { +input stagingbase_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -138879,10 +137184,10 @@ input linea_RouterLiquidityEvent_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - type: linea_RouterLiquidityEventType - type_not: linea_RouterLiquidityEventType - type_in: [linea_RouterLiquidityEventType!] - type_not_in: [linea_RouterLiquidityEventType!] + type: stagingbase_RouterLiquidityEventType + type_not: stagingbase_RouterLiquidityEventType + type_in: [stagingbase_RouterLiquidityEventType!] + type_not_in: [stagingbase_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -138903,7 +137208,7 @@ input linea_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: linea_Router_filter + router_: stagingbase_Router_filter asset: String asset_not: String asset_gt: String @@ -138924,7 +137229,7 @@ input linea_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: linea_Asset_filter + asset_: stagingbase_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -138941,12 +137246,16 @@ input linea_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes + 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 @@ -138959,16 +137268,20 @@ input linea_RouterLiquidityEvent_filter { 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 + 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 @@ -138978,14 +137291,31 @@ input linea_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_RouterLiquidityEvent_filter] + or: [stagingbase_RouterLiquidityEvent_filter] } -enum linea_RouterLiquidityEvent_orderBy { +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 @@ -138995,7 +137325,7 @@ enum linea_RouterLiquidityEvent_orderBy { nonce } -input linea_Router_filter { +input stagingbase_Router_filter { id: ID id_not: ID id_gt: ID @@ -139008,24 +137338,36 @@ input linea_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: linea_Bytes - owner_not: linea_Bytes - owner_in: [linea_Bytes!] - owner_not_in: [linea_Bytes!] - owner_contains: linea_Bytes - owner_not_contains: linea_Bytes - recipient: linea_Bytes - recipient_not: linea_Bytes - recipient_in: [linea_Bytes!] - recipient_not_in: [linea_Bytes!] - recipient_contains: linea_Bytes - recipient_not_contains: linea_Bytes - proposedOwner: linea_Bytes - proposedOwner_not: linea_Bytes - proposedOwner_in: [linea_Bytes!] - proposedOwner_not_in: [linea_Bytes!] - proposedOwner_contains: linea_Bytes - proposedOwner_not_contains: linea_Bytes + owner: 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 @@ -139034,12 +137376,14 @@ input linea_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: linea_AssetBalance_filter + assetBalances_: stagingbase_AssetBalance_filter """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Router_filter] + or: [stagingbase_Router_filter] } -enum linea_Router_orderBy { +enum stagingbase_Router_orderBy { id isActive owner @@ -139049,13 +137393,13 @@ enum linea_Router_orderBy { assetBalances } -type linea_Sequencer { +type stagingbase_Sequencer { id: ID! isActive: Boolean! - sequencer: linea_Bytes + sequencer: stagingbase_Bytes } -input linea_Sequencer_filter { +input stagingbase_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -139068,29 +137412,35 @@ input linea_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: linea_Bytes - sequencer_not: linea_Bytes - sequencer_in: [linea_Bytes!] - sequencer_not_in: [linea_Bytes!] - sequencer_contains: linea_Bytes - sequencer_not_contains: linea_Bytes + sequencer: 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: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Sequencer_filter] + or: [stagingbase_Sequencer_filter] } -enum linea_Sequencer_orderBy { +enum stagingbase_Sequencer_orderBy { id isActive sequencer } -type linea_Setting { +type stagingbase_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: linea_Bytes! + caller: stagingbase_Bytes! } -input linea_Setting_filter { +input stagingbase_Setting_filter { id: ID id_not: ID id_gt: ID @@ -139107,35 +137457,41 @@ input linea_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes + caller: 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: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_Setting_filter] + or: [stagingbase_Setting_filter] } -enum linea_Setting_orderBy { +enum stagingbase_Setting_orderBy { id maxRoutersPerTransfer caller } -type linea_SlippageUpdate { +type stagingbase_SlippageUpdate { id: ID! - transfer: linea_DestinationTransfer! + transfer: stagingbase_DestinationTransfer! slippage: BigInt! - caller: linea_Bytes! - transactionHash: linea_Bytes! + caller: stagingbase_Bytes! + transactionHash: stagingbase_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input linea_SlippageUpdate_filter { +input stagingbase_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -139164,7 +137520,7 @@ input linea_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: linea_DestinationTransfer_filter + transfer_: stagingbase_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -139173,18 +137529,26 @@ input linea_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: linea_Bytes - caller_not: linea_Bytes - caller_in: [linea_Bytes!] - caller_not_in: [linea_Bytes!] - caller_contains: linea_Bytes - caller_not_contains: linea_Bytes - transactionHash: linea_Bytes - transactionHash_not: linea_Bytes - transactionHash_in: [linea_Bytes!] - transactionHash_not_in: [linea_Bytes!] - transactionHash_contains: linea_Bytes - transactionHash_not_contains: linea_Bytes + caller: 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 @@ -139218,12 +137582,50 @@ input linea_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_SlippageUpdate_filter] + or: [stagingbase_SlippageUpdate_filter] } -enum linea_SlippageUpdate_orderBy { +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 @@ -139233,16 +137635,16 @@ enum linea_SlippageUpdate_orderBy { blockNumber } -type linea_SnapshotRoot { +type stagingbase_SnapshotRoot { id: ID! spokeDomain: BigInt - root: linea_Bytes! + root: stagingbase_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input linea_SnapshotRoot_filter { +input stagingbase_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -139259,12 +137661,16 @@ input linea_SnapshotRoot_filter { 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 + 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 @@ -139290,10 +137696,12 @@ input linea_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_SnapshotRoot_filter] + or: [stagingbase_SnapshotRoot_filter] } -enum linea_SnapshotRoot_orderBy { +enum stagingbase_SnapshotRoot_orderBy { id spokeDomain root @@ -139302,12 +137710,12 @@ enum linea_SnapshotRoot_orderBy { blockNumber } -type linea_SpokeConnectorMode { +type stagingbase_SpokeConnectorMode { id: ID! mode: String! } -input linea_SpokeConnectorMode_filter { +input stagingbase_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -139337,15 +137745,17 @@ input linea_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: linea_BlockChangedFilter + _change_block: stagingbase_BlockChangedFilter + and: [stagingbase_SpokeConnectorMode_filter] + or: [stagingbase_SpokeConnectorMode_filter] } -enum linea_SpokeConnectorMode_orderBy { +enum stagingbase_SpokeConnectorMode_orderBy { id mode } -enum linea_TransferStatus { +enum stagingbase_TransferStatus { XCalled Executed Reconciled @@ -139353,17 +137763,19 @@ enum linea_TransferStatus { CompletedFast } -type linea__Block_ { +type stagingbase__Block_ { """The hash of the block""" - hash: linea_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: stagingbase_Bytes } """The type for the top-level _meta field""" -type linea__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 @@ -139371,22 +137783,22 @@ type linea__Meta_ { and therefore asks for the latest block """ - block: linea__Block_! + block: stagingbase__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingmainnet_AggregateRoot { +type metis_AggregateRoot { id: ID! - root: stagingmainnet_Bytes! + root: metis_Bytes! blockNumber: BigInt! } -type stagingmainnet_AggregateRootProposed { +type metis_AggregateRootProposed { id: ID! - aggregateRoot: stagingmainnet_Bytes! + aggregateRoot: metis_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -139394,7 +137806,7 @@ type stagingmainnet_AggregateRootProposed { blockNumber: BigInt } -input stagingmainnet_AggregateRootProposed_filter { +input metis_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -139403,16 +137815,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: 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 @@ -139454,12 +137866,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: metis_BlockChangedFilter + and: [metis_AggregateRootProposed_filter] + or: [metis_AggregateRootProposed_filter] } -enum stagingmainnet_AggregateRootProposed_orderBy { +enum metis_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -139469,7 +137881,7 @@ enum stagingmainnet_AggregateRootProposed_orderBy { blockNumber } -input stagingmainnet_AggregateRoot_filter { +input metis_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -139478,16 +137890,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: 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 @@ -139497,42 +137909,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: metis_BlockChangedFilter + and: [metis_AggregateRoot_filter] + or: [metis_AggregateRoot_filter] } -enum stagingmainnet_AggregateRoot_orderBy { +enum metis_AggregateRoot_orderBy { id root blockNumber } -type stagingmainnet_Asset { +type metis_Asset { id: ID! - key: stagingmainnet_Bytes + key: metis_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingmainnet_Bytes + canonicalId: metis_Bytes canonicalDomain: BigInt - adoptedAsset: stagingmainnet_Bytes - localAsset: stagingmainnet_Bytes + adoptedAsset: metis_Bytes + localAsset: metis_Bytes blockNumber: BigInt - status: stagingmainnet_AssetStatus + status: metis_AssetStatus } -type stagingmainnet_AssetBalance { +type metis_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingmainnet_Router! - asset: stagingmainnet_Asset! + router: metis_Router! + asset: metis_Asset! feesEarned: BigInt! } -input stagingmainnet_AssetBalance_filter { +input metis_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -139593,7 +138005,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_: metis_Router_filter asset: String asset_not: String asset_gt: String @@ -139614,7 +138026,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_: metis_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -139624,12 +138036,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: metis_BlockChangedFilter + and: [metis_AssetBalance_filter] + or: [metis_AssetBalance_filter] } -enum stagingmainnet_AssetBalance_orderBy { +enum metis_AssetBalance_orderBy { id amount locked @@ -139655,12 +138067,12 @@ enum stagingmainnet_AssetBalance_orderBy { feesEarned } -type stagingmainnet_AssetStatus { +type metis_AssetStatus { id: ID! status: Boolean } -input stagingmainnet_AssetStatus_filter { +input metis_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -139674,17 +138086,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: metis_BlockChangedFilter + and: [metis_AssetStatus_filter] + or: [metis_AssetStatus_filter] } -enum stagingmainnet_AssetStatus_orderBy { +enum metis_AssetStatus_orderBy { id status } -input stagingmainnet_Asset_filter { +input metis_Asset_filter { id: ID id_not: ID id_gt: ID @@ -139693,16 +138105,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: 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 @@ -139719,16 +138131,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: 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 @@ -139737,26 +138149,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: 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 @@ -139785,14 +138197,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_: metis_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_Asset_filter] - or: [stagingmainnet_Asset_filter] + _change_block: metis_BlockChangedFilter + and: [metis_Asset_filter] + or: [metis_Asset_filter] } -enum stagingmainnet_Asset_orderBy { +enum metis_Asset_orderBy { id key decimal @@ -139807,16 +138219,30 @@ enum stagingmainnet_Asset_orderBy { status__status } -type stagingmainnet_ConnectorMeta { +scalar metis_BigDecimal + +input metis_BlockChangedFilter { + number_gte: Int! +} + +input metis_Block_height { + hash: metis_Bytes + number: Int + number_gte: Int +} + +scalar metis_Bytes + +type metis_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingmainnet_Bytes - rootManager: stagingmainnet_Bytes - mirrorConnector: stagingmainnet_Bytes + amb: metis_Bytes + rootManager: metis_Bytes + mirrorConnector: metis_Bytes } -input stagingmainnet_ConnectorMeta_filter { +input metis_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -139841,43 +138267,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: 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: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_ConnectorMeta_filter] - or: [stagingmainnet_ConnectorMeta_filter] + _change_block: metis_BlockChangedFilter + and: [metis_ConnectorMeta_filter] + or: [metis_ConnectorMeta_filter] } -enum stagingmainnet_ConnectorMeta_orderBy { +enum metis_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -139886,48 +138312,48 @@ enum stagingmainnet_ConnectorMeta_orderBy { mirrorConnector } -type stagingmainnet_DestinationTransfer { +type metis_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingmainnet_Bytes + transferId: metis_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: 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: stagingmainnet_Bytes - delegate: stagingmainnet_Bytes + to: metis_Bytes + delegate: metis_Bytes receiveLocal: Boolean - callData: stagingmainnet_Bytes + callData: metis_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingmainnet_Bytes + originSender: metis_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmainnet_Bytes - asset: stagingmainnet_Asset + canonicalId: metis_Bytes + asset: metis_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingmainnet_Bytes - executedTransactionHash: stagingmainnet_Bytes + executedCaller: metis_Bytes + executedTransactionHash: metis_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingmainnet_Bytes + executedTxOrigin: metis_Bytes executedTxNonce: BigInt - reconciledCaller: stagingmainnet_Bytes - reconciledTransactionHash: stagingmainnet_Bytes + reconciledCaller: metis_Bytes + reconciledTransactionHash: metis_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingmainnet_Bytes + reconciledTxOrigin: metis_Bytes reconciledTxNonce: BigInt } -input stagingmainnet_DestinationTransfer_filter { +input metis_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -139944,16 +138370,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: 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 @@ -139962,17 +138388,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: 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_: stagingmainnet_Router_filter + routers_: metis_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -139997,40 +138423,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: 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: 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: 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 @@ -140047,16 +138473,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: 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 @@ -140073,16 +138499,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: 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 @@ -140103,7 +138529,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_: metis_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -140120,26 +138546,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: 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 @@ -140172,16 +138598,16 @@ 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 + 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 @@ -140190,26 +138616,26 @@ input stagingmainnet_DestinationTransfer_filter { 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 + 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 @@ -140242,16 +138668,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: 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 @@ -140261,12 +138687,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: metis_BlockChangedFilter + and: [metis_DestinationTransfer_filter] + or: [metis_DestinationTransfer_filter] } -enum stagingmainnet_DestinationTransfer_orderBy { +enum metis_DestinationTransfer_orderBy { id chainId transferId @@ -140316,14 +138742,20 @@ enum stagingmainnet_DestinationTransfer_orderBy { reconciledTxNonce } -type stagingmainnet_OptimisticRootFinalized { +""" +8 bytes signed integer + +""" +scalar metis_Int8 + +type metis_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingmainnet_Bytes! + aggregateRoot: metis_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingmainnet_OptimisticRootFinalized_filter { +input metis_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -140332,16 +138764,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: 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 @@ -140359,32 +138791,38 @@ 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: metis_BlockChangedFilter + and: [metis_OptimisticRootFinalized_filter] + or: [metis_OptimisticRootFinalized_filter] } -enum stagingmainnet_OptimisticRootFinalized_orderBy { +enum metis_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp blockNumber } -type stagingmainnet_OriginMessage { +"""Defines the order direction, either ascending or descending""" +enum metis_OrderDirection { + asc + desc +} + +type metis_OriginMessage { id: ID! - transferId: stagingmainnet_Bytes + transferId: metis_Bytes destinationDomain: BigInt - leaf: stagingmainnet_Bytes + leaf: metis_Bytes index: BigInt - message: stagingmainnet_Bytes - root: stagingmainnet_Bytes - transactionHash: stagingmainnet_Bytes + message: metis_Bytes + root: metis_Bytes + transactionHash: metis_Bytes blockNumber: BigInt - rootCount: stagingmainnet_RootCount + rootCount: metis_RootCount } -input stagingmainnet_OriginMessage_filter { +input metis_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -140393,16 +138831,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: 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 @@ -140411,16 +138849,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: 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 @@ -140429,36 +138867,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: 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 @@ -140487,14 +138925,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_: metis_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_OriginMessage_filter] - or: [stagingmainnet_OriginMessage_filter] + _change_block: metis_BlockChangedFilter + and: [metis_OriginMessage_filter] + or: [metis_OriginMessage_filter] } -enum stagingmainnet_OriginMessage_orderBy { +enum metis_OriginMessage_orderBy { id transferId destinationDomain @@ -140509,42 +138947,42 @@ enum stagingmainnet_OriginMessage_orderBy { rootCount__count } -type stagingmainnet_OriginTransfer { +type metis_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingmainnet_Bytes + transferId: metis_Bytes nonce: BigInt - status: stagingmainnet_TransferStatus - messageHash: stagingmainnet_Bytes + status: metis_TransferStatus + messageHash: metis_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmainnet_Bytes - delegate: stagingmainnet_Bytes + to: metis_Bytes + delegate: metis_Bytes receiveLocal: Boolean - callData: stagingmainnet_Bytes + callData: metis_Bytes slippage: BigInt - originSender: stagingmainnet_Bytes + originSender: metis_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmainnet_Bytes - asset: stagingmainnet_Asset - transactingAsset: stagingmainnet_Bytes - message: stagingmainnet_OriginMessage + canonicalId: metis_Bytes + asset: metis_Asset + transactingAsset: metis_Bytes + message: metis_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: 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: stagingmainnet_Bytes + txOrigin: metis_Bytes txNonce: BigInt } -input stagingmainnet_OriginTransfer_filter { +input metis_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -140561,16 +138999,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: 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 @@ -140579,20 +139017,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: 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 @@ -140617,40 +139055,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: 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: 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: 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 @@ -140659,16 +139097,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: 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 @@ -140685,16 +139123,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: 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 @@ -140715,17 +139153,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_: 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 @@ -140746,7 +139184,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_: metis_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -140761,37 +139199,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_: 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 @@ -140824,16 +139262,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: 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 @@ -140843,12 +139281,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: metis_BlockChangedFilter + and: [metis_OriginTransfer_filter] + or: [metis_OriginTransfer_filter] } -enum stagingmainnet_OriginTransfer_orderBy { +enum metis_OriginTransfer_orderBy { id chainId transferId @@ -140901,20 +139339,20 @@ enum stagingmainnet_OriginTransfer_orderBy { txNonce } -type stagingmainnet_Relayer { +type metis_Relayer { id: ID! isActive: Boolean! - relayer: stagingmainnet_Bytes + relayer: metis_Bytes } -type stagingmainnet_RelayerFee { +type metis_RelayerFee { id: ID! - transfer: stagingmainnet_OriginTransfer! + transfer: metis_OriginTransfer! fee: BigInt! - asset: stagingmainnet_Bytes! + asset: metis_Bytes! } -input stagingmainnet_RelayerFee_filter { +input metis_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -140943,7 +139381,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_: metis_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -140952,23 +139390,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: 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: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_RelayerFee_filter] - or: [stagingmainnet_RelayerFee_filter] + _change_block: metis_BlockChangedFilter + and: [metis_RelayerFee_filter] + or: [metis_RelayerFee_filter] } -enum stagingmainnet_RelayerFee_orderBy { +enum metis_RelayerFee_orderBy { id transfer transfer__id @@ -141004,20 +139442,20 @@ enum stagingmainnet_RelayerFee_orderBy { asset } -type stagingmainnet_RelayerFeesIncrease { +type metis_RelayerFeesIncrease { id: ID! - transfer: stagingmainnet_OriginTransfer! + transfer: metis_OriginTransfer! increase: BigInt - asset: stagingmainnet_Bytes - caller: stagingmainnet_Bytes! - transactionHash: stagingmainnet_Bytes! + asset: metis_Bytes + caller: metis_Bytes! + transactionHash: metis_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmainnet_RelayerFeesIncrease_filter { +input metis_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -141046,7 +139484,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_: metis_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -141055,36 +139493,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: 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 @@ -141118,12 +139556,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: metis_BlockChangedFilter + and: [metis_RelayerFeesIncrease_filter] + or: [metis_RelayerFeesIncrease_filter] } -enum stagingmainnet_RelayerFeesIncrease_orderBy { +enum metis_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -141165,7 +139603,7 @@ enum stagingmainnet_RelayerFeesIncrease_orderBy { blockNumber } -input stagingmainnet_Relayer_filter { +input metis_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -141178,34 +139616,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: 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: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_Relayer_filter] - or: [stagingmainnet_Relayer_filter] + _change_block: metis_BlockChangedFilter + and: [metis_Relayer_filter] + or: [metis_Relayer_filter] } -enum stagingmainnet_Relayer_orderBy { +enum metis_Relayer_orderBy { id isActive relayer } -type stagingmainnet_RootCount { +type metis_RootCount { id: ID! count: BigInt } -input stagingmainnet_RootCount_filter { +input metis_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -141223,31 +139661,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: metis_BlockChangedFilter + and: [metis_RootCount_filter] + or: [metis_RootCount_filter] } -enum stagingmainnet_RootCount_orderBy { +enum metis_RootCount_orderBy { id count } -type stagingmainnet_RootMessageSent { +type metis_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingmainnet_Bytes + root: metis_Bytes count: BigInt - caller: stagingmainnet_Bytes - transactionHash: stagingmainnet_Bytes + caller: metis_Bytes + transactionHash: metis_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingmainnet_RootMessageSent_filter { +input metis_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -141272,16 +139710,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: 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 @@ -141290,26 +139728,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: 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 @@ -141343,12 +139781,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: metis_BlockChangedFilter + and: [metis_RootMessageSent_filter] + or: [metis_RootMessageSent_filter] } -enum stagingmainnet_RootMessageSent_orderBy { +enum metis_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -141362,25 +139800,25 @@ enum stagingmainnet_RootMessageSent_orderBy { blockNumber } -type stagingmainnet_Router { +type metis_Router { id: ID! isActive: Boolean! - owner: stagingmainnet_Bytes - recipient: stagingmainnet_Bytes - proposedOwner: stagingmainnet_Bytes + owner: metis_Bytes + recipient: metis_Bytes + proposedOwner: metis_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: metis_AssetBalance_orderBy, orderDirection: metis_OrderDirection, where: metis_AssetBalance_filter): [metis_AssetBalance!]! } -type stagingmainnet_RouterDailyTVL { +type metis_RouterDailyTVL { id: ID! - router: stagingmainnet_Router! - asset: stagingmainnet_Asset! + router: metis_Router! + asset: metis_Asset! timestamp: BigInt! balance: BigInt! } -input stagingmainnet_RouterDailyTVL_filter { +input metis_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -141409,7 +139847,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_: metis_Router_filter asset: String asset_not: String asset_gt: String @@ -141430,7 +139868,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_: metis_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -141448,12 +139886,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: metis_BlockChangedFilter + and: [metis_RouterDailyTVL_filter] + or: [metis_RouterDailyTVL_filter] } -enum stagingmainnet_RouterDailyTVL_orderBy { +enum metis_RouterDailyTVL_orderBy { id router router__id @@ -141476,26 +139914,26 @@ enum stagingmainnet_RouterDailyTVL_orderBy { balance } -type stagingmainnet_RouterLiquidityEvent { +type metis_RouterLiquidityEvent { id: ID! - type: stagingmainnet_RouterLiquidityEventType - router: stagingmainnet_Router! - asset: stagingmainnet_Asset! + type: metis_RouterLiquidityEventType + router: metis_Router! + asset: metis_Asset! amount: BigInt! balance: BigInt! - caller: stagingmainnet_Bytes + caller: metis_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingmainnet_Bytes! + transactionHash: metis_Bytes! nonce: BigInt! } -enum stagingmainnet_RouterLiquidityEventType { +enum metis_RouterLiquidityEventType { Add Remove } -input stagingmainnet_RouterLiquidityEvent_filter { +input metis_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -141504,10 +139942,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: metis_RouterLiquidityEventType + type_not: metis_RouterLiquidityEventType + type_in: [metis_RouterLiquidityEventType!] + type_not_in: [metis_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -141528,7 +139966,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_: metis_Router_filter asset: String asset_not: String asset_gt: String @@ -141549,7 +139987,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_: metis_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -141566,16 +140004,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: 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 @@ -141592,16 +140030,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: 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 @@ -141611,12 +140049,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: metis_BlockChangedFilter + and: [metis_RouterLiquidityEvent_filter] + or: [metis_RouterLiquidityEvent_filter] } -enum stagingmainnet_RouterLiquidityEvent_orderBy { +enum metis_RouterLiquidityEvent_orderBy { id type router @@ -141645,7 +140083,7 @@ enum stagingmainnet_RouterLiquidityEvent_orderBy { nonce } -input stagingmainnet_Router_filter { +input metis_Router_filter { id: ID id_not: ID id_gt: ID @@ -141658,36 +140096,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: 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 @@ -141696,14 +140134,14 @@ input stagingmainnet_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingmainnet_AssetBalance_filter + assetBalances_: metis_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_Router_filter] - or: [stagingmainnet_Router_filter] + _change_block: metis_BlockChangedFilter + and: [metis_Router_filter] + or: [metis_Router_filter] } -enum stagingmainnet_Router_orderBy { +enum metis_Router_orderBy { id isActive owner @@ -141713,13 +140151,13 @@ enum stagingmainnet_Router_orderBy { assetBalances } -type stagingmainnet_Sequencer { +type metis_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingmainnet_Bytes + sequencer: metis_Bytes } -input stagingmainnet_Sequencer_filter { +input metis_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -141732,35 +140170,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: 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: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_Sequencer_filter] - or: [stagingmainnet_Sequencer_filter] + _change_block: metis_BlockChangedFilter + and: [metis_Sequencer_filter] + or: [metis_Sequencer_filter] } -enum stagingmainnet_Sequencer_orderBy { +enum metis_Sequencer_orderBy { id isActive sequencer } -type stagingmainnet_Setting { +type metis_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingmainnet_Bytes! + caller: metis_Bytes! } -input stagingmainnet_Setting_filter { +input metis_Setting_filter { id: ID id_not: ID id_gt: ID @@ -141777,41 +140215,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: 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: stagingmainnet_BlockChangedFilter - and: [stagingmainnet_Setting_filter] - or: [stagingmainnet_Setting_filter] + _change_block: metis_BlockChangedFilter + and: [metis_Setting_filter] + or: [metis_Setting_filter] } -enum stagingmainnet_Setting_orderBy { +enum metis_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingmainnet_SlippageUpdate { +type metis_SlippageUpdate { id: ID! - transfer: stagingmainnet_DestinationTransfer! + transfer: metis_DestinationTransfer! slippage: BigInt! - caller: stagingmainnet_Bytes! - transactionHash: stagingmainnet_Bytes! + caller: metis_Bytes! + transactionHash: metis_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmainnet_SlippageUpdate_filter { +input metis_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -141840,7 +140278,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_: metis_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -141849,26 +140287,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: 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 @@ -141902,12 +140340,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: metis_BlockChangedFilter + and: [metis_SlippageUpdate_filter] + or: [metis_SlippageUpdate_filter] } -enum stagingmainnet_SlippageUpdate_orderBy { +enum metis_SlippageUpdate_orderBy { id transfer transfer__id @@ -141955,16 +140393,16 @@ enum stagingmainnet_SlippageUpdate_orderBy { blockNumber } -type stagingmainnet_SnapshotRoot { +type metis_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingmainnet_Bytes! + root: metis_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingmainnet_SnapshotRoot_filter { +input metis_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -141981,16 +140419,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: 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 @@ -142016,12 +140454,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: metis_BlockChangedFilter + and: [metis_SnapshotRoot_filter] + or: [metis_SnapshotRoot_filter] } -enum stagingmainnet_SnapshotRoot_orderBy { +enum metis_SnapshotRoot_orderBy { id spokeDomain root @@ -142030,12 +140468,12 @@ enum stagingmainnet_SnapshotRoot_orderBy { blockNumber } -type stagingmainnet_SpokeConnectorMode { +type metis_SpokeConnectorMode { id: ID! mode: String! } -input stagingmainnet_SpokeConnectorMode_filter { +input metis_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -142065,17 +140503,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: metis_BlockChangedFilter + and: [metis_SpokeConnectorMode_filter] + or: [metis_SpokeConnectorMode_filter] } -enum stagingmainnet_SpokeConnectorMode_orderBy { +enum metis_SpokeConnectorMode_orderBy { id mode } -enum stagingmainnet_TransferStatus { +enum metis_TransferStatus { XCalled Executed Reconciled @@ -142083,15 +140521,40 @@ enum stagingmainnet_TransferStatus { CompletedFast } -type stagingpolygon_AggregateRoot { +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! +} + +type stagingoptimism_AggregateRoot { id: ID! - root: stagingpolygon_Bytes! + root: stagingoptimism_Bytes! blockNumber: BigInt! } -type stagingpolygon_AggregateRootProposed { +type stagingoptimism_AggregateRootProposed { id: ID! - aggregateRoot: stagingpolygon_Bytes! + aggregateRoot: stagingoptimism_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -142099,7 +140562,7 @@ type stagingpolygon_AggregateRootProposed { blockNumber: BigInt } -input stagingpolygon_AggregateRootProposed_filter { +input stagingoptimism_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -142108,16 +140571,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: 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 @@ -142159,12 +140622,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_AggregateRootProposed_filter] + or: [stagingoptimism_AggregateRootProposed_filter] } -enum stagingpolygon_AggregateRootProposed_orderBy { +enum stagingoptimism_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -142174,7 +140637,7 @@ enum stagingpolygon_AggregateRootProposed_orderBy { blockNumber } -input stagingpolygon_AggregateRoot_filter { +input stagingoptimism_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -142183,16 +140646,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: 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 @@ -142202,47 +140665,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_AggregateRoot_filter] + or: [stagingoptimism_AggregateRoot_filter] } -enum stagingpolygon_AggregateRoot_orderBy { +enum stagingoptimism_AggregateRoot_orderBy { id root blockNumber } -enum stagingpolygon_Aggregation_interval { +enum stagingoptimism_Aggregation_interval { hour day } -type stagingpolygon_Asset { +type stagingoptimism_Asset { id: ID! - key: stagingpolygon_Bytes + key: stagingoptimism_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingpolygon_Bytes + canonicalId: stagingoptimism_Bytes canonicalDomain: BigInt - adoptedAsset: stagingpolygon_Bytes - localAsset: stagingpolygon_Bytes + adoptedAsset: stagingoptimism_Bytes + localAsset: stagingoptimism_Bytes blockNumber: BigInt - status: stagingpolygon_AssetStatus + status: stagingoptimism_AssetStatus } -type stagingpolygon_AssetBalance { +type stagingoptimism_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingpolygon_Router! - asset: stagingpolygon_Asset! + router: stagingoptimism_Router! + asset: stagingoptimism_Asset! feesEarned: BigInt! } -input stagingpolygon_AssetBalance_filter { +input stagingoptimism_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -142303,7 +140766,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_: stagingoptimism_Router_filter asset: String asset_not: String asset_gt: String @@ -142324,7 +140787,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_: stagingoptimism_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -142334,12 +140797,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_AssetBalance_filter] + or: [stagingoptimism_AssetBalance_filter] } -enum stagingpolygon_AssetBalance_orderBy { +enum stagingoptimism_AssetBalance_orderBy { id amount locked @@ -142365,12 +140828,12 @@ enum stagingpolygon_AssetBalance_orderBy { feesEarned } -type stagingpolygon_AssetStatus { +type stagingoptimism_AssetStatus { id: ID! status: Boolean } -input stagingpolygon_AssetStatus_filter { +input stagingoptimism_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -142384,17 +140847,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_AssetStatus_filter] + or: [stagingoptimism_AssetStatus_filter] } -enum stagingpolygon_AssetStatus_orderBy { +enum stagingoptimism_AssetStatus_orderBy { id status } -input stagingpolygon_Asset_filter { +input stagingoptimism_Asset_filter { id: ID id_not: ID id_gt: ID @@ -142403,16 +140866,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: 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 @@ -142429,16 +140892,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: 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 @@ -142447,26 +140910,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: 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 @@ -142495,14 +140958,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_: stagingoptimism_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_Asset_filter] - or: [stagingpolygon_Asset_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Asset_filter] + or: [stagingoptimism_Asset_filter] } -enum stagingpolygon_Asset_orderBy { +enum stagingoptimism_Asset_orderBy { id key decimal @@ -142517,30 +140980,30 @@ enum stagingpolygon_Asset_orderBy { status__status } -scalar stagingpolygon_BigDecimal +scalar stagingoptimism_BigDecimal -input stagingpolygon_BlockChangedFilter { +input stagingoptimism_BlockChangedFilter { number_gte: Int! } -input stagingpolygon_Block_height { - hash: stagingpolygon_Bytes +input stagingoptimism_Block_height { + hash: stagingoptimism_Bytes number: Int number_gte: Int } -scalar stagingpolygon_Bytes +scalar stagingoptimism_Bytes -type stagingpolygon_ConnectorMeta { +type stagingoptimism_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingpolygon_Bytes - rootManager: stagingpolygon_Bytes - mirrorConnector: stagingpolygon_Bytes + amb: stagingoptimism_Bytes + rootManager: stagingoptimism_Bytes + mirrorConnector: stagingoptimism_Bytes } -input stagingpolygon_ConnectorMeta_filter { +input stagingoptimism_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -142565,43 +141028,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: 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: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_ConnectorMeta_filter] - or: [stagingpolygon_ConnectorMeta_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_ConnectorMeta_filter] + or: [stagingoptimism_ConnectorMeta_filter] } -enum stagingpolygon_ConnectorMeta_orderBy { +enum stagingoptimism_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -142610,48 +141073,48 @@ enum stagingpolygon_ConnectorMeta_orderBy { mirrorConnector } -type stagingpolygon_DestinationTransfer { +type stagingoptimism_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingpolygon_Bytes + transferId: stagingoptimism_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: 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: stagingpolygon_Bytes - delegate: stagingpolygon_Bytes + to: stagingoptimism_Bytes + delegate: stagingoptimism_Bytes receiveLocal: Boolean - callData: stagingpolygon_Bytes + callData: stagingoptimism_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingpolygon_Bytes + originSender: stagingoptimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingpolygon_Bytes - asset: stagingpolygon_Asset + canonicalId: stagingoptimism_Bytes + asset: stagingoptimism_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingpolygon_Bytes - executedTransactionHash: stagingpolygon_Bytes + executedCaller: stagingoptimism_Bytes + executedTransactionHash: stagingoptimism_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingpolygon_Bytes + executedTxOrigin: stagingoptimism_Bytes executedTxNonce: BigInt - reconciledCaller: stagingpolygon_Bytes - reconciledTransactionHash: stagingpolygon_Bytes + reconciledCaller: stagingoptimism_Bytes + reconciledTransactionHash: stagingoptimism_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingpolygon_Bytes + reconciledTxOrigin: stagingoptimism_Bytes reconciledTxNonce: BigInt } -input stagingpolygon_DestinationTransfer_filter { +input stagingoptimism_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -142668,16 +141131,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: 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 @@ -142686,17 +141149,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: 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_: stagingpolygon_Router_filter + routers_: stagingoptimism_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -142721,40 +141184,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: 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: 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: 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 @@ -142771,16 +141234,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: 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 @@ -142797,16 +141260,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: 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 @@ -142827,7 +141290,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_: stagingoptimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -142844,26 +141307,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: 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 @@ -142896,16 +141359,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: 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 @@ -142914,26 +141377,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: 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 @@ -142966,16 +141429,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: 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 @@ -142985,12 +141448,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_DestinationTransfer_filter] + or: [stagingoptimism_DestinationTransfer_filter] } -enum stagingpolygon_DestinationTransfer_orderBy { +enum stagingoptimism_DestinationTransfer_orderBy { id chainId transferId @@ -143044,16 +141507,16 @@ enum stagingpolygon_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingpolygon_Int8 +scalar stagingoptimism_Int8 -type stagingpolygon_OptimisticRootFinalized { +type stagingoptimism_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingpolygon_Bytes! + aggregateRoot: stagingoptimism_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingpolygon_OptimisticRootFinalized_filter { +input stagingoptimism_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -143062,16 +141525,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: 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 @@ -143089,12 +141552,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_OptimisticRootFinalized_filter] + or: [stagingoptimism_OptimisticRootFinalized_filter] } -enum stagingpolygon_OptimisticRootFinalized_orderBy { +enum stagingoptimism_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -143102,25 +141565,25 @@ enum stagingpolygon_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingpolygon_OrderDirection { +enum stagingoptimism_OrderDirection { asc desc } -type stagingpolygon_OriginMessage { +type stagingoptimism_OriginMessage { id: ID! - transferId: stagingpolygon_Bytes + transferId: stagingoptimism_Bytes destinationDomain: BigInt - leaf: stagingpolygon_Bytes + leaf: stagingoptimism_Bytes index: BigInt - message: stagingpolygon_Bytes - root: stagingpolygon_Bytes - transactionHash: stagingpolygon_Bytes + message: stagingoptimism_Bytes + root: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes blockNumber: BigInt - rootCount: stagingpolygon_RootCount + rootCount: stagingoptimism_RootCount } -input stagingpolygon_OriginMessage_filter { +input stagingoptimism_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -143129,16 +141592,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: 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 @@ -143147,16 +141610,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: 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 @@ -143165,36 +141628,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: 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 @@ -143223,14 +141686,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_: stagingoptimism_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_OriginMessage_filter] - or: [stagingpolygon_OriginMessage_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_OriginMessage_filter] + or: [stagingoptimism_OriginMessage_filter] } -enum stagingpolygon_OriginMessage_orderBy { +enum stagingoptimism_OriginMessage_orderBy { id transferId destinationDomain @@ -143245,42 +141708,42 @@ enum stagingpolygon_OriginMessage_orderBy { rootCount__count } -type stagingpolygon_OriginTransfer { +type stagingoptimism_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingpolygon_Bytes + transferId: stagingoptimism_Bytes nonce: BigInt - status: stagingpolygon_TransferStatus - messageHash: stagingpolygon_Bytes + status: stagingoptimism_TransferStatus + messageHash: stagingoptimism_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingpolygon_Bytes - delegate: stagingpolygon_Bytes + to: stagingoptimism_Bytes + delegate: stagingoptimism_Bytes receiveLocal: Boolean - callData: stagingpolygon_Bytes + callData: stagingoptimism_Bytes slippage: BigInt - originSender: stagingpolygon_Bytes + originSender: stagingoptimism_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingpolygon_Bytes - asset: stagingpolygon_Asset - transactingAsset: stagingpolygon_Bytes - message: stagingpolygon_OriginMessage + canonicalId: stagingoptimism_Bytes + asset: stagingoptimism_Asset + transactingAsset: stagingoptimism_Bytes + message: stagingoptimism_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: 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: stagingpolygon_Bytes + txOrigin: stagingoptimism_Bytes txNonce: BigInt } -input stagingpolygon_OriginTransfer_filter { +input stagingoptimism_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -143297,16 +141760,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: 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 @@ -143315,20 +141778,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: 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 @@ -143353,40 +141816,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: 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: 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: 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 @@ -143395,16 +141858,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: 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 @@ -143421,16 +141884,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: 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 @@ -143451,17 +141914,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_: 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 @@ -143482,7 +141945,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_: stagingoptimism_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -143497,37 +141960,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_: 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 @@ -143560,16 +142023,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: 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 @@ -143579,12 +142042,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_OriginTransfer_filter] + or: [stagingoptimism_OriginTransfer_filter] } -enum stagingpolygon_OriginTransfer_orderBy { +enum stagingoptimism_OriginTransfer_orderBy { id chainId transferId @@ -143637,20 +142100,20 @@ enum stagingpolygon_OriginTransfer_orderBy { txNonce } -type stagingpolygon_Relayer { +type stagingoptimism_Relayer { id: ID! isActive: Boolean! - relayer: stagingpolygon_Bytes + relayer: stagingoptimism_Bytes } -type stagingpolygon_RelayerFee { +type stagingoptimism_RelayerFee { id: ID! - transfer: stagingpolygon_OriginTransfer! + transfer: stagingoptimism_OriginTransfer! fee: BigInt! - asset: stagingpolygon_Bytes! + asset: stagingoptimism_Bytes! } -input stagingpolygon_RelayerFee_filter { +input stagingoptimism_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -143679,7 +142142,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_: stagingoptimism_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -143688,23 +142151,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: 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: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_RelayerFee_filter] - or: [stagingpolygon_RelayerFee_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RelayerFee_filter] + or: [stagingoptimism_RelayerFee_filter] } -enum stagingpolygon_RelayerFee_orderBy { +enum stagingoptimism_RelayerFee_orderBy { id transfer transfer__id @@ -143740,20 +142203,20 @@ enum stagingpolygon_RelayerFee_orderBy { asset } -type stagingpolygon_RelayerFeesIncrease { +type stagingoptimism_RelayerFeesIncrease { id: ID! - transfer: stagingpolygon_OriginTransfer! + transfer: stagingoptimism_OriginTransfer! increase: BigInt - asset: stagingpolygon_Bytes - caller: stagingpolygon_Bytes! - transactionHash: stagingpolygon_Bytes! + asset: stagingoptimism_Bytes + caller: stagingoptimism_Bytes! + transactionHash: stagingoptimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingpolygon_RelayerFeesIncrease_filter { +input stagingoptimism_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -143782,7 +142245,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_: stagingoptimism_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -143791,36 +142254,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: 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 @@ -143854,12 +142317,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RelayerFeesIncrease_filter] + or: [stagingoptimism_RelayerFeesIncrease_filter] } -enum stagingpolygon_RelayerFeesIncrease_orderBy { +enum stagingoptimism_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -143901,7 +142364,7 @@ enum stagingpolygon_RelayerFeesIncrease_orderBy { blockNumber } -input stagingpolygon_Relayer_filter { +input stagingoptimism_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -143914,34 +142377,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: 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: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_Relayer_filter] - or: [stagingpolygon_Relayer_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Relayer_filter] + or: [stagingoptimism_Relayer_filter] } -enum stagingpolygon_Relayer_orderBy { +enum stagingoptimism_Relayer_orderBy { id isActive relayer } -type stagingpolygon_RootCount { +type stagingoptimism_RootCount { id: ID! count: BigInt } -input stagingpolygon_RootCount_filter { +input stagingoptimism_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -143959,31 +142422,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RootCount_filter] + or: [stagingoptimism_RootCount_filter] } -enum stagingpolygon_RootCount_orderBy { +enum stagingoptimism_RootCount_orderBy { id count } -type stagingpolygon_RootMessageSent { +type stagingoptimism_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingpolygon_Bytes + root: stagingoptimism_Bytes count: BigInt - caller: stagingpolygon_Bytes - transactionHash: stagingpolygon_Bytes + caller: stagingoptimism_Bytes + transactionHash: stagingoptimism_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingpolygon_RootMessageSent_filter { +input stagingoptimism_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -144008,16 +142471,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: 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 @@ -144026,26 +142489,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: 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 @@ -144079,12 +142542,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RootMessageSent_filter] + or: [stagingoptimism_RootMessageSent_filter] } -enum stagingpolygon_RootMessageSent_orderBy { +enum stagingoptimism_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -144098,25 +142561,25 @@ enum stagingpolygon_RootMessageSent_orderBy { blockNumber } -type stagingpolygon_Router { +type stagingoptimism_Router { id: ID! isActive: Boolean! - owner: stagingpolygon_Bytes - recipient: stagingpolygon_Bytes - proposedOwner: stagingpolygon_Bytes + owner: stagingoptimism_Bytes + recipient: stagingoptimism_Bytes + proposedOwner: stagingoptimism_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: stagingoptimism_AssetBalance_orderBy, orderDirection: stagingoptimism_OrderDirection, where: stagingoptimism_AssetBalance_filter): [stagingoptimism_AssetBalance!]! } -type stagingpolygon_RouterDailyTVL { +type stagingoptimism_RouterDailyTVL { id: ID! - router: stagingpolygon_Router! - asset: stagingpolygon_Asset! + router: stagingoptimism_Router! + asset: stagingoptimism_Asset! timestamp: BigInt! balance: BigInt! } -input stagingpolygon_RouterDailyTVL_filter { +input stagingoptimism_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -144145,7 +142608,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_: stagingoptimism_Router_filter asset: String asset_not: String asset_gt: String @@ -144166,7 +142629,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_: stagingoptimism_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -144184,12 +142647,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RouterDailyTVL_filter] + or: [stagingoptimism_RouterDailyTVL_filter] } -enum stagingpolygon_RouterDailyTVL_orderBy { +enum stagingoptimism_RouterDailyTVL_orderBy { id router router__id @@ -144212,26 +142675,26 @@ enum stagingpolygon_RouterDailyTVL_orderBy { balance } -type stagingpolygon_RouterLiquidityEvent { +type stagingoptimism_RouterLiquidityEvent { id: ID! - type: stagingpolygon_RouterLiquidityEventType - router: stagingpolygon_Router! - asset: stagingpolygon_Asset! + type: stagingoptimism_RouterLiquidityEventType + router: stagingoptimism_Router! + asset: stagingoptimism_Asset! amount: BigInt! balance: BigInt! - caller: stagingpolygon_Bytes + caller: stagingoptimism_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingpolygon_Bytes! + transactionHash: stagingoptimism_Bytes! nonce: BigInt! } -enum stagingpolygon_RouterLiquidityEventType { +enum stagingoptimism_RouterLiquidityEventType { Add Remove } -input stagingpolygon_RouterLiquidityEvent_filter { +input stagingoptimism_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -144240,10 +142703,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: stagingoptimism_RouterLiquidityEventType + type_not: stagingoptimism_RouterLiquidityEventType + type_in: [stagingoptimism_RouterLiquidityEventType!] + type_not_in: [stagingoptimism_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -144264,7 +142727,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_: stagingoptimism_Router_filter asset: String asset_not: String asset_gt: String @@ -144285,7 +142748,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_: stagingoptimism_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -144302,16 +142765,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: 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 @@ -144328,16 +142791,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: 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 @@ -144347,12 +142810,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_RouterLiquidityEvent_filter] + or: [stagingoptimism_RouterLiquidityEvent_filter] } -enum stagingpolygon_RouterLiquidityEvent_orderBy { +enum stagingoptimism_RouterLiquidityEvent_orderBy { id type router @@ -144381,7 +142844,7 @@ enum stagingpolygon_RouterLiquidityEvent_orderBy { nonce } -input stagingpolygon_Router_filter { +input stagingoptimism_Router_filter { id: ID id_not: ID id_gt: ID @@ -144394,36 +142857,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: 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 @@ -144432,14 +142895,14 @@ input stagingpolygon_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingpolygon_AssetBalance_filter + assetBalances_: stagingoptimism_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_Router_filter] - or: [stagingpolygon_Router_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Router_filter] + or: [stagingoptimism_Router_filter] } -enum stagingpolygon_Router_orderBy { +enum stagingoptimism_Router_orderBy { id isActive owner @@ -144449,13 +142912,13 @@ enum stagingpolygon_Router_orderBy { assetBalances } -type stagingpolygon_Sequencer { +type stagingoptimism_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingpolygon_Bytes + sequencer: stagingoptimism_Bytes } -input stagingpolygon_Sequencer_filter { +input stagingoptimism_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -144468,35 +142931,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: 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: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_Sequencer_filter] - or: [stagingpolygon_Sequencer_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Sequencer_filter] + or: [stagingoptimism_Sequencer_filter] } -enum stagingpolygon_Sequencer_orderBy { +enum stagingoptimism_Sequencer_orderBy { id isActive sequencer } -type stagingpolygon_Setting { +type stagingoptimism_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingpolygon_Bytes! + caller: stagingoptimism_Bytes! } -input stagingpolygon_Setting_filter { +input stagingoptimism_Setting_filter { id: ID id_not: ID id_gt: ID @@ -144513,41 +142976,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: 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: stagingpolygon_BlockChangedFilter - and: [stagingpolygon_Setting_filter] - or: [stagingpolygon_Setting_filter] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_Setting_filter] + or: [stagingoptimism_Setting_filter] } -enum stagingpolygon_Setting_orderBy { +enum stagingoptimism_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingpolygon_SlippageUpdate { +type stagingoptimism_SlippageUpdate { id: ID! - transfer: stagingpolygon_DestinationTransfer! + transfer: stagingoptimism_DestinationTransfer! slippage: BigInt! - caller: stagingpolygon_Bytes! - transactionHash: stagingpolygon_Bytes! + caller: stagingoptimism_Bytes! + transactionHash: stagingoptimism_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingpolygon_SlippageUpdate_filter { +input stagingoptimism_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -144576,7 +143039,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_: stagingoptimism_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -144585,26 +143048,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: 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 @@ -144638,12 +143101,12 @@ input stagingpolygon_SlippageUpdate_filter { 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] + _change_block: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_SlippageUpdate_filter] + or: [stagingoptimism_SlippageUpdate_filter] } -enum stagingpolygon_SlippageUpdate_orderBy { +enum stagingoptimism_SlippageUpdate_orderBy { id transfer transfer__id @@ -144691,16 +143154,16 @@ enum stagingpolygon_SlippageUpdate_orderBy { blockNumber } -type stagingpolygon_SnapshotRoot { +type stagingoptimism_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingpolygon_Bytes! + root: stagingoptimism_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingpolygon_SnapshotRoot_filter { +input stagingoptimism_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -144717,16 +143180,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: 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 @@ -144752,12 +143215,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_SnapshotRoot_filter] + or: [stagingoptimism_SnapshotRoot_filter] } -enum stagingpolygon_SnapshotRoot_orderBy { +enum stagingoptimism_SnapshotRoot_orderBy { id spokeDomain root @@ -144766,12 +143229,12 @@ enum stagingpolygon_SnapshotRoot_orderBy { blockNumber } -type stagingpolygon_SpokeConnectorMode { +type stagingoptimism_SpokeConnectorMode { id: ID! mode: String! } -input stagingpolygon_SpokeConnectorMode_filter { +input stagingoptimism_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -144801,17 +143264,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: stagingoptimism_BlockChangedFilter + and: [stagingoptimism_SpokeConnectorMode_filter] + or: [stagingoptimism_SpokeConnectorMode_filter] } -enum stagingpolygon_SpokeConnectorMode_orderBy { +enum stagingoptimism_SpokeConnectorMode_orderBy { id mode } -enum stagingpolygon_TransferStatus { +enum stagingoptimism_TransferStatus { XCalled Executed Reconciled @@ -144819,19 +143282,19 @@ enum stagingpolygon_TransferStatus { CompletedFast } -type stagingpolygon__Block_ { +type stagingoptimism__Block_ { """The hash of the block""" - hash: stagingpolygon_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: stagingpolygon_Bytes + parentHash: stagingoptimism_Bytes } """The type for the top-level _meta field""" -type stagingpolygon__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 @@ -144839,22 +143302,22 @@ type stagingpolygon__Meta_ { and therefore asks for the latest block """ - block: stagingpolygon__Block_! + block: stagingoptimism__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingbnb_AggregateRoot { +type stagingmantle_AggregateRoot { id: ID! - root: stagingbnb_Bytes! + root: stagingmantle_Bytes! blockNumber: BigInt! } -type stagingbnb_AggregateRootProposed { +type stagingmantle_AggregateRootProposed { id: ID! - aggregateRoot: stagingbnb_Bytes! + aggregateRoot: stagingmantle_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -144862,7 +143325,7 @@ type stagingbnb_AggregateRootProposed { blockNumber: BigInt } -input stagingbnb_AggregateRootProposed_filter { +input stagingmantle_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -144871,16 +143334,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: 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 @@ -144922,12 +143385,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_AggregateRootProposed_filter] + or: [stagingmantle_AggregateRootProposed_filter] } -enum stagingbnb_AggregateRootProposed_orderBy { +enum stagingmantle_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -144937,7 +143400,7 @@ enum stagingbnb_AggregateRootProposed_orderBy { blockNumber } -input stagingbnb_AggregateRoot_filter { +input stagingmantle_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -144946,16 +143409,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: 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 @@ -144965,47 +143428,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_AggregateRoot_filter] + or: [stagingmantle_AggregateRoot_filter] } -enum stagingbnb_AggregateRoot_orderBy { +enum stagingmantle_AggregateRoot_orderBy { id root blockNumber } -enum stagingbnb_Aggregation_interval { - hour - day -} - -type stagingbnb_Asset { +type stagingmantle_Asset { id: ID! - key: stagingbnb_Bytes + key: stagingmantle_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingbnb_Bytes + canonicalId: stagingmantle_Bytes canonicalDomain: BigInt - adoptedAsset: stagingbnb_Bytes - localAsset: stagingbnb_Bytes + adoptedAsset: stagingmantle_Bytes + localAsset: stagingmantle_Bytes blockNumber: BigInt - status: stagingbnb_AssetStatus + status: stagingmantle_AssetStatus } -type stagingbnb_AssetBalance { +type stagingmantle_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingbnb_Router! - asset: stagingbnb_Asset! + router: stagingmantle_Router! + asset: stagingmantle_Asset! feesEarned: BigInt! } -input stagingbnb_AssetBalance_filter { +input stagingmantle_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -145066,7 +143524,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_: stagingmantle_Router_filter asset: String asset_not: String asset_gt: String @@ -145087,7 +143545,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_: stagingmantle_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -145097,12 +143555,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_AssetBalance_filter] + or: [stagingmantle_AssetBalance_filter] } -enum stagingbnb_AssetBalance_orderBy { +enum stagingmantle_AssetBalance_orderBy { id amount locked @@ -145128,12 +143586,12 @@ enum stagingbnb_AssetBalance_orderBy { feesEarned } -type stagingbnb_AssetStatus { +type stagingmantle_AssetStatus { id: ID! status: Boolean } -input stagingbnb_AssetStatus_filter { +input stagingmantle_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -145147,17 +143605,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_AssetStatus_filter] + or: [stagingmantle_AssetStatus_filter] } -enum stagingbnb_AssetStatus_orderBy { +enum stagingmantle_AssetStatus_orderBy { id status } -input stagingbnb_Asset_filter { +input stagingmantle_Asset_filter { id: ID id_not: ID id_gt: ID @@ -145166,16 +143624,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: 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 @@ -145192,16 +143650,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: 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 @@ -145210,26 +143668,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: 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 @@ -145258,14 +143716,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_: stagingmantle_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_Asset_filter] - or: [stagingbnb_Asset_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_Asset_filter] + or: [stagingmantle_Asset_filter] } -enum stagingbnb_Asset_orderBy { +enum stagingmantle_Asset_orderBy { id key decimal @@ -145280,30 +143738,30 @@ enum stagingbnb_Asset_orderBy { status__status } -scalar stagingbnb_BigDecimal +scalar stagingmantle_BigDecimal -input stagingbnb_BlockChangedFilter { +input stagingmantle_BlockChangedFilter { number_gte: Int! } -input stagingbnb_Block_height { - hash: stagingbnb_Bytes +input stagingmantle_Block_height { + hash: stagingmantle_Bytes number: Int number_gte: Int } -scalar stagingbnb_Bytes +scalar stagingmantle_Bytes -type stagingbnb_ConnectorMeta { +type stagingmantle_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingbnb_Bytes - rootManager: stagingbnb_Bytes - mirrorConnector: stagingbnb_Bytes + amb: stagingmantle_Bytes + rootManager: stagingmantle_Bytes + mirrorConnector: stagingmantle_Bytes } -input stagingbnb_ConnectorMeta_filter { +input stagingmantle_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -145328,43 +143786,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: 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: stagingbnb_BlockChangedFilter - and: [stagingbnb_ConnectorMeta_filter] - or: [stagingbnb_ConnectorMeta_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_ConnectorMeta_filter] + or: [stagingmantle_ConnectorMeta_filter] } -enum stagingbnb_ConnectorMeta_orderBy { +enum stagingmantle_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -145373,48 +143831,48 @@ enum stagingbnb_ConnectorMeta_orderBy { mirrorConnector } -type stagingbnb_DestinationTransfer { +type stagingmantle_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingbnb_Bytes + transferId: stagingmantle_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: 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: stagingbnb_Bytes - delegate: stagingbnb_Bytes + to: stagingmantle_Bytes + delegate: stagingmantle_Bytes receiveLocal: Boolean - callData: stagingbnb_Bytes + callData: stagingmantle_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingbnb_Bytes + originSender: stagingmantle_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingbnb_Bytes - asset: stagingbnb_Asset + canonicalId: stagingmantle_Bytes + asset: stagingmantle_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingbnb_Bytes - executedTransactionHash: stagingbnb_Bytes + executedCaller: stagingmantle_Bytes + executedTransactionHash: stagingmantle_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingbnb_Bytes + executedTxOrigin: stagingmantle_Bytes executedTxNonce: BigInt - reconciledCaller: stagingbnb_Bytes - reconciledTransactionHash: stagingbnb_Bytes + reconciledCaller: stagingmantle_Bytes + reconciledTransactionHash: stagingmantle_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingbnb_Bytes + reconciledTxOrigin: stagingmantle_Bytes reconciledTxNonce: BigInt } -input stagingbnb_DestinationTransfer_filter { +input stagingmantle_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -145431,16 +143889,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: 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 @@ -145449,17 +143907,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: 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_: stagingbnb_Router_filter + routers_: stagingmantle_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -145484,40 +143942,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: 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: 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: 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 @@ -145534,16 +143992,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: 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 @@ -145560,16 +144018,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: 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 @@ -145590,7 +144048,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_: stagingmantle_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -145607,26 +144065,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: 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 @@ -145659,16 +144117,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: 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 @@ -145677,26 +144135,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: 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 @@ -145729,16 +144187,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: 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 @@ -145748,12 +144206,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_DestinationTransfer_filter] + or: [stagingmantle_DestinationTransfer_filter] } -enum stagingbnb_DestinationTransfer_orderBy { +enum stagingmantle_DestinationTransfer_orderBy { id chainId transferId @@ -145807,16 +144265,16 @@ enum stagingbnb_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingbnb_Int8 +scalar stagingmantle_Int8 -type stagingbnb_OptimisticRootFinalized { +type stagingmantle_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingbnb_Bytes! + aggregateRoot: stagingmantle_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingbnb_OptimisticRootFinalized_filter { +input stagingmantle_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -145825,16 +144283,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: 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 @@ -145852,12 +144310,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_OptimisticRootFinalized_filter] + or: [stagingmantle_OptimisticRootFinalized_filter] } -enum stagingbnb_OptimisticRootFinalized_orderBy { +enum stagingmantle_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -145865,25 +144323,25 @@ enum stagingbnb_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingbnb_OrderDirection { +enum stagingmantle_OrderDirection { asc desc } -type stagingbnb_OriginMessage { +type stagingmantle_OriginMessage { id: ID! - transferId: stagingbnb_Bytes + transferId: stagingmantle_Bytes destinationDomain: BigInt - leaf: stagingbnb_Bytes + leaf: stagingmantle_Bytes index: BigInt - message: stagingbnb_Bytes - root: stagingbnb_Bytes - transactionHash: stagingbnb_Bytes + message: stagingmantle_Bytes + root: stagingmantle_Bytes + transactionHash: stagingmantle_Bytes blockNumber: BigInt - rootCount: stagingbnb_RootCount + rootCount: stagingmantle_RootCount } -input stagingbnb_OriginMessage_filter { +input stagingmantle_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -145892,16 +144350,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: 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 @@ -145910,16 +144368,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: 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 @@ -145928,36 +144386,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: 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 @@ -145986,14 +144444,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_: stagingmantle_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_OriginMessage_filter] - or: [stagingbnb_OriginMessage_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_OriginMessage_filter] + or: [stagingmantle_OriginMessage_filter] } -enum stagingbnb_OriginMessage_orderBy { +enum stagingmantle_OriginMessage_orderBy { id transferId destinationDomain @@ -146008,42 +144466,42 @@ enum stagingbnb_OriginMessage_orderBy { rootCount__count } -type stagingbnb_OriginTransfer { +type stagingmantle_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingbnb_Bytes + transferId: stagingmantle_Bytes nonce: BigInt - status: stagingbnb_TransferStatus - messageHash: stagingbnb_Bytes + status: stagingmantle_TransferStatus + messageHash: stagingmantle_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingbnb_Bytes - delegate: stagingbnb_Bytes + to: stagingmantle_Bytes + delegate: stagingmantle_Bytes receiveLocal: Boolean - callData: stagingbnb_Bytes + callData: stagingmantle_Bytes slippage: BigInt - originSender: stagingbnb_Bytes + originSender: stagingmantle_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingbnb_Bytes - asset: stagingbnb_Asset - transactingAsset: stagingbnb_Bytes - message: stagingbnb_OriginMessage + canonicalId: stagingmantle_Bytes + asset: stagingmantle_Asset + transactingAsset: stagingmantle_Bytes + message: stagingmantle_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: 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: stagingbnb_Bytes + txOrigin: stagingmantle_Bytes txNonce: BigInt } -input stagingbnb_OriginTransfer_filter { +input stagingmantle_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -146060,16 +144518,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: 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 @@ -146078,20 +144536,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: 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 @@ -146116,40 +144574,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: 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: 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: 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 @@ -146158,16 +144616,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: 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 @@ -146184,16 +144642,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: 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 @@ -146214,17 +144672,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_: 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 @@ -146245,7 +144703,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_: stagingmantle_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -146260,37 +144718,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_: 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 @@ -146323,16 +144781,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: 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 @@ -146342,12 +144800,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_OriginTransfer_filter] + or: [stagingmantle_OriginTransfer_filter] } -enum stagingbnb_OriginTransfer_orderBy { +enum stagingmantle_OriginTransfer_orderBy { id chainId transferId @@ -146400,20 +144858,20 @@ enum stagingbnb_OriginTransfer_orderBy { txNonce } -type stagingbnb_Relayer { +type stagingmantle_Relayer { id: ID! isActive: Boolean! - relayer: stagingbnb_Bytes + relayer: stagingmantle_Bytes } -type stagingbnb_RelayerFee { +type stagingmantle_RelayerFee { id: ID! - transfer: stagingbnb_OriginTransfer! + transfer: stagingmantle_OriginTransfer! fee: BigInt! - asset: stagingbnb_Bytes! + asset: stagingmantle_Bytes! } -input stagingbnb_RelayerFee_filter { +input stagingmantle_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -146442,7 +144900,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_: stagingmantle_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -146451,23 +144909,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: 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: stagingbnb_BlockChangedFilter - and: [stagingbnb_RelayerFee_filter] - or: [stagingbnb_RelayerFee_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_RelayerFee_filter] + or: [stagingmantle_RelayerFee_filter] } -enum stagingbnb_RelayerFee_orderBy { +enum stagingmantle_RelayerFee_orderBy { id transfer transfer__id @@ -146503,20 +144961,20 @@ enum stagingbnb_RelayerFee_orderBy { asset } -type stagingbnb_RelayerFeesIncrease { +type stagingmantle_RelayerFeesIncrease { id: ID! - transfer: stagingbnb_OriginTransfer! + transfer: stagingmantle_OriginTransfer! increase: BigInt - asset: stagingbnb_Bytes - caller: stagingbnb_Bytes! - transactionHash: stagingbnb_Bytes! + asset: stagingmantle_Bytes + caller: stagingmantle_Bytes! + transactionHash: stagingmantle_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingbnb_RelayerFeesIncrease_filter { +input stagingmantle_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -146545,7 +145003,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_: stagingmantle_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -146554,36 +145012,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: 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 @@ -146617,12 +145075,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_RelayerFeesIncrease_filter] + or: [stagingmantle_RelayerFeesIncrease_filter] } -enum stagingbnb_RelayerFeesIncrease_orderBy { +enum stagingmantle_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -146664,7 +145122,7 @@ enum stagingbnb_RelayerFeesIncrease_orderBy { blockNumber } -input stagingbnb_Relayer_filter { +input stagingmantle_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -146677,34 +145135,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: 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: stagingbnb_BlockChangedFilter - and: [stagingbnb_Relayer_filter] - or: [stagingbnb_Relayer_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_Relayer_filter] + or: [stagingmantle_Relayer_filter] } -enum stagingbnb_Relayer_orderBy { +enum stagingmantle_Relayer_orderBy { id isActive relayer } -type stagingbnb_RootCount { +type stagingmantle_RootCount { id: ID! count: BigInt } -input stagingbnb_RootCount_filter { +input stagingmantle_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -146722,31 +145180,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_RootCount_filter] + or: [stagingmantle_RootCount_filter] } -enum stagingbnb_RootCount_orderBy { +enum stagingmantle_RootCount_orderBy { id count } -type stagingbnb_RootMessageSent { +type stagingmantle_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingbnb_Bytes + root: stagingmantle_Bytes count: BigInt - caller: stagingbnb_Bytes - transactionHash: stagingbnb_Bytes + caller: stagingmantle_Bytes + transactionHash: stagingmantle_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingbnb_RootMessageSent_filter { +input stagingmantle_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -146771,16 +145229,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: 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 @@ -146789,26 +145247,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: 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 @@ -146842,12 +145300,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_RootMessageSent_filter] + or: [stagingmantle_RootMessageSent_filter] } -enum stagingbnb_RootMessageSent_orderBy { +enum stagingmantle_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -146861,25 +145319,25 @@ enum stagingbnb_RootMessageSent_orderBy { blockNumber } -type stagingbnb_Router { +type stagingmantle_Router { id: ID! isActive: Boolean! - owner: stagingbnb_Bytes - recipient: stagingbnb_Bytes - proposedOwner: stagingbnb_Bytes + owner: stagingmantle_Bytes + recipient: stagingmantle_Bytes + proposedOwner: stagingmantle_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: stagingmantle_AssetBalance_orderBy, orderDirection: stagingmantle_OrderDirection, where: stagingmantle_AssetBalance_filter): [stagingmantle_AssetBalance!]! } -type stagingbnb_RouterDailyTVL { +type stagingmantle_RouterDailyTVL { id: ID! - router: stagingbnb_Router! - asset: stagingbnb_Asset! + router: stagingmantle_Router! + asset: stagingmantle_Asset! timestamp: BigInt! balance: BigInt! } -input stagingbnb_RouterDailyTVL_filter { +input stagingmantle_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -146908,7 +145366,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_: stagingmantle_Router_filter asset: String asset_not: String asset_gt: String @@ -146929,7 +145387,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_: stagingmantle_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -146947,12 +145405,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_RouterDailyTVL_filter] + or: [stagingmantle_RouterDailyTVL_filter] } -enum stagingbnb_RouterDailyTVL_orderBy { +enum stagingmantle_RouterDailyTVL_orderBy { id router router__id @@ -146975,26 +145433,26 @@ enum stagingbnb_RouterDailyTVL_orderBy { balance } -type stagingbnb_RouterLiquidityEvent { +type stagingmantle_RouterLiquidityEvent { id: ID! - type: stagingbnb_RouterLiquidityEventType - router: stagingbnb_Router! - asset: stagingbnb_Asset! + type: stagingmantle_RouterLiquidityEventType + router: stagingmantle_Router! + asset: stagingmantle_Asset! amount: BigInt! balance: BigInt! - caller: stagingbnb_Bytes + caller: stagingmantle_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingbnb_Bytes! + transactionHash: stagingmantle_Bytes! nonce: BigInt! } -enum stagingbnb_RouterLiquidityEventType { +enum stagingmantle_RouterLiquidityEventType { Add Remove } -input stagingbnb_RouterLiquidityEvent_filter { +input stagingmantle_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -147003,10 +145461,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: stagingmantle_RouterLiquidityEventType + type_not: stagingmantle_RouterLiquidityEventType + type_in: [stagingmantle_RouterLiquidityEventType!] + type_not_in: [stagingmantle_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -147027,7 +145485,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_: stagingmantle_Router_filter asset: String asset_not: String asset_gt: String @@ -147048,7 +145506,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_: stagingmantle_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -147065,16 +145523,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: 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 @@ -147091,16 +145549,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: 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 @@ -147110,12 +145568,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_RouterLiquidityEvent_filter] + or: [stagingmantle_RouterLiquidityEvent_filter] } -enum stagingbnb_RouterLiquidityEvent_orderBy { +enum stagingmantle_RouterLiquidityEvent_orderBy { id type router @@ -147144,7 +145602,7 @@ enum stagingbnb_RouterLiquidityEvent_orderBy { nonce } -input stagingbnb_Router_filter { +input stagingmantle_Router_filter { id: ID id_not: ID id_gt: ID @@ -147157,36 +145615,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: 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 @@ -147195,14 +145653,14 @@ input stagingbnb_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingbnb_AssetBalance_filter + assetBalances_: stagingmantle_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingbnb_BlockChangedFilter - and: [stagingbnb_Router_filter] - or: [stagingbnb_Router_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_Router_filter] + or: [stagingmantle_Router_filter] } -enum stagingbnb_Router_orderBy { +enum stagingmantle_Router_orderBy { id isActive owner @@ -147212,13 +145670,13 @@ enum stagingbnb_Router_orderBy { assetBalances } -type stagingbnb_Sequencer { +type stagingmantle_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingbnb_Bytes + sequencer: stagingmantle_Bytes } -input stagingbnb_Sequencer_filter { +input stagingmantle_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -147231,35 +145689,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: 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: stagingbnb_BlockChangedFilter - and: [stagingbnb_Sequencer_filter] - or: [stagingbnb_Sequencer_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_Sequencer_filter] + or: [stagingmantle_Sequencer_filter] } -enum stagingbnb_Sequencer_orderBy { +enum stagingmantle_Sequencer_orderBy { id isActive sequencer } -type stagingbnb_Setting { +type stagingmantle_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingbnb_Bytes! + caller: stagingmantle_Bytes! } -input stagingbnb_Setting_filter { +input stagingmantle_Setting_filter { id: ID id_not: ID id_gt: ID @@ -147276,41 +145734,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: 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: stagingbnb_BlockChangedFilter - and: [stagingbnb_Setting_filter] - or: [stagingbnb_Setting_filter] + _change_block: stagingmantle_BlockChangedFilter + and: [stagingmantle_Setting_filter] + or: [stagingmantle_Setting_filter] } -enum stagingbnb_Setting_orderBy { +enum stagingmantle_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingbnb_SlippageUpdate { +type stagingmantle_SlippageUpdate { id: ID! - transfer: stagingbnb_DestinationTransfer! + transfer: stagingmantle_DestinationTransfer! slippage: BigInt! - caller: stagingbnb_Bytes! - transactionHash: stagingbnb_Bytes! + caller: stagingmantle_Bytes! + transactionHash: stagingmantle_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingbnb_SlippageUpdate_filter { +input stagingmantle_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -147339,7 +145797,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_: stagingmantle_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -147348,26 +145806,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: 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 @@ -147401,12 +145859,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_SlippageUpdate_filter] + or: [stagingmantle_SlippageUpdate_filter] } -enum stagingbnb_SlippageUpdate_orderBy { +enum stagingmantle_SlippageUpdate_orderBy { id transfer transfer__id @@ -147454,16 +145912,16 @@ enum stagingbnb_SlippageUpdate_orderBy { blockNumber } -type stagingbnb_SnapshotRoot { +type stagingmantle_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingbnb_Bytes! + root: stagingmantle_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingbnb_SnapshotRoot_filter { +input stagingmantle_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -147480,16 +145938,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: 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 @@ -147515,12 +145973,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_SnapshotRoot_filter] + or: [stagingmantle_SnapshotRoot_filter] } -enum stagingbnb_SnapshotRoot_orderBy { +enum stagingmantle_SnapshotRoot_orderBy { id spokeDomain root @@ -147529,12 +145987,12 @@ enum stagingbnb_SnapshotRoot_orderBy { blockNumber } -type stagingbnb_SpokeConnectorMode { +type stagingmantle_SpokeConnectorMode { id: ID! mode: String! } -input stagingbnb_SpokeConnectorMode_filter { +input stagingmantle_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -147564,17 +146022,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: stagingmantle_BlockChangedFilter + and: [stagingmantle_SpokeConnectorMode_filter] + or: [stagingmantle_SpokeConnectorMode_filter] } -enum stagingbnb_SpokeConnectorMode_orderBy { +enum stagingmantle_SpokeConnectorMode_orderBy { id mode } -enum stagingbnb_TransferStatus { +enum stagingmantle_TransferStatus { XCalled Executed Reconciled @@ -147582,19 +146040,17 @@ enum stagingbnb_TransferStatus { CompletedFast } -type stagingbnb__Block_ { +type stagingmantle__Block_ { """The hash of the block""" - hash: stagingbnb_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: stagingbnb_Bytes } """The type for the top-level _meta field""" -type stagingbnb__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 @@ -147602,22 +146058,22 @@ type stagingbnb__Meta_ { and therefore asks for the latest block """ - block: stagingbnb__Block_! + block: stagingmantle__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingarbitrumone_AggregateRoot { +type polygonzkevm_AggregateRoot { id: ID! - root: stagingarbitrumone_Bytes! + root: polygonzkevm_Bytes! blockNumber: BigInt! } -type stagingarbitrumone_AggregateRootProposed { +type polygonzkevm_AggregateRootProposed { id: ID! - aggregateRoot: stagingarbitrumone_Bytes! + aggregateRoot: polygonzkevm_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -147625,7 +146081,7 @@ type stagingarbitrumone_AggregateRootProposed { blockNumber: BigInt } -input stagingarbitrumone_AggregateRootProposed_filter { +input polygonzkevm_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -147634,16 +146090,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: 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 @@ -147685,12 +146141,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_AggregateRootProposed_filter] + or: [polygonzkevm_AggregateRootProposed_filter] } -enum stagingarbitrumone_AggregateRootProposed_orderBy { +enum polygonzkevm_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -147700,7 +146156,7 @@ enum stagingarbitrumone_AggregateRootProposed_orderBy { blockNumber } -input stagingarbitrumone_AggregateRoot_filter { +input polygonzkevm_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -147709,16 +146165,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: 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 @@ -147728,47 +146184,47 @@ 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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_AggregateRoot_filter] + or: [polygonzkevm_AggregateRoot_filter] } -enum stagingarbitrumone_AggregateRoot_orderBy { +enum polygonzkevm_AggregateRoot_orderBy { id root blockNumber } -enum stagingarbitrumone_Aggregation_interval { +enum polygonzkevm_Aggregation_interval { hour day } -type stagingarbitrumone_Asset { +type polygonzkevm_Asset { id: ID! - key: stagingarbitrumone_Bytes + key: polygonzkevm_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingarbitrumone_Bytes + canonicalId: polygonzkevm_Bytes canonicalDomain: BigInt - adoptedAsset: stagingarbitrumone_Bytes - localAsset: stagingarbitrumone_Bytes + adoptedAsset: polygonzkevm_Bytes + localAsset: polygonzkevm_Bytes blockNumber: BigInt - status: stagingarbitrumone_AssetStatus + status: polygonzkevm_AssetStatus } -type stagingarbitrumone_AssetBalance { +type polygonzkevm_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingarbitrumone_Router! - asset: stagingarbitrumone_Asset! + router: polygonzkevm_Router! + asset: polygonzkevm_Asset! feesEarned: BigInt! } -input stagingarbitrumone_AssetBalance_filter { +input polygonzkevm_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -147829,7 +146285,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_: polygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -147850,7 +146306,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_: polygonzkevm_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -147860,12 +146316,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_AssetBalance_filter] + or: [polygonzkevm_AssetBalance_filter] } -enum stagingarbitrumone_AssetBalance_orderBy { +enum polygonzkevm_AssetBalance_orderBy { id amount locked @@ -147891,12 +146347,12 @@ enum stagingarbitrumone_AssetBalance_orderBy { feesEarned } -type stagingarbitrumone_AssetStatus { +type polygonzkevm_AssetStatus { id: ID! status: Boolean } -input stagingarbitrumone_AssetStatus_filter { +input polygonzkevm_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -147910,17 +146366,17 @@ 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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_AssetStatus_filter] + or: [polygonzkevm_AssetStatus_filter] } -enum stagingarbitrumone_AssetStatus_orderBy { +enum polygonzkevm_AssetStatus_orderBy { id status } -input stagingarbitrumone_Asset_filter { +input polygonzkevm_Asset_filter { id: ID id_not: ID id_gt: ID @@ -147929,16 +146385,16 @@ input stagingarbitrumone_Asset_filter { 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 + 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 @@ -147955,16 +146411,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: 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 @@ -147973,26 +146429,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: 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 @@ -148021,14 +146477,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_: polygonzkevm_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_Asset_filter] - or: [stagingarbitrumone_Asset_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Asset_filter] + or: [polygonzkevm_Asset_filter] } -enum stagingarbitrumone_Asset_orderBy { +enum polygonzkevm_Asset_orderBy { id key decimal @@ -148043,30 +146499,30 @@ enum stagingarbitrumone_Asset_orderBy { status__status } -scalar stagingarbitrumone_BigDecimal +scalar polygonzkevm_BigDecimal -input stagingarbitrumone_BlockChangedFilter { +input polygonzkevm_BlockChangedFilter { number_gte: Int! } -input stagingarbitrumone_Block_height { - hash: stagingarbitrumone_Bytes +input polygonzkevm_Block_height { + hash: polygonzkevm_Bytes number: Int number_gte: Int } -scalar stagingarbitrumone_Bytes +scalar polygonzkevm_Bytes -type stagingarbitrumone_ConnectorMeta { +type polygonzkevm_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingarbitrumone_Bytes - rootManager: stagingarbitrumone_Bytes - mirrorConnector: stagingarbitrumone_Bytes + amb: polygonzkevm_Bytes + rootManager: polygonzkevm_Bytes + mirrorConnector: polygonzkevm_Bytes } -input stagingarbitrumone_ConnectorMeta_filter { +input polygonzkevm_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -148091,43 +146547,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: 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: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_ConnectorMeta_filter] - or: [stagingarbitrumone_ConnectorMeta_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_ConnectorMeta_filter] + or: [polygonzkevm_ConnectorMeta_filter] } -enum stagingarbitrumone_ConnectorMeta_orderBy { +enum polygonzkevm_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -148136,48 +146592,48 @@ enum stagingarbitrumone_ConnectorMeta_orderBy { mirrorConnector } -type stagingarbitrumone_DestinationTransfer { +type polygonzkevm_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingarbitrumone_Bytes + transferId: polygonzkevm_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: 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: stagingarbitrumone_Bytes - delegate: stagingarbitrumone_Bytes + to: polygonzkevm_Bytes + delegate: polygonzkevm_Bytes receiveLocal: Boolean - callData: stagingarbitrumone_Bytes + callData: polygonzkevm_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingarbitrumone_Bytes + originSender: polygonzkevm_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingarbitrumone_Bytes - asset: stagingarbitrumone_Asset + canonicalId: polygonzkevm_Bytes + asset: polygonzkevm_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingarbitrumone_Bytes - executedTransactionHash: stagingarbitrumone_Bytes + executedCaller: polygonzkevm_Bytes + executedTransactionHash: polygonzkevm_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingarbitrumone_Bytes + executedTxOrigin: polygonzkevm_Bytes executedTxNonce: BigInt - reconciledCaller: stagingarbitrumone_Bytes - reconciledTransactionHash: stagingarbitrumone_Bytes + reconciledCaller: polygonzkevm_Bytes + reconciledTransactionHash: polygonzkevm_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingarbitrumone_Bytes + reconciledTxOrigin: polygonzkevm_Bytes reconciledTxNonce: BigInt } -input stagingarbitrumone_DestinationTransfer_filter { +input polygonzkevm_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -148194,16 +146650,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: 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 @@ -148212,17 +146668,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: 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_: stagingarbitrumone_Router_filter + routers_: polygonzkevm_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -148247,40 +146703,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: 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: 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: 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 @@ -148297,16 +146753,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: 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 @@ -148323,16 +146779,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: 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 @@ -148353,7 +146809,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_: polygonzkevm_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -148370,26 +146826,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: 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 @@ -148414,24 +146870,24 @@ input stagingarbitrumone_DestinationTransfer_filter { 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 + 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: 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 @@ -148440,26 +146896,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: 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 @@ -148492,16 +146948,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: 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 @@ -148511,12 +146967,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_DestinationTransfer_filter] + or: [polygonzkevm_DestinationTransfer_filter] } -enum stagingarbitrumone_DestinationTransfer_orderBy { +enum polygonzkevm_DestinationTransfer_orderBy { id chainId transferId @@ -148570,16 +147026,16 @@ enum stagingarbitrumone_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingarbitrumone_Int8 +scalar polygonzkevm_Int8 -type stagingarbitrumone_OptimisticRootFinalized { +type polygonzkevm_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingarbitrumone_Bytes! + aggregateRoot: polygonzkevm_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingarbitrumone_OptimisticRootFinalized_filter { +input polygonzkevm_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -148588,16 +147044,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: 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 @@ -148615,12 +147071,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_OptimisticRootFinalized_filter] + or: [polygonzkevm_OptimisticRootFinalized_filter] } -enum stagingarbitrumone_OptimisticRootFinalized_orderBy { +enum polygonzkevm_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -148628,25 +147084,25 @@ enum stagingarbitrumone_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingarbitrumone_OrderDirection { +enum polygonzkevm_OrderDirection { asc desc } -type stagingarbitrumone_OriginMessage { +type polygonzkevm_OriginMessage { id: ID! - transferId: stagingarbitrumone_Bytes + transferId: polygonzkevm_Bytes destinationDomain: BigInt - leaf: stagingarbitrumone_Bytes + leaf: polygonzkevm_Bytes index: BigInt - message: stagingarbitrumone_Bytes - root: stagingarbitrumone_Bytes - transactionHash: stagingarbitrumone_Bytes + message: polygonzkevm_Bytes + root: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes blockNumber: BigInt - rootCount: stagingarbitrumone_RootCount + rootCount: polygonzkevm_RootCount } -input stagingarbitrumone_OriginMessage_filter { +input polygonzkevm_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -148655,16 +147111,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: 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 @@ -148673,16 +147129,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: 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 @@ -148691,36 +147147,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: 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 @@ -148749,14 +147205,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_: polygonzkevm_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_OriginMessage_filter] - or: [stagingarbitrumone_OriginMessage_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_OriginMessage_filter] + or: [polygonzkevm_OriginMessage_filter] } -enum stagingarbitrumone_OriginMessage_orderBy { +enum polygonzkevm_OriginMessage_orderBy { id transferId destinationDomain @@ -148771,42 +147227,42 @@ enum stagingarbitrumone_OriginMessage_orderBy { rootCount__count } -type stagingarbitrumone_OriginTransfer { +type polygonzkevm_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingarbitrumone_Bytes + transferId: polygonzkevm_Bytes nonce: BigInt - status: stagingarbitrumone_TransferStatus - messageHash: stagingarbitrumone_Bytes + status: polygonzkevm_TransferStatus + messageHash: polygonzkevm_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingarbitrumone_Bytes - delegate: stagingarbitrumone_Bytes + to: polygonzkevm_Bytes + delegate: polygonzkevm_Bytes receiveLocal: Boolean - callData: stagingarbitrumone_Bytes + callData: polygonzkevm_Bytes slippage: BigInt - originSender: stagingarbitrumone_Bytes + originSender: polygonzkevm_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingarbitrumone_Bytes - asset: stagingarbitrumone_Asset - transactingAsset: stagingarbitrumone_Bytes - message: stagingarbitrumone_OriginMessage + canonicalId: polygonzkevm_Bytes + asset: polygonzkevm_Asset + transactingAsset: polygonzkevm_Bytes + message: polygonzkevm_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: 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: stagingarbitrumone_Bytes + txOrigin: polygonzkevm_Bytes txNonce: BigInt } -input stagingarbitrumone_OriginTransfer_filter { +input polygonzkevm_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -148823,16 +147279,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: 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 @@ -148841,20 +147297,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: 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 @@ -148879,40 +147335,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: 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: 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: 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 @@ -148921,16 +147377,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: 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 @@ -148947,16 +147403,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: 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 @@ -148977,17 +147433,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_: 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 @@ -149008,7 +147464,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_: polygonzkevm_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -149023,37 +147479,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_: 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 @@ -149086,16 +147542,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: 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 @@ -149105,12 +147561,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_OriginTransfer_filter] + or: [polygonzkevm_OriginTransfer_filter] } -enum stagingarbitrumone_OriginTransfer_orderBy { +enum polygonzkevm_OriginTransfer_orderBy { id chainId transferId @@ -149163,20 +147619,20 @@ enum stagingarbitrumone_OriginTransfer_orderBy { txNonce } -type stagingarbitrumone_Relayer { +type polygonzkevm_Relayer { id: ID! isActive: Boolean! - relayer: stagingarbitrumone_Bytes + relayer: polygonzkevm_Bytes } -type stagingarbitrumone_RelayerFee { +type polygonzkevm_RelayerFee { id: ID! - transfer: stagingarbitrumone_OriginTransfer! + transfer: polygonzkevm_OriginTransfer! fee: BigInt! - asset: stagingarbitrumone_Bytes! + asset: polygonzkevm_Bytes! } -input stagingarbitrumone_RelayerFee_filter { +input polygonzkevm_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -149205,7 +147661,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_: polygonzkevm_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -149214,23 +147670,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: 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: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_RelayerFee_filter] - or: [stagingarbitrumone_RelayerFee_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RelayerFee_filter] + or: [polygonzkevm_RelayerFee_filter] } -enum stagingarbitrumone_RelayerFee_orderBy { +enum polygonzkevm_RelayerFee_orderBy { id transfer transfer__id @@ -149266,20 +147722,20 @@ enum stagingarbitrumone_RelayerFee_orderBy { asset } -type stagingarbitrumone_RelayerFeesIncrease { +type polygonzkevm_RelayerFeesIncrease { id: ID! - transfer: stagingarbitrumone_OriginTransfer! + transfer: polygonzkevm_OriginTransfer! increase: BigInt - asset: stagingarbitrumone_Bytes - caller: stagingarbitrumone_Bytes! - transactionHash: stagingarbitrumone_Bytes! + asset: polygonzkevm_Bytes + caller: polygonzkevm_Bytes! + transactionHash: polygonzkevm_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingarbitrumone_RelayerFeesIncrease_filter { +input polygonzkevm_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -149308,7 +147764,7 @@ input stagingarbitrumone_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingarbitrumone_OriginTransfer_filter + transfer_: polygonzkevm_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -149317,36 +147773,36 @@ input stagingarbitrumone_RelayerFeesIncrease_filter { 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 + 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 @@ -149380,12 +147836,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RelayerFeesIncrease_filter] + or: [polygonzkevm_RelayerFeesIncrease_filter] } -enum stagingarbitrumone_RelayerFeesIncrease_orderBy { +enum polygonzkevm_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -149427,7 +147883,7 @@ enum stagingarbitrumone_RelayerFeesIncrease_orderBy { blockNumber } -input stagingarbitrumone_Relayer_filter { +input polygonzkevm_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -149440,34 +147896,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: 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: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_Relayer_filter] - or: [stagingarbitrumone_Relayer_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Relayer_filter] + or: [polygonzkevm_Relayer_filter] } -enum stagingarbitrumone_Relayer_orderBy { +enum polygonzkevm_Relayer_orderBy { id isActive relayer } -type stagingarbitrumone_RootCount { +type polygonzkevm_RootCount { id: ID! count: BigInt } -input stagingarbitrumone_RootCount_filter { +input polygonzkevm_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -149485,31 +147941,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RootCount_filter] + or: [polygonzkevm_RootCount_filter] } -enum stagingarbitrumone_RootCount_orderBy { +enum polygonzkevm_RootCount_orderBy { id count } -type stagingarbitrumone_RootMessageSent { +type polygonzkevm_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingarbitrumone_Bytes + root: polygonzkevm_Bytes count: BigInt - caller: stagingarbitrumone_Bytes - transactionHash: stagingarbitrumone_Bytes + caller: polygonzkevm_Bytes + transactionHash: polygonzkevm_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingarbitrumone_RootMessageSent_filter { +input polygonzkevm_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -149534,16 +147990,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: 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 @@ -149552,26 +148008,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: 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 @@ -149605,12 +148061,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RootMessageSent_filter] + or: [polygonzkevm_RootMessageSent_filter] } -enum stagingarbitrumone_RootMessageSent_orderBy { +enum polygonzkevm_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -149624,25 +148080,25 @@ enum stagingarbitrumone_RootMessageSent_orderBy { blockNumber } -type stagingarbitrumone_Router { +type polygonzkevm_Router { id: ID! isActive: Boolean! - owner: stagingarbitrumone_Bytes - recipient: stagingarbitrumone_Bytes - proposedOwner: stagingarbitrumone_Bytes + owner: polygonzkevm_Bytes + recipient: polygonzkevm_Bytes + proposedOwner: polygonzkevm_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: polygonzkevm_AssetBalance_orderBy, orderDirection: polygonzkevm_OrderDirection, where: polygonzkevm_AssetBalance_filter): [polygonzkevm_AssetBalance!]! } -type stagingarbitrumone_RouterDailyTVL { +type polygonzkevm_RouterDailyTVL { id: ID! - router: stagingarbitrumone_Router! - asset: stagingarbitrumone_Asset! + router: polygonzkevm_Router! + asset: polygonzkevm_Asset! timestamp: BigInt! balance: BigInt! } -input stagingarbitrumone_RouterDailyTVL_filter { +input polygonzkevm_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -149671,7 +148127,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_: polygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -149692,7 +148148,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_: polygonzkevm_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -149710,12 +148166,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RouterDailyTVL_filter] + or: [polygonzkevm_RouterDailyTVL_filter] } -enum stagingarbitrumone_RouterDailyTVL_orderBy { +enum polygonzkevm_RouterDailyTVL_orderBy { id router router__id @@ -149738,26 +148194,26 @@ enum stagingarbitrumone_RouterDailyTVL_orderBy { balance } -type stagingarbitrumone_RouterLiquidityEvent { +type polygonzkevm_RouterLiquidityEvent { id: ID! - type: stagingarbitrumone_RouterLiquidityEventType - router: stagingarbitrumone_Router! - asset: stagingarbitrumone_Asset! + type: polygonzkevm_RouterLiquidityEventType + router: polygonzkevm_Router! + asset: polygonzkevm_Asset! amount: BigInt! balance: BigInt! - caller: stagingarbitrumone_Bytes + caller: polygonzkevm_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingarbitrumone_Bytes! + transactionHash: polygonzkevm_Bytes! nonce: BigInt! } -enum stagingarbitrumone_RouterLiquidityEventType { +enum polygonzkevm_RouterLiquidityEventType { Add Remove } -input stagingarbitrumone_RouterLiquidityEvent_filter { +input polygonzkevm_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -149766,10 +148222,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: polygonzkevm_RouterLiquidityEventType + type_not: polygonzkevm_RouterLiquidityEventType + type_in: [polygonzkevm_RouterLiquidityEventType!] + type_not_in: [polygonzkevm_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -149790,7 +148246,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_: polygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -149811,7 +148267,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_: polygonzkevm_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -149828,16 +148284,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: 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 @@ -149854,16 +148310,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: 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 @@ -149873,12 +148329,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_RouterLiquidityEvent_filter] + or: [polygonzkevm_RouterLiquidityEvent_filter] } -enum stagingarbitrumone_RouterLiquidityEvent_orderBy { +enum polygonzkevm_RouterLiquidityEvent_orderBy { id type router @@ -149907,7 +148363,7 @@ enum stagingarbitrumone_RouterLiquidityEvent_orderBy { nonce } -input stagingarbitrumone_Router_filter { +input polygonzkevm_Router_filter { id: ID id_not: ID id_gt: ID @@ -149920,36 +148376,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: 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 @@ -149958,14 +148414,14 @@ input stagingarbitrumone_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingarbitrumone_AssetBalance_filter + assetBalances_: polygonzkevm_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_Router_filter] - or: [stagingarbitrumone_Router_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Router_filter] + or: [polygonzkevm_Router_filter] } -enum stagingarbitrumone_Router_orderBy { +enum polygonzkevm_Router_orderBy { id isActive owner @@ -149975,13 +148431,13 @@ enum stagingarbitrumone_Router_orderBy { assetBalances } -type stagingarbitrumone_Sequencer { +type polygonzkevm_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingarbitrumone_Bytes + sequencer: polygonzkevm_Bytes } -input stagingarbitrumone_Sequencer_filter { +input polygonzkevm_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -149994,35 +148450,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: 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: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_Sequencer_filter] - or: [stagingarbitrumone_Sequencer_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Sequencer_filter] + or: [polygonzkevm_Sequencer_filter] } -enum stagingarbitrumone_Sequencer_orderBy { +enum polygonzkevm_Sequencer_orderBy { id isActive sequencer } -type stagingarbitrumone_Setting { +type polygonzkevm_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingarbitrumone_Bytes! + caller: polygonzkevm_Bytes! } -input stagingarbitrumone_Setting_filter { +input polygonzkevm_Setting_filter { id: ID id_not: ID id_gt: ID @@ -150039,41 +148495,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: 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: stagingarbitrumone_BlockChangedFilter - and: [stagingarbitrumone_Setting_filter] - or: [stagingarbitrumone_Setting_filter] + _change_block: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_Setting_filter] + or: [polygonzkevm_Setting_filter] } -enum stagingarbitrumone_Setting_orderBy { +enum polygonzkevm_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingarbitrumone_SlippageUpdate { +type polygonzkevm_SlippageUpdate { id: ID! - transfer: stagingarbitrumone_DestinationTransfer! + transfer: polygonzkevm_DestinationTransfer! slippage: BigInt! - caller: stagingarbitrumone_Bytes! - transactionHash: stagingarbitrumone_Bytes! + caller: polygonzkevm_Bytes! + transactionHash: polygonzkevm_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingarbitrumone_SlippageUpdate_filter { +input polygonzkevm_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -150102,7 +148558,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_: polygonzkevm_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -150111,26 +148567,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: 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 @@ -150164,12 +148620,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_SlippageUpdate_filter] + or: [polygonzkevm_SlippageUpdate_filter] } -enum stagingarbitrumone_SlippageUpdate_orderBy { +enum polygonzkevm_SlippageUpdate_orderBy { id transfer transfer__id @@ -150217,16 +148673,16 @@ enum stagingarbitrumone_SlippageUpdate_orderBy { blockNumber } -type stagingarbitrumone_SnapshotRoot { +type polygonzkevm_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingarbitrumone_Bytes! + root: polygonzkevm_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingarbitrumone_SnapshotRoot_filter { +input polygonzkevm_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -150243,16 +148699,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: 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 @@ -150278,12 +148734,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_SnapshotRoot_filter] + or: [polygonzkevm_SnapshotRoot_filter] } -enum stagingarbitrumone_SnapshotRoot_orderBy { +enum polygonzkevm_SnapshotRoot_orderBy { id spokeDomain root @@ -150292,12 +148748,12 @@ enum stagingarbitrumone_SnapshotRoot_orderBy { blockNumber } -type stagingarbitrumone_SpokeConnectorMode { +type polygonzkevm_SpokeConnectorMode { id: ID! mode: String! } -input stagingarbitrumone_SpokeConnectorMode_filter { +input polygonzkevm_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -150327,17 +148783,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: polygonzkevm_BlockChangedFilter + and: [polygonzkevm_SpokeConnectorMode_filter] + or: [polygonzkevm_SpokeConnectorMode_filter] } -enum stagingarbitrumone_SpokeConnectorMode_orderBy { +enum polygonzkevm_SpokeConnectorMode_orderBy { id mode } -enum stagingarbitrumone_TransferStatus { +enum polygonzkevm_TransferStatus { XCalled Executed Reconciled @@ -150345,19 +148801,19 @@ enum stagingarbitrumone_TransferStatus { CompletedFast } -type stagingarbitrumone__Block_ { +type polygonzkevm__Block_ { """The hash of the block""" - hash: stagingarbitrumone_Bytes + 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: stagingarbitrumone_Bytes + parentHash: polygonzkevm_Bytes } """The type for the top-level _meta field""" -type stagingarbitrumone__Meta_ { +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 @@ -150365,22 +148821,22 @@ type stagingarbitrumone__Meta_ { and therefore asks for the latest block """ - block: stagingarbitrumone__Block_! + block: polygonzkevm__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingzksync_AggregateRoot { +type stagingmode_AggregateRoot { id: ID! - root: stagingzksync_Bytes! + root: stagingmode_Bytes! blockNumber: BigInt! } -type stagingzksync_AggregateRootProposed { +type stagingmode_AggregateRootProposed { id: ID! - aggregateRoot: stagingzksync_Bytes! + aggregateRoot: stagingmode_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -150388,7 +148844,7 @@ type stagingzksync_AggregateRootProposed { blockNumber: BigInt } -input stagingzksync_AggregateRootProposed_filter { +input stagingmode_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -150397,16 +148853,16 @@ input stagingzksync_AggregateRootProposed_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 + 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 @@ -150448,12 +148904,12 @@ input stagingzksync_AggregateRootProposed_filter { 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] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_AggregateRootProposed_filter] + or: [stagingmode_AggregateRootProposed_filter] } -enum stagingzksync_AggregateRootProposed_orderBy { +enum stagingmode_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -150463,7 +148919,7 @@ enum stagingzksync_AggregateRootProposed_orderBy { blockNumber } -input stagingzksync_AggregateRoot_filter { +input stagingmode_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -150472,16 +148928,16 @@ input stagingzksync_AggregateRoot_filter { 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 + 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 @@ -150491,47 +148947,47 @@ input stagingzksync_AggregateRoot_filter { 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] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_AggregateRoot_filter] + or: [stagingmode_AggregateRoot_filter] } -enum stagingzksync_AggregateRoot_orderBy { +enum stagingmode_AggregateRoot_orderBy { id root blockNumber } -enum stagingzksync_Aggregation_interval { +enum stagingmode_Aggregation_interval { hour day } -type stagingzksync_Asset { +type stagingmode_Asset { id: ID! - key: stagingzksync_Bytes + key: stagingmode_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingzksync_Bytes + canonicalId: stagingmode_Bytes canonicalDomain: BigInt - adoptedAsset: stagingzksync_Bytes - localAsset: stagingzksync_Bytes + adoptedAsset: stagingmode_Bytes + localAsset: stagingmode_Bytes blockNumber: BigInt - status: stagingzksync_AssetStatus + status: stagingmode_AssetStatus } -type stagingzksync_AssetBalance { +type stagingmode_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingzksync_Router! - asset: stagingzksync_Asset! + router: stagingmode_Router! + asset: stagingmode_Asset! feesEarned: BigInt! } -input stagingzksync_AssetBalance_filter { +input stagingmode_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -150592,7 +149048,7 @@ input stagingzksync_AssetBalance_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingzksync_Router_filter + router_: stagingmode_Router_filter asset: String asset_not: String asset_gt: String @@ -150613,7 +149069,7 @@ input stagingzksync_AssetBalance_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingzksync_Asset_filter + asset_: stagingmode_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -150623,12 +149079,12 @@ input stagingzksync_AssetBalance_filter { 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] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_AssetBalance_filter] + or: [stagingmode_AssetBalance_filter] } -enum stagingzksync_AssetBalance_orderBy { +enum stagingmode_AssetBalance_orderBy { id amount locked @@ -150654,12 +149110,12 @@ enum stagingzksync_AssetBalance_orderBy { feesEarned } -type stagingzksync_AssetStatus { +type stagingmode_AssetStatus { id: ID! status: Boolean } -input stagingzksync_AssetStatus_filter { +input stagingmode_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -150673,17 +149129,17 @@ input stagingzksync_AssetStatus_filter { 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] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_AssetStatus_filter] + or: [stagingmode_AssetStatus_filter] } -enum stagingzksync_AssetStatus_orderBy { +enum stagingmode_AssetStatus_orderBy { id status } -input stagingzksync_Asset_filter { +input stagingmode_Asset_filter { id: ID id_not: ID id_gt: ID @@ -150692,16 +149148,16 @@ 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 + 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 @@ -150718,16 +149174,16 @@ input stagingzksync_Asset_filter { 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 + 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 @@ -150736,26 +149192,26 @@ input stagingzksync_Asset_filter { 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 + 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 @@ -150784,14 +149240,14 @@ input stagingzksync_Asset_filter { status_ends_with_nocase: String status_not_ends_with: String status_not_ends_with_nocase: String - status_: stagingzksync_AssetStatus_filter + status_: stagingmode_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_Asset_filter] - or: [stagingzksync_Asset_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_Asset_filter] + or: [stagingmode_Asset_filter] } -enum stagingzksync_Asset_orderBy { +enum stagingmode_Asset_orderBy { id key decimal @@ -150806,30 +149262,30 @@ enum stagingzksync_Asset_orderBy { status__status } -scalar stagingzksync_BigDecimal +scalar stagingmode_BigDecimal -input stagingzksync_BlockChangedFilter { +input stagingmode_BlockChangedFilter { number_gte: Int! } -input stagingzksync_Block_height { - hash: stagingzksync_Bytes +input stagingmode_Block_height { + hash: stagingmode_Bytes number: Int number_gte: Int } -scalar stagingzksync_Bytes +scalar stagingmode_Bytes -type stagingzksync_ConnectorMeta { +type stagingmode_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingzksync_Bytes - rootManager: stagingzksync_Bytes - mirrorConnector: stagingzksync_Bytes + amb: stagingmode_Bytes + rootManager: stagingmode_Bytes + mirrorConnector: stagingmode_Bytes } -input stagingzksync_ConnectorMeta_filter { +input stagingmode_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -150854,43 +149310,43 @@ 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 + 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: stagingzksync_BlockChangedFilter - and: [stagingzksync_ConnectorMeta_filter] - or: [stagingzksync_ConnectorMeta_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_ConnectorMeta_filter] + or: [stagingmode_ConnectorMeta_filter] } -enum stagingzksync_ConnectorMeta_orderBy { +enum stagingmode_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -150899,48 +149355,48 @@ enum stagingzksync_ConnectorMeta_orderBy { mirrorConnector } -type stagingzksync_DestinationTransfer { +type stagingmode_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingzksync_Bytes + transferId: stagingmode_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!] + 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: stagingzksync_Bytes - delegate: stagingzksync_Bytes + to: stagingmode_Bytes + delegate: stagingmode_Bytes receiveLocal: Boolean - callData: stagingzksync_Bytes + callData: stagingmode_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingzksync_Bytes + originSender: stagingmode_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingzksync_Bytes - asset: stagingzksync_Asset + canonicalId: stagingmode_Bytes + asset: stagingmode_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingzksync_Bytes - executedTransactionHash: stagingzksync_Bytes + executedCaller: stagingmode_Bytes + executedTransactionHash: stagingmode_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingzksync_Bytes + executedTxOrigin: stagingmode_Bytes executedTxNonce: BigInt - reconciledCaller: stagingzksync_Bytes - reconciledTransactionHash: stagingzksync_Bytes + reconciledCaller: stagingmode_Bytes + reconciledTransactionHash: stagingmode_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingzksync_Bytes + reconciledTxOrigin: stagingmode_Bytes reconciledTxNonce: BigInt } -input stagingzksync_DestinationTransfer_filter { +input stagingmode_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -150957,16 +149413,16 @@ input stagingzksync_DestinationTransfer_filter { 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 + 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 @@ -150975,17 +149431,17 @@ input stagingzksync_DestinationTransfer_filter { 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!] + 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_: stagingzksync_Router_filter + routers_: stagingmode_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -151010,40 +149466,40 @@ input stagingzksync_DestinationTransfer_filter { 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 + 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: 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 + 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 @@ -151060,16 +149516,16 @@ input stagingzksync_DestinationTransfer_filter { 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 + 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 @@ -151086,16 +149542,16 @@ input stagingzksync_DestinationTransfer_filter { 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 + 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 @@ -151116,7 +149572,7 @@ input stagingzksync_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingzksync_Asset_filter + asset_: stagingmode_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -151133,26 +149589,26 @@ input stagingzksync_DestinationTransfer_filter { 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 + 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 @@ -151185,16 +149641,16 @@ input stagingzksync_DestinationTransfer_filter { 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 + 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 @@ -151203,26 +149659,26 @@ input stagingzksync_DestinationTransfer_filter { 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 + 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 @@ -151255,16 +149711,16 @@ input stagingzksync_DestinationTransfer_filter { 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 + 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 @@ -151274,12 +149730,12 @@ input stagingzksync_DestinationTransfer_filter { 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] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_DestinationTransfer_filter] + or: [stagingmode_DestinationTransfer_filter] } -enum stagingzksync_DestinationTransfer_orderBy { +enum stagingmode_DestinationTransfer_orderBy { id chainId transferId @@ -151333,16 +149789,16 @@ enum stagingzksync_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingzksync_Int8 +scalar stagingmode_Int8 -type stagingzksync_OptimisticRootFinalized { +type stagingmode_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingzksync_Bytes! + aggregateRoot: stagingmode_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingzksync_OptimisticRootFinalized_filter { +input stagingmode_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -151351,16 +149807,16 @@ 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 + 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 @@ -151378,12 +149834,12 @@ input stagingzksync_OptimisticRootFinalized_filter { 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] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_OptimisticRootFinalized_filter] + or: [stagingmode_OptimisticRootFinalized_filter] } -enum stagingzksync_OptimisticRootFinalized_orderBy { +enum stagingmode_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -151391,25 +149847,25 @@ enum stagingzksync_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingzksync_OrderDirection { +enum stagingmode_OrderDirection { asc desc } -type stagingzksync_OriginMessage { +type stagingmode_OriginMessage { id: ID! - transferId: stagingzksync_Bytes + transferId: stagingmode_Bytes destinationDomain: BigInt - leaf: stagingzksync_Bytes + leaf: stagingmode_Bytes index: BigInt - message: stagingzksync_Bytes - root: stagingzksync_Bytes - transactionHash: stagingzksync_Bytes + message: stagingmode_Bytes + root: stagingmode_Bytes + transactionHash: stagingmode_Bytes blockNumber: BigInt - rootCount: stagingzksync_RootCount + rootCount: stagingmode_RootCount } -input stagingzksync_OriginMessage_filter { +input stagingmode_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -151418,16 +149874,16 @@ 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 + 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 @@ -151436,16 +149892,16 @@ input stagingzksync_OriginMessage_filter { 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 + 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 @@ -151454,36 +149910,36 @@ input stagingzksync_OriginMessage_filter { 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 + 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 @@ -151512,14 +149968,14 @@ input stagingzksync_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: stagingzksync_RootCount_filter + rootCount_: stagingmode_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_OriginMessage_filter] - or: [stagingzksync_OriginMessage_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_OriginMessage_filter] + or: [stagingmode_OriginMessage_filter] } -enum stagingzksync_OriginMessage_orderBy { +enum stagingmode_OriginMessage_orderBy { id transferId destinationDomain @@ -151534,42 +149990,42 @@ enum stagingzksync_OriginMessage_orderBy { rootCount__count } -type stagingzksync_OriginTransfer { +type stagingmode_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingzksync_Bytes + transferId: stagingmode_Bytes nonce: BigInt - status: stagingzksync_TransferStatus - messageHash: stagingzksync_Bytes + status: stagingmode_TransferStatus + messageHash: stagingmode_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingzksync_Bytes - delegate: stagingzksync_Bytes + to: stagingmode_Bytes + delegate: stagingmode_Bytes receiveLocal: Boolean - callData: stagingzksync_Bytes + callData: stagingmode_Bytes slippage: BigInt - originSender: stagingzksync_Bytes + originSender: stagingmode_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingzksync_Bytes - asset: stagingzksync_Asset - transactingAsset: stagingzksync_Bytes - message: stagingzksync_OriginMessage + canonicalId: stagingmode_Bytes + asset: stagingmode_Asset + transactingAsset: stagingmode_Bytes + message: stagingmode_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 + 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: stagingzksync_Bytes + txOrigin: stagingmode_Bytes txNonce: BigInt } -input stagingzksync_OriginTransfer_filter { +input stagingmode_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -151586,16 +150042,16 @@ input stagingzksync_OriginTransfer_filter { 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 + 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 @@ -151604,20 +150060,20 @@ input stagingzksync_OriginTransfer_filter { 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 + 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 @@ -151642,40 +150098,40 @@ input stagingzksync_OriginTransfer_filter { 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 + 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: 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 + 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 @@ -151684,16 +150140,16 @@ 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 + 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 @@ -151710,16 +150166,16 @@ input stagingzksync_OriginTransfer_filter { 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 + 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 @@ -151740,17 +150196,17 @@ input stagingzksync_OriginTransfer_filter { 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 + 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 @@ -151771,7 +150227,7 @@ input stagingzksync_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: stagingzksync_OriginMessage_filter + message_: stagingmode_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -151786,37 +150242,37 @@ input stagingzksync_OriginTransfer_filter { 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 + 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 @@ -151849,16 +150305,16 @@ 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 + 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 @@ -151868,12 +150324,12 @@ input stagingzksync_OriginTransfer_filter { 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: stagingmode_BlockChangedFilter + and: [stagingmode_OriginTransfer_filter] + or: [stagingmode_OriginTransfer_filter] } -enum stagingzksync_OriginTransfer_orderBy { +enum stagingmode_OriginTransfer_orderBy { id chainId transferId @@ -151926,20 +150382,20 @@ enum stagingzksync_OriginTransfer_orderBy { txNonce } -type stagingzksync_Relayer { +type stagingmode_Relayer { id: ID! isActive: Boolean! - relayer: stagingzksync_Bytes + relayer: stagingmode_Bytes } -type stagingzksync_RelayerFee { +type stagingmode_RelayerFee { id: ID! - transfer: stagingzksync_OriginTransfer! + transfer: stagingmode_OriginTransfer! fee: BigInt! - asset: stagingzksync_Bytes! + asset: stagingmode_Bytes! } -input stagingzksync_RelayerFee_filter { +input stagingmode_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -151968,7 +150424,7 @@ input stagingzksync_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingzksync_OriginTransfer_filter + transfer_: stagingmode_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -151977,23 +150433,23 @@ input stagingzksync_RelayerFee_filter { 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 + 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: stagingzksync_BlockChangedFilter - and: [stagingzksync_RelayerFee_filter] - or: [stagingzksync_RelayerFee_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_RelayerFee_filter] + or: [stagingmode_RelayerFee_filter] } -enum stagingzksync_RelayerFee_orderBy { +enum stagingmode_RelayerFee_orderBy { id transfer transfer__id @@ -152029,20 +150485,20 @@ enum stagingzksync_RelayerFee_orderBy { asset } -type stagingzksync_RelayerFeesIncrease { +type stagingmode_RelayerFeesIncrease { id: ID! - transfer: stagingzksync_OriginTransfer! + transfer: stagingmode_OriginTransfer! increase: BigInt - asset: stagingzksync_Bytes - caller: stagingzksync_Bytes! - transactionHash: stagingzksync_Bytes! + asset: stagingmode_Bytes + caller: stagingmode_Bytes! + transactionHash: stagingmode_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingzksync_RelayerFeesIncrease_filter { +input stagingmode_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -152071,7 +150527,7 @@ input stagingzksync_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingzksync_OriginTransfer_filter + transfer_: stagingmode_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -152080,36 +150536,36 @@ input stagingzksync_RelayerFeesIncrease_filter { 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 + 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 @@ -152143,12 +150599,12 @@ input stagingzksync_RelayerFeesIncrease_filter { 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] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_RelayerFeesIncrease_filter] + or: [stagingmode_RelayerFeesIncrease_filter] } -enum stagingzksync_RelayerFeesIncrease_orderBy { +enum stagingmode_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -152190,7 +150646,7 @@ enum stagingzksync_RelayerFeesIncrease_orderBy { blockNumber } -input stagingzksync_Relayer_filter { +input stagingmode_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -152203,34 +150659,34 @@ input stagingzksync_Relayer_filter { 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 + 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: stagingzksync_BlockChangedFilter - and: [stagingzksync_Relayer_filter] - or: [stagingzksync_Relayer_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_Relayer_filter] + or: [stagingmode_Relayer_filter] } -enum stagingzksync_Relayer_orderBy { +enum stagingmode_Relayer_orderBy { id isActive relayer } -type stagingzksync_RootCount { +type stagingmode_RootCount { id: ID! count: BigInt } -input stagingzksync_RootCount_filter { +input stagingmode_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -152248,31 +150704,31 @@ input stagingzksync_RootCount_filter { 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] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_RootCount_filter] + or: [stagingmode_RootCount_filter] } -enum stagingzksync_RootCount_orderBy { +enum stagingmode_RootCount_orderBy { id count } -type stagingzksync_RootMessageSent { +type stagingmode_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingzksync_Bytes + root: stagingmode_Bytes count: BigInt - caller: stagingzksync_Bytes - transactionHash: stagingzksync_Bytes + caller: stagingmode_Bytes + transactionHash: stagingmode_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingzksync_RootMessageSent_filter { +input stagingmode_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -152297,16 +150753,16 @@ input stagingzksync_RootMessageSent_filter { 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 + 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 @@ -152315,26 +150771,26 @@ input stagingzksync_RootMessageSent_filter { 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 + 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 @@ -152368,12 +150824,12 @@ input stagingzksync_RootMessageSent_filter { 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] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_RootMessageSent_filter] + or: [stagingmode_RootMessageSent_filter] } -enum stagingzksync_RootMessageSent_orderBy { +enum stagingmode_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -152387,25 +150843,25 @@ enum stagingzksync_RootMessageSent_orderBy { blockNumber } -type stagingzksync_Router { +type stagingmode_Router { id: ID! isActive: Boolean! - owner: stagingzksync_Bytes - recipient: stagingzksync_Bytes - proposedOwner: stagingzksync_Bytes + owner: stagingmode_Bytes + recipient: stagingmode_Bytes + proposedOwner: stagingmode_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingzksync_AssetBalance_orderBy, orderDirection: stagingzksync_OrderDirection, where: stagingzksync_AssetBalance_filter): [stagingzksync_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingmode_AssetBalance_orderBy, orderDirection: stagingmode_OrderDirection, where: stagingmode_AssetBalance_filter): [stagingmode_AssetBalance!]! } -type stagingzksync_RouterDailyTVL { +type stagingmode_RouterDailyTVL { id: ID! - router: stagingzksync_Router! - asset: stagingzksync_Asset! + router: stagingmode_Router! + asset: stagingmode_Asset! timestamp: BigInt! balance: BigInt! } -input stagingzksync_RouterDailyTVL_filter { +input stagingmode_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -152434,7 +150890,7 @@ input stagingzksync_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingzksync_Router_filter + router_: stagingmode_Router_filter asset: String asset_not: String asset_gt: String @@ -152455,7 +150911,7 @@ input stagingzksync_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingzksync_Asset_filter + asset_: stagingmode_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -152473,12 +150929,12 @@ input stagingzksync_RouterDailyTVL_filter { 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] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_RouterDailyTVL_filter] + or: [stagingmode_RouterDailyTVL_filter] } -enum stagingzksync_RouterDailyTVL_orderBy { +enum stagingmode_RouterDailyTVL_orderBy { id router router__id @@ -152501,26 +150957,26 @@ enum stagingzksync_RouterDailyTVL_orderBy { balance } -type stagingzksync_RouterLiquidityEvent { +type stagingmode_RouterLiquidityEvent { id: ID! - type: stagingzksync_RouterLiquidityEventType - router: stagingzksync_Router! - asset: stagingzksync_Asset! + type: stagingmode_RouterLiquidityEventType + router: stagingmode_Router! + asset: stagingmode_Asset! amount: BigInt! balance: BigInt! - caller: stagingzksync_Bytes + caller: stagingmode_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingzksync_Bytes! + transactionHash: stagingmode_Bytes! nonce: BigInt! } -enum stagingzksync_RouterLiquidityEventType { +enum stagingmode_RouterLiquidityEventType { Add Remove } -input stagingzksync_RouterLiquidityEvent_filter { +input stagingmode_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -152529,10 +150985,10 @@ 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!] + type: stagingmode_RouterLiquidityEventType + type_not: stagingmode_RouterLiquidityEventType + type_in: [stagingmode_RouterLiquidityEventType!] + type_not_in: [stagingmode_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -152553,7 +151009,7 @@ input stagingzksync_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingzksync_Router_filter + router_: stagingmode_Router_filter asset: String asset_not: String asset_gt: String @@ -152574,7 +151030,7 @@ input stagingzksync_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingzksync_Asset_filter + asset_: stagingmode_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -152591,16 +151047,16 @@ input stagingzksync_RouterLiquidityEvent_filter { 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 + 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 @@ -152617,16 +151073,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 + 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 @@ -152636,12 +151092,12 @@ 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: stagingmode_BlockChangedFilter + and: [stagingmode_RouterLiquidityEvent_filter] + or: [stagingmode_RouterLiquidityEvent_filter] } -enum stagingzksync_RouterLiquidityEvent_orderBy { +enum stagingmode_RouterLiquidityEvent_orderBy { id type router @@ -152670,7 +151126,7 @@ enum stagingzksync_RouterLiquidityEvent_orderBy { nonce } -input stagingzksync_Router_filter { +input stagingmode_Router_filter { id: ID id_not: ID id_gt: ID @@ -152683,36 +151139,36 @@ 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 + 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 @@ -152721,14 +151177,14 @@ input stagingzksync_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingzksync_AssetBalance_filter + assetBalances_: stagingmode_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingzksync_BlockChangedFilter - and: [stagingzksync_Router_filter] - or: [stagingzksync_Router_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_Router_filter] + or: [stagingmode_Router_filter] } -enum stagingzksync_Router_orderBy { +enum stagingmode_Router_orderBy { id isActive owner @@ -152738,13 +151194,13 @@ enum stagingzksync_Router_orderBy { assetBalances } -type stagingzksync_Sequencer { +type stagingmode_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingzksync_Bytes + sequencer: stagingmode_Bytes } -input stagingzksync_Sequencer_filter { +input stagingmode_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -152757,35 +151213,35 @@ input stagingzksync_Sequencer_filter { 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 + 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: stagingzksync_BlockChangedFilter - and: [stagingzksync_Sequencer_filter] - or: [stagingzksync_Sequencer_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_Sequencer_filter] + or: [stagingmode_Sequencer_filter] } -enum stagingzksync_Sequencer_orderBy { +enum stagingmode_Sequencer_orderBy { id isActive sequencer } -type stagingzksync_Setting { +type stagingmode_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingzksync_Bytes! + caller: stagingmode_Bytes! } -input stagingzksync_Setting_filter { +input stagingmode_Setting_filter { id: ID id_not: ID id_gt: ID @@ -152802,41 +151258,41 @@ input stagingzksync_Setting_filter { 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 + 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: stagingzksync_BlockChangedFilter - and: [stagingzksync_Setting_filter] - or: [stagingzksync_Setting_filter] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_Setting_filter] + or: [stagingmode_Setting_filter] } -enum stagingzksync_Setting_orderBy { +enum stagingmode_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingzksync_SlippageUpdate { +type stagingmode_SlippageUpdate { id: ID! - transfer: stagingzksync_DestinationTransfer! + transfer: stagingmode_DestinationTransfer! slippage: BigInt! - caller: stagingzksync_Bytes! - transactionHash: stagingzksync_Bytes! + caller: stagingmode_Bytes! + transactionHash: stagingmode_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingzksync_SlippageUpdate_filter { +input stagingmode_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -152865,7 +151321,7 @@ input stagingzksync_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingzksync_DestinationTransfer_filter + transfer_: stagingmode_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -152874,26 +151330,26 @@ input stagingzksync_SlippageUpdate_filter { 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 + 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 @@ -152927,12 +151383,12 @@ input stagingzksync_SlippageUpdate_filter { 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] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_SlippageUpdate_filter] + or: [stagingmode_SlippageUpdate_filter] } -enum stagingzksync_SlippageUpdate_orderBy { +enum stagingmode_SlippageUpdate_orderBy { id transfer transfer__id @@ -152980,16 +151436,16 @@ enum stagingzksync_SlippageUpdate_orderBy { blockNumber } -type stagingzksync_SnapshotRoot { +type stagingmode_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingzksync_Bytes! + root: stagingmode_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingzksync_SnapshotRoot_filter { +input stagingmode_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -153006,16 +151462,16 @@ input stagingzksync_SnapshotRoot_filter { 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 + 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 @@ -153041,12 +151497,12 @@ input stagingzksync_SnapshotRoot_filter { 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] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_SnapshotRoot_filter] + or: [stagingmode_SnapshotRoot_filter] } -enum stagingzksync_SnapshotRoot_orderBy { +enum stagingmode_SnapshotRoot_orderBy { id spokeDomain root @@ -153055,12 +151511,12 @@ enum stagingzksync_SnapshotRoot_orderBy { blockNumber } -type stagingzksync_SpokeConnectorMode { +type stagingmode_SpokeConnectorMode { id: ID! mode: String! } -input stagingzksync_SpokeConnectorMode_filter { +input stagingmode_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -153090,17 +151546,17 @@ input stagingzksync_SpokeConnectorMode_filter { 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] + _change_block: stagingmode_BlockChangedFilter + and: [stagingmode_SpokeConnectorMode_filter] + or: [stagingmode_SpokeConnectorMode_filter] } -enum stagingzksync_SpokeConnectorMode_orderBy { +enum stagingmode_SpokeConnectorMode_orderBy { id mode } -enum stagingzksync_TransferStatus { +enum stagingmode_TransferStatus { XCalled Executed Reconciled @@ -153108,19 +151564,19 @@ enum stagingzksync_TransferStatus { CompletedFast } -type stagingzksync__Block_ { +type stagingmode__Block_ { """The hash of the block""" - hash: stagingzksync_Bytes + 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: stagingzksync_Bytes + parentHash: stagingmode_Bytes } """The type for the top-level _meta field""" -type stagingzksync__Meta_ { +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 @@ -153128,22 +151584,301 @@ type stagingzksync__Meta_ { and therefore asks for the latest block """ - block: stagingzksync__Block_! + block: stagingmode__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type mainnet_AggregateRootSavedSlow { +type base_AggregateRoot { + id: ID! + root: base_Bytes! + blockNumber: BigInt! +} + +type base_AggregateRootProposed { + id: ID! + aggregateRoot: base_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! + blockNumber: BigInt +} + +input base_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: 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 + 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: base_BlockChangedFilter + and: [base_AggregateRootProposed_filter] + or: [base_AggregateRootProposed_filter] +} + +enum base_AggregateRootProposed_orderBy { + id + aggregateRoot + rootTimestamp + endOfDispute + domain + timestamp + blockNumber +} + +input base_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: 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 + 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_AggregateRoot_filter] + or: [base_AggregateRoot_filter] +} + +enum base_AggregateRoot_orderBy { + id + root + blockNumber +} + +enum base_Aggregation_interval { + hour + day +} + +type base_Asset { + id: ID! + key: base_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: base_Bytes + canonicalDomain: BigInt + adoptedAsset: base_Bytes + localAsset: base_Bytes + blockNumber: BigInt + status: base_AssetStatus +} + +type base_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: base_Router! + asset: base_Asset! + feesEarned: BigInt! +} + +input base_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_: 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 + 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: base_BlockChangedFilter + and: [base_AssetBalance_filter] + or: [base_AssetBalance_filter] +} + +enum base_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 base_AssetStatus { id: ID! - aggregateRoot: mainnet_Bytes! - count: BigInt! - aggregatedRoots: [mainnet_Bytes!] - rootTimestamp: BigInt! + status: Boolean } -input mainnet_AggregateRootSavedSlow_filter { +input base_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -153152,61 +151887,22 @@ 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!] - rootTimestamp: BigInt - rootTimestamp_not: BigInt - rootTimestamp_gt: BigInt - rootTimestamp_lt: BigInt - rootTimestamp_gte: BigInt - rootTimestamp_lte: BigInt - rootTimestamp_in: [BigInt!] - rootTimestamp_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_AggregateRootSavedSlow_filter] - or: [mainnet_AggregateRootSavedSlow_filter] + _change_block: base_BlockChangedFilter + and: [base_AssetStatus_filter] + or: [base_AssetStatus_filter] } -enum mainnet_AggregateRootSavedSlow_orderBy { +enum base_AssetStatus_orderBy { id - aggregateRoot - count - aggregatedRoots - rootTimestamp -} - -type mainnet_AggregatedMessageRoot { - id: ID! - index: BigInt! - receivedRoot: mainnet_Bytes! - domain: BigInt - blockNumber: BigInt + status } -input mainnet_AggregatedMessageRoot_filter { +input base_Asset_filter { id: ID id_not: ID id_gt: ID @@ -153215,32 +151911,70 @@ input mainnet_AggregatedMessageRoot_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - index: BigInt - index_not: BigInt - index_gt: BigInt - index_lt: BigInt - index_gte: BigInt - index_lte: BigInt - index_in: [BigInt!] - index_not_in: [BigInt!] - receivedRoot: 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!] + 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 + 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: 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 + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + 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 blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -153249,188 +151983,72 @@ input mainnet_AggregatedMessageRoot_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_: base_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_AggregatedMessageRoot_filter] - or: [mainnet_AggregatedMessageRoot_filter] + _change_block: base_BlockChangedFilter + and: [base_Asset_filter] + or: [base_Asset_filter] } -enum mainnet_AggregatedMessageRoot_orderBy { +enum base_Asset_orderBy { id - index - receivedRoot - domain + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset blockNumber + status + status__id + status__status } -type mainnet_ArbitrumConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! -} +scalar base_BigDecimal -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] +input base_BlockChangedFilter { + number_gte: Int! } -enum mainnet_ArbitrumConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector +input base_Block_height { + hash: base_Bytes + number: Int + number_gte: Int } -type mainnet_AvalancheConnectorMeta { - id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! -} +scalar base_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!] +type base_ConnectorMeta { + id: 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! + amb: base_Bytes + rootManager: base_Bytes + mirrorConnector: base_Bytes } -input mainnet_BaseConnectorMeta_filter { +input base_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -153455,43 +152073,43 @@ input mainnet_BaseConnectorMeta_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: 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: mainnet_BlockChangedFilter - and: [mainnet_BaseConnectorMeta_filter] - or: [mainnet_BaseConnectorMeta_filter] + _change_block: base_BlockChangedFilter + and: [base_ConnectorMeta_filter] + or: [base_ConnectorMeta_filter] } -enum mainnet_BaseConnectorMeta_orderBy { +enum base_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -153500,16 +152118,48 @@ enum mainnet_BaseConnectorMeta_orderBy { mirrorConnector } -type mainnet_BnbConnectorMeta { +type base_DestinationTransfer { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + chainId: BigInt + transferId: base_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!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: base_Bytes + delegate: base_Bytes + receiveLocal: Boolean + callData: base_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: base_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: base_Bytes + asset: base_Asset + amount: BigInt + routersFee: BigInt + executedCaller: base_Bytes + executedTransactionHash: base_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: base_Bytes + executedTxNonce: BigInt + reconciledCaller: base_Bytes + reconciledTransactionHash: base_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: base_Bytes + reconciledTxNonce: BigInt } -input mainnet_BnbConnectorMeta_filter { +input base_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -153518,77 +152168,400 @@ input mainnet_BnbConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes + 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: 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 + nonce_lt: BigInt + nonce_gte: BigInt + 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!] + 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 + 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: 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: 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 + 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: 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 + 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: 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 + 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!] + 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: 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 + 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: 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 + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + 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 + 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: 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 + 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_BnbConnectorMeta_filter] - or: [mainnet_BnbConnectorMeta_filter] + _change_block: base_BlockChangedFilter + and: [base_DestinationTransfer_filter] + or: [base_DestinationTransfer_filter] } -enum mainnet_BnbConnectorMeta_orderBy { +enum base_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 } -type mainnet_GnosisConnectorMeta { +""" +8 bytes signed integer + +""" +scalar base_Int8 + +type base_OptimisticRootFinalized { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + aggregateRoot: base_Bytes! + timestamp: BigInt! + blockNumber: BigInt } -input mainnet_GnosisConnectorMeta_filter { +input base_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -153597,73 +152570,65 @@ 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 + 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 + 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_GnosisConnectorMeta_filter] - or: [mainnet_GnosisConnectorMeta_filter] + _change_block: base_BlockChangedFilter + and: [base_OptimisticRootFinalized_filter] + or: [base_OptimisticRootFinalized_filter] } -enum mainnet_GnosisConnectorMeta_orderBy { +enum base_OptimisticRootFinalized_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + aggregateRoot + timestamp + blockNumber } -type mainnet_HubDomain { +"""Defines the order direction, either ascending or descending""" +enum base_OrderDirection { + asc + desc +} + +type base_OriginMessage { id: ID! - domain: BigInt + transferId: base_Bytes + destinationDomain: BigInt + leaf: base_Bytes + index: BigInt + message: base_Bytes + root: base_Bytes + transactionHash: base_Bytes + blockNumber: BigInt + rootCount: base_RootCount } -input mainnet_HubDomain_filter { +input base_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -153672,33 +152637,158 @@ 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!] + 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 + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + 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 + 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: 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 + 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_: base_RootCount_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_HubDomain_filter] - or: [mainnet_HubDomain_filter] + _change_block: base_BlockChangedFilter + and: [base_OriginMessage_filter] + or: [base_OriginMessage_filter] } -enum mainnet_HubDomain_orderBy { +enum base_OriginMessage_orderBy { id - domain + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -type mainnet_HubOptimisticRootFinalized { +type base_OriginTransfer { id: ID! - aggregateRoot: mainnet_Bytes! - timestamp: BigInt! + chainId: BigInt + transferId: base_Bytes + nonce: BigInt + status: base_TransferStatus + messageHash: base_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: base_Bytes + delegate: base_Bytes + receiveLocal: Boolean + callData: base_Bytes + slippage: BigInt + originSender: base_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: base_Bytes + asset: base_Asset + transactingAsset: base_Bytes + message: base_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 + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt blockNumber: BigInt + txOrigin: base_Bytes + txNonce: BigInt } -input mainnet_HubOptimisticRootFinalized_filter { +input base_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -153707,16 +152797,245 @@ 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 + 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: 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 + nonce_lt: BigInt + nonce_gte: BigInt + 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 + 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: 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: 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 + slippage_lt: BigInt + slippage_gte: BigInt + 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 + 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: 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 + 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 + 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 + 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_: base_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_: 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 @@ -153725,6 +153044,22 @@ input mainnet_HubOptimisticRootFinalized_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] + gasPrice: BigInt + gasPrice_not: BigInt + gasPrice_gt: BigInt + gasPrice_lt: BigInt + gasPrice_gte: BigInt + gasPrice_lte: BigInt + gasPrice_in: [BigInt!] + gasPrice_not_in: [BigInt!] + gasLimit: BigInt + gasLimit_not: BigInt + gasLimit_gt: BigInt + gasLimit_lt: BigInt + gasLimit_gte: BigInt + gasLimit_lte: BigInt + gasLimit_in: [BigInt!] + gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -153733,108 +153068,97 @@ input mainnet_HubOptimisticRootFinalized_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 + 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_HubOptimisticRootFinalized_filter] - or: [mainnet_HubOptimisticRootFinalized_filter] + _change_block: base_BlockChangedFilter + and: [base_OriginTransfer_filter] + or: [base_OriginTransfer_filter] } -enum mainnet_HubOptimisticRootFinalized_orderBy { +enum base_OriginTransfer_orderBy { id - aggregateRoot + 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_LineaConnectorMeta { +type base_Relayer { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! -} - -input mainnet_LineaConnectorMeta_filter { - id: ID - id_not: ID - id_gt: ID - id_lt: ID - id_gte: ID - id_lte: ID - id_in: [ID!] - id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes - """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_LineaConnectorMeta_filter] - or: [mainnet_LineaConnectorMeta_filter] -} - -enum mainnet_LineaConnectorMeta_orderBy { - id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + isActive: Boolean! + relayer: base_Bytes } -type mainnet_MantleConnectorMeta { +type base_RelayerFee { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + transfer: base_OriginTransfer! + fee: BigInt! + asset: base_Bytes! } -input mainnet_MantleConnectorMeta_filter { +input base_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -153843,77 +153167,101 @@ input mainnet_MantleConnectorMeta_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 + 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 + 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: 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: mainnet_BlockChangedFilter - and: [mainnet_MantleConnectorMeta_filter] - or: [mainnet_MantleConnectorMeta_filter] + _change_block: base_BlockChangedFilter + and: [base_RelayerFee_filter] + or: [base_RelayerFee_filter] } -enum mainnet_MantleConnectorMeta_orderBy { +enum base_RelayerFee_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + 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_MetisConnectorMeta { +type base_RelayerFeesIncrease { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + transfer: base_OriginTransfer! + increase: BigInt + asset: base_Bytes + caller: base_Bytes! + transactionHash: base_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input mainnet_MetisConnectorMeta_filter { +input base_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -153922,77 +153270,146 @@ 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 + 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: mainnet_BlockChangedFilter - and: [mainnet_MetisConnectorMeta_filter] - or: [mainnet_MetisConnectorMeta_filter] + _change_block: base_BlockChangedFilter + and: [base_RelayerFeesIncrease_filter] + or: [base_RelayerFeesIncrease_filter] } -enum mainnet_MetisConnectorMeta_orderBy { +enum base_RelayerFeesIncrease_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! + 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_ModeConnectorMeta_filter { +input base_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -154001,77 +153418,80 @@ input mainnet_ModeConnectorMeta_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 + 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: mainnet_BlockChangedFilter - and: [mainnet_ModeConnectorMeta_filter] - or: [mainnet_ModeConnectorMeta_filter] + _change_block: base_BlockChangedFilter + and: [base_Relayer_filter] + or: [base_Relayer_filter] } -enum mainnet_ModeConnectorMeta_orderBy { +enum base_Relayer_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + isActive + relayer } -type mainnet_OptimismConnectorMeta { +type base_RootCount { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + count: BigInt } -input mainnet_OptimismConnectorMeta_filter { +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 @@ -154096,60 +153516,115 @@ input mainnet_OptimismConnectorMeta_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 + 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: mainnet_BlockChangedFilter - and: [mainnet_OptimismConnectorMeta_filter] - or: [mainnet_OptimismConnectorMeta_filter] + _change_block: base_BlockChangedFilter + and: [base_RootMessageSent_filter] + or: [base_RootMessageSent_filter] } -enum mainnet_OptimismConnectorMeta_orderBy { +enum base_RootMessageSent_orderBy { id spokeDomain hubDomain - amb - rootManager - mirrorConnector + root + count + caller + transactionHash + timestamp + gasPrice + gasLimit + blockNumber } -type mainnet_OptimisticRootPropagated { +type base_Router { id: ID! - aggregateRoot: mainnet_Bytes! - domainsHash: mainnet_Bytes! + 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! - blockNumber: BigInt + balance: BigInt! } -input mainnet_OptimisticRootPropagated_filter { +input base_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -154158,26 +153633,48 @@ 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 + 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 @@ -154186,40 +153683,63 @@ input mainnet_OptimisticRootPropagated_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - blockNumber: BigInt - blockNumber_not: BigInt - blockNumber_gt: BigInt - blockNumber_lt: BigInt - blockNumber_gte: BigInt - blockNumber_lte: BigInt - blockNumber_in: [BigInt!] - blockNumber_not_in: [BigInt!] + 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_OptimisticRootPropagated_filter] - or: [mainnet_OptimisticRootPropagated_filter] + _change_block: base_BlockChangedFilter + and: [base_RouterDailyTVL_filter] + or: [base_RouterDailyTVL_filter] } -enum mainnet_OptimisticRootPropagated_orderBy { +enum base_RouterDailyTVL_orderBy { id - aggregateRoot - domainsHash + router + router__id + router__isActive + router__owner + router__recipient + router__proposedOwner + router__proposedTimestamp + asset + asset__id + asset__key + asset__decimal + asset__adoptedDecimal + asset__canonicalId + asset__canonicalDomain + asset__adoptedAsset + asset__localAsset + asset__blockNumber timestamp - blockNumber + balance } -type mainnet_OptimisticRootProposed { +type base_RouterLiquidityEvent { id: ID! - disputeCliff: BigInt! - aggregateRoot: mainnet_Bytes! - snapshotsRoots: [mainnet_Bytes!] - domains: [BigInt!] - baseAggregateRoot: mainnet_Bytes! + type: base_RouterLiquidityEventType + router: base_Router! + asset: base_Asset! + amount: BigInt! + balance: BigInt! + caller: base_Bytes + blockNumber: BigInt! timestamp: BigInt! - blockNumber: BigInt + transactionHash: base_Bytes! + nonce: BigInt! } -input mainnet_OptimisticRootProposed_filter { +enum base_RouterLiquidityEventType { + Add + Remove +} + +input base_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -154228,54 +153748,78 @@ 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!] + 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 @@ -154284,33 +153828,142 @@ input mainnet_OptimisticRootProposed_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: 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: mainnet_BlockChangedFilter - and: [mainnet_OptimisticRootProposed_filter] - or: [mainnet_OptimisticRootProposed_filter] + _change_block: base_BlockChangedFilter + and: [base_RouterLiquidityEvent_filter] + or: [base_RouterLiquidityEvent_filter] } -enum mainnet_OptimisticRootProposed_orderBy { +enum base_RouterLiquidityEvent_orderBy { id - disputeCliff - aggregateRoot - snapshotsRoots - domains - baseAggregateRoot - 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 } -type mainnet_PolygonConnectorMeta { +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! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + isActive: Boolean! + sequencer: base_Bytes } -input mainnet_PolygonConnectorMeta_filter { +input base_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -154319,77 +153972,39 @@ input mainnet_PolygonConnectorMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - spokeDomain: BigInt - spokeDomain_not: BigInt - spokeDomain_gt: BigInt - spokeDomain_lt: BigInt - spokeDomain_gte: BigInt - spokeDomain_lte: BigInt - spokeDomain_in: [BigInt!] - spokeDomain_not_in: [BigInt!] - hubDomain: BigInt - hubDomain_not: BigInt - hubDomain_gt: BigInt - hubDomain_lt: BigInt - hubDomain_gte: BigInt - hubDomain_lte: BigInt - hubDomain_in: [BigInt!] - hubDomain_not_in: [BigInt!] - amb: 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 + 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: mainnet_BlockChangedFilter - and: [mainnet_PolygonConnectorMeta_filter] - or: [mainnet_PolygonConnectorMeta_filter] + _change_block: base_BlockChangedFilter + and: [base_Sequencer_filter] + or: [base_Sequencer_filter] } -enum mainnet_PolygonConnectorMeta_orderBy { +enum base_Sequencer_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + isActive + sequencer } -type mainnet_PolygonZkConnectorMeta { +type base_Setting { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - amb: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + maxRoutersPerTransfer: BigInt! + caller: base_Bytes! } -input mainnet_PolygonZkConnectorMeta_filter { +input base_Setting_filter { id: ID id_not: ID id_gt: ID @@ -154398,75 +154013,49 @@ input mainnet_PolygonZkConnectorMeta_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 + 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: mainnet_BlockChangedFilter - and: [mainnet_PolygonZkConnectorMeta_filter] - or: [mainnet_PolygonZkConnectorMeta_filter] + _change_block: base_BlockChangedFilter + and: [base_Setting_filter] + or: [base_Setting_filter] } -enum mainnet_PolygonZkConnectorMeta_orderBy { +enum base_Setting_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector + maxRoutersPerTransfer + caller } -type mainnet_RootAggregated { +type base_SlippageUpdate { id: ID! - domain: BigInt! - receivedRoot: mainnet_Bytes! - index: BigInt! + transfer: base_DestinationTransfer! + slippage: BigInt! + caller: base_Bytes! + transactionHash: base_Bytes! + timestamp: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input mainnet_RootAggregated_filter { +input base_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -154475,52 +154064,151 @@ 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!] + 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_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 + 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_RootAggregated_filter] - or: [mainnet_RootAggregated_filter] + _change_block: base_BlockChangedFilter + and: [base_SlippageUpdate_filter] + or: [base_SlippageUpdate_filter] } -enum mainnet_RootAggregated_orderBy { +enum base_SlippageUpdate_orderBy { id - domain - receivedRoot - index + 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 mainnet_RootManagerMeta { +type base_SnapshotRoot { id: ID! - domains: [BigInt!] - connectors: [mainnet_Bytes!] + spokeDomain: BigInt + root: base_Bytes! + count: BigInt! + timestamp: BigInt! + blockNumber: BigInt! } -input mainnet_RootManagerMeta_filter { +input base_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -154529,36 +154217,69 @@ input mainnet_RootManagerMeta_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - domains: [BigInt!] - domains_not: [BigInt!] - domains_contains: [BigInt!] - domains_contains_nocase: [BigInt!] - domains_not_contains: [BigInt!] - domains_not_contains_nocase: [BigInt!] - connectors: [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] + 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: base_BlockChangedFilter + and: [base_SnapshotRoot_filter] + or: [base_SnapshotRoot_filter] } -enum mainnet_RootManagerMeta_orderBy { +enum base_SnapshotRoot_orderBy { id - domains - connectors + spokeDomain + root + count + timestamp + blockNumber } -type mainnet_RootManagerMode { +type base_SpokeConnectorMode { id: ID! mode: String! } -input mainnet_RootManagerMode_filter { +input base_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -154588,30 +154309,68 @@ input mainnet_RootManagerMode_filter { 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] + _change_block: base_BlockChangedFilter + and: [base_SpokeConnectorMode_filter] + or: [base_SpokeConnectorMode_filter] } -enum mainnet_RootManagerMode_orderBy { +enum base_SpokeConnectorMode_orderBy { id mode } -type mainnet_RootMessageProcessed { +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 hash of the parent block""" + parentHash: base_Bytes +} + +"""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! +} + +type stagingscroll_AggregateRoot { id: ID! - spokeDomain: BigInt! - hubDomain: BigInt! - root: mainnet_Bytes - caller: mainnet_Bytes - transactionHash: mainnet_Bytes - timestamp: BigInt - gasPrice: BigInt - gasLimit: BigInt + root: stagingscroll_Bytes! + blockNumber: BigInt! +} + +type stagingscroll_AggregateRootProposed { + id: ID! + aggregateRoot: stagingscroll_Bytes! + rootTimestamp: BigInt! + endOfDispute: BigInt! + domain: BigInt! + timestamp: BigInt! blockNumber: BigInt } -input mainnet_RootMessageProcessed_filter { +input stagingscroll_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -154620,52 +154379,40 @@ 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 + 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 @@ -154674,22 +154421,6 @@ input mainnet_RootMessageProcessed_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - gasPrice: BigInt - gasPrice_not: BigInt - gasPrice_gt: BigInt - gasPrice_lt: BigInt - gasPrice_gte: BigInt - gasPrice_lte: BigInt - gasPrice_in: [BigInt!] - gasPrice_not_in: [BigInt!] - gasLimit: BigInt - gasLimit_not: BigInt - gasLimit_gt: BigInt - gasLimit_lt: BigInt - gasLimit_gte: BigInt - gasLimit_lte: BigInt - gasLimit_in: [BigInt!] - gasLimit_not_in: [BigInt!] blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -154699,33 +154430,90 @@ 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: stagingscroll_BlockChangedFilter + and: [stagingscroll_AggregateRootProposed_filter] + or: [stagingscroll_AggregateRootProposed_filter] } -enum mainnet_RootMessageProcessed_orderBy { +enum stagingscroll_AggregateRootProposed_orderBy { id - spokeDomain - hubDomain - root - caller - transactionHash + aggregateRoot + rootTimestamp + endOfDispute + domain timestamp - gasPrice - gasLimit blockNumber } -type mainnet_RootPropagated { +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! - aggregate: mainnet_Bytes! - domainsHash: mainnet_Bytes! - count: BigInt! + key: stagingscroll_Bytes + decimal: BigInt + adoptedDecimal: BigInt + canonicalId: stagingscroll_Bytes + canonicalDomain: BigInt + adoptedAsset: stagingscroll_Bytes + localAsset: stagingscroll_Bytes blockNumber: BigInt + status: stagingscroll_AssetStatus } -input mainnet_RootPropagated_filter { +type stagingscroll_AssetBalance { + id: ID! + amount: BigInt! + locked: BigInt! + supplied: BigInt! + removed: BigInt! + router: stagingscroll_Router! + asset: stagingscroll_Asset! + feesEarned: BigInt! +} + +input stagingscroll_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -154734,34 +154522,222 @@ input mainnet_RootPropagated_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - aggregate: mainnet_Bytes - aggregate_not: mainnet_Bytes - aggregate_gt: mainnet_Bytes - aggregate_lt: mainnet_Bytes - aggregate_gte: mainnet_Bytes - aggregate_lte: mainnet_Bytes - aggregate_in: [mainnet_Bytes!] - aggregate_not_in: [mainnet_Bytes!] - aggregate_contains: mainnet_Bytes - aggregate_not_contains: mainnet_Bytes - domainsHash: mainnet_Bytes - domainsHash_not: mainnet_Bytes - domainsHash_gt: mainnet_Bytes - domainsHash_lt: mainnet_Bytes - domainsHash_gte: mainnet_Bytes - domainsHash_lte: mainnet_Bytes - domainsHash_in: [mainnet_Bytes!] - domainsHash_not_in: [mainnet_Bytes!] - domainsHash_contains: mainnet_Bytes - domainsHash_not_contains: mainnet_Bytes - count: BigInt - count_not: BigInt - count_gt: BigInt - count_lt: BigInt - count_gte: BigInt - count_lte: BigInt - count_in: [BigInt!] - count_not_in: [BigInt!] + 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_: 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 + 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: stagingscroll_BlockChangedFilter + and: [stagingscroll_AssetBalance_filter] + or: [stagingscroll_AssetBalance_filter] +} + +enum stagingscroll_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 stagingscroll_AssetStatus { + id: ID! + status: Boolean +} + +input stagingscroll_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: stagingscroll_BlockChangedFilter + and: [stagingscroll_AssetStatus_filter] + or: [stagingscroll_AssetStatus_filter] +} + +enum stagingscroll_AssetStatus_orderBy { + id + status +} + +input stagingscroll_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: 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 + 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: 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 + canonicalDomain_lt: BigInt + canonicalDomain_gte: BigInt + 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 blockNumber: BigInt blockNumber_not: BigInt blockNumber_gt: BigInt @@ -154770,30 +154746,72 @@ input mainnet_RootPropagated_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_: stagingscroll_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mainnet_BlockChangedFilter - and: [mainnet_RootPropagated_filter] - or: [mainnet_RootPropagated_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_Asset_filter] + or: [stagingscroll_Asset_filter] } -enum mainnet_RootPropagated_orderBy { +enum stagingscroll_Asset_orderBy { id - aggregate - domainsHash - count + key + decimal + adoptedDecimal + canonicalId + canonicalDomain + adoptedAsset + localAsset blockNumber + status + status__id + status__status } -type mainnet_ZkSyncConnectorMeta { +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: mainnet_Bytes! - rootManager: mainnet_Bytes! - mirrorConnector: mainnet_Bytes! + spokeDomain: BigInt + hubDomain: BigInt + amb: stagingscroll_Bytes + rootManager: stagingscroll_Bytes + mirrorConnector: stagingscroll_Bytes } -input mainnet_ZkSyncConnectorMeta_filter { +input stagingscroll_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -154818,250 +154836,495 @@ input mainnet_ZkSyncConnectorMeta_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - amb: mainnet_Bytes - amb_not: mainnet_Bytes - amb_gt: mainnet_Bytes - amb_lt: mainnet_Bytes - amb_gte: mainnet_Bytes - amb_lte: mainnet_Bytes - amb_in: [mainnet_Bytes!] - amb_not_in: [mainnet_Bytes!] - amb_contains: mainnet_Bytes - amb_not_contains: mainnet_Bytes - rootManager: mainnet_Bytes - rootManager_not: mainnet_Bytes - rootManager_gt: mainnet_Bytes - rootManager_lt: mainnet_Bytes - rootManager_gte: mainnet_Bytes - rootManager_lte: mainnet_Bytes - rootManager_in: [mainnet_Bytes!] - rootManager_not_in: [mainnet_Bytes!] - rootManager_contains: mainnet_Bytes - rootManager_not_contains: mainnet_Bytes - mirrorConnector: mainnet_Bytes - mirrorConnector_not: mainnet_Bytes - mirrorConnector_gt: mainnet_Bytes - mirrorConnector_lt: mainnet_Bytes - mirrorConnector_gte: mainnet_Bytes - mirrorConnector_lte: mainnet_Bytes - mirrorConnector_in: [mainnet_Bytes!] - mirrorConnector_not_in: [mainnet_Bytes!] - mirrorConnector_contains: mainnet_Bytes - mirrorConnector_not_contains: mainnet_Bytes + amb: 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: stagingscroll_BlockChangedFilter + and: [stagingscroll_ConnectorMeta_filter] + or: [stagingscroll_ConnectorMeta_filter] +} + +enum stagingscroll_ConnectorMeta_orderBy { + id + spokeDomain + hubDomain + amb + rootManager + mirrorConnector +} + +type stagingscroll_DestinationTransfer { + id: ID! + chainId: BigInt + transferId: stagingscroll_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!] + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingscroll_Bytes + delegate: stagingscroll_Bytes + receiveLocal: Boolean + callData: stagingscroll_Bytes + slippage: BigInt + bumpSlippageCount: BigInt + originSender: stagingscroll_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingscroll_Bytes + asset: stagingscroll_Asset + amount: BigInt + routersFee: BigInt + executedCaller: stagingscroll_Bytes + executedTransactionHash: stagingscroll_Bytes + executedTimestamp: BigInt + executedGasPrice: BigInt + executedGasLimit: BigInt + executedBlockNumber: BigInt + executedTxOrigin: stagingscroll_Bytes + executedTxNonce: BigInt + reconciledCaller: stagingscroll_Bytes + reconciledTransactionHash: stagingscroll_Bytes + reconciledTimestamp: BigInt + reconciledGasPrice: BigInt + reconciledGasLimit: BigInt + reconciledBlockNumber: BigInt + reconciledTxOrigin: stagingscroll_Bytes + reconciledTxNonce: BigInt +} + +input stagingscroll_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: 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 + nonce_lt: BigInt + nonce_gte: BigInt + 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!] + 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 + 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: 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: 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 + 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: 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 + 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: 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 + 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!] + 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: 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 + 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: 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 + executedTxNonce_lt: BigInt + executedTxNonce_gte: BigInt + 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 + 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: 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 + 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_ZkSyncConnectorMeta_filter] - or: [mainnet_ZkSyncConnectorMeta_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_DestinationTransfer_filter] + or: [stagingscroll_DestinationTransfer_filter] } -enum mainnet_ZkSyncConnectorMeta_orderBy { +enum stagingscroll_DestinationTransfer_orderBy { id - spokeDomain - hubDomain - amb - rootManager - mirrorConnector -} - -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 + 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 } -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!]! -} +scalar stagingscroll_Int8 -interface xlayer_swap_LpTokenEvent { +type stagingscroll_OptimisticRootFinalized { id: ID! - token: xlayer_swap_LpToken! - amount: xlayer_swap_BigDecimal! - block: BigInt! + aggregateRoot: stagingscroll_Bytes! timestamp: BigInt! - transaction: xlayer_swap_Bytes! - nonce: BigInt! + blockNumber: BigInt } -input xlayer_swap_LpTokenEvent_filter { +input stagingscroll_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -155070,43 +155333,16 @@ input xlayer_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_: 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!] + 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 @@ -155115,47 +155351,47 @@ input xlayer_swap_LpTokenEvent_filter { 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!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_LpTokenEvent_filter] - or: [xlayer_swap_LpTokenEvent_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_OptimisticRootFinalized_filter] + or: [stagingscroll_OptimisticRootFinalized_filter] } -enum xlayer_swap_LpTokenEvent_orderBy { +enum stagingscroll_OptimisticRootFinalized_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - block + aggregateRoot timestamp - transaction - nonce + blockNumber } -input xlayer_swap_LpToken_filter { +"""Defines the order direction, either ascending or descending""" +enum stagingscroll_OrderDirection { + asc + desc +} + +type stagingscroll_OriginMessage { + id: ID! + transferId: stagingscroll_Bytes + destinationDomain: BigInt + leaf: stagingscroll_Bytes + index: BigInt + message: stagingscroll_Bytes + root: stagingscroll_Bytes + transactionHash: stagingscroll_Bytes + blockNumber: BigInt + rootCount: stagingscroll_RootCount +} + +input stagingscroll_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -155164,142 +155400,158 @@ input xlayer_swap_LpToken_filter { 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 + 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 + destinationDomain_lt: BigInt + destinationDomain_gte: BigInt + 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 + 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: 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 + 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_: stagingscroll_RootCount_filter """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_LpToken_filter] - or: [xlayer_swap_LpToken_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_OriginMessage_filter] + or: [stagingscroll_OriginMessage_filter] } -enum xlayer_swap_LpToken_orderBy { +enum stagingscroll_OriginMessage_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 + transferId + destinationDomain + leaf + index + message + root + transactionHash + blockNumber + rootCount + rootCount__id + rootCount__count } -type xlayer_swap_LpTransferEvent implements xlayer_swap_LpTokenEvent { +type stagingscroll_OriginTransfer { 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! + chainId: BigInt + transferId: stagingscroll_Bytes + nonce: BigInt + status: stagingscroll_TransferStatus + messageHash: stagingscroll_Bytes + originDomain: BigInt + destinationDomain: BigInt + canonicalDomain: BigInt + to: stagingscroll_Bytes + delegate: stagingscroll_Bytes + receiveLocal: Boolean + callData: stagingscroll_Bytes + slippage: BigInt + originSender: stagingscroll_Bytes + bridgedAmt: BigInt + normalizedIn: BigInt + canonicalId: stagingscroll_Bytes + asset: stagingscroll_Asset + transactingAsset: stagingscroll_Bytes + message: stagingscroll_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 + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt + txOrigin: stagingscroll_Bytes + txNonce: BigInt } -input xlayer_swap_LpTransferEvent_filter { +input stagingscroll_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -155308,97 +155560,24 @@ input xlayer_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_: 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 + 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 nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -155407,44 +155586,342 @@ input xlayer_swap_LpTransferEvent_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 + 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: 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: 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 + slippage_lt: BigInt + slippage_gte: BigInt + 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 + 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: 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 + 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 + 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 + 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_: stagingscroll_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_: 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: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_LpTransferEvent_filter] - or: [xlayer_swap_LpTransferEvent_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_OriginTransfer_filter] + or: [stagingscroll_OriginTransfer_filter] } -enum xlayer_swap_LpTransferEvent_orderBy { +enum stagingscroll_OriginTransfer_orderBy { id - token - token__id - token__address - token__decimals - token__name - token__symbol - token__totalSupply - amount - from + chainId + transferId + nonce + status + messageHash + originDomain + destinationDomain + canonicalDomain to - fromBalance - toBalance - block + delegate + receiveLocal + callData + slippage + originSender + bridgedAmt + normalizedIn + canonicalId + asset + asset__id + asset__key + asset__decimal + asset__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 } -"""Defines the order direction, either ascending or descending""" -enum xlayer_swap_OrderDirection { - asc - desc +type stagingscroll_Relayer { + id: ID! + isActive: Boolean! + relayer: stagingscroll_Bytes } -type xlayer_swap_PooledToken { +type stagingscroll_RelayerFee { id: ID! - asset: xlayer_swap_Bytes! + transfer: stagingscroll_OriginTransfer! + fee: BigInt! + asset: stagingscroll_Bytes! } -input xlayer_swap_PooledToken_filter { +input stagingscroll_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -155453,72 +155930,101 @@ input xlayer_swap_PooledToken_filter { 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 + 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: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_PooledToken_filter] - or: [xlayer_swap_PooledToken_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_RelayerFee_filter] + or: [stagingscroll_RelayerFee_filter] } -enum xlayer_swap_PooledToken_orderBy { +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 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 { +type stagingscroll_RelayerFeesIncrease { id: ID! - stableSwap: xlayer_swap_StableSwap! - provider: xlayer_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!]! - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + transfer: stagingscroll_OriginTransfer! + increase: BigInt + asset: stagingscroll_Bytes + caller: stagingscroll_Bytes! + transactionHash: stagingscroll_Bytes! timestamp: BigInt! - transaction: xlayer_swap_Bytes! - nonce: BigInt! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -input xlayer_swap_StableSwapAddLiquidityEvent_filter { +input stagingscroll_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -155527,87 +156033,65 @@ input xlayer_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_: 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!] + 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 @@ -155616,72 +156100,119 @@ input xlayer_swap_StableSwapAddLiquidityEvent_filter { 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!] + 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: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_StableSwapAddLiquidityEvent_filter] - or: [xlayer_swap_StableSwapAddLiquidityEvent_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_RelayerFeesIncrease_filter] + or: [stagingscroll_RelayerFeesIncrease_filter] } -enum xlayer_swap_StableSwapAddLiquidityEvent_orderBy { +enum stagingscroll_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 } -interface xlayer_swap_StableSwapEvent { +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! - stableSwap: xlayer_swap_StableSwap! - block: BigInt! - timestamp: BigInt! - transaction: xlayer_swap_Bytes! - nonce: BigInt! + count: BigInt } -input xlayer_swap_StableSwapEvent_filter { +input stagingscroll_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -155690,109 +156221,40 @@ input xlayer_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_: 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!] + 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: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_StableSwapEvent_filter] - or: [xlayer_swap_StableSwapEvent_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_RootCount_filter] + or: [stagingscroll_RootCount_filter] } -enum xlayer_swap_StableSwapEvent_orderBy { +enum stagingscroll_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 - block - timestamp - transaction - nonce + count } -type xlayer_swap_StableSwapExchange { +type stagingscroll_RootMessageSent { 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! + spokeDomain: BigInt + hubDomain: BigInt + root: stagingscroll_Bytes + count: BigInt + caller: stagingscroll_Bytes + transactionHash: stagingscroll_Bytes + timestamp: BigInt + gasPrice: BigInt + gasLimit: BigInt + blockNumber: BigInt } -input xlayer_swap_StableSwapExchange_filter { +input stagingscroll_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -155801,91 +156263,60 @@ input xlayer_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_: 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!] + spokeDomain: BigInt + spokeDomain_not: BigInt + spokeDomain_gt: BigInt + spokeDomain_lt: BigInt + spokeDomain_gte: BigInt + spokeDomain_lte: BigInt + spokeDomain_in: [BigInt!] + spokeDomain_not_in: [BigInt!] + 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 timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -155894,79 +156325,69 @@ input xlayer_swap_StableSwapExchange_filter { 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!] + 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: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_StableSwapExchange_filter] - or: [xlayer_swap_StableSwapExchange_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_RootMessageSent_filter] + or: [stagingscroll_RootMessageSent_filter] } -enum xlayer_swap_StableSwapExchange_orderBy { +enum stagingscroll_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 - buyer - boughtId - tokensBought - soldId - tokensSold - balances - fee - block + spokeDomain + hubDomain + root + count + caller + transactionHash timestamp - transaction - nonce + gasPrice + gasLimit + blockNumber } -type xlayer_swap_StableSwapRemoveLiquidityEvent implements xlayer_swap_StableSwapEvent { +type stagingscroll_Router { id: ID! - stableSwap: xlayer_swap_StableSwap! - provider: xlayer_swap_Bytes! - tokenAmounts: [BigInt!]! - fees: [BigInt!] - invariant: BigInt - lpTokenSupply: BigInt! - lpTokenAmount: BigInt! - balances: [BigInt!]! - block: BigInt! + 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! - transaction: xlayer_swap_Bytes! - nonce: BigInt! + balance: BigInt! } -input xlayer_swap_StableSwapRemoveLiquidityEvent_filter { +input stagingscroll_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -155975,87 +156396,201 @@ input xlayer_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_: 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!] + 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 @@ -156064,16 +156599,16 @@ input xlayer_swap_StableSwapRemoveLiquidityEvent_filter { 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 + 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 @@ -156083,44 +156618,41 @@ input xlayer_swap_StableSwapRemoveLiquidityEvent_filter { 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] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_RouterLiquidityEvent_filter] + or: [stagingscroll_RouterLiquidityEvent_filter] } -enum xlayer_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum stagingscroll_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 xlayer_swap_StableSwap_filter { +input stagingscroll_Router_filter { id: ID id_not: ID id_gt: ID @@ -156133,197 +156665,68 @@ input xlayer_swap_StableSwap_filter { 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 + 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: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_StableSwap_filter] - or: [xlayer_swap_StableSwap_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_Router_filter] + or: [stagingscroll_Router_filter] } -enum xlayer_swap_StableSwap_orderBy { +enum stagingscroll_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 xlayer_swap_SwapDailyVolume implements xlayer_swap_SwapTradeVolume { +type stagingscroll_Sequencer { id: ID! - stableSwap: xlayer_swap_StableSwap! - timestamp: BigInt! - volume: xlayer_swap_BigDecimal! + isActive: Boolean! + sequencer: stagingscroll_Bytes } -input xlayer_swap_SwapDailyVolume_filter { +input stagingscroll_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -156332,80 +156735,39 @@ input xlayer_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_: 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!] + 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: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_SwapDailyVolume_filter] - or: [xlayer_swap_SwapDailyVolume_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_Sequencer_filter] + or: [stagingscroll_Sequencer_filter] } -enum xlayer_swap_SwapDailyVolume_orderBy { +enum stagingscroll_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 xlayer_swap_SwapHourlyVolume implements xlayer_swap_SwapTradeVolume { +type stagingscroll_Setting { id: ID! - stableSwap: xlayer_swap_StableSwap! - timestamp: BigInt! - volume: xlayer_swap_BigDecimal! + maxRoutersPerTransfer: BigInt! + caller: stagingscroll_Bytes! } -input xlayer_swap_SwapHourlyVolume_filter { +input stagingscroll_Setting_filter { id: ID id_not: ID id_gt: ID @@ -156414,100 +156776,106 @@ input xlayer_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_: 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!] + 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 """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_SwapHourlyVolume_filter] - or: [xlayer_swap_SwapHourlyVolume_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_Setting_filter] + or: [stagingscroll_Setting_filter] } -enum xlayer_swap_SwapHourlyVolume_orderBy { +enum stagingscroll_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 xlayer_swap_SwapTradeVolume { - stableSwap: xlayer_swap_StableSwap! +type stagingscroll_SlippageUpdate { + id: ID! + transfer: stagingscroll_DestinationTransfer! + slippage: BigInt! + caller: stagingscroll_Bytes! + transactionHash: stagingscroll_Bytes! timestamp: BigInt! - volume: xlayer_swap_BigDecimal! + gasPrice: BigInt! + gasLimit: BigInt! + blockNumber: BigInt! } -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 +input stagingscroll_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_: 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 timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -156516,50 +156884,94 @@ input xlayer_swap_SwapTradeVolume_filter { 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!] + 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: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_SwapTradeVolume_filter] - or: [xlayer_swap_SwapTradeVolume_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_SlippageUpdate_filter] + or: [stagingscroll_SlippageUpdate_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 +enum 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 - volume + gasPrice + gasLimit + blockNumber } -type xlayer_swap_SwapWeeklyVolume implements xlayer_swap_SwapTradeVolume { +type stagingscroll_SnapshotRoot { id: ID! - stableSwap: xlayer_swap_StableSwap! + spokeDomain: BigInt + root: stagingscroll_Bytes! + count: BigInt! timestamp: BigInt! - volume: xlayer_swap_BigDecimal! + blockNumber: BigInt! } -input xlayer_swap_SwapWeeklyVolume_filter { +input stagingscroll_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -156568,27 +156980,32 @@ input xlayer_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_: xlayer_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: 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 @@ -156597,50 +157014,35 @@ input xlayer_swap_SwapWeeklyVolume_filter { 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!] + blockNumber: BigInt + blockNumber_not: BigInt + blockNumber_gt: BigInt + blockNumber_lt: BigInt + blockNumber_gte: BigInt + blockNumber_lte: BigInt + blockNumber_in: [BigInt!] + blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_SwapWeeklyVolume_filter] - or: [xlayer_swap_SwapWeeklyVolume_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_SnapshotRoot_filter] + or: [stagingscroll_SnapshotRoot_filter] } -enum xlayer_swap_SwapWeeklyVolume_orderBy { +enum stagingscroll_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 xlayer_swap_SystemInfo { +type stagingscroll_SpokeConnectorMode { id: ID! - exchangeCount: BigInt! - swapCount: BigInt! + mode: String! } -input xlayer_swap_SystemInfo_filter { +input stagingscroll_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -156649,45 +157051,58 @@ input xlayer_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: xlayer_swap_BlockChangedFilter - and: [xlayer_swap_SystemInfo_filter] - or: [xlayer_swap_SystemInfo_filter] + _change_block: stagingscroll_BlockChangedFilter + and: [stagingscroll_SpokeConnectorMode_filter] + or: [stagingscroll_SpokeConnectorMode_filter] } -enum xlayer_swap_SystemInfo_orderBy { +enum stagingscroll_SpokeConnectorMode_orderBy { id - exchangeCount - swapCount + mode } -type xlayer_swap__Block_ { +enum stagingscroll_TransferStatus { + XCalled + Executed + Reconciled + CompletedSlow + CompletedFast +} + +type stagingscroll__Block_ { """The hash of the block""" - hash: xlayer_swap_Bytes + 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 xlayer_swap__Meta_ { +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 @@ -156695,22 +157110,22 @@ type xlayer_swap__Meta_ { and therefore asks for the latest block """ - block: xlayer_swap__Block_! + block: stagingscroll__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingxlayer_AggregateRoot { +type stagingzksync_AggregateRoot { id: ID! - root: stagingxlayer_Bytes! + root: stagingzksync_Bytes! blockNumber: BigInt! } -type stagingxlayer_AggregateRootProposed { +type stagingzksync_AggregateRootProposed { id: ID! - aggregateRoot: stagingxlayer_Bytes! + aggregateRoot: stagingzksync_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -156718,7 +157133,7 @@ type stagingxlayer_AggregateRootProposed { blockNumber: BigInt } -input stagingxlayer_AggregateRootProposed_filter { +input stagingzksync_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -156727,16 +157142,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: 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 @@ -156778,12 +157193,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_AggregateRootProposed_filter] + or: [stagingzksync_AggregateRootProposed_filter] } -enum stagingxlayer_AggregateRootProposed_orderBy { +enum stagingzksync_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -156793,7 +157208,7 @@ enum stagingxlayer_AggregateRootProposed_orderBy { blockNumber } -input stagingxlayer_AggregateRoot_filter { +input stagingzksync_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -156802,16 +157217,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: 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 @@ -156821,42 +157236,47 @@ 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: stagingzksync_BlockChangedFilter + and: [stagingzksync_AggregateRoot_filter] + or: [stagingzksync_AggregateRoot_filter] } -enum stagingxlayer_AggregateRoot_orderBy { +enum stagingzksync_AggregateRoot_orderBy { id root blockNumber } -type stagingxlayer_Asset { +enum stagingzksync_Aggregation_interval { + hour + day +} + +type stagingzksync_Asset { id: ID! - key: stagingxlayer_Bytes + key: stagingzksync_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingxlayer_Bytes + canonicalId: stagingzksync_Bytes canonicalDomain: BigInt - adoptedAsset: stagingxlayer_Bytes - localAsset: stagingxlayer_Bytes + adoptedAsset: stagingzksync_Bytes + localAsset: stagingzksync_Bytes blockNumber: BigInt - status: stagingxlayer_AssetStatus + status: stagingzksync_AssetStatus } -type stagingxlayer_AssetBalance { +type stagingzksync_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingxlayer_Router! - asset: stagingxlayer_Asset! + router: stagingzksync_Router! + asset: stagingzksync_Asset! feesEarned: BigInt! } -input stagingxlayer_AssetBalance_filter { +input stagingzksync_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -156917,7 +157337,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_: stagingzksync_Router_filter asset: String asset_not: String asset_gt: String @@ -156938,7 +157358,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_: stagingzksync_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -156948,12 +157368,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_AssetBalance_filter] + or: [stagingzksync_AssetBalance_filter] } -enum stagingxlayer_AssetBalance_orderBy { +enum stagingzksync_AssetBalance_orderBy { id amount locked @@ -156979,12 +157399,12 @@ enum stagingxlayer_AssetBalance_orderBy { feesEarned } -type stagingxlayer_AssetStatus { +type stagingzksync_AssetStatus { id: ID! status: Boolean } -input stagingxlayer_AssetStatus_filter { +input stagingzksync_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -156998,17 +157418,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_AssetStatus_filter] + or: [stagingzksync_AssetStatus_filter] } -enum stagingxlayer_AssetStatus_orderBy { +enum stagingzksync_AssetStatus_orderBy { id status } -input stagingxlayer_Asset_filter { +input stagingzksync_Asset_filter { id: ID id_not: ID id_gt: ID @@ -157017,16 +157437,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: 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 @@ -157043,16 +157463,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: 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 @@ -157061,26 +157481,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: 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 @@ -157109,14 +157529,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_: stagingzksync_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_Asset_filter] - or: [stagingxlayer_Asset_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Asset_filter] + or: [stagingzksync_Asset_filter] } -enum stagingxlayer_Asset_orderBy { +enum stagingzksync_Asset_orderBy { id key decimal @@ -157131,30 +157551,30 @@ enum stagingxlayer_Asset_orderBy { status__status } -scalar stagingxlayer_BigDecimal +scalar stagingzksync_BigDecimal -input stagingxlayer_BlockChangedFilter { +input stagingzksync_BlockChangedFilter { number_gte: Int! } -input stagingxlayer_Block_height { - hash: stagingxlayer_Bytes +input stagingzksync_Block_height { + hash: stagingzksync_Bytes number: Int number_gte: Int } -scalar stagingxlayer_Bytes +scalar stagingzksync_Bytes -type stagingxlayer_ConnectorMeta { +type stagingzksync_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingxlayer_Bytes - rootManager: stagingxlayer_Bytes - mirrorConnector: stagingxlayer_Bytes + amb: stagingzksync_Bytes + rootManager: stagingzksync_Bytes + mirrorConnector: stagingzksync_Bytes } -input stagingxlayer_ConnectorMeta_filter { +input stagingzksync_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -157179,43 +157599,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: 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: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_ConnectorMeta_filter] - or: [stagingxlayer_ConnectorMeta_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_ConnectorMeta_filter] + or: [stagingzksync_ConnectorMeta_filter] } -enum stagingxlayer_ConnectorMeta_orderBy { +enum stagingzksync_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -157224,48 +157644,48 @@ enum stagingxlayer_ConnectorMeta_orderBy { mirrorConnector } -type stagingxlayer_DestinationTransfer { +type stagingzksync_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingxlayer_Bytes + transferId: stagingzksync_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: 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: stagingxlayer_Bytes - delegate: stagingxlayer_Bytes + to: stagingzksync_Bytes + delegate: stagingzksync_Bytes receiveLocal: Boolean - callData: stagingxlayer_Bytes + callData: stagingzksync_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingxlayer_Bytes + originSender: stagingzksync_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingxlayer_Bytes - asset: stagingxlayer_Asset + canonicalId: stagingzksync_Bytes + asset: stagingzksync_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingxlayer_Bytes - executedTransactionHash: stagingxlayer_Bytes + executedCaller: stagingzksync_Bytes + executedTransactionHash: stagingzksync_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingxlayer_Bytes + executedTxOrigin: stagingzksync_Bytes executedTxNonce: BigInt - reconciledCaller: stagingxlayer_Bytes - reconciledTransactionHash: stagingxlayer_Bytes + reconciledCaller: stagingzksync_Bytes + reconciledTransactionHash: stagingzksync_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingxlayer_Bytes + reconciledTxOrigin: stagingzksync_Bytes reconciledTxNonce: BigInt } -input stagingxlayer_DestinationTransfer_filter { +input stagingzksync_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -157282,16 +157702,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: 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 @@ -157300,17 +157720,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: 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_: stagingxlayer_Router_filter + routers_: stagingzksync_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -157335,40 +157755,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: 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: 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: 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 @@ -157385,16 +157805,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: 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 @@ -157411,16 +157831,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: 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 @@ -157441,7 +157861,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_: stagingzksync_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -157458,26 +157878,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: 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 @@ -157510,16 +157930,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: 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 @@ -157528,26 +157948,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: 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 @@ -157580,16 +158000,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: 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 @@ -157599,12 +158019,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_DestinationTransfer_filter] + or: [stagingzksync_DestinationTransfer_filter] } -enum stagingxlayer_DestinationTransfer_orderBy { +enum stagingzksync_DestinationTransfer_orderBy { id chainId transferId @@ -157658,16 +158078,16 @@ enum stagingxlayer_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingxlayer_Int8 +scalar stagingzksync_Int8 -type stagingxlayer_OptimisticRootFinalized { +type stagingzksync_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingxlayer_Bytes! + aggregateRoot: stagingzksync_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingxlayer_OptimisticRootFinalized_filter { +input stagingzksync_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -157676,16 +158096,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: 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 @@ -157703,12 +158123,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_OptimisticRootFinalized_filter] + or: [stagingzksync_OptimisticRootFinalized_filter] } -enum stagingxlayer_OptimisticRootFinalized_orderBy { +enum stagingzksync_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -157716,25 +158136,25 @@ enum stagingxlayer_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingxlayer_OrderDirection { +enum stagingzksync_OrderDirection { asc desc } -type stagingxlayer_OriginMessage { +type stagingzksync_OriginMessage { id: ID! - transferId: stagingxlayer_Bytes + transferId: stagingzksync_Bytes destinationDomain: BigInt - leaf: stagingxlayer_Bytes + leaf: stagingzksync_Bytes index: BigInt - message: stagingxlayer_Bytes - root: stagingxlayer_Bytes - transactionHash: stagingxlayer_Bytes + message: stagingzksync_Bytes + root: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes blockNumber: BigInt - rootCount: stagingxlayer_RootCount + rootCount: stagingzksync_RootCount } -input stagingxlayer_OriginMessage_filter { +input stagingzksync_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -157743,16 +158163,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: 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 @@ -157761,16 +158181,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: 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 @@ -157779,36 +158199,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: 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 @@ -157837,14 +158257,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_: stagingzksync_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_OriginMessage_filter] - or: [stagingxlayer_OriginMessage_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_OriginMessage_filter] + or: [stagingzksync_OriginMessage_filter] } -enum stagingxlayer_OriginMessage_orderBy { +enum stagingzksync_OriginMessage_orderBy { id transferId destinationDomain @@ -157859,42 +158279,42 @@ enum stagingxlayer_OriginMessage_orderBy { rootCount__count } -type stagingxlayer_OriginTransfer { +type stagingzksync_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingxlayer_Bytes + transferId: stagingzksync_Bytes nonce: BigInt - status: stagingxlayer_TransferStatus - messageHash: stagingxlayer_Bytes + status: stagingzksync_TransferStatus + messageHash: stagingzksync_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingxlayer_Bytes - delegate: stagingxlayer_Bytes + to: stagingzksync_Bytes + delegate: stagingzksync_Bytes receiveLocal: Boolean - callData: stagingxlayer_Bytes + callData: stagingzksync_Bytes slippage: BigInt - originSender: stagingxlayer_Bytes + originSender: stagingzksync_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingxlayer_Bytes - asset: stagingxlayer_Asset - transactingAsset: stagingxlayer_Bytes - message: stagingxlayer_OriginMessage + canonicalId: stagingzksync_Bytes + asset: stagingzksync_Asset + transactingAsset: stagingzksync_Bytes + message: stagingzksync_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: 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: stagingxlayer_Bytes + txOrigin: stagingzksync_Bytes txNonce: BigInt } -input stagingxlayer_OriginTransfer_filter { +input stagingzksync_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -157911,16 +158331,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: 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 @@ -157929,20 +158349,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: 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 @@ -157967,40 +158387,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: 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: 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: 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 @@ -158009,16 +158429,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: 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 @@ -158035,16 +158455,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: 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 @@ -158065,17 +158485,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_: 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 @@ -158096,7 +158516,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_: stagingzksync_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -158111,37 +158531,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_: 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 @@ -158174,16 +158594,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: 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 @@ -158193,12 +158613,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_OriginTransfer_filter] + or: [stagingzksync_OriginTransfer_filter] } -enum stagingxlayer_OriginTransfer_orderBy { +enum stagingzksync_OriginTransfer_orderBy { id chainId transferId @@ -158251,20 +158671,20 @@ enum stagingxlayer_OriginTransfer_orderBy { txNonce } -type stagingxlayer_Relayer { +type stagingzksync_Relayer { id: ID! isActive: Boolean! - relayer: stagingxlayer_Bytes + relayer: stagingzksync_Bytes } -type stagingxlayer_RelayerFee { +type stagingzksync_RelayerFee { id: ID! - transfer: stagingxlayer_OriginTransfer! + transfer: stagingzksync_OriginTransfer! fee: BigInt! - asset: stagingxlayer_Bytes! + asset: stagingzksync_Bytes! } -input stagingxlayer_RelayerFee_filter { +input stagingzksync_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -158293,7 +158713,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_: stagingzksync_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -158302,23 +158722,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: 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: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_RelayerFee_filter] - or: [stagingxlayer_RelayerFee_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_RelayerFee_filter] + or: [stagingzksync_RelayerFee_filter] } -enum stagingxlayer_RelayerFee_orderBy { +enum stagingzksync_RelayerFee_orderBy { id transfer transfer__id @@ -158354,20 +158774,20 @@ enum stagingxlayer_RelayerFee_orderBy { asset } -type stagingxlayer_RelayerFeesIncrease { +type stagingzksync_RelayerFeesIncrease { id: ID! - transfer: stagingxlayer_OriginTransfer! + transfer: stagingzksync_OriginTransfer! increase: BigInt - asset: stagingxlayer_Bytes - caller: stagingxlayer_Bytes! - transactionHash: stagingxlayer_Bytes! + asset: stagingzksync_Bytes + caller: stagingzksync_Bytes! + transactionHash: stagingzksync_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingxlayer_RelayerFeesIncrease_filter { +input stagingzksync_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -158396,7 +158816,7 @@ input stagingxlayer_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingxlayer_OriginTransfer_filter + transfer_: stagingzksync_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -158405,36 +158825,36 @@ input stagingxlayer_RelayerFeesIncrease_filter { 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 + 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 @@ -158468,12 +158888,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: stagingzksync_BlockChangedFilter + and: [stagingzksync_RelayerFeesIncrease_filter] + or: [stagingzksync_RelayerFeesIncrease_filter] } -enum stagingxlayer_RelayerFeesIncrease_orderBy { +enum stagingzksync_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -158515,7 +158935,7 @@ enum stagingxlayer_RelayerFeesIncrease_orderBy { blockNumber } -input stagingxlayer_Relayer_filter { +input stagingzksync_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -158528,34 +158948,34 @@ input stagingxlayer_Relayer_filter { 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 + 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: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_Relayer_filter] - or: [stagingxlayer_Relayer_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Relayer_filter] + or: [stagingzksync_Relayer_filter] } -enum stagingxlayer_Relayer_orderBy { +enum stagingzksync_Relayer_orderBy { id isActive relayer } -type stagingxlayer_RootCount { +type stagingzksync_RootCount { id: ID! count: BigInt } -input stagingxlayer_RootCount_filter { +input stagingzksync_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -158573,31 +158993,31 @@ input stagingxlayer_RootCount_filter { 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] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_RootCount_filter] + or: [stagingzksync_RootCount_filter] } -enum stagingxlayer_RootCount_orderBy { +enum stagingzksync_RootCount_orderBy { id count } -type stagingxlayer_RootMessageSent { +type stagingzksync_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingxlayer_Bytes + root: stagingzksync_Bytes count: BigInt - caller: stagingxlayer_Bytes - transactionHash: stagingxlayer_Bytes + caller: stagingzksync_Bytes + transactionHash: stagingzksync_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingxlayer_RootMessageSent_filter { +input stagingzksync_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -158622,16 +159042,16 @@ input stagingxlayer_RootMessageSent_filter { 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 + 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 @@ -158640,26 +159060,26 @@ input stagingxlayer_RootMessageSent_filter { 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 + 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 @@ -158693,12 +159113,12 @@ input stagingxlayer_RootMessageSent_filter { 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] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_RootMessageSent_filter] + or: [stagingzksync_RootMessageSent_filter] } -enum stagingxlayer_RootMessageSent_orderBy { +enum stagingzksync_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -158712,25 +159132,25 @@ enum stagingxlayer_RootMessageSent_orderBy { blockNumber } -type stagingxlayer_Router { +type stagingzksync_Router { id: ID! isActive: Boolean! - owner: stagingxlayer_Bytes - recipient: stagingxlayer_Bytes - proposedOwner: stagingxlayer_Bytes + owner: stagingzksync_Bytes + recipient: stagingzksync_Bytes + proposedOwner: stagingzksync_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingxlayer_AssetBalance_orderBy, orderDirection: stagingxlayer_OrderDirection, where: stagingxlayer_AssetBalance_filter): [stagingxlayer_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingzksync_AssetBalance_orderBy, orderDirection: stagingzksync_OrderDirection, where: stagingzksync_AssetBalance_filter): [stagingzksync_AssetBalance!]! } -type stagingxlayer_RouterDailyTVL { +type stagingzksync_RouterDailyTVL { id: ID! - router: stagingxlayer_Router! - asset: stagingxlayer_Asset! + router: stagingzksync_Router! + asset: stagingzksync_Asset! timestamp: BigInt! balance: BigInt! } -input stagingxlayer_RouterDailyTVL_filter { +input stagingzksync_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -158759,7 +159179,7 @@ input stagingxlayer_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingxlayer_Router_filter + router_: stagingzksync_Router_filter asset: String asset_not: String asset_gt: String @@ -158780,7 +159200,7 @@ input stagingxlayer_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingxlayer_Asset_filter + asset_: stagingzksync_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -158798,12 +159218,12 @@ input stagingxlayer_RouterDailyTVL_filter { 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] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_RouterDailyTVL_filter] + or: [stagingzksync_RouterDailyTVL_filter] } -enum stagingxlayer_RouterDailyTVL_orderBy { +enum stagingzksync_RouterDailyTVL_orderBy { id router router__id @@ -158826,26 +159246,26 @@ enum stagingxlayer_RouterDailyTVL_orderBy { balance } -type stagingxlayer_RouterLiquidityEvent { +type stagingzksync_RouterLiquidityEvent { id: ID! - type: stagingxlayer_RouterLiquidityEventType - router: stagingxlayer_Router! - asset: stagingxlayer_Asset! + type: stagingzksync_RouterLiquidityEventType + router: stagingzksync_Router! + asset: stagingzksync_Asset! amount: BigInt! balance: BigInt! - caller: stagingxlayer_Bytes + caller: stagingzksync_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingxlayer_Bytes! + transactionHash: stagingzksync_Bytes! nonce: BigInt! } -enum stagingxlayer_RouterLiquidityEventType { +enum stagingzksync_RouterLiquidityEventType { Add Remove } -input stagingxlayer_RouterLiquidityEvent_filter { +input stagingzksync_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -158854,10 +159274,10 @@ 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!] + type: stagingzksync_RouterLiquidityEventType + type_not: stagingzksync_RouterLiquidityEventType + type_in: [stagingzksync_RouterLiquidityEventType!] + type_not_in: [stagingzksync_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -158878,7 +159298,7 @@ input stagingxlayer_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: stagingxlayer_Router_filter + router_: stagingzksync_Router_filter asset: String asset_not: String asset_gt: String @@ -158899,7 +159319,7 @@ input stagingxlayer_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: stagingxlayer_Asset_filter + asset_: stagingzksync_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -158916,16 +159336,16 @@ input stagingxlayer_RouterLiquidityEvent_filter { 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 + 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 @@ -158942,16 +159362,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 + 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 @@ -158961,12 +159381,12 @@ 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: stagingzksync_BlockChangedFilter + and: [stagingzksync_RouterLiquidityEvent_filter] + or: [stagingzksync_RouterLiquidityEvent_filter] } -enum stagingxlayer_RouterLiquidityEvent_orderBy { +enum stagingzksync_RouterLiquidityEvent_orderBy { id type router @@ -158995,7 +159415,7 @@ enum stagingxlayer_RouterLiquidityEvent_orderBy { nonce } -input stagingxlayer_Router_filter { +input stagingzksync_Router_filter { id: ID id_not: ID id_gt: ID @@ -159008,36 +159428,36 @@ input stagingxlayer_Router_filter { 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 + 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 @@ -159046,14 +159466,14 @@ input stagingxlayer_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingxlayer_AssetBalance_filter + assetBalances_: stagingzksync_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_Router_filter] - or: [stagingxlayer_Router_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Router_filter] + or: [stagingzksync_Router_filter] } -enum stagingxlayer_Router_orderBy { +enum stagingzksync_Router_orderBy { id isActive owner @@ -159063,13 +159483,13 @@ enum stagingxlayer_Router_orderBy { assetBalances } -type stagingxlayer_Sequencer { +type stagingzksync_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingxlayer_Bytes + sequencer: stagingzksync_Bytes } -input stagingxlayer_Sequencer_filter { +input stagingzksync_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -159082,35 +159502,35 @@ 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 + 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: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_Sequencer_filter] - or: [stagingxlayer_Sequencer_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Sequencer_filter] + or: [stagingzksync_Sequencer_filter] } -enum stagingxlayer_Sequencer_orderBy { +enum stagingzksync_Sequencer_orderBy { id isActive sequencer } -type stagingxlayer_Setting { +type stagingzksync_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingxlayer_Bytes! + caller: stagingzksync_Bytes! } -input stagingxlayer_Setting_filter { +input stagingzksync_Setting_filter { id: ID id_not: ID id_gt: ID @@ -159127,41 +159547,41 @@ input stagingxlayer_Setting_filter { 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 + 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: stagingxlayer_BlockChangedFilter - and: [stagingxlayer_Setting_filter] - or: [stagingxlayer_Setting_filter] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_Setting_filter] + or: [stagingzksync_Setting_filter] } -enum stagingxlayer_Setting_orderBy { +enum stagingzksync_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingxlayer_SlippageUpdate { +type stagingzksync_SlippageUpdate { id: ID! - transfer: stagingxlayer_DestinationTransfer! + transfer: stagingzksync_DestinationTransfer! slippage: BigInt! - caller: stagingxlayer_Bytes! - transactionHash: stagingxlayer_Bytes! + caller: stagingzksync_Bytes! + transactionHash: stagingzksync_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingxlayer_SlippageUpdate_filter { +input stagingzksync_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -159190,7 +159610,7 @@ input stagingxlayer_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: stagingxlayer_DestinationTransfer_filter + transfer_: stagingzksync_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -159199,26 +159619,26 @@ input stagingxlayer_SlippageUpdate_filter { 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 + 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 @@ -159252,12 +159672,12 @@ input stagingxlayer_SlippageUpdate_filter { 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] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_SlippageUpdate_filter] + or: [stagingzksync_SlippageUpdate_filter] } -enum stagingxlayer_SlippageUpdate_orderBy { +enum stagingzksync_SlippageUpdate_orderBy { id transfer transfer__id @@ -159305,16 +159725,16 @@ enum stagingxlayer_SlippageUpdate_orderBy { blockNumber } -type stagingxlayer_SnapshotRoot { +type stagingzksync_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingxlayer_Bytes! + root: stagingzksync_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingxlayer_SnapshotRoot_filter { +input stagingzksync_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -159331,16 +159751,16 @@ input stagingxlayer_SnapshotRoot_filter { 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 + 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 @@ -159366,12 +159786,12 @@ input stagingxlayer_SnapshotRoot_filter { 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] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_SnapshotRoot_filter] + or: [stagingzksync_SnapshotRoot_filter] } -enum stagingxlayer_SnapshotRoot_orderBy { +enum stagingzksync_SnapshotRoot_orderBy { id spokeDomain root @@ -159380,12 +159800,12 @@ enum stagingxlayer_SnapshotRoot_orderBy { blockNumber } -type stagingxlayer_SpokeConnectorMode { +type stagingzksync_SpokeConnectorMode { id: ID! mode: String! } -input stagingxlayer_SpokeConnectorMode_filter { +input stagingzksync_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -159415,17 +159835,17 @@ input stagingxlayer_SpokeConnectorMode_filter { 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] + _change_block: stagingzksync_BlockChangedFilter + and: [stagingzksync_SpokeConnectorMode_filter] + or: [stagingzksync_SpokeConnectorMode_filter] } -enum stagingxlayer_SpokeConnectorMode_orderBy { +enum stagingzksync_SpokeConnectorMode_orderBy { id mode } -enum stagingxlayer_TransferStatus { +enum stagingzksync_TransferStatus { XCalled Executed Reconciled @@ -159433,17 +159853,19 @@ enum stagingxlayer_TransferStatus { CompletedFast } -type stagingxlayer__Block_ { +type stagingzksync__Block_ { """The hash of the block""" - hash: stagingxlayer_Bytes + 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 stagingxlayer__Meta_ { +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 @@ -159451,22 +159873,22 @@ type stagingxlayer__Meta_ { and therefore asks for the latest block """ - block: stagingxlayer__Block_! + block: stagingzksync__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type xdai_AggregateRoot { +type stagingxdai_AggregateRoot { id: ID! - root: xdai_Bytes! + root: stagingxdai_Bytes! blockNumber: BigInt! } -type xdai_AggregateRootProposed { +type stagingxdai_AggregateRootProposed { id: ID! - aggregateRoot: xdai_Bytes! + aggregateRoot: stagingxdai_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -159474,7 +159896,7 @@ type xdai_AggregateRootProposed { blockNumber: BigInt } -input xdai_AggregateRootProposed_filter { +input stagingxdai_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -159483,16 +159905,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: 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 @@ -159534,12 +159956,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_AggregateRootProposed_filter] + or: [stagingxdai_AggregateRootProposed_filter] } -enum xdai_AggregateRootProposed_orderBy { +enum stagingxdai_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -159549,7 +159971,7 @@ enum xdai_AggregateRootProposed_orderBy { blockNumber } -input xdai_AggregateRoot_filter { +input stagingxdai_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -159558,16 +159980,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: 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 @@ -159577,42 +159999,47 @@ 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: stagingxdai_BlockChangedFilter + and: [stagingxdai_AggregateRoot_filter] + or: [stagingxdai_AggregateRoot_filter] } -enum xdai_AggregateRoot_orderBy { +enum stagingxdai_AggregateRoot_orderBy { id root blockNumber } -type xdai_Asset { +enum stagingxdai_Aggregation_interval { + hour + day +} + +type stagingxdai_Asset { id: ID! - key: xdai_Bytes + key: stagingxdai_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: xdai_Bytes + canonicalId: stagingxdai_Bytes canonicalDomain: BigInt - adoptedAsset: xdai_Bytes - localAsset: xdai_Bytes + adoptedAsset: stagingxdai_Bytes + localAsset: stagingxdai_Bytes blockNumber: BigInt - status: xdai_AssetStatus + status: stagingxdai_AssetStatus } -type xdai_AssetBalance { +type stagingxdai_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: xdai_Router! - asset: xdai_Asset! + router: stagingxdai_Router! + asset: stagingxdai_Asset! feesEarned: BigInt! } -input xdai_AssetBalance_filter { +input stagingxdai_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -159673,7 +160100,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_: stagingxdai_Router_filter asset: String asset_not: String asset_gt: String @@ -159694,7 +160121,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_: stagingxdai_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -159704,12 +160131,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_AssetBalance_filter] + or: [stagingxdai_AssetBalance_filter] } -enum xdai_AssetBalance_orderBy { +enum stagingxdai_AssetBalance_orderBy { id amount locked @@ -159735,12 +160162,12 @@ enum xdai_AssetBalance_orderBy { feesEarned } -type xdai_AssetStatus { +type stagingxdai_AssetStatus { id: ID! status: Boolean } -input xdai_AssetStatus_filter { +input stagingxdai_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -159754,17 +160181,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_AssetStatus_filter] + or: [stagingxdai_AssetStatus_filter] } -enum xdai_AssetStatus_orderBy { +enum stagingxdai_AssetStatus_orderBy { id status } -input xdai_Asset_filter { +input stagingxdai_Asset_filter { id: ID id_not: ID id_gt: ID @@ -159773,16 +160200,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: 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 @@ -159799,16 +160226,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: 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 @@ -159817,26 +160244,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: 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 @@ -159865,14 +160292,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_: stagingxdai_AssetStatus_filter """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Asset_filter] - or: [xdai_Asset_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Asset_filter] + or: [stagingxdai_Asset_filter] } -enum xdai_Asset_orderBy { +enum stagingxdai_Asset_orderBy { id key decimal @@ -159887,30 +160314,30 @@ enum xdai_Asset_orderBy { status__status } -scalar xdai_BigDecimal +scalar stagingxdai_BigDecimal -input xdai_BlockChangedFilter { +input stagingxdai_BlockChangedFilter { number_gte: Int! } -input xdai_Block_height { - hash: xdai_Bytes +input stagingxdai_Block_height { + hash: stagingxdai_Bytes number: Int number_gte: Int } -scalar xdai_Bytes +scalar stagingxdai_Bytes -type xdai_ConnectorMeta { +type stagingxdai_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: xdai_Bytes - rootManager: xdai_Bytes - mirrorConnector: xdai_Bytes + amb: stagingxdai_Bytes + rootManager: stagingxdai_Bytes + mirrorConnector: stagingxdai_Bytes } -input xdai_ConnectorMeta_filter { +input stagingxdai_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -159935,43 +160362,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: 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: xdai_BlockChangedFilter - and: [xdai_ConnectorMeta_filter] - or: [xdai_ConnectorMeta_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_ConnectorMeta_filter] + or: [stagingxdai_ConnectorMeta_filter] } -enum xdai_ConnectorMeta_orderBy { +enum stagingxdai_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -159980,48 +160407,48 @@ enum xdai_ConnectorMeta_orderBy { mirrorConnector } -type xdai_DestinationTransfer { +type stagingxdai_DestinationTransfer { id: ID! chainId: BigInt - transferId: xdai_Bytes + transferId: stagingxdai_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: 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: xdai_Bytes - delegate: xdai_Bytes + to: stagingxdai_Bytes + delegate: stagingxdai_Bytes receiveLocal: Boolean - callData: xdai_Bytes + callData: stagingxdai_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: xdai_Bytes + originSender: stagingxdai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: xdai_Bytes - asset: xdai_Asset + canonicalId: stagingxdai_Bytes + asset: stagingxdai_Asset amount: BigInt routersFee: BigInt - executedCaller: xdai_Bytes - executedTransactionHash: xdai_Bytes + executedCaller: stagingxdai_Bytes + executedTransactionHash: stagingxdai_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: xdai_Bytes + executedTxOrigin: stagingxdai_Bytes executedTxNonce: BigInt - reconciledCaller: xdai_Bytes - reconciledTransactionHash: xdai_Bytes + reconciledCaller: stagingxdai_Bytes + reconciledTransactionHash: stagingxdai_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: xdai_Bytes + reconciledTxOrigin: stagingxdai_Bytes reconciledTxNonce: BigInt } -input xdai_DestinationTransfer_filter { +input stagingxdai_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -160038,16 +160465,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: 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 @@ -160056,17 +160483,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: 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_: xdai_Router_filter + routers_: stagingxdai_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -160091,40 +160518,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: 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: 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: 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 @@ -160141,16 +160568,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: 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 @@ -160167,16 +160594,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: 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 @@ -160197,7 +160624,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_: stagingxdai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -160214,26 +160641,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: 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 @@ -160266,16 +160693,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: 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 @@ -160284,26 +160711,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: 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 @@ -160336,16 +160763,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: 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 @@ -160355,12 +160782,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_DestinationTransfer_filter] + or: [stagingxdai_DestinationTransfer_filter] } -enum xdai_DestinationTransfer_orderBy { +enum stagingxdai_DestinationTransfer_orderBy { id chainId transferId @@ -160414,16 +160841,16 @@ enum xdai_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar xdai_Int8 +scalar stagingxdai_Int8 -type xdai_OptimisticRootFinalized { +type stagingxdai_OptimisticRootFinalized { id: ID! - aggregateRoot: xdai_Bytes! + aggregateRoot: stagingxdai_Bytes! timestamp: BigInt! blockNumber: BigInt } -input xdai_OptimisticRootFinalized_filter { +input stagingxdai_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -160432,16 +160859,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: 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 @@ -160459,12 +160886,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_OptimisticRootFinalized_filter] + or: [stagingxdai_OptimisticRootFinalized_filter] } -enum xdai_OptimisticRootFinalized_orderBy { +enum stagingxdai_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -160472,25 +160899,25 @@ enum xdai_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum xdai_OrderDirection { +enum stagingxdai_OrderDirection { asc desc } -type xdai_OriginMessage { +type stagingxdai_OriginMessage { id: ID! - transferId: xdai_Bytes + transferId: stagingxdai_Bytes destinationDomain: BigInt - leaf: xdai_Bytes + leaf: stagingxdai_Bytes index: BigInt - message: xdai_Bytes - root: xdai_Bytes - transactionHash: xdai_Bytes + message: stagingxdai_Bytes + root: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes blockNumber: BigInt - rootCount: xdai_RootCount + rootCount: stagingxdai_RootCount } -input xdai_OriginMessage_filter { +input stagingxdai_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -160499,16 +160926,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: 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 @@ -160517,16 +160944,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: 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 @@ -160535,36 +160962,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: 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 @@ -160593,14 +161020,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_: stagingxdai_RootCount_filter """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_OriginMessage_filter] - or: [xdai_OriginMessage_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_OriginMessage_filter] + or: [stagingxdai_OriginMessage_filter] } -enum xdai_OriginMessage_orderBy { +enum stagingxdai_OriginMessage_orderBy { id transferId destinationDomain @@ -160615,42 +161042,42 @@ enum xdai_OriginMessage_orderBy { rootCount__count } -type xdai_OriginTransfer { +type stagingxdai_OriginTransfer { id: ID! chainId: BigInt - transferId: xdai_Bytes + transferId: stagingxdai_Bytes nonce: BigInt - status: xdai_TransferStatus - messageHash: xdai_Bytes + status: stagingxdai_TransferStatus + messageHash: stagingxdai_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: xdai_Bytes - delegate: xdai_Bytes + to: stagingxdai_Bytes + delegate: stagingxdai_Bytes receiveLocal: Boolean - callData: xdai_Bytes + callData: stagingxdai_Bytes slippage: BigInt - originSender: xdai_Bytes + originSender: stagingxdai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: xdai_Bytes - asset: xdai_Asset - transactingAsset: xdai_Bytes - message: xdai_OriginMessage + canonicalId: stagingxdai_Bytes + asset: stagingxdai_Asset + transactingAsset: stagingxdai_Bytes + message: stagingxdai_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: 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: xdai_Bytes + txOrigin: stagingxdai_Bytes txNonce: BigInt } -input xdai_OriginTransfer_filter { +input stagingxdai_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -160667,16 +161094,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: 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 @@ -160685,20 +161112,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: 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 @@ -160723,40 +161150,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: 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: 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: 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 @@ -160765,16 +161192,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: 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 @@ -160791,16 +161218,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: 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 @@ -160821,17 +161248,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_: 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 @@ -160852,7 +161279,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_: stagingxdai_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -160867,37 +161294,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_: 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 @@ -160930,16 +161357,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: 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 @@ -160949,12 +161376,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_OriginTransfer_filter] + or: [stagingxdai_OriginTransfer_filter] } -enum xdai_OriginTransfer_orderBy { +enum stagingxdai_OriginTransfer_orderBy { id chainId transferId @@ -161007,20 +161434,20 @@ enum xdai_OriginTransfer_orderBy { txNonce } -type xdai_Relayer { +type stagingxdai_Relayer { id: ID! isActive: Boolean! - relayer: xdai_Bytes + relayer: stagingxdai_Bytes } -type xdai_RelayerFee { +type stagingxdai_RelayerFee { id: ID! - transfer: xdai_OriginTransfer! + transfer: stagingxdai_OriginTransfer! fee: BigInt! - asset: xdai_Bytes! + asset: stagingxdai_Bytes! } -input xdai_RelayerFee_filter { +input stagingxdai_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -161049,7 +161476,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_: stagingxdai_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -161058,23 +161485,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: 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: xdai_BlockChangedFilter - and: [xdai_RelayerFee_filter] - or: [xdai_RelayerFee_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_RelayerFee_filter] + or: [stagingxdai_RelayerFee_filter] } -enum xdai_RelayerFee_orderBy { +enum stagingxdai_RelayerFee_orderBy { id transfer transfer__id @@ -161110,20 +161537,20 @@ enum xdai_RelayerFee_orderBy { asset } -type xdai_RelayerFeesIncrease { +type stagingxdai_RelayerFeesIncrease { id: ID! - transfer: xdai_OriginTransfer! + transfer: stagingxdai_OriginTransfer! increase: BigInt - asset: xdai_Bytes - caller: xdai_Bytes! - transactionHash: xdai_Bytes! + asset: stagingxdai_Bytes + caller: stagingxdai_Bytes! + transactionHash: stagingxdai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input xdai_RelayerFeesIncrease_filter { +input stagingxdai_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -161152,7 +161579,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_: stagingxdai_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -161161,36 +161588,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: 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 @@ -161224,12 +161651,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_RelayerFeesIncrease_filter] + or: [stagingxdai_RelayerFeesIncrease_filter] } -enum xdai_RelayerFeesIncrease_orderBy { +enum stagingxdai_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -161271,7 +161698,7 @@ enum xdai_RelayerFeesIncrease_orderBy { blockNumber } -input xdai_Relayer_filter { +input stagingxdai_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -161284,34 +161711,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: 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: xdai_BlockChangedFilter - and: [xdai_Relayer_filter] - or: [xdai_Relayer_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Relayer_filter] + or: [stagingxdai_Relayer_filter] } -enum xdai_Relayer_orderBy { +enum stagingxdai_Relayer_orderBy { id isActive relayer } -type xdai_RootCount { +type stagingxdai_RootCount { id: ID! count: BigInt } -input xdai_RootCount_filter { +input stagingxdai_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -161329,31 +161756,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_RootCount_filter] + or: [stagingxdai_RootCount_filter] } -enum xdai_RootCount_orderBy { +enum stagingxdai_RootCount_orderBy { id count } -type xdai_RootMessageSent { +type stagingxdai_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: xdai_Bytes + root: stagingxdai_Bytes count: BigInt - caller: xdai_Bytes - transactionHash: xdai_Bytes + caller: stagingxdai_Bytes + transactionHash: stagingxdai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input xdai_RootMessageSent_filter { +input stagingxdai_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -161378,16 +161805,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: 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 @@ -161396,26 +161823,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: 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 @@ -161449,12 +161876,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_RootMessageSent_filter] + or: [stagingxdai_RootMessageSent_filter] } -enum xdai_RootMessageSent_orderBy { +enum stagingxdai_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -161468,25 +161895,25 @@ enum xdai_RootMessageSent_orderBy { blockNumber } -type xdai_Router { +type stagingxdai_Router { id: ID! isActive: Boolean! - owner: xdai_Bytes - recipient: xdai_Bytes - proposedOwner: xdai_Bytes + owner: stagingxdai_Bytes + recipient: stagingxdai_Bytes + proposedOwner: stagingxdai_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: stagingxdai_AssetBalance_orderBy, orderDirection: stagingxdai_OrderDirection, where: stagingxdai_AssetBalance_filter): [stagingxdai_AssetBalance!]! } -type xdai_RouterDailyTVL { +type stagingxdai_RouterDailyTVL { id: ID! - router: xdai_Router! - asset: xdai_Asset! + router: stagingxdai_Router! + asset: stagingxdai_Asset! timestamp: BigInt! balance: BigInt! } -input xdai_RouterDailyTVL_filter { +input stagingxdai_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -161515,7 +161942,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_: stagingxdai_Router_filter asset: String asset_not: String asset_gt: String @@ -161536,7 +161963,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_: stagingxdai_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -161554,12 +161981,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_RouterDailyTVL_filter] + or: [stagingxdai_RouterDailyTVL_filter] } -enum xdai_RouterDailyTVL_orderBy { +enum stagingxdai_RouterDailyTVL_orderBy { id router router__id @@ -161582,26 +162009,26 @@ enum xdai_RouterDailyTVL_orderBy { balance } -type xdai_RouterLiquidityEvent { +type stagingxdai_RouterLiquidityEvent { id: ID! - type: xdai_RouterLiquidityEventType - router: xdai_Router! - asset: xdai_Asset! + type: stagingxdai_RouterLiquidityEventType + router: stagingxdai_Router! + asset: stagingxdai_Asset! amount: BigInt! balance: BigInt! - caller: xdai_Bytes + caller: stagingxdai_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: xdai_Bytes! + transactionHash: stagingxdai_Bytes! nonce: BigInt! } -enum xdai_RouterLiquidityEventType { +enum stagingxdai_RouterLiquidityEventType { Add Remove } -input xdai_RouterLiquidityEvent_filter { +input stagingxdai_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -161610,10 +162037,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: stagingxdai_RouterLiquidityEventType + type_not: stagingxdai_RouterLiquidityEventType + type_in: [stagingxdai_RouterLiquidityEventType!] + type_not_in: [stagingxdai_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -161634,7 +162061,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_: stagingxdai_Router_filter asset: String asset_not: String asset_gt: String @@ -161655,7 +162082,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_: stagingxdai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -161672,16 +162099,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: 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 @@ -161698,16 +162125,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: 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 @@ -161717,12 +162144,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_RouterLiquidityEvent_filter] + or: [stagingxdai_RouterLiquidityEvent_filter] } -enum xdai_RouterLiquidityEvent_orderBy { +enum stagingxdai_RouterLiquidityEvent_orderBy { id type router @@ -161751,7 +162178,7 @@ enum xdai_RouterLiquidityEvent_orderBy { nonce } -input xdai_Router_filter { +input stagingxdai_Router_filter { id: ID id_not: ID id_gt: ID @@ -161764,36 +162191,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: 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 @@ -161802,14 +162229,14 @@ input xdai_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: xdai_AssetBalance_filter + assetBalances_: stagingxdai_AssetBalance_filter """Filter for the block changed event.""" - _change_block: xdai_BlockChangedFilter - and: [xdai_Router_filter] - or: [xdai_Router_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Router_filter] + or: [stagingxdai_Router_filter] } -enum xdai_Router_orderBy { +enum stagingxdai_Router_orderBy { id isActive owner @@ -161819,13 +162246,13 @@ enum xdai_Router_orderBy { assetBalances } -type xdai_Sequencer { +type stagingxdai_Sequencer { id: ID! isActive: Boolean! - sequencer: xdai_Bytes + sequencer: stagingxdai_Bytes } -input xdai_Sequencer_filter { +input stagingxdai_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -161838,35 +162265,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: 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: xdai_BlockChangedFilter - and: [xdai_Sequencer_filter] - or: [xdai_Sequencer_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Sequencer_filter] + or: [stagingxdai_Sequencer_filter] } -enum xdai_Sequencer_orderBy { +enum stagingxdai_Sequencer_orderBy { id isActive sequencer } -type xdai_Setting { +type stagingxdai_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: xdai_Bytes! + caller: stagingxdai_Bytes! } -input xdai_Setting_filter { +input stagingxdai_Setting_filter { id: ID id_not: ID id_gt: ID @@ -161883,41 +162310,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: 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: xdai_BlockChangedFilter - and: [xdai_Setting_filter] - or: [xdai_Setting_filter] + _change_block: stagingxdai_BlockChangedFilter + and: [stagingxdai_Setting_filter] + or: [stagingxdai_Setting_filter] } -enum xdai_Setting_orderBy { +enum stagingxdai_Setting_orderBy { id maxRoutersPerTransfer caller } -type xdai_SlippageUpdate { +type stagingxdai_SlippageUpdate { id: ID! - transfer: xdai_DestinationTransfer! + transfer: stagingxdai_DestinationTransfer! slippage: BigInt! - caller: xdai_Bytes! - transactionHash: xdai_Bytes! + caller: stagingxdai_Bytes! + transactionHash: stagingxdai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input xdai_SlippageUpdate_filter { +input stagingxdai_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -161946,7 +162373,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_: stagingxdai_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -161955,26 +162382,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: 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 @@ -162008,12 +162435,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_SlippageUpdate_filter] + or: [stagingxdai_SlippageUpdate_filter] } -enum xdai_SlippageUpdate_orderBy { +enum stagingxdai_SlippageUpdate_orderBy { id transfer transfer__id @@ -162061,16 +162488,16 @@ enum xdai_SlippageUpdate_orderBy { blockNumber } -type xdai_SnapshotRoot { +type stagingxdai_SnapshotRoot { id: ID! spokeDomain: BigInt - root: xdai_Bytes! + root: stagingxdai_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input xdai_SnapshotRoot_filter { +input stagingxdai_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -162087,16 +162514,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: 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 @@ -162122,12 +162549,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_SnapshotRoot_filter] + or: [stagingxdai_SnapshotRoot_filter] } -enum xdai_SnapshotRoot_orderBy { +enum stagingxdai_SnapshotRoot_orderBy { id spokeDomain root @@ -162136,12 +162563,12 @@ enum xdai_SnapshotRoot_orderBy { blockNumber } -type xdai_SpokeConnectorMode { +type stagingxdai_SpokeConnectorMode { id: ID! mode: String! } -input xdai_SpokeConnectorMode_filter { +input stagingxdai_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -162171,17 +162598,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: stagingxdai_BlockChangedFilter + and: [stagingxdai_SpokeConnectorMode_filter] + or: [stagingxdai_SpokeConnectorMode_filter] } -enum xdai_SpokeConnectorMode_orderBy { +enum stagingxdai_SpokeConnectorMode_orderBy { id mode } -enum xdai_TransferStatus { +enum stagingxdai_TransferStatus { XCalled Executed Reconciled @@ -162189,17 +162616,19 @@ enum xdai_TransferStatus { CompletedFast } -type xdai__Block_ { +type stagingxdai__Block_ { """The hash of the block""" - hash: xdai_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: stagingxdai_Bytes } """The type for the top-level _meta field""" -type xdai__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 @@ -162207,22 +162636,22 @@ type xdai__Meta_ { and therefore asks for the latest block """ - block: xdai__Block_! + block: stagingxdai__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type mode_AggregateRoot { +type xdai_AggregateRoot { id: ID! - root: mode_Bytes! + root: xdai_Bytes! blockNumber: BigInt! } -type mode_AggregateRootProposed { +type xdai_AggregateRootProposed { id: ID! - aggregateRoot: mode_Bytes! + aggregateRoot: xdai_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -162230,7 +162659,7 @@ type mode_AggregateRootProposed { blockNumber: BigInt } -input mode_AggregateRootProposed_filter { +input xdai_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -162239,16 +162668,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: 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 @@ -162290,12 +162719,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: xdai_BlockChangedFilter + and: [xdai_AggregateRootProposed_filter] + or: [xdai_AggregateRootProposed_filter] } -enum mode_AggregateRootProposed_orderBy { +enum xdai_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -162305,7 +162734,7 @@ enum mode_AggregateRootProposed_orderBy { blockNumber } -input mode_AggregateRoot_filter { +input xdai_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -162314,16 +162743,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: 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 @@ -162333,42 +162762,42 @@ 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: xdai_BlockChangedFilter + and: [xdai_AggregateRoot_filter] + or: [xdai_AggregateRoot_filter] } -enum mode_AggregateRoot_orderBy { +enum xdai_AggregateRoot_orderBy { id root blockNumber } -type mode_Asset { +type xdai_Asset { id: ID! - key: mode_Bytes + key: xdai_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: mode_Bytes + canonicalId: xdai_Bytes canonicalDomain: BigInt - adoptedAsset: mode_Bytes - localAsset: mode_Bytes + adoptedAsset: xdai_Bytes + localAsset: xdai_Bytes blockNumber: BigInt - status: mode_AssetStatus + status: xdai_AssetStatus } -type mode_AssetBalance { +type xdai_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: mode_Router! - asset: mode_Asset! + router: xdai_Router! + asset: xdai_Asset! feesEarned: BigInt! } -input mode_AssetBalance_filter { +input xdai_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -162429,7 +162858,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_: xdai_Router_filter asset: String asset_not: String asset_gt: String @@ -162450,7 +162879,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_: xdai_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -162460,12 +162889,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: xdai_BlockChangedFilter + and: [xdai_AssetBalance_filter] + or: [xdai_AssetBalance_filter] } -enum mode_AssetBalance_orderBy { +enum xdai_AssetBalance_orderBy { id amount locked @@ -162491,12 +162920,12 @@ enum mode_AssetBalance_orderBy { feesEarned } -type mode_AssetStatus { +type xdai_AssetStatus { id: ID! status: Boolean } -input mode_AssetStatus_filter { +input xdai_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -162510,17 +162939,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: xdai_BlockChangedFilter + and: [xdai_AssetStatus_filter] + or: [xdai_AssetStatus_filter] } -enum mode_AssetStatus_orderBy { +enum xdai_AssetStatus_orderBy { id status } -input mode_Asset_filter { +input xdai_Asset_filter { id: ID id_not: ID id_gt: ID @@ -162529,16 +162958,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: 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 @@ -162555,16 +162984,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: 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 @@ -162573,26 +163002,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: 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 @@ -162621,14 +163050,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_: xdai_AssetStatus_filter """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_Asset_filter] - or: [mode_Asset_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Asset_filter] + or: [xdai_Asset_filter] } -enum mode_Asset_orderBy { +enum xdai_Asset_orderBy { id key decimal @@ -162643,30 +163072,30 @@ enum mode_Asset_orderBy { status__status } -scalar mode_BigDecimal +scalar xdai_BigDecimal -input mode_BlockChangedFilter { +input xdai_BlockChangedFilter { number_gte: Int! } -input mode_Block_height { - hash: mode_Bytes +input xdai_Block_height { + hash: xdai_Bytes number: Int number_gte: Int } -scalar mode_Bytes +scalar xdai_Bytes -type mode_ConnectorMeta { +type xdai_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: mode_Bytes - rootManager: mode_Bytes - mirrorConnector: mode_Bytes + amb: xdai_Bytes + rootManager: xdai_Bytes + mirrorConnector: xdai_Bytes } -input mode_ConnectorMeta_filter { +input xdai_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -162691,43 +163120,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: 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: mode_BlockChangedFilter - and: [mode_ConnectorMeta_filter] - or: [mode_ConnectorMeta_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_ConnectorMeta_filter] + or: [xdai_ConnectorMeta_filter] } -enum mode_ConnectorMeta_orderBy { +enum xdai_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -162736,48 +163165,48 @@ enum mode_ConnectorMeta_orderBy { mirrorConnector } -type mode_DestinationTransfer { +type xdai_DestinationTransfer { id: ID! chainId: BigInt - transferId: mode_Bytes + transferId: xdai_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: 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: mode_Bytes - delegate: mode_Bytes + to: xdai_Bytes + delegate: xdai_Bytes receiveLocal: Boolean - callData: mode_Bytes + callData: xdai_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: mode_Bytes + originSender: xdai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mode_Bytes - asset: mode_Asset + canonicalId: xdai_Bytes + asset: xdai_Asset amount: BigInt routersFee: BigInt - executedCaller: mode_Bytes - executedTransactionHash: mode_Bytes + executedCaller: xdai_Bytes + executedTransactionHash: xdai_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: mode_Bytes + executedTxOrigin: xdai_Bytes executedTxNonce: BigInt - reconciledCaller: mode_Bytes - reconciledTransactionHash: mode_Bytes + reconciledCaller: xdai_Bytes + reconciledTransactionHash: xdai_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: mode_Bytes + reconciledTxOrigin: xdai_Bytes reconciledTxNonce: BigInt } -input mode_DestinationTransfer_filter { +input xdai_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -162794,16 +163223,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: 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 @@ -162812,17 +163241,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: 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_: mode_Router_filter + routers_: xdai_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -162847,40 +163276,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: 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: 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: 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 @@ -162897,16 +163326,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: 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 @@ -162923,16 +163352,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: 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 @@ -162953,7 +163382,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_: xdai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -162970,26 +163399,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: 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 @@ -163022,16 +163451,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: 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 @@ -163040,26 +163469,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: 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 @@ -163092,16 +163521,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: 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 @@ -163111,12 +163540,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: xdai_BlockChangedFilter + and: [xdai_DestinationTransfer_filter] + or: [xdai_DestinationTransfer_filter] } -enum mode_DestinationTransfer_orderBy { +enum xdai_DestinationTransfer_orderBy { id chainId transferId @@ -163170,16 +163599,16 @@ enum mode_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar mode_Int8 +scalar xdai_Int8 -type mode_OptimisticRootFinalized { +type xdai_OptimisticRootFinalized { id: ID! - aggregateRoot: mode_Bytes! + aggregateRoot: xdai_Bytes! timestamp: BigInt! blockNumber: BigInt } -input mode_OptimisticRootFinalized_filter { +input xdai_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -163188,16 +163617,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: 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 @@ -163215,12 +163644,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: xdai_BlockChangedFilter + and: [xdai_OptimisticRootFinalized_filter] + or: [xdai_OptimisticRootFinalized_filter] } -enum mode_OptimisticRootFinalized_orderBy { +enum xdai_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -163228,25 +163657,25 @@ enum mode_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum mode_OrderDirection { +enum xdai_OrderDirection { asc desc } -type mode_OriginMessage { +type xdai_OriginMessage { id: ID! - transferId: mode_Bytes + transferId: xdai_Bytes destinationDomain: BigInt - leaf: mode_Bytes + leaf: xdai_Bytes index: BigInt - message: mode_Bytes - root: mode_Bytes - transactionHash: mode_Bytes + message: xdai_Bytes + root: xdai_Bytes + transactionHash: xdai_Bytes blockNumber: BigInt - rootCount: mode_RootCount + rootCount: xdai_RootCount } -input mode_OriginMessage_filter { +input xdai_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -163255,16 +163684,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: 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 @@ -163273,16 +163702,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: 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 @@ -163291,36 +163720,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: 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 @@ -163349,14 +163778,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_: xdai_RootCount_filter """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_OriginMessage_filter] - or: [mode_OriginMessage_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_OriginMessage_filter] + or: [xdai_OriginMessage_filter] } -enum mode_OriginMessage_orderBy { +enum xdai_OriginMessage_orderBy { id transferId destinationDomain @@ -163371,42 +163800,42 @@ enum mode_OriginMessage_orderBy { rootCount__count } -type mode_OriginTransfer { +type xdai_OriginTransfer { id: ID! chainId: BigInt - transferId: mode_Bytes + transferId: xdai_Bytes nonce: BigInt - status: mode_TransferStatus - messageHash: mode_Bytes + status: xdai_TransferStatus + messageHash: xdai_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: mode_Bytes - delegate: mode_Bytes + to: xdai_Bytes + delegate: xdai_Bytes receiveLocal: Boolean - callData: mode_Bytes + callData: xdai_Bytes slippage: BigInt - originSender: mode_Bytes + originSender: xdai_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: mode_Bytes - asset: mode_Asset - transactingAsset: mode_Bytes - message: mode_OriginMessage + canonicalId: xdai_Bytes + asset: xdai_Asset + transactingAsset: xdai_Bytes + message: xdai_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: 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: mode_Bytes + txOrigin: xdai_Bytes txNonce: BigInt } -input mode_OriginTransfer_filter { +input xdai_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -163423,16 +163852,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: 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 @@ -163441,20 +163870,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: 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 @@ -163479,40 +163908,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: 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: 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: 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 @@ -163521,16 +163950,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: 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 @@ -163547,16 +163976,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: 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 @@ -163577,17 +164006,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_: 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 @@ -163608,7 +164037,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_: xdai_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -163623,37 +164052,37 @@ 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_: 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 @@ -163686,16 +164115,16 @@ 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 + 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 @@ -163705,12 +164134,12 @@ input mode_OriginTransfer_filter { 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: xdai_BlockChangedFilter + and: [xdai_OriginTransfer_filter] + or: [xdai_OriginTransfer_filter] } -enum mode_OriginTransfer_orderBy { +enum xdai_OriginTransfer_orderBy { id chainId transferId @@ -163763,20 +164192,20 @@ enum mode_OriginTransfer_orderBy { txNonce } -type mode_Relayer { +type xdai_Relayer { id: ID! isActive: Boolean! - relayer: mode_Bytes + relayer: xdai_Bytes } -type mode_RelayerFee { +type xdai_RelayerFee { id: ID! - transfer: mode_OriginTransfer! + transfer: xdai_OriginTransfer! fee: BigInt! - asset: mode_Bytes! + asset: xdai_Bytes! } -input mode_RelayerFee_filter { +input xdai_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -163805,7 +164234,7 @@ input mode_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mode_OriginTransfer_filter + transfer_: xdai_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -163814,23 +164243,23 @@ input mode_RelayerFee_filter { 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 + 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: mode_BlockChangedFilter - and: [mode_RelayerFee_filter] - or: [mode_RelayerFee_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RelayerFee_filter] + or: [xdai_RelayerFee_filter] } -enum mode_RelayerFee_orderBy { +enum xdai_RelayerFee_orderBy { id transfer transfer__id @@ -163866,20 +164295,20 @@ enum mode_RelayerFee_orderBy { asset } -type mode_RelayerFeesIncrease { +type xdai_RelayerFeesIncrease { id: ID! - transfer: mode_OriginTransfer! + transfer: xdai_OriginTransfer! increase: BigInt - asset: mode_Bytes - caller: mode_Bytes! - transactionHash: mode_Bytes! + asset: xdai_Bytes + caller: xdai_Bytes! + transactionHash: xdai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mode_RelayerFeesIncrease_filter { +input xdai_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -163908,7 +164337,7 @@ input mode_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mode_OriginTransfer_filter + transfer_: xdai_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -163917,36 +164346,36 @@ input mode_RelayerFeesIncrease_filter { 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 + 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 @@ -163980,12 +164409,12 @@ input mode_RelayerFeesIncrease_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_RelayerFeesIncrease_filter] - or: [mode_RelayerFeesIncrease_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RelayerFeesIncrease_filter] + or: [xdai_RelayerFeesIncrease_filter] } -enum mode_RelayerFeesIncrease_orderBy { +enum xdai_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -164027,7 +164456,7 @@ enum mode_RelayerFeesIncrease_orderBy { blockNumber } -input mode_Relayer_filter { +input xdai_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -164040,34 +164469,34 @@ input mode_Relayer_filter { 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 + 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: mode_BlockChangedFilter - and: [mode_Relayer_filter] - or: [mode_Relayer_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Relayer_filter] + or: [xdai_Relayer_filter] } -enum mode_Relayer_orderBy { +enum xdai_Relayer_orderBy { id isActive relayer } -type mode_RootCount { +type xdai_RootCount { id: ID! count: BigInt } -input mode_RootCount_filter { +input xdai_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -164085,31 +164514,31 @@ input mode_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_RootCount_filter] - or: [mode_RootCount_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RootCount_filter] + or: [xdai_RootCount_filter] } -enum mode_RootCount_orderBy { +enum xdai_RootCount_orderBy { id count } -type mode_RootMessageSent { +type xdai_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: mode_Bytes + root: xdai_Bytes count: BigInt - caller: mode_Bytes - transactionHash: mode_Bytes + caller: xdai_Bytes + transactionHash: xdai_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input mode_RootMessageSent_filter { +input xdai_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -164134,16 +164563,16 @@ input mode_RootMessageSent_filter { 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 + 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 @@ -164152,26 +164581,26 @@ input mode_RootMessageSent_filter { 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 + 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 @@ -164205,12 +164634,12 @@ input mode_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_RootMessageSent_filter] - or: [mode_RootMessageSent_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RootMessageSent_filter] + or: [xdai_RootMessageSent_filter] } -enum mode_RootMessageSent_orderBy { +enum xdai_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -164224,25 +164653,25 @@ enum mode_RootMessageSent_orderBy { blockNumber } -type mode_Router { +type xdai_Router { id: ID! isActive: Boolean! - owner: mode_Bytes - recipient: mode_Bytes - proposedOwner: mode_Bytes + owner: xdai_Bytes + recipient: xdai_Bytes + proposedOwner: xdai_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: mode_AssetBalance_orderBy, orderDirection: mode_OrderDirection, where: mode_AssetBalance_filter): [mode_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: xdai_AssetBalance_orderBy, orderDirection: xdai_OrderDirection, where: xdai_AssetBalance_filter): [xdai_AssetBalance!]! } -type mode_RouterDailyTVL { +type xdai_RouterDailyTVL { id: ID! - router: mode_Router! - asset: mode_Asset! + router: xdai_Router! + asset: xdai_Asset! timestamp: BigInt! balance: BigInt! } -input mode_RouterDailyTVL_filter { +input xdai_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -164271,7 +164700,7 @@ input mode_RouterDailyTVL_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mode_Router_filter + router_: xdai_Router_filter asset: String asset_not: String asset_gt: String @@ -164292,7 +164721,7 @@ input mode_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mode_Asset_filter + asset_: xdai_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -164310,12 +164739,12 @@ input mode_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_RouterDailyTVL_filter] - or: [mode_RouterDailyTVL_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_RouterDailyTVL_filter] + or: [xdai_RouterDailyTVL_filter] } -enum mode_RouterDailyTVL_orderBy { +enum xdai_RouterDailyTVL_orderBy { id router router__id @@ -164338,26 +164767,26 @@ enum mode_RouterDailyTVL_orderBy { balance } -type mode_RouterLiquidityEvent { +type xdai_RouterLiquidityEvent { id: ID! - type: mode_RouterLiquidityEventType - router: mode_Router! - asset: mode_Asset! + type: xdai_RouterLiquidityEventType + router: xdai_Router! + asset: xdai_Asset! amount: BigInt! balance: BigInt! - caller: mode_Bytes + caller: xdai_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: mode_Bytes! + transactionHash: xdai_Bytes! nonce: BigInt! } -enum mode_RouterLiquidityEventType { +enum xdai_RouterLiquidityEventType { Add Remove } -input mode_RouterLiquidityEvent_filter { +input xdai_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -164366,10 +164795,10 @@ input mode_RouterLiquidityEvent_filter { 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!] + type: xdai_RouterLiquidityEventType + type_not: xdai_RouterLiquidityEventType + type_in: [xdai_RouterLiquidityEventType!] + type_not_in: [xdai_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -164390,7 +164819,7 @@ input mode_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: mode_Router_filter + router_: xdai_Router_filter asset: String asset_not: String asset_gt: String @@ -164411,7 +164840,7 @@ input mode_RouterLiquidityEvent_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: mode_Asset_filter + asset_: xdai_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -164428,16 +164857,16 @@ input mode_RouterLiquidityEvent_filter { 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 + 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 @@ -164454,16 +164883,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 + 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 @@ -164473,12 +164902,12 @@ 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: xdai_BlockChangedFilter + and: [xdai_RouterLiquidityEvent_filter] + or: [xdai_RouterLiquidityEvent_filter] } -enum mode_RouterLiquidityEvent_orderBy { +enum xdai_RouterLiquidityEvent_orderBy { id type router @@ -164507,7 +164936,7 @@ enum mode_RouterLiquidityEvent_orderBy { nonce } -input mode_Router_filter { +input xdai_Router_filter { id: ID id_not: ID id_gt: ID @@ -164520,36 +164949,36 @@ 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 + 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 @@ -164558,14 +164987,14 @@ input mode_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: mode_AssetBalance_filter + assetBalances_: xdai_AssetBalance_filter """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_Router_filter] - or: [mode_Router_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Router_filter] + or: [xdai_Router_filter] } -enum mode_Router_orderBy { +enum xdai_Router_orderBy { id isActive owner @@ -164575,13 +165004,13 @@ enum mode_Router_orderBy { assetBalances } -type mode_Sequencer { +type xdai_Sequencer { id: ID! isActive: Boolean! - sequencer: mode_Bytes + sequencer: xdai_Bytes } -input mode_Sequencer_filter { +input xdai_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -164594,35 +165023,35 @@ input mode_Sequencer_filter { 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 + 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: mode_BlockChangedFilter - and: [mode_Sequencer_filter] - or: [mode_Sequencer_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Sequencer_filter] + or: [xdai_Sequencer_filter] } -enum mode_Sequencer_orderBy { +enum xdai_Sequencer_orderBy { id isActive sequencer } -type mode_Setting { +type xdai_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: mode_Bytes! + caller: xdai_Bytes! } -input mode_Setting_filter { +input xdai_Setting_filter { id: ID id_not: ID id_gt: ID @@ -164639,41 +165068,41 @@ input mode_Setting_filter { 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 + 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: mode_BlockChangedFilter - and: [mode_Setting_filter] - or: [mode_Setting_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_Setting_filter] + or: [xdai_Setting_filter] } -enum mode_Setting_orderBy { +enum xdai_Setting_orderBy { id maxRoutersPerTransfer caller } -type mode_SlippageUpdate { +type xdai_SlippageUpdate { id: ID! - transfer: mode_DestinationTransfer! + transfer: xdai_DestinationTransfer! slippage: BigInt! - caller: mode_Bytes! - transactionHash: mode_Bytes! + caller: xdai_Bytes! + transactionHash: xdai_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input mode_SlippageUpdate_filter { +input xdai_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -164702,7 +165131,7 @@ input mode_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: mode_DestinationTransfer_filter + transfer_: xdai_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -164711,26 +165140,26 @@ input mode_SlippageUpdate_filter { 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 + 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 @@ -164764,12 +165193,12 @@ input mode_SlippageUpdate_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_SlippageUpdate_filter] - or: [mode_SlippageUpdate_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_SlippageUpdate_filter] + or: [xdai_SlippageUpdate_filter] } -enum mode_SlippageUpdate_orderBy { +enum xdai_SlippageUpdate_orderBy { id transfer transfer__id @@ -164817,16 +165246,16 @@ enum mode_SlippageUpdate_orderBy { blockNumber } -type mode_SnapshotRoot { +type xdai_SnapshotRoot { id: ID! spokeDomain: BigInt - root: mode_Bytes! + root: xdai_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input mode_SnapshotRoot_filter { +input xdai_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -164843,16 +165272,16 @@ input mode_SnapshotRoot_filter { 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 + 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 @@ -164878,12 +165307,12 @@ input mode_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_SnapshotRoot_filter] - or: [mode_SnapshotRoot_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_SnapshotRoot_filter] + or: [xdai_SnapshotRoot_filter] } -enum mode_SnapshotRoot_orderBy { +enum xdai_SnapshotRoot_orderBy { id spokeDomain root @@ -164892,12 +165321,12 @@ enum mode_SnapshotRoot_orderBy { blockNumber } -type mode_SpokeConnectorMode { +type xdai_SpokeConnectorMode { id: ID! mode: String! } -input mode_SpokeConnectorMode_filter { +input xdai_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -164927,17 +165356,17 @@ input mode_SpokeConnectorMode_filter { mode_not_ends_with: String mode_not_ends_with_nocase: String """Filter for the block changed event.""" - _change_block: mode_BlockChangedFilter - and: [mode_SpokeConnectorMode_filter] - or: [mode_SpokeConnectorMode_filter] + _change_block: xdai_BlockChangedFilter + and: [xdai_SpokeConnectorMode_filter] + or: [xdai_SpokeConnectorMode_filter] } -enum mode_SpokeConnectorMode_orderBy { +enum xdai_SpokeConnectorMode_orderBy { id mode } -enum mode_TransferStatus { +enum xdai_TransferStatus { XCalled Executed Reconciled @@ -164945,9 +165374,9 @@ enum mode_TransferStatus { CompletedFast } -type mode__Block_ { +type xdai__Block_ { """The hash of the block""" - hash: mode_Bytes + hash: xdai_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -164955,7 +165384,7 @@ type mode__Block_ { } """The type for the top-level _meta field""" -type mode__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 @@ -164963,22 +165392,22 @@ type mode__Meta_ { and therefore asks for the latest block """ - block: mode__Block_! + block: xdai__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingmantle_AggregateRoot { +type stagingbnb_AggregateRoot { id: ID! - root: stagingmantle_Bytes! + root: stagingbnb_Bytes! blockNumber: BigInt! } -type stagingmantle_AggregateRootProposed { +type stagingbnb_AggregateRootProposed { id: ID! - aggregateRoot: stagingmantle_Bytes! + aggregateRoot: stagingbnb_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -164986,7 +165415,7 @@ type stagingmantle_AggregateRootProposed { blockNumber: BigInt } -input stagingmantle_AggregateRootProposed_filter { +input stagingbnb_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -164995,16 +165424,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: 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 @@ -165046,12 +165475,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: stagingbnb_BlockChangedFilter + and: [stagingbnb_AggregateRootProposed_filter] + or: [stagingbnb_AggregateRootProposed_filter] } -enum stagingmantle_AggregateRootProposed_orderBy { +enum stagingbnb_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -165061,7 +165490,7 @@ enum stagingmantle_AggregateRootProposed_orderBy { blockNumber } -input stagingmantle_AggregateRoot_filter { +input stagingbnb_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -165070,16 +165499,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: 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 @@ -165089,42 +165518,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: stagingbnb_BlockChangedFilter + and: [stagingbnb_AggregateRoot_filter] + or: [stagingbnb_AggregateRoot_filter] } -enum stagingmantle_AggregateRoot_orderBy { +enum stagingbnb_AggregateRoot_orderBy { id root blockNumber } -type stagingmantle_Asset { +enum stagingbnb_Aggregation_interval { + hour + day +} + +type stagingbnb_Asset { id: ID! - key: stagingmantle_Bytes + key: stagingbnb_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingmantle_Bytes + canonicalId: stagingbnb_Bytes canonicalDomain: BigInt - adoptedAsset: stagingmantle_Bytes - localAsset: stagingmantle_Bytes + adoptedAsset: stagingbnb_Bytes + localAsset: stagingbnb_Bytes blockNumber: BigInt - status: stagingmantle_AssetStatus + status: stagingbnb_AssetStatus } -type stagingmantle_AssetBalance { +type stagingbnb_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingmantle_Router! - asset: stagingmantle_Asset! + router: stagingbnb_Router! + asset: stagingbnb_Asset! feesEarned: BigInt! } -input stagingmantle_AssetBalance_filter { +input stagingbnb_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -165185,7 +165619,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_: stagingbnb_Router_filter asset: String asset_not: String asset_gt: String @@ -165206,7 +165640,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_: stagingbnb_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -165216,12 +165650,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: stagingbnb_BlockChangedFilter + and: [stagingbnb_AssetBalance_filter] + or: [stagingbnb_AssetBalance_filter] } -enum stagingmantle_AssetBalance_orderBy { +enum stagingbnb_AssetBalance_orderBy { id amount locked @@ -165247,12 +165681,12 @@ enum stagingmantle_AssetBalance_orderBy { feesEarned } -type stagingmantle_AssetStatus { +type stagingbnb_AssetStatus { id: ID! status: Boolean } -input stagingmantle_AssetStatus_filter { +input stagingbnb_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -165266,17 +165700,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: stagingbnb_BlockChangedFilter + and: [stagingbnb_AssetStatus_filter] + or: [stagingbnb_AssetStatus_filter] } -enum stagingmantle_AssetStatus_orderBy { +enum stagingbnb_AssetStatus_orderBy { id status } -input stagingmantle_Asset_filter { +input stagingbnb_Asset_filter { id: ID id_not: ID id_gt: ID @@ -165285,16 +165719,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: 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 @@ -165311,16 +165745,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: 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 @@ -165329,26 +165763,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: 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 @@ -165377,14 +165811,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_: stagingbnb_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_Asset_filter] - or: [stagingmantle_Asset_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Asset_filter] + or: [stagingbnb_Asset_filter] } -enum stagingmantle_Asset_orderBy { +enum stagingbnb_Asset_orderBy { id key decimal @@ -165399,30 +165833,30 @@ enum stagingmantle_Asset_orderBy { status__status } -scalar stagingmantle_BigDecimal +scalar stagingbnb_BigDecimal -input stagingmantle_BlockChangedFilter { +input stagingbnb_BlockChangedFilter { number_gte: Int! } -input stagingmantle_Block_height { - hash: stagingmantle_Bytes +input stagingbnb_Block_height { + hash: stagingbnb_Bytes number: Int number_gte: Int } -scalar stagingmantle_Bytes +scalar stagingbnb_Bytes -type stagingmantle_ConnectorMeta { +type stagingbnb_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingmantle_Bytes - rootManager: stagingmantle_Bytes - mirrorConnector: stagingmantle_Bytes + amb: stagingbnb_Bytes + rootManager: stagingbnb_Bytes + mirrorConnector: stagingbnb_Bytes } -input stagingmantle_ConnectorMeta_filter { +input stagingbnb_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -165447,43 +165881,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: 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: stagingmantle_BlockChangedFilter - and: [stagingmantle_ConnectorMeta_filter] - or: [stagingmantle_ConnectorMeta_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_ConnectorMeta_filter] + or: [stagingbnb_ConnectorMeta_filter] } -enum stagingmantle_ConnectorMeta_orderBy { +enum stagingbnb_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -165492,48 +165926,48 @@ enum stagingmantle_ConnectorMeta_orderBy { mirrorConnector } -type stagingmantle_DestinationTransfer { +type stagingbnb_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingmantle_Bytes + transferId: stagingbnb_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: 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: stagingmantle_Bytes - delegate: stagingmantle_Bytes + to: stagingbnb_Bytes + delegate: stagingbnb_Bytes receiveLocal: Boolean - callData: stagingmantle_Bytes + callData: stagingbnb_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingmantle_Bytes + originSender: stagingbnb_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmantle_Bytes - asset: stagingmantle_Asset + canonicalId: stagingbnb_Bytes + asset: stagingbnb_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingmantle_Bytes - executedTransactionHash: stagingmantle_Bytes + executedCaller: stagingbnb_Bytes + executedTransactionHash: stagingbnb_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingmantle_Bytes + executedTxOrigin: stagingbnb_Bytes executedTxNonce: BigInt - reconciledCaller: stagingmantle_Bytes - reconciledTransactionHash: stagingmantle_Bytes + reconciledCaller: stagingbnb_Bytes + reconciledTransactionHash: stagingbnb_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingmantle_Bytes + reconciledTxOrigin: stagingbnb_Bytes reconciledTxNonce: BigInt } -input stagingmantle_DestinationTransfer_filter { +input stagingbnb_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -165550,16 +165984,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: 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 @@ -165568,17 +166002,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: 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_: stagingmantle_Router_filter + routers_: stagingbnb_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -165603,40 +166037,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: 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: 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: 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 @@ -165653,16 +166087,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: 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 @@ -165679,16 +166113,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: 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 @@ -165709,7 +166143,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_: stagingbnb_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -165726,26 +166160,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: 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 @@ -165778,16 +166212,16 @@ 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 + 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 @@ -165796,26 +166230,26 @@ input stagingmantle_DestinationTransfer_filter { 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 + 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 @@ -165848,16 +166282,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: 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 @@ -165867,12 +166301,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: stagingbnb_BlockChangedFilter + and: [stagingbnb_DestinationTransfer_filter] + or: [stagingbnb_DestinationTransfer_filter] } -enum stagingmantle_DestinationTransfer_orderBy { +enum stagingbnb_DestinationTransfer_orderBy { id chainId transferId @@ -165926,16 +166360,16 @@ enum stagingmantle_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingmantle_Int8 +scalar stagingbnb_Int8 -type stagingmantle_OptimisticRootFinalized { +type stagingbnb_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingmantle_Bytes! + aggregateRoot: stagingbnb_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingmantle_OptimisticRootFinalized_filter { +input stagingbnb_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -165944,16 +166378,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: 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 @@ -165971,12 +166405,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: stagingbnb_BlockChangedFilter + and: [stagingbnb_OptimisticRootFinalized_filter] + or: [stagingbnb_OptimisticRootFinalized_filter] } -enum stagingmantle_OptimisticRootFinalized_orderBy { +enum stagingbnb_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -165984,25 +166418,25 @@ enum stagingmantle_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingmantle_OrderDirection { +enum stagingbnb_OrderDirection { asc desc } -type stagingmantle_OriginMessage { +type stagingbnb_OriginMessage { id: ID! - transferId: stagingmantle_Bytes + transferId: stagingbnb_Bytes destinationDomain: BigInt - leaf: stagingmantle_Bytes + leaf: stagingbnb_Bytes index: BigInt - message: stagingmantle_Bytes - root: stagingmantle_Bytes - transactionHash: stagingmantle_Bytes + message: stagingbnb_Bytes + root: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes blockNumber: BigInt - rootCount: stagingmantle_RootCount + rootCount: stagingbnb_RootCount } -input stagingmantle_OriginMessage_filter { +input stagingbnb_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -166011,16 +166445,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: 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 @@ -166029,16 +166463,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: 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 @@ -166047,36 +166481,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: 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 @@ -166105,14 +166539,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_: stagingbnb_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_OriginMessage_filter] - or: [stagingmantle_OriginMessage_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_OriginMessage_filter] + or: [stagingbnb_OriginMessage_filter] } -enum stagingmantle_OriginMessage_orderBy { +enum stagingbnb_OriginMessage_orderBy { id transferId destinationDomain @@ -166127,42 +166561,42 @@ enum stagingmantle_OriginMessage_orderBy { rootCount__count } -type stagingmantle_OriginTransfer { +type stagingbnb_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingmantle_Bytes + transferId: stagingbnb_Bytes nonce: BigInt - status: stagingmantle_TransferStatus - messageHash: stagingmantle_Bytes + status: stagingbnb_TransferStatus + messageHash: stagingbnb_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmantle_Bytes - delegate: stagingmantle_Bytes + to: stagingbnb_Bytes + delegate: stagingbnb_Bytes receiveLocal: Boolean - callData: stagingmantle_Bytes + callData: stagingbnb_Bytes slippage: BigInt - originSender: stagingmantle_Bytes + originSender: stagingbnb_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmantle_Bytes - asset: stagingmantle_Asset - transactingAsset: stagingmantle_Bytes - message: stagingmantle_OriginMessage + canonicalId: stagingbnb_Bytes + asset: stagingbnb_Asset + transactingAsset: stagingbnb_Bytes + message: stagingbnb_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: 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: stagingmantle_Bytes + txOrigin: stagingbnb_Bytes txNonce: BigInt } -input stagingmantle_OriginTransfer_filter { +input stagingbnb_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -166179,16 +166613,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: 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 @@ -166197,20 +166631,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: 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 @@ -166235,40 +166669,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: 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: 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: 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 @@ -166277,16 +166711,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: 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 @@ -166303,16 +166737,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: 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 @@ -166333,17 +166767,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_: 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 @@ -166364,7 +166798,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_: stagingbnb_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -166379,37 +166813,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_: 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 @@ -166442,16 +166876,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: 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 @@ -166461,12 +166895,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: stagingbnb_BlockChangedFilter + and: [stagingbnb_OriginTransfer_filter] + or: [stagingbnb_OriginTransfer_filter] } -enum stagingmantle_OriginTransfer_orderBy { +enum stagingbnb_OriginTransfer_orderBy { id chainId transferId @@ -166519,20 +166953,20 @@ enum stagingmantle_OriginTransfer_orderBy { txNonce } -type stagingmantle_Relayer { +type stagingbnb_Relayer { id: ID! isActive: Boolean! - relayer: stagingmantle_Bytes + relayer: stagingbnb_Bytes } -type stagingmantle_RelayerFee { +type stagingbnb_RelayerFee { id: ID! - transfer: stagingmantle_OriginTransfer! + transfer: stagingbnb_OriginTransfer! fee: BigInt! - asset: stagingmantle_Bytes! + asset: stagingbnb_Bytes! } -input stagingmantle_RelayerFee_filter { +input stagingbnb_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -166561,7 +166995,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_: stagingbnb_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -166570,23 +167004,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: 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: stagingmantle_BlockChangedFilter - and: [stagingmantle_RelayerFee_filter] - or: [stagingmantle_RelayerFee_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_RelayerFee_filter] + or: [stagingbnb_RelayerFee_filter] } -enum stagingmantle_RelayerFee_orderBy { +enum stagingbnb_RelayerFee_orderBy { id transfer transfer__id @@ -166622,20 +167056,20 @@ enum stagingmantle_RelayerFee_orderBy { asset } -type stagingmantle_RelayerFeesIncrease { +type stagingbnb_RelayerFeesIncrease { id: ID! - transfer: stagingmantle_OriginTransfer! + transfer: stagingbnb_OriginTransfer! increase: BigInt - asset: stagingmantle_Bytes - caller: stagingmantle_Bytes! - transactionHash: stagingmantle_Bytes! + asset: stagingbnb_Bytes + caller: stagingbnb_Bytes! + transactionHash: stagingbnb_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmantle_RelayerFeesIncrease_filter { +input stagingbnb_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -166664,7 +167098,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_: stagingbnb_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -166673,36 +167107,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: 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 @@ -166736,12 +167170,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: stagingbnb_BlockChangedFilter + and: [stagingbnb_RelayerFeesIncrease_filter] + or: [stagingbnb_RelayerFeesIncrease_filter] } -enum stagingmantle_RelayerFeesIncrease_orderBy { +enum stagingbnb_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -166783,7 +167217,7 @@ enum stagingmantle_RelayerFeesIncrease_orderBy { blockNumber } -input stagingmantle_Relayer_filter { +input stagingbnb_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -166796,34 +167230,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: 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: stagingmantle_BlockChangedFilter - and: [stagingmantle_Relayer_filter] - or: [stagingmantle_Relayer_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Relayer_filter] + or: [stagingbnb_Relayer_filter] } -enum stagingmantle_Relayer_orderBy { +enum stagingbnb_Relayer_orderBy { id isActive relayer } -type stagingmantle_RootCount { +type stagingbnb_RootCount { id: ID! count: BigInt } -input stagingmantle_RootCount_filter { +input stagingbnb_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -166841,31 +167275,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: stagingbnb_BlockChangedFilter + and: [stagingbnb_RootCount_filter] + or: [stagingbnb_RootCount_filter] } -enum stagingmantle_RootCount_orderBy { +enum stagingbnb_RootCount_orderBy { id count } -type stagingmantle_RootMessageSent { +type stagingbnb_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingmantle_Bytes + root: stagingbnb_Bytes count: BigInt - caller: stagingmantle_Bytes - transactionHash: stagingmantle_Bytes + caller: stagingbnb_Bytes + transactionHash: stagingbnb_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingmantle_RootMessageSent_filter { +input stagingbnb_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -166890,16 +167324,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: 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 @@ -166908,26 +167342,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: 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 @@ -166961,12 +167395,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: stagingbnb_BlockChangedFilter + and: [stagingbnb_RootMessageSent_filter] + or: [stagingbnb_RootMessageSent_filter] } -enum stagingmantle_RootMessageSent_orderBy { +enum stagingbnb_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -166980,25 +167414,25 @@ enum stagingmantle_RootMessageSent_orderBy { blockNumber } -type stagingmantle_Router { +type stagingbnb_Router { id: ID! isActive: Boolean! - owner: stagingmantle_Bytes - recipient: stagingmantle_Bytes - proposedOwner: stagingmantle_Bytes + owner: stagingbnb_Bytes + recipient: stagingbnb_Bytes + proposedOwner: stagingbnb_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: stagingbnb_AssetBalance_orderBy, orderDirection: stagingbnb_OrderDirection, where: stagingbnb_AssetBalance_filter): [stagingbnb_AssetBalance!]! } -type stagingmantle_RouterDailyTVL { +type stagingbnb_RouterDailyTVL { id: ID! - router: stagingmantle_Router! - asset: stagingmantle_Asset! + router: stagingbnb_Router! + asset: stagingbnb_Asset! timestamp: BigInt! balance: BigInt! } -input stagingmantle_RouterDailyTVL_filter { +input stagingbnb_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -167027,7 +167461,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_: stagingbnb_Router_filter asset: String asset_not: String asset_gt: String @@ -167048,7 +167482,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_: stagingbnb_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -167066,12 +167500,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: stagingbnb_BlockChangedFilter + and: [stagingbnb_RouterDailyTVL_filter] + or: [stagingbnb_RouterDailyTVL_filter] } -enum stagingmantle_RouterDailyTVL_orderBy { +enum stagingbnb_RouterDailyTVL_orderBy { id router router__id @@ -167094,26 +167528,26 @@ enum stagingmantle_RouterDailyTVL_orderBy { balance } -type stagingmantle_RouterLiquidityEvent { +type stagingbnb_RouterLiquidityEvent { id: ID! - type: stagingmantle_RouterLiquidityEventType - router: stagingmantle_Router! - asset: stagingmantle_Asset! + type: stagingbnb_RouterLiquidityEventType + router: stagingbnb_Router! + asset: stagingbnb_Asset! amount: BigInt! balance: BigInt! - caller: stagingmantle_Bytes + caller: stagingbnb_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingmantle_Bytes! + transactionHash: stagingbnb_Bytes! nonce: BigInt! } -enum stagingmantle_RouterLiquidityEventType { +enum stagingbnb_RouterLiquidityEventType { Add Remove } -input stagingmantle_RouterLiquidityEvent_filter { +input stagingbnb_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -167122,10 +167556,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: stagingbnb_RouterLiquidityEventType + type_not: stagingbnb_RouterLiquidityEventType + type_in: [stagingbnb_RouterLiquidityEventType!] + type_not_in: [stagingbnb_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -167146,7 +167580,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_: stagingbnb_Router_filter asset: String asset_not: String asset_gt: String @@ -167167,7 +167601,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_: stagingbnb_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -167184,16 +167618,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: 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 @@ -167210,16 +167644,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: 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 @@ -167229,12 +167663,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: stagingbnb_BlockChangedFilter + and: [stagingbnb_RouterLiquidityEvent_filter] + or: [stagingbnb_RouterLiquidityEvent_filter] } -enum stagingmantle_RouterLiquidityEvent_orderBy { +enum stagingbnb_RouterLiquidityEvent_orderBy { id type router @@ -167263,7 +167697,7 @@ enum stagingmantle_RouterLiquidityEvent_orderBy { nonce } -input stagingmantle_Router_filter { +input stagingbnb_Router_filter { id: ID id_not: ID id_gt: ID @@ -167276,36 +167710,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: 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 @@ -167314,14 +167748,14 @@ input stagingmantle_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingmantle_AssetBalance_filter + assetBalances_: stagingbnb_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingmantle_BlockChangedFilter - and: [stagingmantle_Router_filter] - or: [stagingmantle_Router_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Router_filter] + or: [stagingbnb_Router_filter] } -enum stagingmantle_Router_orderBy { +enum stagingbnb_Router_orderBy { id isActive owner @@ -167331,13 +167765,13 @@ enum stagingmantle_Router_orderBy { assetBalances } -type stagingmantle_Sequencer { +type stagingbnb_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingmantle_Bytes + sequencer: stagingbnb_Bytes } -input stagingmantle_Sequencer_filter { +input stagingbnb_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -167350,35 +167784,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: 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: stagingmantle_BlockChangedFilter - and: [stagingmantle_Sequencer_filter] - or: [stagingmantle_Sequencer_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Sequencer_filter] + or: [stagingbnb_Sequencer_filter] } -enum stagingmantle_Sequencer_orderBy { +enum stagingbnb_Sequencer_orderBy { id isActive sequencer } -type stagingmantle_Setting { +type stagingbnb_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingmantle_Bytes! + caller: stagingbnb_Bytes! } -input stagingmantle_Setting_filter { +input stagingbnb_Setting_filter { id: ID id_not: ID id_gt: ID @@ -167395,41 +167829,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: 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: stagingmantle_BlockChangedFilter - and: [stagingmantle_Setting_filter] - or: [stagingmantle_Setting_filter] + _change_block: stagingbnb_BlockChangedFilter + and: [stagingbnb_Setting_filter] + or: [stagingbnb_Setting_filter] } -enum stagingmantle_Setting_orderBy { +enum stagingbnb_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingmantle_SlippageUpdate { +type stagingbnb_SlippageUpdate { id: ID! - transfer: stagingmantle_DestinationTransfer! + transfer: stagingbnb_DestinationTransfer! slippage: BigInt! - caller: stagingmantle_Bytes! - transactionHash: stagingmantle_Bytes! + caller: stagingbnb_Bytes! + transactionHash: stagingbnb_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmantle_SlippageUpdate_filter { +input stagingbnb_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -167458,7 +167892,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_: stagingbnb_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -167467,26 +167901,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: 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 @@ -167520,12 +167954,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: stagingbnb_BlockChangedFilter + and: [stagingbnb_SlippageUpdate_filter] + or: [stagingbnb_SlippageUpdate_filter] } -enum stagingmantle_SlippageUpdate_orderBy { +enum stagingbnb_SlippageUpdate_orderBy { id transfer transfer__id @@ -167573,16 +168007,16 @@ enum stagingmantle_SlippageUpdate_orderBy { blockNumber } -type stagingmantle_SnapshotRoot { +type stagingbnb_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingmantle_Bytes! + root: stagingbnb_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingmantle_SnapshotRoot_filter { +input stagingbnb_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -167599,16 +168033,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: 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 @@ -167634,12 +168068,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: stagingbnb_BlockChangedFilter + and: [stagingbnb_SnapshotRoot_filter] + or: [stagingbnb_SnapshotRoot_filter] } -enum stagingmantle_SnapshotRoot_orderBy { +enum stagingbnb_SnapshotRoot_orderBy { id spokeDomain root @@ -167648,12 +168082,12 @@ enum stagingmantle_SnapshotRoot_orderBy { blockNumber } -type stagingmantle_SpokeConnectorMode { +type stagingbnb_SpokeConnectorMode { id: ID! mode: String! } -input stagingmantle_SpokeConnectorMode_filter { +input stagingbnb_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -167683,17 +168117,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: stagingbnb_BlockChangedFilter + and: [stagingbnb_SpokeConnectorMode_filter] + or: [stagingbnb_SpokeConnectorMode_filter] } -enum stagingmantle_SpokeConnectorMode_orderBy { +enum stagingbnb_SpokeConnectorMode_orderBy { id mode } -enum stagingmantle_TransferStatus { +enum stagingbnb_TransferStatus { XCalled Executed Reconciled @@ -167701,17 +168135,19 @@ enum stagingmantle_TransferStatus { CompletedFast } -type stagingmantle__Block_ { +type stagingbnb__Block_ { """The hash of the block""" - hash: stagingmantle_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: stagingbnb_Bytes } """The type for the top-level _meta field""" -type stagingmantle__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 @@ -167719,22 +168155,22 @@ type stagingmantle__Meta_ { and therefore asks for the latest block """ - block: stagingmantle__Block_! + block: stagingbnb__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type stagingmetis_AggregateRoot { +type stagingarbitrumone_AggregateRoot { id: ID! - root: stagingmetis_Bytes! + root: stagingarbitrumone_Bytes! blockNumber: BigInt! } -type stagingmetis_AggregateRootProposed { +type stagingarbitrumone_AggregateRootProposed { id: ID! - aggregateRoot: stagingmetis_Bytes! + aggregateRoot: stagingarbitrumone_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -167742,7 +168178,7 @@ type stagingmetis_AggregateRootProposed { blockNumber: BigInt } -input stagingmetis_AggregateRootProposed_filter { +input stagingarbitrumone_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -167751,16 +168187,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: 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 @@ -167802,12 +168238,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_AggregateRootProposed_filter] + or: [stagingarbitrumone_AggregateRootProposed_filter] } -enum stagingmetis_AggregateRootProposed_orderBy { +enum stagingarbitrumone_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -167817,7 +168253,7 @@ enum stagingmetis_AggregateRootProposed_orderBy { blockNumber } -input stagingmetis_AggregateRoot_filter { +input stagingarbitrumone_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -167826,16 +168262,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: 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 @@ -167845,42 +168281,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_AggregateRoot_filter] + or: [stagingarbitrumone_AggregateRoot_filter] } -enum stagingmetis_AggregateRoot_orderBy { +enum stagingarbitrumone_AggregateRoot_orderBy { id root blockNumber } -type stagingmetis_Asset { +enum stagingarbitrumone_Aggregation_interval { + hour + day +} + +type stagingarbitrumone_Asset { id: ID! - key: stagingmetis_Bytes + key: stagingarbitrumone_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: stagingmetis_Bytes + canonicalId: stagingarbitrumone_Bytes canonicalDomain: BigInt - adoptedAsset: stagingmetis_Bytes - localAsset: stagingmetis_Bytes + adoptedAsset: stagingarbitrumone_Bytes + localAsset: stagingarbitrumone_Bytes blockNumber: BigInt - status: stagingmetis_AssetStatus + status: stagingarbitrumone_AssetStatus } -type stagingmetis_AssetBalance { +type stagingarbitrumone_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: stagingmetis_Router! - asset: stagingmetis_Asset! + router: stagingarbitrumone_Router! + asset: stagingarbitrumone_Asset! feesEarned: BigInt! } -input stagingmetis_AssetBalance_filter { +input stagingarbitrumone_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -167941,7 +168382,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_: stagingarbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -167962,7 +168403,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_: stagingarbitrumone_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -167972,12 +168413,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_AssetBalance_filter] + or: [stagingarbitrumone_AssetBalance_filter] } -enum stagingmetis_AssetBalance_orderBy { +enum stagingarbitrumone_AssetBalance_orderBy { id amount locked @@ -168003,12 +168444,12 @@ enum stagingmetis_AssetBalance_orderBy { feesEarned } -type stagingmetis_AssetStatus { +type stagingarbitrumone_AssetStatus { id: ID! status: Boolean } -input stagingmetis_AssetStatus_filter { +input stagingarbitrumone_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -168022,17 +168463,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_AssetStatus_filter] + or: [stagingarbitrumone_AssetStatus_filter] } -enum stagingmetis_AssetStatus_orderBy { +enum stagingarbitrumone_AssetStatus_orderBy { id status } -input stagingmetis_Asset_filter { +input stagingarbitrumone_Asset_filter { id: ID id_not: ID id_gt: ID @@ -168041,16 +168482,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: 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 @@ -168067,16 +168508,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: 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 @@ -168085,26 +168526,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: 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 @@ -168133,14 +168574,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_: stagingarbitrumone_AssetStatus_filter """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_Asset_filter] - or: [stagingmetis_Asset_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Asset_filter] + or: [stagingarbitrumone_Asset_filter] } -enum stagingmetis_Asset_orderBy { +enum stagingarbitrumone_Asset_orderBy { id key decimal @@ -168155,30 +168596,30 @@ enum stagingmetis_Asset_orderBy { status__status } -scalar stagingmetis_BigDecimal +scalar stagingarbitrumone_BigDecimal -input stagingmetis_BlockChangedFilter { +input stagingarbitrumone_BlockChangedFilter { number_gte: Int! } -input stagingmetis_Block_height { - hash: stagingmetis_Bytes +input stagingarbitrumone_Block_height { + hash: stagingarbitrumone_Bytes number: Int number_gte: Int } -scalar stagingmetis_Bytes +scalar stagingarbitrumone_Bytes -type stagingmetis_ConnectorMeta { +type stagingarbitrumone_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: stagingmetis_Bytes - rootManager: stagingmetis_Bytes - mirrorConnector: stagingmetis_Bytes + amb: stagingarbitrumone_Bytes + rootManager: stagingarbitrumone_Bytes + mirrorConnector: stagingarbitrumone_Bytes } -input stagingmetis_ConnectorMeta_filter { +input stagingarbitrumone_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -168203,43 +168644,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: 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: stagingmetis_BlockChangedFilter - and: [stagingmetis_ConnectorMeta_filter] - or: [stagingmetis_ConnectorMeta_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_ConnectorMeta_filter] + or: [stagingarbitrumone_ConnectorMeta_filter] } -enum stagingmetis_ConnectorMeta_orderBy { +enum stagingarbitrumone_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -168248,48 +168689,48 @@ enum stagingmetis_ConnectorMeta_orderBy { mirrorConnector } -type stagingmetis_DestinationTransfer { +type stagingarbitrumone_DestinationTransfer { id: ID! chainId: BigInt - transferId: stagingmetis_Bytes + transferId: stagingarbitrumone_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: 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: stagingmetis_Bytes - delegate: stagingmetis_Bytes + to: stagingarbitrumone_Bytes + delegate: stagingarbitrumone_Bytes receiveLocal: Boolean - callData: stagingmetis_Bytes + callData: stagingarbitrumone_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: stagingmetis_Bytes + originSender: stagingarbitrumone_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmetis_Bytes - asset: stagingmetis_Asset + canonicalId: stagingarbitrumone_Bytes + asset: stagingarbitrumone_Asset amount: BigInt routersFee: BigInt - executedCaller: stagingmetis_Bytes - executedTransactionHash: stagingmetis_Bytes + executedCaller: stagingarbitrumone_Bytes + executedTransactionHash: stagingarbitrumone_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: stagingmetis_Bytes + executedTxOrigin: stagingarbitrumone_Bytes executedTxNonce: BigInt - reconciledCaller: stagingmetis_Bytes - reconciledTransactionHash: stagingmetis_Bytes + reconciledCaller: stagingarbitrumone_Bytes + reconciledTransactionHash: stagingarbitrumone_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: stagingmetis_Bytes + reconciledTxOrigin: stagingarbitrumone_Bytes reconciledTxNonce: BigInt } -input stagingmetis_DestinationTransfer_filter { +input stagingarbitrumone_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -168306,16 +168747,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: 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 @@ -168324,17 +168765,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: 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_: stagingmetis_Router_filter + routers_: stagingarbitrumone_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -168359,40 +168800,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: 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: 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: 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 @@ -168409,16 +168850,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: 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 @@ -168435,16 +168876,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: 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 @@ -168465,7 +168906,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_: stagingarbitrumone_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -168482,26 +168923,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: 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 @@ -168534,16 +168975,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: 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 @@ -168552,26 +168993,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: 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 @@ -168604,16 +169045,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: 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 @@ -168623,12 +169064,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_DestinationTransfer_filter] + or: [stagingarbitrumone_DestinationTransfer_filter] } -enum stagingmetis_DestinationTransfer_orderBy { +enum stagingarbitrumone_DestinationTransfer_orderBy { id chainId transferId @@ -168682,16 +169123,16 @@ enum stagingmetis_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar stagingmetis_Int8 +scalar stagingarbitrumone_Int8 -type stagingmetis_OptimisticRootFinalized { +type stagingarbitrumone_OptimisticRootFinalized { id: ID! - aggregateRoot: stagingmetis_Bytes! + aggregateRoot: stagingarbitrumone_Bytes! timestamp: BigInt! blockNumber: BigInt } -input stagingmetis_OptimisticRootFinalized_filter { +input stagingarbitrumone_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -168700,16 +169141,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: 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 @@ -168727,12 +169168,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_OptimisticRootFinalized_filter] + or: [stagingarbitrumone_OptimisticRootFinalized_filter] } -enum stagingmetis_OptimisticRootFinalized_orderBy { +enum stagingarbitrumone_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -168740,25 +169181,25 @@ enum stagingmetis_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum stagingmetis_OrderDirection { +enum stagingarbitrumone_OrderDirection { asc desc } -type stagingmetis_OriginMessage { +type stagingarbitrumone_OriginMessage { id: ID! - transferId: stagingmetis_Bytes + transferId: stagingarbitrumone_Bytes destinationDomain: BigInt - leaf: stagingmetis_Bytes + leaf: stagingarbitrumone_Bytes index: BigInt - message: stagingmetis_Bytes - root: stagingmetis_Bytes - transactionHash: stagingmetis_Bytes + message: stagingarbitrumone_Bytes + root: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes blockNumber: BigInt - rootCount: stagingmetis_RootCount + rootCount: stagingarbitrumone_RootCount } -input stagingmetis_OriginMessage_filter { +input stagingarbitrumone_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -168767,16 +169208,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: 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 @@ -168785,16 +169226,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: 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 @@ -168803,36 +169244,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: 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 @@ -168861,14 +169302,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_: stagingarbitrumone_RootCount_filter """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_OriginMessage_filter] - or: [stagingmetis_OriginMessage_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_OriginMessage_filter] + or: [stagingarbitrumone_OriginMessage_filter] } -enum stagingmetis_OriginMessage_orderBy { +enum stagingarbitrumone_OriginMessage_orderBy { id transferId destinationDomain @@ -168883,42 +169324,42 @@ enum stagingmetis_OriginMessage_orderBy { rootCount__count } -type stagingmetis_OriginTransfer { +type stagingarbitrumone_OriginTransfer { id: ID! chainId: BigInt - transferId: stagingmetis_Bytes + transferId: stagingarbitrumone_Bytes nonce: BigInt - status: stagingmetis_TransferStatus - messageHash: stagingmetis_Bytes + status: stagingarbitrumone_TransferStatus + messageHash: stagingarbitrumone_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: stagingmetis_Bytes - delegate: stagingmetis_Bytes + to: stagingarbitrumone_Bytes + delegate: stagingarbitrumone_Bytes receiveLocal: Boolean - callData: stagingmetis_Bytes + callData: stagingarbitrumone_Bytes slippage: BigInt - originSender: stagingmetis_Bytes + originSender: stagingarbitrumone_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: stagingmetis_Bytes - asset: stagingmetis_Asset - transactingAsset: stagingmetis_Bytes - message: stagingmetis_OriginMessage + canonicalId: stagingarbitrumone_Bytes + asset: stagingarbitrumone_Asset + transactingAsset: stagingarbitrumone_Bytes + message: stagingarbitrumone_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: 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: stagingmetis_Bytes + txOrigin: stagingarbitrumone_Bytes txNonce: BigInt } -input stagingmetis_OriginTransfer_filter { +input stagingarbitrumone_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -168935,16 +169376,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: 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 @@ -168953,20 +169394,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: 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 @@ -168991,40 +169432,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: 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: 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: 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 @@ -169033,16 +169474,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: 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 @@ -169059,16 +169500,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: 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 @@ -169089,17 +169530,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_: 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 @@ -169120,7 +169561,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_: stagingarbitrumone_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -169135,37 +169576,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_: 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 @@ -169198,16 +169639,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: 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 @@ -169217,12 +169658,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_OriginTransfer_filter] + or: [stagingarbitrumone_OriginTransfer_filter] } -enum stagingmetis_OriginTransfer_orderBy { +enum stagingarbitrumone_OriginTransfer_orderBy { id chainId transferId @@ -169275,20 +169716,20 @@ enum stagingmetis_OriginTransfer_orderBy { txNonce } -type stagingmetis_Relayer { +type stagingarbitrumone_Relayer { id: ID! isActive: Boolean! - relayer: stagingmetis_Bytes + relayer: stagingarbitrumone_Bytes } -type stagingmetis_RelayerFee { +type stagingarbitrumone_RelayerFee { id: ID! - transfer: stagingmetis_OriginTransfer! + transfer: stagingarbitrumone_OriginTransfer! fee: BigInt! - asset: stagingmetis_Bytes! + asset: stagingarbitrumone_Bytes! } -input stagingmetis_RelayerFee_filter { +input stagingarbitrumone_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -169317,7 +169758,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_: stagingarbitrumone_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -169326,23 +169767,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: 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: stagingmetis_BlockChangedFilter - and: [stagingmetis_RelayerFee_filter] - or: [stagingmetis_RelayerFee_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RelayerFee_filter] + or: [stagingarbitrumone_RelayerFee_filter] } -enum stagingmetis_RelayerFee_orderBy { +enum stagingarbitrumone_RelayerFee_orderBy { id transfer transfer__id @@ -169378,20 +169819,20 @@ enum stagingmetis_RelayerFee_orderBy { asset } -type stagingmetis_RelayerFeesIncrease { +type stagingarbitrumone_RelayerFeesIncrease { id: ID! - transfer: stagingmetis_OriginTransfer! + transfer: stagingarbitrumone_OriginTransfer! increase: BigInt - asset: stagingmetis_Bytes - caller: stagingmetis_Bytes! - transactionHash: stagingmetis_Bytes! + asset: stagingarbitrumone_Bytes + caller: stagingarbitrumone_Bytes! + transactionHash: stagingarbitrumone_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmetis_RelayerFeesIncrease_filter { +input stagingarbitrumone_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -169420,7 +169861,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_: stagingarbitrumone_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -169429,36 +169870,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: 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 @@ -169492,12 +169933,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RelayerFeesIncrease_filter] + or: [stagingarbitrumone_RelayerFeesIncrease_filter] } -enum stagingmetis_RelayerFeesIncrease_orderBy { +enum stagingarbitrumone_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -169539,7 +169980,7 @@ enum stagingmetis_RelayerFeesIncrease_orderBy { blockNumber } -input stagingmetis_Relayer_filter { +input stagingarbitrumone_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -169552,34 +169993,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: 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: stagingmetis_BlockChangedFilter - and: [stagingmetis_Relayer_filter] - or: [stagingmetis_Relayer_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Relayer_filter] + or: [stagingarbitrumone_Relayer_filter] } -enum stagingmetis_Relayer_orderBy { +enum stagingarbitrumone_Relayer_orderBy { id isActive relayer } -type stagingmetis_RootCount { +type stagingarbitrumone_RootCount { id: ID! count: BigInt } -input stagingmetis_RootCount_filter { +input stagingarbitrumone_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -169597,31 +170038,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RootCount_filter] + or: [stagingarbitrumone_RootCount_filter] } -enum stagingmetis_RootCount_orderBy { +enum stagingarbitrumone_RootCount_orderBy { id count } -type stagingmetis_RootMessageSent { +type stagingarbitrumone_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: stagingmetis_Bytes + root: stagingarbitrumone_Bytes count: BigInt - caller: stagingmetis_Bytes - transactionHash: stagingmetis_Bytes + caller: stagingarbitrumone_Bytes + transactionHash: stagingarbitrumone_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input stagingmetis_RootMessageSent_filter { +input stagingarbitrumone_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -169646,16 +170087,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: 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 @@ -169664,26 +170105,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: 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 @@ -169717,12 +170158,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RootMessageSent_filter] + or: [stagingarbitrumone_RootMessageSent_filter] } -enum stagingmetis_RootMessageSent_orderBy { +enum stagingarbitrumone_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -169736,25 +170177,25 @@ enum stagingmetis_RootMessageSent_orderBy { blockNumber } -type stagingmetis_Router { +type stagingarbitrumone_Router { id: ID! isActive: Boolean! - owner: stagingmetis_Bytes - recipient: stagingmetis_Bytes - proposedOwner: stagingmetis_Bytes + owner: stagingarbitrumone_Bytes + recipient: stagingarbitrumone_Bytes + proposedOwner: stagingarbitrumone_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: stagingarbitrumone_AssetBalance_orderBy, orderDirection: stagingarbitrumone_OrderDirection, where: stagingarbitrumone_AssetBalance_filter): [stagingarbitrumone_AssetBalance!]! } -type stagingmetis_RouterDailyTVL { +type stagingarbitrumone_RouterDailyTVL { id: ID! - router: stagingmetis_Router! - asset: stagingmetis_Asset! + router: stagingarbitrumone_Router! + asset: stagingarbitrumone_Asset! timestamp: BigInt! balance: BigInt! } -input stagingmetis_RouterDailyTVL_filter { +input stagingarbitrumone_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -169783,7 +170224,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_: stagingarbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -169804,7 +170245,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_: stagingarbitrumone_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -169822,12 +170263,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RouterDailyTVL_filter] + or: [stagingarbitrumone_RouterDailyTVL_filter] } -enum stagingmetis_RouterDailyTVL_orderBy { +enum stagingarbitrumone_RouterDailyTVL_orderBy { id router router__id @@ -169850,26 +170291,26 @@ enum stagingmetis_RouterDailyTVL_orderBy { balance } -type stagingmetis_RouterLiquidityEvent { +type stagingarbitrumone_RouterLiquidityEvent { id: ID! - type: stagingmetis_RouterLiquidityEventType - router: stagingmetis_Router! - asset: stagingmetis_Asset! + type: stagingarbitrumone_RouterLiquidityEventType + router: stagingarbitrumone_Router! + asset: stagingarbitrumone_Asset! amount: BigInt! balance: BigInt! - caller: stagingmetis_Bytes + caller: stagingarbitrumone_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: stagingmetis_Bytes! + transactionHash: stagingarbitrumone_Bytes! nonce: BigInt! } -enum stagingmetis_RouterLiquidityEventType { +enum stagingarbitrumone_RouterLiquidityEventType { Add Remove } -input stagingmetis_RouterLiquidityEvent_filter { +input stagingarbitrumone_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -169878,10 +170319,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: stagingarbitrumone_RouterLiquidityEventType + type_not: stagingarbitrumone_RouterLiquidityEventType + type_in: [stagingarbitrumone_RouterLiquidityEventType!] + type_not_in: [stagingarbitrumone_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -169902,7 +170343,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_: stagingarbitrumone_Router_filter asset: String asset_not: String asset_gt: String @@ -169923,7 +170364,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_: stagingarbitrumone_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -169940,16 +170381,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: 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 @@ -169966,16 +170407,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: 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 @@ -169985,12 +170426,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_RouterLiquidityEvent_filter] + or: [stagingarbitrumone_RouterLiquidityEvent_filter] } -enum stagingmetis_RouterLiquidityEvent_orderBy { +enum stagingarbitrumone_RouterLiquidityEvent_orderBy { id type router @@ -170019,7 +170460,7 @@ enum stagingmetis_RouterLiquidityEvent_orderBy { nonce } -input stagingmetis_Router_filter { +input stagingarbitrumone_Router_filter { id: ID id_not: ID id_gt: ID @@ -170032,36 +170473,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: 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 @@ -170070,14 +170511,14 @@ input stagingmetis_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: stagingmetis_AssetBalance_filter + assetBalances_: stagingarbitrumone_AssetBalance_filter """Filter for the block changed event.""" - _change_block: stagingmetis_BlockChangedFilter - and: [stagingmetis_Router_filter] - or: [stagingmetis_Router_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Router_filter] + or: [stagingarbitrumone_Router_filter] } -enum stagingmetis_Router_orderBy { +enum stagingarbitrumone_Router_orderBy { id isActive owner @@ -170087,13 +170528,13 @@ enum stagingmetis_Router_orderBy { assetBalances } -type stagingmetis_Sequencer { +type stagingarbitrumone_Sequencer { id: ID! isActive: Boolean! - sequencer: stagingmetis_Bytes + sequencer: stagingarbitrumone_Bytes } -input stagingmetis_Sequencer_filter { +input stagingarbitrumone_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -170106,35 +170547,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: 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: stagingmetis_BlockChangedFilter - and: [stagingmetis_Sequencer_filter] - or: [stagingmetis_Sequencer_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Sequencer_filter] + or: [stagingarbitrumone_Sequencer_filter] } -enum stagingmetis_Sequencer_orderBy { +enum stagingarbitrumone_Sequencer_orderBy { id isActive sequencer } -type stagingmetis_Setting { +type stagingarbitrumone_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: stagingmetis_Bytes! + caller: stagingarbitrumone_Bytes! } -input stagingmetis_Setting_filter { +input stagingarbitrumone_Setting_filter { id: ID id_not: ID id_gt: ID @@ -170151,41 +170592,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: 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: stagingmetis_BlockChangedFilter - and: [stagingmetis_Setting_filter] - or: [stagingmetis_Setting_filter] + _change_block: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_Setting_filter] + or: [stagingarbitrumone_Setting_filter] } -enum stagingmetis_Setting_orderBy { +enum stagingarbitrumone_Setting_orderBy { id maxRoutersPerTransfer caller } -type stagingmetis_SlippageUpdate { +type stagingarbitrumone_SlippageUpdate { id: ID! - transfer: stagingmetis_DestinationTransfer! + transfer: stagingarbitrumone_DestinationTransfer! slippage: BigInt! - caller: stagingmetis_Bytes! - transactionHash: stagingmetis_Bytes! + caller: stagingarbitrumone_Bytes! + transactionHash: stagingarbitrumone_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input stagingmetis_SlippageUpdate_filter { +input stagingarbitrumone_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -170214,7 +170655,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_: stagingarbitrumone_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -170223,26 +170664,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: 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 @@ -170276,12 +170717,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_SlippageUpdate_filter] + or: [stagingarbitrumone_SlippageUpdate_filter] } -enum stagingmetis_SlippageUpdate_orderBy { +enum stagingarbitrumone_SlippageUpdate_orderBy { id transfer transfer__id @@ -170329,16 +170770,16 @@ enum stagingmetis_SlippageUpdate_orderBy { blockNumber } -type stagingmetis_SnapshotRoot { +type stagingarbitrumone_SnapshotRoot { id: ID! spokeDomain: BigInt - root: stagingmetis_Bytes! + root: stagingarbitrumone_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input stagingmetis_SnapshotRoot_filter { +input stagingarbitrumone_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -170355,16 +170796,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: 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 @@ -170390,12 +170831,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_SnapshotRoot_filter] + or: [stagingarbitrumone_SnapshotRoot_filter] } -enum stagingmetis_SnapshotRoot_orderBy { +enum stagingarbitrumone_SnapshotRoot_orderBy { id spokeDomain root @@ -170404,12 +170845,12 @@ enum stagingmetis_SnapshotRoot_orderBy { blockNumber } -type stagingmetis_SpokeConnectorMode { +type stagingarbitrumone_SpokeConnectorMode { id: ID! mode: String! } -input stagingmetis_SpokeConnectorMode_filter { +input stagingarbitrumone_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -170439,17 +170880,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: stagingarbitrumone_BlockChangedFilter + and: [stagingarbitrumone_SpokeConnectorMode_filter] + or: [stagingarbitrumone_SpokeConnectorMode_filter] } -enum stagingmetis_SpokeConnectorMode_orderBy { +enum stagingarbitrumone_SpokeConnectorMode_orderBy { id mode } -enum stagingmetis_TransferStatus { +enum stagingarbitrumone_TransferStatus { XCalled Executed Reconciled @@ -170457,17 +170898,19 @@ enum stagingmetis_TransferStatus { CompletedFast } -type stagingmetis__Block_ { +type stagingarbitrumone__Block_ { """The hash of the block""" - hash: stagingmetis_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: stagingarbitrumone_Bytes } """The type for the top-level _meta field""" -type stagingmetis__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 @@ -170475,22 +170918,22 @@ type stagingmetis__Meta_ { and therefore asks for the latest block """ - block: stagingmetis__Block_! + block: stagingarbitrumone__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type metis_AggregateRoot { +type stagingpolygonzkevm_AggregateRoot { id: ID! - root: metis_Bytes! + root: stagingpolygonzkevm_Bytes! blockNumber: BigInt! } -type metis_AggregateRootProposed { +type stagingpolygonzkevm_AggregateRootProposed { id: ID! - aggregateRoot: metis_Bytes! + aggregateRoot: stagingpolygonzkevm_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -170498,7 +170941,7 @@ type metis_AggregateRootProposed { blockNumber: BigInt } -input metis_AggregateRootProposed_filter { +input stagingpolygonzkevm_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -170507,16 +170950,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: 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 @@ -170558,12 +171001,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_AggregateRootProposed_filter] + or: [stagingpolygonzkevm_AggregateRootProposed_filter] } -enum metis_AggregateRootProposed_orderBy { +enum stagingpolygonzkevm_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -170573,7 +171016,7 @@ enum metis_AggregateRootProposed_orderBy { blockNumber } -input metis_AggregateRoot_filter { +input stagingpolygonzkevm_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -170582,16 +171025,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: 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 @@ -170601,42 +171044,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_AggregateRoot_filter] + or: [stagingpolygonzkevm_AggregateRoot_filter] } -enum metis_AggregateRoot_orderBy { +enum stagingpolygonzkevm_AggregateRoot_orderBy { id root blockNumber } -type metis_Asset { +enum stagingpolygonzkevm_Aggregation_interval { + hour + day +} + +type stagingpolygonzkevm_Asset { id: ID! - key: metis_Bytes + key: stagingpolygonzkevm_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: metis_Bytes + canonicalId: stagingpolygonzkevm_Bytes canonicalDomain: BigInt - adoptedAsset: metis_Bytes - localAsset: metis_Bytes + adoptedAsset: stagingpolygonzkevm_Bytes + localAsset: stagingpolygonzkevm_Bytes blockNumber: BigInt - status: metis_AssetStatus + status: stagingpolygonzkevm_AssetStatus } -type metis_AssetBalance { +type stagingpolygonzkevm_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: metis_Router! - asset: metis_Asset! + router: stagingpolygonzkevm_Router! + asset: stagingpolygonzkevm_Asset! feesEarned: BigInt! } -input metis_AssetBalance_filter { +input stagingpolygonzkevm_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -170697,7 +171145,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_: stagingpolygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -170718,7 +171166,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_: stagingpolygonzkevm_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -170728,12 +171176,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_AssetBalance_filter] + or: [stagingpolygonzkevm_AssetBalance_filter] } -enum metis_AssetBalance_orderBy { +enum stagingpolygonzkevm_AssetBalance_orderBy { id amount locked @@ -170759,12 +171207,12 @@ enum metis_AssetBalance_orderBy { feesEarned } -type metis_AssetStatus { +type stagingpolygonzkevm_AssetStatus { id: ID! status: Boolean } -input metis_AssetStatus_filter { +input stagingpolygonzkevm_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -170778,17 +171226,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_AssetStatus_filter] + or: [stagingpolygonzkevm_AssetStatus_filter] } -enum metis_AssetStatus_orderBy { +enum stagingpolygonzkevm_AssetStatus_orderBy { id status } -input metis_Asset_filter { +input stagingpolygonzkevm_Asset_filter { id: ID id_not: ID id_gt: ID @@ -170797,16 +171245,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: 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 @@ -170823,16 +171271,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: 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 @@ -170841,26 +171289,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: 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 @@ -170889,14 +171337,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_: stagingpolygonzkevm_AssetStatus_filter """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_Asset_filter] - or: [metis_Asset_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Asset_filter] + or: [stagingpolygonzkevm_Asset_filter] } -enum metis_Asset_orderBy { +enum stagingpolygonzkevm_Asset_orderBy { id key decimal @@ -170911,30 +171359,30 @@ enum metis_Asset_orderBy { status__status } -scalar metis_BigDecimal +scalar stagingpolygonzkevm_BigDecimal -input metis_BlockChangedFilter { +input stagingpolygonzkevm_BlockChangedFilter { number_gte: Int! } -input metis_Block_height { - hash: metis_Bytes +input stagingpolygonzkevm_Block_height { + hash: stagingpolygonzkevm_Bytes number: Int number_gte: Int } -scalar metis_Bytes +scalar stagingpolygonzkevm_Bytes -type metis_ConnectorMeta { +type stagingpolygonzkevm_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: metis_Bytes - rootManager: metis_Bytes - mirrorConnector: metis_Bytes + amb: stagingpolygonzkevm_Bytes + rootManager: stagingpolygonzkevm_Bytes + mirrorConnector: stagingpolygonzkevm_Bytes } -input metis_ConnectorMeta_filter { +input stagingpolygonzkevm_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -170959,43 +171407,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: 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: metis_BlockChangedFilter - and: [metis_ConnectorMeta_filter] - or: [metis_ConnectorMeta_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_ConnectorMeta_filter] + or: [stagingpolygonzkevm_ConnectorMeta_filter] } -enum metis_ConnectorMeta_orderBy { +enum stagingpolygonzkevm_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -171004,48 +171452,48 @@ enum metis_ConnectorMeta_orderBy { mirrorConnector } -type metis_DestinationTransfer { +type stagingpolygonzkevm_DestinationTransfer { id: ID! chainId: BigInt - transferId: metis_Bytes + transferId: stagingpolygonzkevm_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: 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: metis_Bytes - delegate: metis_Bytes + to: stagingpolygonzkevm_Bytes + delegate: stagingpolygonzkevm_Bytes receiveLocal: Boolean - callData: metis_Bytes + callData: stagingpolygonzkevm_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: metis_Bytes + originSender: stagingpolygonzkevm_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: metis_Bytes - asset: metis_Asset + canonicalId: stagingpolygonzkevm_Bytes + asset: stagingpolygonzkevm_Asset amount: BigInt routersFee: BigInt - executedCaller: metis_Bytes - executedTransactionHash: metis_Bytes + executedCaller: stagingpolygonzkevm_Bytes + executedTransactionHash: stagingpolygonzkevm_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: metis_Bytes + executedTxOrigin: stagingpolygonzkevm_Bytes executedTxNonce: BigInt - reconciledCaller: metis_Bytes - reconciledTransactionHash: metis_Bytes + reconciledCaller: stagingpolygonzkevm_Bytes + reconciledTransactionHash: stagingpolygonzkevm_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: metis_Bytes + reconciledTxOrigin: stagingpolygonzkevm_Bytes reconciledTxNonce: BigInt } -input metis_DestinationTransfer_filter { +input stagingpolygonzkevm_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -171062,16 +171510,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: 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 @@ -171080,17 +171528,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: 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_: metis_Router_filter + routers_: stagingpolygonzkevm_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -171115,40 +171563,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: 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: 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: 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 @@ -171165,16 +171613,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: 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 @@ -171191,16 +171639,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: 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 @@ -171221,7 +171669,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_: stagingpolygonzkevm_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -171238,26 +171686,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: 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 @@ -171290,16 +171738,16 @@ 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 + 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 @@ -171308,26 +171756,26 @@ input metis_DestinationTransfer_filter { 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 + 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 @@ -171360,16 +171808,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: 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 @@ -171379,12 +171827,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_DestinationTransfer_filter] + or: [stagingpolygonzkevm_DestinationTransfer_filter] } -enum metis_DestinationTransfer_orderBy { +enum stagingpolygonzkevm_DestinationTransfer_orderBy { id chainId transferId @@ -171438,16 +171886,16 @@ enum metis_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar metis_Int8 +scalar stagingpolygonzkevm_Int8 -type metis_OptimisticRootFinalized { +type stagingpolygonzkevm_OptimisticRootFinalized { id: ID! - aggregateRoot: metis_Bytes! + aggregateRoot: stagingpolygonzkevm_Bytes! timestamp: BigInt! blockNumber: BigInt } -input metis_OptimisticRootFinalized_filter { +input stagingpolygonzkevm_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -171456,16 +171904,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: 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 @@ -171483,12 +171931,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_OptimisticRootFinalized_filter] + or: [stagingpolygonzkevm_OptimisticRootFinalized_filter] } -enum metis_OptimisticRootFinalized_orderBy { +enum stagingpolygonzkevm_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -171496,25 +171944,25 @@ enum metis_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum metis_OrderDirection { +enum stagingpolygonzkevm_OrderDirection { asc desc } -type metis_OriginMessage { +type stagingpolygonzkevm_OriginMessage { id: ID! - transferId: metis_Bytes + transferId: stagingpolygonzkevm_Bytes destinationDomain: BigInt - leaf: metis_Bytes + leaf: stagingpolygonzkevm_Bytes index: BigInt - message: metis_Bytes - root: metis_Bytes - transactionHash: metis_Bytes + message: stagingpolygonzkevm_Bytes + root: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes blockNumber: BigInt - rootCount: metis_RootCount + rootCount: stagingpolygonzkevm_RootCount } -input metis_OriginMessage_filter { +input stagingpolygonzkevm_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -171523,16 +171971,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: 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 @@ -171541,16 +171989,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: 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 @@ -171559,36 +172007,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: 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 @@ -171617,14 +172065,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_: stagingpolygonzkevm_RootCount_filter """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_OriginMessage_filter] - or: [metis_OriginMessage_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_OriginMessage_filter] + or: [stagingpolygonzkevm_OriginMessage_filter] } -enum metis_OriginMessage_orderBy { +enum stagingpolygonzkevm_OriginMessage_orderBy { id transferId destinationDomain @@ -171639,42 +172087,42 @@ enum metis_OriginMessage_orderBy { rootCount__count } -type metis_OriginTransfer { +type stagingpolygonzkevm_OriginTransfer { id: ID! chainId: BigInt - transferId: metis_Bytes + transferId: stagingpolygonzkevm_Bytes nonce: BigInt - status: metis_TransferStatus - messageHash: metis_Bytes + status: stagingpolygonzkevm_TransferStatus + messageHash: stagingpolygonzkevm_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: metis_Bytes - delegate: metis_Bytes + to: stagingpolygonzkevm_Bytes + delegate: stagingpolygonzkevm_Bytes receiveLocal: Boolean - callData: metis_Bytes + callData: stagingpolygonzkevm_Bytes slippage: BigInt - originSender: metis_Bytes + originSender: stagingpolygonzkevm_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: metis_Bytes - asset: metis_Asset - transactingAsset: metis_Bytes - message: metis_OriginMessage + canonicalId: stagingpolygonzkevm_Bytes + asset: stagingpolygonzkevm_Asset + transactingAsset: stagingpolygonzkevm_Bytes + message: stagingpolygonzkevm_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: 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: metis_Bytes + txOrigin: stagingpolygonzkevm_Bytes txNonce: BigInt } -input metis_OriginTransfer_filter { +input stagingpolygonzkevm_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -171691,16 +172139,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: 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 @@ -171709,20 +172157,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: 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 @@ -171747,40 +172195,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: 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: 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: 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 @@ -171789,16 +172237,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: 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 @@ -171815,16 +172263,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: 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 @@ -171845,17 +172293,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_: 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 @@ -171876,7 +172324,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_: stagingpolygonzkevm_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -171891,37 +172339,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_: 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 @@ -171954,16 +172402,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: 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 @@ -171973,12 +172421,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_OriginTransfer_filter] + or: [stagingpolygonzkevm_OriginTransfer_filter] } -enum metis_OriginTransfer_orderBy { +enum stagingpolygonzkevm_OriginTransfer_orderBy { id chainId transferId @@ -172031,20 +172479,20 @@ enum metis_OriginTransfer_orderBy { txNonce } -type metis_Relayer { +type stagingpolygonzkevm_Relayer { id: ID! isActive: Boolean! - relayer: metis_Bytes + relayer: stagingpolygonzkevm_Bytes } -type metis_RelayerFee { +type stagingpolygonzkevm_RelayerFee { id: ID! - transfer: metis_OriginTransfer! + transfer: stagingpolygonzkevm_OriginTransfer! fee: BigInt! - asset: metis_Bytes! + asset: stagingpolygonzkevm_Bytes! } -input metis_RelayerFee_filter { +input stagingpolygonzkevm_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -172073,7 +172521,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_: stagingpolygonzkevm_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -172082,23 +172530,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: 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: metis_BlockChangedFilter - and: [metis_RelayerFee_filter] - or: [metis_RelayerFee_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RelayerFee_filter] + or: [stagingpolygonzkevm_RelayerFee_filter] } -enum metis_RelayerFee_orderBy { +enum stagingpolygonzkevm_RelayerFee_orderBy { id transfer transfer__id @@ -172134,20 +172582,20 @@ enum metis_RelayerFee_orderBy { asset } -type metis_RelayerFeesIncrease { +type stagingpolygonzkevm_RelayerFeesIncrease { id: ID! - transfer: metis_OriginTransfer! + transfer: stagingpolygonzkevm_OriginTransfer! increase: BigInt - asset: metis_Bytes - caller: metis_Bytes! - transactionHash: metis_Bytes! + asset: stagingpolygonzkevm_Bytes + caller: stagingpolygonzkevm_Bytes! + transactionHash: stagingpolygonzkevm_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input metis_RelayerFeesIncrease_filter { +input stagingpolygonzkevm_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -172176,7 +172624,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_: stagingpolygonzkevm_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -172185,36 +172633,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: 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 @@ -172248,12 +172696,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RelayerFeesIncrease_filter] + or: [stagingpolygonzkevm_RelayerFeesIncrease_filter] } -enum metis_RelayerFeesIncrease_orderBy { +enum stagingpolygonzkevm_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -172295,7 +172743,7 @@ enum metis_RelayerFeesIncrease_orderBy { blockNumber } -input metis_Relayer_filter { +input stagingpolygonzkevm_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -172308,34 +172756,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: 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: metis_BlockChangedFilter - and: [metis_Relayer_filter] - or: [metis_Relayer_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Relayer_filter] + or: [stagingpolygonzkevm_Relayer_filter] } -enum metis_Relayer_orderBy { +enum stagingpolygonzkevm_Relayer_orderBy { id isActive relayer } -type metis_RootCount { +type stagingpolygonzkevm_RootCount { id: ID! count: BigInt } -input metis_RootCount_filter { +input stagingpolygonzkevm_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -172353,31 +172801,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RootCount_filter] + or: [stagingpolygonzkevm_RootCount_filter] } -enum metis_RootCount_orderBy { +enum stagingpolygonzkevm_RootCount_orderBy { id count } -type metis_RootMessageSent { +type stagingpolygonzkevm_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: metis_Bytes + root: stagingpolygonzkevm_Bytes count: BigInt - caller: metis_Bytes - transactionHash: metis_Bytes + caller: stagingpolygonzkevm_Bytes + transactionHash: stagingpolygonzkevm_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input metis_RootMessageSent_filter { +input stagingpolygonzkevm_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -172402,16 +172850,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: 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 @@ -172420,26 +172868,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: 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 @@ -172473,12 +172921,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RootMessageSent_filter] + or: [stagingpolygonzkevm_RootMessageSent_filter] } -enum metis_RootMessageSent_orderBy { +enum stagingpolygonzkevm_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -172492,25 +172940,25 @@ enum metis_RootMessageSent_orderBy { blockNumber } -type metis_Router { +type stagingpolygonzkevm_Router { id: ID! isActive: Boolean! - owner: metis_Bytes - recipient: metis_Bytes - proposedOwner: metis_Bytes + owner: stagingpolygonzkevm_Bytes + recipient: stagingpolygonzkevm_Bytes + proposedOwner: stagingpolygonzkevm_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: stagingpolygonzkevm_AssetBalance_orderBy, orderDirection: stagingpolygonzkevm_OrderDirection, where: stagingpolygonzkevm_AssetBalance_filter): [stagingpolygonzkevm_AssetBalance!]! } -type metis_RouterDailyTVL { +type stagingpolygonzkevm_RouterDailyTVL { id: ID! - router: metis_Router! - asset: metis_Asset! + router: stagingpolygonzkevm_Router! + asset: stagingpolygonzkevm_Asset! timestamp: BigInt! balance: BigInt! } -input metis_RouterDailyTVL_filter { +input stagingpolygonzkevm_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -172539,7 +172987,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_: stagingpolygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -172560,7 +173008,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_: stagingpolygonzkevm_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -172578,12 +173026,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RouterDailyTVL_filter] + or: [stagingpolygonzkevm_RouterDailyTVL_filter] } -enum metis_RouterDailyTVL_orderBy { +enum stagingpolygonzkevm_RouterDailyTVL_orderBy { id router router__id @@ -172606,26 +173054,26 @@ enum metis_RouterDailyTVL_orderBy { balance } -type metis_RouterLiquidityEvent { +type stagingpolygonzkevm_RouterLiquidityEvent { id: ID! - type: metis_RouterLiquidityEventType - router: metis_Router! - asset: metis_Asset! + type: stagingpolygonzkevm_RouterLiquidityEventType + router: stagingpolygonzkevm_Router! + asset: stagingpolygonzkevm_Asset! amount: BigInt! balance: BigInt! - caller: metis_Bytes + caller: stagingpolygonzkevm_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: metis_Bytes! + transactionHash: stagingpolygonzkevm_Bytes! nonce: BigInt! } -enum metis_RouterLiquidityEventType { +enum stagingpolygonzkevm_RouterLiquidityEventType { Add Remove } -input metis_RouterLiquidityEvent_filter { +input stagingpolygonzkevm_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -172634,10 +173082,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: stagingpolygonzkevm_RouterLiquidityEventType + type_not: stagingpolygonzkevm_RouterLiquidityEventType + type_in: [stagingpolygonzkevm_RouterLiquidityEventType!] + type_not_in: [stagingpolygonzkevm_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -172658,7 +173106,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_: stagingpolygonzkevm_Router_filter asset: String asset_not: String asset_gt: String @@ -172679,7 +173127,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_: stagingpolygonzkevm_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -172696,16 +173144,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: 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 @@ -172722,16 +173170,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: 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 @@ -172741,12 +173189,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_RouterLiquidityEvent_filter] + or: [stagingpolygonzkevm_RouterLiquidityEvent_filter] } -enum metis_RouterLiquidityEvent_orderBy { +enum stagingpolygonzkevm_RouterLiquidityEvent_orderBy { id type router @@ -172775,7 +173223,7 @@ enum metis_RouterLiquidityEvent_orderBy { nonce } -input metis_Router_filter { +input stagingpolygonzkevm_Router_filter { id: ID id_not: ID id_gt: ID @@ -172788,36 +173236,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: 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 @@ -172826,14 +173274,14 @@ input metis_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: metis_AssetBalance_filter + assetBalances_: stagingpolygonzkevm_AssetBalance_filter """Filter for the block changed event.""" - _change_block: metis_BlockChangedFilter - and: [metis_Router_filter] - or: [metis_Router_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Router_filter] + or: [stagingpolygonzkevm_Router_filter] } -enum metis_Router_orderBy { +enum stagingpolygonzkevm_Router_orderBy { id isActive owner @@ -172843,13 +173291,13 @@ enum metis_Router_orderBy { assetBalances } -type metis_Sequencer { +type stagingpolygonzkevm_Sequencer { id: ID! isActive: Boolean! - sequencer: metis_Bytes + sequencer: stagingpolygonzkevm_Bytes } -input metis_Sequencer_filter { +input stagingpolygonzkevm_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -172862,35 +173310,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: 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: metis_BlockChangedFilter - and: [metis_Sequencer_filter] - or: [metis_Sequencer_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Sequencer_filter] + or: [stagingpolygonzkevm_Sequencer_filter] } -enum metis_Sequencer_orderBy { +enum stagingpolygonzkevm_Sequencer_orderBy { id isActive sequencer } -type metis_Setting { +type stagingpolygonzkevm_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: metis_Bytes! + caller: stagingpolygonzkevm_Bytes! } -input metis_Setting_filter { +input stagingpolygonzkevm_Setting_filter { id: ID id_not: ID id_gt: ID @@ -172907,41 +173355,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: 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: metis_BlockChangedFilter - and: [metis_Setting_filter] - or: [metis_Setting_filter] + _change_block: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_Setting_filter] + or: [stagingpolygonzkevm_Setting_filter] } -enum metis_Setting_orderBy { +enum stagingpolygonzkevm_Setting_orderBy { id maxRoutersPerTransfer caller } -type metis_SlippageUpdate { +type stagingpolygonzkevm_SlippageUpdate { id: ID! - transfer: metis_DestinationTransfer! + transfer: stagingpolygonzkevm_DestinationTransfer! slippage: BigInt! - caller: metis_Bytes! - transactionHash: metis_Bytes! + caller: stagingpolygonzkevm_Bytes! + transactionHash: stagingpolygonzkevm_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input metis_SlippageUpdate_filter { +input stagingpolygonzkevm_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -172970,7 +173418,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_: stagingpolygonzkevm_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -172979,26 +173427,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: 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 @@ -173032,12 +173480,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_SlippageUpdate_filter] + or: [stagingpolygonzkevm_SlippageUpdate_filter] } -enum metis_SlippageUpdate_orderBy { +enum stagingpolygonzkevm_SlippageUpdate_orderBy { id transfer transfer__id @@ -173085,16 +173533,16 @@ enum metis_SlippageUpdate_orderBy { blockNumber } -type metis_SnapshotRoot { +type stagingpolygonzkevm_SnapshotRoot { id: ID! spokeDomain: BigInt - root: metis_Bytes! + root: stagingpolygonzkevm_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input metis_SnapshotRoot_filter { +input stagingpolygonzkevm_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -173111,16 +173559,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: 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 @@ -173146,12 +173594,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_SnapshotRoot_filter] + or: [stagingpolygonzkevm_SnapshotRoot_filter] } -enum metis_SnapshotRoot_orderBy { +enum stagingpolygonzkevm_SnapshotRoot_orderBy { id spokeDomain root @@ -173160,12 +173608,12 @@ enum metis_SnapshotRoot_orderBy { blockNumber } -type metis_SpokeConnectorMode { +type stagingpolygonzkevm_SpokeConnectorMode { id: ID! mode: String! } -input metis_SpokeConnectorMode_filter { +input stagingpolygonzkevm_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -173195,17 +173643,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: stagingpolygonzkevm_BlockChangedFilter + and: [stagingpolygonzkevm_SpokeConnectorMode_filter] + or: [stagingpolygonzkevm_SpokeConnectorMode_filter] } -enum metis_SpokeConnectorMode_orderBy { +enum stagingpolygonzkevm_SpokeConnectorMode_orderBy { id mode } -enum metis_TransferStatus { +enum stagingpolygonzkevm_TransferStatus { XCalled Executed Reconciled @@ -173213,17 +173661,19 @@ enum metis_TransferStatus { CompletedFast } -type metis__Block_ { +type stagingpolygonzkevm__Block_ { """The hash of the block""" - hash: metis_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 metis__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 @@ -173231,22 +173681,22 @@ type metis__Meta_ { and therefore asks for the latest block """ - block: metis__Block_! + block: stagingpolygonzkevm__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type bnb_AggregateRoot { +type stagingxlayer_AggregateRoot { id: ID! - root: bnb_Bytes! + root: stagingxlayer_Bytes! blockNumber: BigInt! } -type bnb_AggregateRootProposed { +type stagingxlayer_AggregateRootProposed { id: ID! - aggregateRoot: bnb_Bytes! + aggregateRoot: stagingxlayer_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -173254,7 +173704,7 @@ type bnb_AggregateRootProposed { blockNumber: BigInt } -input bnb_AggregateRootProposed_filter { +input stagingxlayer_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -173263,16 +173713,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: 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 @@ -173314,12 +173764,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: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_AggregateRootProposed_filter] + or: [stagingxlayer_AggregateRootProposed_filter] } -enum bnb_AggregateRootProposed_orderBy { +enum stagingxlayer_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -173329,7 +173779,7 @@ enum bnb_AggregateRootProposed_orderBy { blockNumber } -input bnb_AggregateRoot_filter { +input stagingxlayer_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -173338,16 +173788,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: 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 @@ -173357,42 +173807,42 @@ 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: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_AggregateRoot_filter] + or: [stagingxlayer_AggregateRoot_filter] } -enum bnb_AggregateRoot_orderBy { +enum stagingxlayer_AggregateRoot_orderBy { id root blockNumber } -type bnb_Asset { +type stagingxlayer_Asset { id: ID! - key: bnb_Bytes + key: stagingxlayer_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: bnb_Bytes + canonicalId: stagingxlayer_Bytes canonicalDomain: BigInt - adoptedAsset: bnb_Bytes - localAsset: bnb_Bytes + adoptedAsset: stagingxlayer_Bytes + localAsset: stagingxlayer_Bytes blockNumber: BigInt - status: bnb_AssetStatus + status: stagingxlayer_AssetStatus } -type bnb_AssetBalance { +type stagingxlayer_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: bnb_Router! - asset: bnb_Asset! + router: stagingxlayer_Router! + asset: stagingxlayer_Asset! feesEarned: BigInt! } -input bnb_AssetBalance_filter { +input stagingxlayer_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -173453,7 +173903,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_: stagingxlayer_Router_filter asset: String asset_not: String asset_gt: String @@ -173474,7 +173924,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_: stagingxlayer_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -173484,12 +173934,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: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_AssetBalance_filter] + or: [stagingxlayer_AssetBalance_filter] } -enum bnb_AssetBalance_orderBy { +enum stagingxlayer_AssetBalance_orderBy { id amount locked @@ -173515,12 +173965,12 @@ enum bnb_AssetBalance_orderBy { feesEarned } -type bnb_AssetStatus { +type stagingxlayer_AssetStatus { id: ID! status: Boolean } -input bnb_AssetStatus_filter { +input stagingxlayer_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -173534,17 +173984,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: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_AssetStatus_filter] + or: [stagingxlayer_AssetStatus_filter] } -enum bnb_AssetStatus_orderBy { +enum stagingxlayer_AssetStatus_orderBy { id status } -input bnb_Asset_filter { +input stagingxlayer_Asset_filter { id: ID id_not: ID id_gt: ID @@ -173553,16 +174003,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: 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 @@ -173579,16 +174029,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: 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 @@ -173597,26 +174047,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: 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 @@ -173645,14 +174095,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_: stagingxlayer_AssetStatus_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Asset_filter] - or: [bnb_Asset_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_Asset_filter] + or: [stagingxlayer_Asset_filter] } -enum bnb_Asset_orderBy { +enum stagingxlayer_Asset_orderBy { id key decimal @@ -173667,30 +174117,30 @@ enum bnb_Asset_orderBy { status__status } -scalar bnb_BigDecimal +scalar stagingxlayer_BigDecimal -input bnb_BlockChangedFilter { +input stagingxlayer_BlockChangedFilter { number_gte: Int! } -input bnb_Block_height { - hash: bnb_Bytes +input stagingxlayer_Block_height { + hash: stagingxlayer_Bytes number: Int number_gte: Int } -scalar bnb_Bytes +scalar stagingxlayer_Bytes -type bnb_ConnectorMeta { +type stagingxlayer_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: bnb_Bytes - rootManager: bnb_Bytes - mirrorConnector: bnb_Bytes + amb: stagingxlayer_Bytes + rootManager: stagingxlayer_Bytes + mirrorConnector: stagingxlayer_Bytes } -input bnb_ConnectorMeta_filter { +input stagingxlayer_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -173715,43 +174165,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: 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: bnb_BlockChangedFilter - and: [bnb_ConnectorMeta_filter] - or: [bnb_ConnectorMeta_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_ConnectorMeta_filter] + or: [stagingxlayer_ConnectorMeta_filter] } -enum bnb_ConnectorMeta_orderBy { +enum stagingxlayer_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -173760,48 +174210,48 @@ enum bnb_ConnectorMeta_orderBy { mirrorConnector } -type bnb_DestinationTransfer { +type stagingxlayer_DestinationTransfer { id: ID! chainId: BigInt - transferId: bnb_Bytes + transferId: stagingxlayer_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: 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: bnb_Bytes - delegate: bnb_Bytes + to: stagingxlayer_Bytes + delegate: stagingxlayer_Bytes receiveLocal: Boolean - callData: bnb_Bytes + callData: stagingxlayer_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: bnb_Bytes + originSender: stagingxlayer_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: bnb_Bytes - asset: bnb_Asset + canonicalId: stagingxlayer_Bytes + asset: stagingxlayer_Asset amount: BigInt routersFee: BigInt - executedCaller: bnb_Bytes - executedTransactionHash: bnb_Bytes + executedCaller: stagingxlayer_Bytes + executedTransactionHash: stagingxlayer_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: bnb_Bytes + executedTxOrigin: stagingxlayer_Bytes executedTxNonce: BigInt - reconciledCaller: bnb_Bytes - reconciledTransactionHash: bnb_Bytes + reconciledCaller: stagingxlayer_Bytes + reconciledTransactionHash: stagingxlayer_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: bnb_Bytes + reconciledTxOrigin: stagingxlayer_Bytes reconciledTxNonce: BigInt } -input bnb_DestinationTransfer_filter { +input stagingxlayer_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -173818,16 +174268,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: 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 @@ -173836,17 +174286,17 @@ input bnb_DestinationTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: bnb_TransferStatus - status_not: bnb_TransferStatus - status_in: [bnb_TransferStatus!] - status_not_in: [bnb_TransferStatus!] + status: 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_: bnb_Router_filter + routers_: stagingxlayer_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -173871,40 +174321,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: 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: 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: 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 @@ -173921,16 +174371,16 @@ input bnb_DestinationTransfer_filter { bumpSlippageCount_lte: BigInt bumpSlippageCount_in: [BigInt!] bumpSlippageCount_not_in: [BigInt!] - originSender: bnb_Bytes - originSender_not: bnb_Bytes - originSender_gt: bnb_Bytes - originSender_lt: bnb_Bytes - originSender_gte: bnb_Bytes - originSender_lte: bnb_Bytes - originSender_in: [bnb_Bytes!] - originSender_not_in: [bnb_Bytes!] - originSender_contains: bnb_Bytes - originSender_not_contains: bnb_Bytes + originSender: 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 @@ -173947,16 +174397,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: 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 @@ -173977,7 +174427,7 @@ input bnb_DestinationTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: bnb_Asset_filter + asset_: stagingxlayer_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -173994,26 +174444,26 @@ input bnb_DestinationTransfer_filter { routersFee_lte: BigInt routersFee_in: [BigInt!] routersFee_not_in: [BigInt!] - executedCaller: bnb_Bytes - executedCaller_not: bnb_Bytes - executedCaller_gt: bnb_Bytes - executedCaller_lt: bnb_Bytes - executedCaller_gte: bnb_Bytes - executedCaller_lte: bnb_Bytes - executedCaller_in: [bnb_Bytes!] - executedCaller_not_in: [bnb_Bytes!] - executedCaller_contains: bnb_Bytes - executedCaller_not_contains: bnb_Bytes - executedTransactionHash: bnb_Bytes - executedTransactionHash_not: bnb_Bytes - executedTransactionHash_gt: bnb_Bytes - executedTransactionHash_lt: bnb_Bytes - executedTransactionHash_gte: bnb_Bytes - executedTransactionHash_lte: bnb_Bytes - executedTransactionHash_in: [bnb_Bytes!] - executedTransactionHash_not_in: [bnb_Bytes!] - executedTransactionHash_contains: bnb_Bytes - executedTransactionHash_not_contains: bnb_Bytes + executedCaller: 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 @@ -174046,16 +174496,16 @@ input bnb_DestinationTransfer_filter { executedBlockNumber_lte: BigInt executedBlockNumber_in: [BigInt!] executedBlockNumber_not_in: [BigInt!] - executedTxOrigin: bnb_Bytes - executedTxOrigin_not: bnb_Bytes - executedTxOrigin_gt: bnb_Bytes - executedTxOrigin_lt: bnb_Bytes - executedTxOrigin_gte: bnb_Bytes - executedTxOrigin_lte: bnb_Bytes - executedTxOrigin_in: [bnb_Bytes!] - executedTxOrigin_not_in: [bnb_Bytes!] - executedTxOrigin_contains: bnb_Bytes - executedTxOrigin_not_contains: bnb_Bytes + executedTxOrigin: 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 @@ -174064,26 +174514,26 @@ input bnb_DestinationTransfer_filter { executedTxNonce_lte: BigInt executedTxNonce_in: [BigInt!] executedTxNonce_not_in: [BigInt!] - reconciledCaller: bnb_Bytes - reconciledCaller_not: bnb_Bytes - reconciledCaller_gt: bnb_Bytes - reconciledCaller_lt: bnb_Bytes - reconciledCaller_gte: bnb_Bytes - reconciledCaller_lte: bnb_Bytes - reconciledCaller_in: [bnb_Bytes!] - reconciledCaller_not_in: [bnb_Bytes!] - reconciledCaller_contains: bnb_Bytes - reconciledCaller_not_contains: bnb_Bytes - reconciledTransactionHash: bnb_Bytes - reconciledTransactionHash_not: bnb_Bytes - reconciledTransactionHash_gt: bnb_Bytes - reconciledTransactionHash_lt: bnb_Bytes - reconciledTransactionHash_gte: bnb_Bytes - reconciledTransactionHash_lte: bnb_Bytes - reconciledTransactionHash_in: [bnb_Bytes!] - reconciledTransactionHash_not_in: [bnb_Bytes!] - reconciledTransactionHash_contains: bnb_Bytes - reconciledTransactionHash_not_contains: bnb_Bytes + reconciledCaller: 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 @@ -174116,16 +174566,16 @@ input bnb_DestinationTransfer_filter { reconciledBlockNumber_lte: BigInt reconciledBlockNumber_in: [BigInt!] reconciledBlockNumber_not_in: [BigInt!] - reconciledTxOrigin: bnb_Bytes - reconciledTxOrigin_not: bnb_Bytes - reconciledTxOrigin_gt: bnb_Bytes - reconciledTxOrigin_lt: bnb_Bytes - reconciledTxOrigin_gte: bnb_Bytes - reconciledTxOrigin_lte: bnb_Bytes - reconciledTxOrigin_in: [bnb_Bytes!] - reconciledTxOrigin_not_in: [bnb_Bytes!] - reconciledTxOrigin_contains: bnb_Bytes - reconciledTxOrigin_not_contains: bnb_Bytes + reconciledTxOrigin: 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 @@ -174135,12 +174585,12 @@ input bnb_DestinationTransfer_filter { reconciledTxNonce_in: [BigInt!] reconciledTxNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_DestinationTransfer_filter] - or: [bnb_DestinationTransfer_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_DestinationTransfer_filter] + or: [stagingxlayer_DestinationTransfer_filter] } -enum bnb_DestinationTransfer_orderBy { +enum stagingxlayer_DestinationTransfer_orderBy { id chainId transferId @@ -174194,16 +174644,16 @@ enum bnb_DestinationTransfer_orderBy { 8 bytes signed integer """ -scalar bnb_Int8 +scalar stagingxlayer_Int8 -type bnb_OptimisticRootFinalized { +type stagingxlayer_OptimisticRootFinalized { id: ID! - aggregateRoot: bnb_Bytes! + aggregateRoot: stagingxlayer_Bytes! timestamp: BigInt! blockNumber: BigInt } -input bnb_OptimisticRootFinalized_filter { +input stagingxlayer_OptimisticRootFinalized_filter { id: ID id_not: ID id_gt: ID @@ -174212,16 +174662,16 @@ 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 + 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 @@ -174239,12 +174689,12 @@ 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: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_OptimisticRootFinalized_filter] + or: [stagingxlayer_OptimisticRootFinalized_filter] } -enum bnb_OptimisticRootFinalized_orderBy { +enum stagingxlayer_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -174252,25 +174702,25 @@ enum bnb_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum bnb_OrderDirection { +enum stagingxlayer_OrderDirection { asc desc } -type bnb_OriginMessage { +type stagingxlayer_OriginMessage { id: ID! - transferId: bnb_Bytes + transferId: stagingxlayer_Bytes destinationDomain: BigInt - leaf: bnb_Bytes + leaf: stagingxlayer_Bytes index: BigInt - message: bnb_Bytes - root: bnb_Bytes - transactionHash: bnb_Bytes + message: stagingxlayer_Bytes + root: stagingxlayer_Bytes + transactionHash: stagingxlayer_Bytes blockNumber: BigInt - rootCount: bnb_RootCount + rootCount: stagingxlayer_RootCount } -input bnb_OriginMessage_filter { +input stagingxlayer_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -174279,16 +174729,16 @@ input bnb_OriginMessage_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - transferId: bnb_Bytes - transferId_not: bnb_Bytes - transferId_gt: bnb_Bytes - transferId_lt: bnb_Bytes - transferId_gte: bnb_Bytes - transferId_lte: bnb_Bytes - transferId_in: [bnb_Bytes!] - transferId_not_in: [bnb_Bytes!] - transferId_contains: bnb_Bytes - transferId_not_contains: bnb_Bytes + transferId: 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 @@ -174297,16 +174747,16 @@ input bnb_OriginMessage_filter { destinationDomain_lte: BigInt destinationDomain_in: [BigInt!] destinationDomain_not_in: [BigInt!] - leaf: bnb_Bytes - leaf_not: bnb_Bytes - leaf_gt: bnb_Bytes - leaf_lt: bnb_Bytes - leaf_gte: bnb_Bytes - leaf_lte: bnb_Bytes - leaf_in: [bnb_Bytes!] - leaf_not_in: [bnb_Bytes!] - leaf_contains: bnb_Bytes - leaf_not_contains: bnb_Bytes + leaf: 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 @@ -174315,36 +174765,36 @@ input bnb_OriginMessage_filter { index_lte: BigInt index_in: [BigInt!] index_not_in: [BigInt!] - message: bnb_Bytes - message_not: bnb_Bytes - message_gt: bnb_Bytes - message_lt: bnb_Bytes - message_gte: bnb_Bytes - message_lte: bnb_Bytes - message_in: [bnb_Bytes!] - message_not_in: [bnb_Bytes!] - message_contains: bnb_Bytes - message_not_contains: bnb_Bytes - root: bnb_Bytes - root_not: bnb_Bytes - root_gt: bnb_Bytes - root_lt: bnb_Bytes - root_gte: bnb_Bytes - root_lte: bnb_Bytes - root_in: [bnb_Bytes!] - root_not_in: [bnb_Bytes!] - root_contains: bnb_Bytes - root_not_contains: bnb_Bytes - transactionHash: bnb_Bytes - transactionHash_not: bnb_Bytes - transactionHash_gt: bnb_Bytes - transactionHash_lt: bnb_Bytes - transactionHash_gte: bnb_Bytes - transactionHash_lte: bnb_Bytes - transactionHash_in: [bnb_Bytes!] - transactionHash_not_in: [bnb_Bytes!] - transactionHash_contains: bnb_Bytes - transactionHash_not_contains: bnb_Bytes + message: 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 @@ -174373,14 +174823,14 @@ input bnb_OriginMessage_filter { rootCount_ends_with_nocase: String rootCount_not_ends_with: String rootCount_not_ends_with_nocase: String - rootCount_: bnb_RootCount_filter + rootCount_: stagingxlayer_RootCount_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_OriginMessage_filter] - or: [bnb_OriginMessage_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_OriginMessage_filter] + or: [stagingxlayer_OriginMessage_filter] } -enum bnb_OriginMessage_orderBy { +enum stagingxlayer_OriginMessage_orderBy { id transferId destinationDomain @@ -174395,42 +174845,42 @@ enum bnb_OriginMessage_orderBy { rootCount__count } -type bnb_OriginTransfer { +type stagingxlayer_OriginTransfer { id: ID! chainId: BigInt - transferId: bnb_Bytes + transferId: stagingxlayer_Bytes nonce: BigInt - status: bnb_TransferStatus - messageHash: bnb_Bytes + status: stagingxlayer_TransferStatus + messageHash: stagingxlayer_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: bnb_Bytes - delegate: bnb_Bytes + to: stagingxlayer_Bytes + delegate: stagingxlayer_Bytes receiveLocal: Boolean - callData: bnb_Bytes + callData: stagingxlayer_Bytes slippage: BigInt - originSender: bnb_Bytes + originSender: stagingxlayer_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: bnb_Bytes - asset: bnb_Asset - transactingAsset: bnb_Bytes - message: bnb_OriginMessage + canonicalId: stagingxlayer_Bytes + asset: stagingxlayer_Asset + transactingAsset: stagingxlayer_Bytes + message: stagingxlayer_OriginMessage bumpRelayerFeeCount: BigInt - relayerFees(skip: Int = 0, first: Int = 100, orderBy: bnb_RelayerFee_orderBy, orderDirection: bnb_OrderDirection, where: bnb_RelayerFee_filter): [bnb_RelayerFee!] - initialRelayerFeeAsset: bnb_Bytes - caller: bnb_Bytes - transactionHash: bnb_Bytes + relayerFees(skip: Int = 0, first: Int = 100, orderBy: 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: bnb_Bytes + txOrigin: stagingxlayer_Bytes txNonce: BigInt } -input bnb_OriginTransfer_filter { +input stagingxlayer_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -174447,16 +174897,16 @@ input bnb_OriginTransfer_filter { chainId_lte: BigInt chainId_in: [BigInt!] chainId_not_in: [BigInt!] - transferId: bnb_Bytes - transferId_not: bnb_Bytes - transferId_gt: bnb_Bytes - transferId_lt: bnb_Bytes - transferId_gte: bnb_Bytes - transferId_lte: bnb_Bytes - transferId_in: [bnb_Bytes!] - transferId_not_in: [bnb_Bytes!] - transferId_contains: bnb_Bytes - transferId_not_contains: bnb_Bytes + transferId: 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 @@ -174465,20 +174915,20 @@ input bnb_OriginTransfer_filter { nonce_lte: BigInt nonce_in: [BigInt!] nonce_not_in: [BigInt!] - status: bnb_TransferStatus - status_not: bnb_TransferStatus - status_in: [bnb_TransferStatus!] - status_not_in: [bnb_TransferStatus!] - messageHash: bnb_Bytes - messageHash_not: bnb_Bytes - messageHash_gt: bnb_Bytes - messageHash_lt: bnb_Bytes - messageHash_gte: bnb_Bytes - messageHash_lte: bnb_Bytes - messageHash_in: [bnb_Bytes!] - messageHash_not_in: [bnb_Bytes!] - messageHash_contains: bnb_Bytes - messageHash_not_contains: bnb_Bytes + status: 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 @@ -174503,40 +174953,40 @@ input bnb_OriginTransfer_filter { canonicalDomain_lte: BigInt canonicalDomain_in: [BigInt!] canonicalDomain_not_in: [BigInt!] - to: bnb_Bytes - to_not: bnb_Bytes - to_gt: bnb_Bytes - to_lt: bnb_Bytes - to_gte: bnb_Bytes - to_lte: bnb_Bytes - to_in: [bnb_Bytes!] - to_not_in: [bnb_Bytes!] - to_contains: bnb_Bytes - to_not_contains: bnb_Bytes - delegate: bnb_Bytes - delegate_not: bnb_Bytes - delegate_gt: bnb_Bytes - delegate_lt: bnb_Bytes - delegate_gte: bnb_Bytes - delegate_lte: bnb_Bytes - delegate_in: [bnb_Bytes!] - delegate_not_in: [bnb_Bytes!] - delegate_contains: bnb_Bytes - delegate_not_contains: bnb_Bytes + to: 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: 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: 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 @@ -174545,16 +174995,16 @@ input bnb_OriginTransfer_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - originSender: bnb_Bytes - originSender_not: bnb_Bytes - originSender_gt: bnb_Bytes - originSender_lt: bnb_Bytes - originSender_gte: bnb_Bytes - originSender_lte: bnb_Bytes - originSender_in: [bnb_Bytes!] - originSender_not_in: [bnb_Bytes!] - originSender_contains: bnb_Bytes - originSender_not_contains: bnb_Bytes + originSender: 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 @@ -174571,16 +175021,16 @@ input bnb_OriginTransfer_filter { normalizedIn_lte: BigInt normalizedIn_in: [BigInt!] normalizedIn_not_in: [BigInt!] - canonicalId: bnb_Bytes - canonicalId_not: bnb_Bytes - canonicalId_gt: bnb_Bytes - canonicalId_lt: bnb_Bytes - canonicalId_gte: bnb_Bytes - canonicalId_lte: bnb_Bytes - canonicalId_in: [bnb_Bytes!] - canonicalId_not_in: [bnb_Bytes!] - canonicalId_contains: bnb_Bytes - canonicalId_not_contains: bnb_Bytes + canonicalId: 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 @@ -174601,17 +175051,17 @@ input bnb_OriginTransfer_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: bnb_Asset_filter - transactingAsset: bnb_Bytes - transactingAsset_not: bnb_Bytes - transactingAsset_gt: bnb_Bytes - transactingAsset_lt: bnb_Bytes - transactingAsset_gte: bnb_Bytes - transactingAsset_lte: bnb_Bytes - transactingAsset_in: [bnb_Bytes!] - transactingAsset_not_in: [bnb_Bytes!] - transactingAsset_contains: bnb_Bytes - transactingAsset_not_contains: bnb_Bytes + asset_: 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 @@ -174632,7 +175082,7 @@ input bnb_OriginTransfer_filter { message_ends_with_nocase: String message_not_ends_with: String message_not_ends_with_nocase: String - message_: bnb_OriginMessage_filter + message_: stagingxlayer_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -174647,37 +175097,37 @@ input bnb_OriginTransfer_filter { relayerFees_contains_nocase: [String!] relayerFees_not_contains: [String!] relayerFees_not_contains_nocase: [String!] - relayerFees_: bnb_RelayerFee_filter - initialRelayerFeeAsset: bnb_Bytes - initialRelayerFeeAsset_not: bnb_Bytes - initialRelayerFeeAsset_gt: bnb_Bytes - initialRelayerFeeAsset_lt: bnb_Bytes - initialRelayerFeeAsset_gte: bnb_Bytes - initialRelayerFeeAsset_lte: bnb_Bytes - initialRelayerFeeAsset_in: [bnb_Bytes!] - initialRelayerFeeAsset_not_in: [bnb_Bytes!] - initialRelayerFeeAsset_contains: bnb_Bytes - initialRelayerFeeAsset_not_contains: bnb_Bytes - caller: bnb_Bytes - caller_not: bnb_Bytes - caller_gt: bnb_Bytes - caller_lt: bnb_Bytes - caller_gte: bnb_Bytes - caller_lte: bnb_Bytes - caller_in: [bnb_Bytes!] - caller_not_in: [bnb_Bytes!] - caller_contains: bnb_Bytes - caller_not_contains: bnb_Bytes - transactionHash: bnb_Bytes - transactionHash_not: bnb_Bytes - transactionHash_gt: bnb_Bytes - transactionHash_lt: bnb_Bytes - transactionHash_gte: bnb_Bytes - transactionHash_lte: bnb_Bytes - transactionHash_in: [bnb_Bytes!] - transactionHash_not_in: [bnb_Bytes!] - transactionHash_contains: bnb_Bytes - transactionHash_not_contains: bnb_Bytes + relayerFees_: 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 @@ -174710,16 +175160,16 @@ input bnb_OriginTransfer_filter { blockNumber_lte: BigInt blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] - txOrigin: bnb_Bytes - txOrigin_not: bnb_Bytes - txOrigin_gt: bnb_Bytes - txOrigin_lt: bnb_Bytes - txOrigin_gte: bnb_Bytes - txOrigin_lte: bnb_Bytes - txOrigin_in: [bnb_Bytes!] - txOrigin_not_in: [bnb_Bytes!] - txOrigin_contains: bnb_Bytes - txOrigin_not_contains: bnb_Bytes + txOrigin: 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 @@ -174729,12 +175179,12 @@ input bnb_OriginTransfer_filter { txNonce_in: [BigInt!] txNonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_OriginTransfer_filter] - or: [bnb_OriginTransfer_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_OriginTransfer_filter] + or: [stagingxlayer_OriginTransfer_filter] } -enum bnb_OriginTransfer_orderBy { +enum stagingxlayer_OriginTransfer_orderBy { id chainId transferId @@ -174787,20 +175237,20 @@ enum bnb_OriginTransfer_orderBy { txNonce } -type bnb_Relayer { +type stagingxlayer_Relayer { id: ID! isActive: Boolean! - relayer: bnb_Bytes + relayer: stagingxlayer_Bytes } -type bnb_RelayerFee { +type stagingxlayer_RelayerFee { id: ID! - transfer: bnb_OriginTransfer! + transfer: stagingxlayer_OriginTransfer! fee: BigInt! - asset: bnb_Bytes! + asset: stagingxlayer_Bytes! } -input bnb_RelayerFee_filter { +input stagingxlayer_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -174829,7 +175279,7 @@ input bnb_RelayerFee_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: bnb_OriginTransfer_filter + transfer_: stagingxlayer_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -174838,23 +175288,23 @@ input bnb_RelayerFee_filter { fee_lte: BigInt fee_in: [BigInt!] fee_not_in: [BigInt!] - asset: bnb_Bytes - asset_not: bnb_Bytes - asset_gt: bnb_Bytes - asset_lt: bnb_Bytes - asset_gte: bnb_Bytes - asset_lte: bnb_Bytes - asset_in: [bnb_Bytes!] - asset_not_in: [bnb_Bytes!] - asset_contains: bnb_Bytes - asset_not_contains: bnb_Bytes + asset: 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: bnb_BlockChangedFilter - and: [bnb_RelayerFee_filter] - or: [bnb_RelayerFee_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_RelayerFee_filter] + or: [stagingxlayer_RelayerFee_filter] } -enum bnb_RelayerFee_orderBy { +enum stagingxlayer_RelayerFee_orderBy { id transfer transfer__id @@ -174890,20 +175340,20 @@ enum bnb_RelayerFee_orderBy { asset } -type bnb_RelayerFeesIncrease { +type stagingxlayer_RelayerFeesIncrease { id: ID! - transfer: bnb_OriginTransfer! + transfer: stagingxlayer_OriginTransfer! increase: BigInt - asset: bnb_Bytes - caller: bnb_Bytes! - transactionHash: bnb_Bytes! + asset: stagingxlayer_Bytes + caller: stagingxlayer_Bytes! + transactionHash: stagingxlayer_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input bnb_RelayerFeesIncrease_filter { +input stagingxlayer_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -174932,7 +175382,7 @@ input bnb_RelayerFeesIncrease_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: bnb_OriginTransfer_filter + transfer_: stagingxlayer_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -174941,36 +175391,36 @@ input bnb_RelayerFeesIncrease_filter { increase_lte: BigInt increase_in: [BigInt!] increase_not_in: [BigInt!] - asset: bnb_Bytes - asset_not: bnb_Bytes - asset_gt: bnb_Bytes - asset_lt: bnb_Bytes - asset_gte: bnb_Bytes - asset_lte: bnb_Bytes - asset_in: [bnb_Bytes!] - asset_not_in: [bnb_Bytes!] - asset_contains: bnb_Bytes - asset_not_contains: bnb_Bytes - caller: bnb_Bytes - caller_not: bnb_Bytes - caller_gt: bnb_Bytes - caller_lt: bnb_Bytes - caller_gte: bnb_Bytes - caller_lte: bnb_Bytes - caller_in: [bnb_Bytes!] - caller_not_in: [bnb_Bytes!] - caller_contains: bnb_Bytes - caller_not_contains: bnb_Bytes - transactionHash: bnb_Bytes - transactionHash_not: bnb_Bytes - transactionHash_gt: bnb_Bytes - transactionHash_lt: bnb_Bytes - transactionHash_gte: bnb_Bytes - transactionHash_lte: bnb_Bytes - transactionHash_in: [bnb_Bytes!] - transactionHash_not_in: [bnb_Bytes!] - transactionHash_contains: bnb_Bytes - transactionHash_not_contains: bnb_Bytes + asset: 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 @@ -175004,12 +175454,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: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_RelayerFeesIncrease_filter] + or: [stagingxlayer_RelayerFeesIncrease_filter] } -enum bnb_RelayerFeesIncrease_orderBy { +enum stagingxlayer_RelayerFeesIncrease_orderBy { id transfer transfer__id @@ -175051,7 +175501,7 @@ enum bnb_RelayerFeesIncrease_orderBy { blockNumber } -input bnb_Relayer_filter { +input stagingxlayer_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -175064,34 +175514,34 @@ input bnb_Relayer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - relayer: bnb_Bytes - relayer_not: bnb_Bytes - relayer_gt: bnb_Bytes - relayer_lt: bnb_Bytes - relayer_gte: bnb_Bytes - relayer_lte: bnb_Bytes - relayer_in: [bnb_Bytes!] - relayer_not_in: [bnb_Bytes!] - relayer_contains: bnb_Bytes - relayer_not_contains: bnb_Bytes + relayer: 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: bnb_BlockChangedFilter - and: [bnb_Relayer_filter] - or: [bnb_Relayer_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_Relayer_filter] + or: [stagingxlayer_Relayer_filter] } -enum bnb_Relayer_orderBy { +enum stagingxlayer_Relayer_orderBy { id isActive relayer } -type bnb_RootCount { +type stagingxlayer_RootCount { id: ID! count: BigInt } -input bnb_RootCount_filter { +input stagingxlayer_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -175109,31 +175559,31 @@ input bnb_RootCount_filter { count_in: [BigInt!] count_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_RootCount_filter] - or: [bnb_RootCount_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_RootCount_filter] + or: [stagingxlayer_RootCount_filter] } -enum bnb_RootCount_orderBy { +enum stagingxlayer_RootCount_orderBy { id count } -type bnb_RootMessageSent { +type stagingxlayer_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: bnb_Bytes + root: stagingxlayer_Bytes count: BigInt - caller: bnb_Bytes - transactionHash: bnb_Bytes + caller: stagingxlayer_Bytes + transactionHash: stagingxlayer_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input bnb_RootMessageSent_filter { +input stagingxlayer_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -175158,16 +175608,16 @@ input bnb_RootMessageSent_filter { hubDomain_lte: BigInt hubDomain_in: [BigInt!] hubDomain_not_in: [BigInt!] - root: bnb_Bytes - root_not: bnb_Bytes - root_gt: bnb_Bytes - root_lt: bnb_Bytes - root_gte: bnb_Bytes - root_lte: bnb_Bytes - root_in: [bnb_Bytes!] - root_not_in: [bnb_Bytes!] - root_contains: bnb_Bytes - root_not_contains: bnb_Bytes + root: 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 @@ -175176,26 +175626,26 @@ input bnb_RootMessageSent_filter { count_lte: BigInt count_in: [BigInt!] count_not_in: [BigInt!] - caller: bnb_Bytes - caller_not: bnb_Bytes - caller_gt: bnb_Bytes - caller_lt: bnb_Bytes - caller_gte: bnb_Bytes - caller_lte: bnb_Bytes - caller_in: [bnb_Bytes!] - caller_not_in: [bnb_Bytes!] - caller_contains: bnb_Bytes - caller_not_contains: bnb_Bytes - transactionHash: bnb_Bytes - transactionHash_not: bnb_Bytes - transactionHash_gt: bnb_Bytes - transactionHash_lt: bnb_Bytes - transactionHash_gte: bnb_Bytes - transactionHash_lte: bnb_Bytes - transactionHash_in: [bnb_Bytes!] - transactionHash_not_in: [bnb_Bytes!] - transactionHash_contains: bnb_Bytes - transactionHash_not_contains: bnb_Bytes + caller: 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 @@ -175229,12 +175679,12 @@ input bnb_RootMessageSent_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_RootMessageSent_filter] - or: [bnb_RootMessageSent_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_RootMessageSent_filter] + or: [stagingxlayer_RootMessageSent_filter] } -enum bnb_RootMessageSent_orderBy { +enum stagingxlayer_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -175248,25 +175698,25 @@ enum bnb_RootMessageSent_orderBy { blockNumber } -type bnb_Router { +type stagingxlayer_Router { id: ID! isActive: Boolean! - owner: bnb_Bytes - recipient: bnb_Bytes - proposedOwner: bnb_Bytes + owner: stagingxlayer_Bytes + recipient: stagingxlayer_Bytes + proposedOwner: stagingxlayer_Bytes proposedTimestamp: BigInt - assetBalances(skip: Int = 0, first: Int = 100, orderBy: bnb_AssetBalance_orderBy, orderDirection: bnb_OrderDirection, where: bnb_AssetBalance_filter): [bnb_AssetBalance!]! + assetBalances(skip: Int = 0, first: Int = 100, orderBy: stagingxlayer_AssetBalance_orderBy, orderDirection: stagingxlayer_OrderDirection, where: stagingxlayer_AssetBalance_filter): [stagingxlayer_AssetBalance!]! } -type bnb_RouterDailyTVL { +type stagingxlayer_RouterDailyTVL { id: ID! - router: bnb_Router! - asset: bnb_Asset! + router: stagingxlayer_Router! + asset: stagingxlayer_Asset! timestamp: BigInt! balance: BigInt! } -input bnb_RouterDailyTVL_filter { +input stagingxlayer_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -175295,7 +175745,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_: stagingxlayer_Router_filter asset: String asset_not: String asset_gt: String @@ -175316,7 +175766,7 @@ input bnb_RouterDailyTVL_filter { asset_ends_with_nocase: String asset_not_ends_with: String asset_not_ends_with_nocase: String - asset_: bnb_Asset_filter + asset_: stagingxlayer_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -175334,12 +175784,12 @@ input bnb_RouterDailyTVL_filter { balance_in: [BigInt!] balance_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_RouterDailyTVL_filter] - or: [bnb_RouterDailyTVL_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_RouterDailyTVL_filter] + or: [stagingxlayer_RouterDailyTVL_filter] } -enum bnb_RouterDailyTVL_orderBy { +enum stagingxlayer_RouterDailyTVL_orderBy { id router router__id @@ -175362,26 +175812,26 @@ enum bnb_RouterDailyTVL_orderBy { balance } -type bnb_RouterLiquidityEvent { +type stagingxlayer_RouterLiquidityEvent { id: ID! - type: bnb_RouterLiquidityEventType - router: bnb_Router! - asset: bnb_Asset! + type: stagingxlayer_RouterLiquidityEventType + router: stagingxlayer_Router! + asset: stagingxlayer_Asset! amount: BigInt! balance: BigInt! - caller: bnb_Bytes + caller: stagingxlayer_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: bnb_Bytes! + transactionHash: stagingxlayer_Bytes! nonce: BigInt! } -enum bnb_RouterLiquidityEventType { +enum stagingxlayer_RouterLiquidityEventType { Add Remove } -input bnb_RouterLiquidityEvent_filter { +input stagingxlayer_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -175390,10 +175840,10 @@ 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!] + type: stagingxlayer_RouterLiquidityEventType + type_not: stagingxlayer_RouterLiquidityEventType + type_in: [stagingxlayer_RouterLiquidityEventType!] + type_not_in: [stagingxlayer_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -175414,7 +175864,7 @@ input bnb_RouterLiquidityEvent_filter { router_ends_with_nocase: String router_not_ends_with: String router_not_ends_with_nocase: String - router_: bnb_Router_filter + router_: stagingxlayer_Router_filter asset: String asset_not: String asset_gt: String @@ -175435,7 +175885,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_: stagingxlayer_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -175452,16 +175902,16 @@ input bnb_RouterLiquidityEvent_filter { balance_lte: BigInt balance_in: [BigInt!] balance_not_in: [BigInt!] - caller: bnb_Bytes - caller_not: bnb_Bytes - caller_gt: bnb_Bytes - caller_lt: bnb_Bytes - caller_gte: bnb_Bytes - caller_lte: bnb_Bytes - caller_in: [bnb_Bytes!] - caller_not_in: [bnb_Bytes!] - caller_contains: bnb_Bytes - caller_not_contains: bnb_Bytes + 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 @@ -175478,16 +175928,16 @@ input bnb_RouterLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transactionHash: bnb_Bytes - transactionHash_not: bnb_Bytes - transactionHash_gt: bnb_Bytes - transactionHash_lt: bnb_Bytes - transactionHash_gte: bnb_Bytes - transactionHash_lte: bnb_Bytes - transactionHash_in: [bnb_Bytes!] - transactionHash_not_in: [bnb_Bytes!] - transactionHash_contains: bnb_Bytes - transactionHash_not_contains: bnb_Bytes + 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 @@ -175497,12 +175947,12 @@ input bnb_RouterLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_RouterLiquidityEvent_filter] - or: [bnb_RouterLiquidityEvent_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_RouterLiquidityEvent_filter] + or: [stagingxlayer_RouterLiquidityEvent_filter] } -enum bnb_RouterLiquidityEvent_orderBy { +enum stagingxlayer_RouterLiquidityEvent_orderBy { id type router @@ -175531,7 +175981,7 @@ enum bnb_RouterLiquidityEvent_orderBy { nonce } -input bnb_Router_filter { +input stagingxlayer_Router_filter { id: ID id_not: ID id_gt: ID @@ -175544,36 +175994,36 @@ input bnb_Router_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - owner: bnb_Bytes - owner_not: bnb_Bytes - owner_gt: bnb_Bytes - owner_lt: bnb_Bytes - owner_gte: bnb_Bytes - owner_lte: bnb_Bytes - owner_in: [bnb_Bytes!] - owner_not_in: [bnb_Bytes!] - owner_contains: bnb_Bytes - owner_not_contains: bnb_Bytes - recipient: bnb_Bytes - recipient_not: bnb_Bytes - recipient_gt: bnb_Bytes - recipient_lt: bnb_Bytes - recipient_gte: bnb_Bytes - recipient_lte: bnb_Bytes - recipient_in: [bnb_Bytes!] - recipient_not_in: [bnb_Bytes!] - recipient_contains: bnb_Bytes - recipient_not_contains: bnb_Bytes - proposedOwner: bnb_Bytes - proposedOwner_not: bnb_Bytes - proposedOwner_gt: bnb_Bytes - proposedOwner_lt: bnb_Bytes - proposedOwner_gte: bnb_Bytes - proposedOwner_lte: bnb_Bytes - proposedOwner_in: [bnb_Bytes!] - proposedOwner_not_in: [bnb_Bytes!] - proposedOwner_contains: bnb_Bytes - proposedOwner_not_contains: bnb_Bytes + owner: 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 @@ -175582,14 +176032,14 @@ input bnb_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: bnb_AssetBalance_filter + assetBalances_: stagingxlayer_AssetBalance_filter """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_Router_filter] - or: [bnb_Router_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_Router_filter] + or: [stagingxlayer_Router_filter] } -enum bnb_Router_orderBy { +enum stagingxlayer_Router_orderBy { id isActive owner @@ -175599,13 +176049,13 @@ enum bnb_Router_orderBy { assetBalances } -type bnb_Sequencer { +type stagingxlayer_Sequencer { id: ID! isActive: Boolean! - sequencer: bnb_Bytes + sequencer: stagingxlayer_Bytes } -input bnb_Sequencer_filter { +input stagingxlayer_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -175618,35 +176068,35 @@ input bnb_Sequencer_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - sequencer: bnb_Bytes - sequencer_not: bnb_Bytes - sequencer_gt: bnb_Bytes - sequencer_lt: bnb_Bytes - sequencer_gte: bnb_Bytes - sequencer_lte: bnb_Bytes - sequencer_in: [bnb_Bytes!] - sequencer_not_in: [bnb_Bytes!] - sequencer_contains: bnb_Bytes - sequencer_not_contains: bnb_Bytes + sequencer: 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: bnb_BlockChangedFilter - and: [bnb_Sequencer_filter] - or: [bnb_Sequencer_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_Sequencer_filter] + or: [stagingxlayer_Sequencer_filter] } -enum bnb_Sequencer_orderBy { +enum stagingxlayer_Sequencer_orderBy { id isActive sequencer } -type bnb_Setting { +type stagingxlayer_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: bnb_Bytes! + caller: stagingxlayer_Bytes! } -input bnb_Setting_filter { +input stagingxlayer_Setting_filter { id: ID id_not: ID id_gt: ID @@ -175663,41 +176113,41 @@ input bnb_Setting_filter { maxRoutersPerTransfer_lte: BigInt maxRoutersPerTransfer_in: [BigInt!] maxRoutersPerTransfer_not_in: [BigInt!] - caller: bnb_Bytes - caller_not: bnb_Bytes - caller_gt: bnb_Bytes - caller_lt: bnb_Bytes - caller_gte: bnb_Bytes - caller_lte: bnb_Bytes - caller_in: [bnb_Bytes!] - caller_not_in: [bnb_Bytes!] - caller_contains: bnb_Bytes - caller_not_contains: bnb_Bytes + caller: 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: bnb_BlockChangedFilter - and: [bnb_Setting_filter] - or: [bnb_Setting_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_Setting_filter] + or: [stagingxlayer_Setting_filter] } -enum bnb_Setting_orderBy { +enum stagingxlayer_Setting_orderBy { id maxRoutersPerTransfer caller } -type bnb_SlippageUpdate { +type stagingxlayer_SlippageUpdate { id: ID! - transfer: bnb_DestinationTransfer! + transfer: stagingxlayer_DestinationTransfer! slippage: BigInt! - caller: bnb_Bytes! - transactionHash: bnb_Bytes! + caller: stagingxlayer_Bytes! + transactionHash: stagingxlayer_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input bnb_SlippageUpdate_filter { +input stagingxlayer_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -175726,7 +176176,7 @@ input bnb_SlippageUpdate_filter { transfer_ends_with_nocase: String transfer_not_ends_with: String transfer_not_ends_with_nocase: String - transfer_: bnb_DestinationTransfer_filter + transfer_: stagingxlayer_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -175735,26 +176185,26 @@ input bnb_SlippageUpdate_filter { slippage_lte: BigInt slippage_in: [BigInt!] slippage_not_in: [BigInt!] - caller: bnb_Bytes - caller_not: bnb_Bytes - caller_gt: bnb_Bytes - caller_lt: bnb_Bytes - caller_gte: bnb_Bytes - caller_lte: bnb_Bytes - caller_in: [bnb_Bytes!] - caller_not_in: [bnb_Bytes!] - caller_contains: bnb_Bytes - caller_not_contains: bnb_Bytes - transactionHash: bnb_Bytes - transactionHash_not: bnb_Bytes - transactionHash_gt: bnb_Bytes - transactionHash_lt: bnb_Bytes - transactionHash_gte: bnb_Bytes - transactionHash_lte: bnb_Bytes - transactionHash_in: [bnb_Bytes!] - transactionHash_not_in: [bnb_Bytes!] - transactionHash_contains: bnb_Bytes - transactionHash_not_contains: bnb_Bytes + caller: 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 @@ -175788,12 +176238,12 @@ 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: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_SlippageUpdate_filter] + or: [stagingxlayer_SlippageUpdate_filter] } -enum bnb_SlippageUpdate_orderBy { +enum stagingxlayer_SlippageUpdate_orderBy { id transfer transfer__id @@ -175841,16 +176291,16 @@ enum bnb_SlippageUpdate_orderBy { blockNumber } -type bnb_SnapshotRoot { +type stagingxlayer_SnapshotRoot { id: ID! spokeDomain: BigInt - root: bnb_Bytes! + root: stagingxlayer_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input bnb_SnapshotRoot_filter { +input stagingxlayer_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -175867,16 +176317,16 @@ input bnb_SnapshotRoot_filter { 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 + 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 @@ -175902,12 +176352,12 @@ input bnb_SnapshotRoot_filter { blockNumber_in: [BigInt!] blockNumber_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: bnb_BlockChangedFilter - and: [bnb_SnapshotRoot_filter] - or: [bnb_SnapshotRoot_filter] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_SnapshotRoot_filter] + or: [stagingxlayer_SnapshotRoot_filter] } -enum bnb_SnapshotRoot_orderBy { +enum stagingxlayer_SnapshotRoot_orderBy { id spokeDomain root @@ -175916,12 +176366,12 @@ enum bnb_SnapshotRoot_orderBy { blockNumber } -type bnb_SpokeConnectorMode { +type stagingxlayer_SpokeConnectorMode { id: ID! mode: String! } -input bnb_SpokeConnectorMode_filter { +input stagingxlayer_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -175951,17 +176401,17 @@ input bnb_SpokeConnectorMode_filter { 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] + _change_block: stagingxlayer_BlockChangedFilter + and: [stagingxlayer_SpokeConnectorMode_filter] + or: [stagingxlayer_SpokeConnectorMode_filter] } -enum bnb_SpokeConnectorMode_orderBy { +enum stagingxlayer_SpokeConnectorMode_orderBy { id mode } -enum bnb_TransferStatus { +enum stagingxlayer_TransferStatus { XCalled Executed Reconciled @@ -175969,9 +176419,9 @@ enum bnb_TransferStatus { CompletedFast } -type bnb__Block_ { +type stagingxlayer__Block_ { """The hash of the block""" - hash: bnb_Bytes + hash: stagingxlayer_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -175979,7 +176429,7 @@ type bnb__Block_ { } """The type for the top-level _meta field""" -type bnb__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 @@ -175987,22 +176437,22 @@ type bnb__Meta_ { and therefore asks for the latest block """ - block: bnb__Block_! + block: stagingxlayer__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -type xlayer_AggregateRoot { +type staginglinea_AggregateRoot { id: ID! - root: xlayer_Bytes! + root: staginglinea_Bytes! blockNumber: BigInt! } -type xlayer_AggregateRootProposed { +type staginglinea_AggregateRootProposed { id: ID! - aggregateRoot: xlayer_Bytes! + aggregateRoot: staginglinea_Bytes! rootTimestamp: BigInt! endOfDispute: BigInt! domain: BigInt! @@ -176010,7 +176460,7 @@ type xlayer_AggregateRootProposed { blockNumber: BigInt } -input xlayer_AggregateRootProposed_filter { +input staginglinea_AggregateRootProposed_filter { id: ID id_not: ID id_gt: ID @@ -176019,16 +176469,12 @@ 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: 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 @@ -176070,12 +176516,10 @@ 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: staginglinea_BlockChangedFilter } -enum xlayer_AggregateRootProposed_orderBy { +enum staginglinea_AggregateRootProposed_orderBy { id aggregateRoot rootTimestamp @@ -176085,7 +176529,7 @@ enum xlayer_AggregateRootProposed_orderBy { blockNumber } -input xlayer_AggregateRoot_filter { +input staginglinea_AggregateRoot_filter { id: ID id_not: ID id_gt: ID @@ -176094,16 +176538,12 @@ 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: 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 @@ -176113,42 +176553,40 @@ 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: staginglinea_BlockChangedFilter } -enum xlayer_AggregateRoot_orderBy { +enum staginglinea_AggregateRoot_orderBy { id root blockNumber } -type xlayer_Asset { +type staginglinea_Asset { id: ID! - key: xlayer_Bytes + key: staginglinea_Bytes decimal: BigInt adoptedDecimal: BigInt - canonicalId: xlayer_Bytes + canonicalId: staginglinea_Bytes canonicalDomain: BigInt - adoptedAsset: xlayer_Bytes - localAsset: xlayer_Bytes + adoptedAsset: staginglinea_Bytes + localAsset: staginglinea_Bytes blockNumber: BigInt - status: xlayer_AssetStatus + status: staginglinea_AssetStatus } -type xlayer_AssetBalance { +type staginglinea_AssetBalance { id: ID! amount: BigInt! locked: BigInt! supplied: BigInt! removed: BigInt! - router: xlayer_Router! - asset: xlayer_Asset! + router: staginglinea_Router! + asset: staginglinea_Asset! feesEarned: BigInt! } -input xlayer_AssetBalance_filter { +input staginglinea_AssetBalance_filter { id: ID id_not: ID id_gt: ID @@ -176209,7 +176647,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_: staginglinea_Router_filter asset: String asset_not: String asset_gt: String @@ -176230,7 +176668,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_: staginglinea_Asset_filter feesEarned: BigInt feesEarned_not: BigInt feesEarned_gt: BigInt @@ -176240,43 +176678,26 @@ 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: staginglinea_BlockChangedFilter } -enum xlayer_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 xlayer_AssetStatus { +type staginglinea_AssetStatus { id: ID! status: Boolean } -input xlayer_AssetStatus_filter { +input staginglinea_AssetStatus_filter { id: ID id_not: ID id_gt: ID @@ -176290,17 +176711,15 @@ 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: staginglinea_BlockChangedFilter } -enum xlayer_AssetStatus_orderBy { +enum staginglinea_AssetStatus_orderBy { id status } -input xlayer_Asset_filter { +input staginglinea_Asset_filter { id: ID id_not: ID id_gt: ID @@ -176309,16 +176728,12 @@ 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: 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 @@ -176335,16 +176750,12 @@ 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: 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 @@ -176353,26 +176764,18 @@ 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: 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 @@ -176401,14 +176804,12 @@ 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_: staginglinea_AssetStatus_filter """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_Asset_filter] - or: [xlayer_Asset_filter] + _change_block: staginglinea_BlockChangedFilter } -enum xlayer_Asset_orderBy { +enum staginglinea_Asset_orderBy { id key decimal @@ -176419,34 +176820,32 @@ enum xlayer_Asset_orderBy { localAsset blockNumber status - status__id - status__status } -scalar xlayer_BigDecimal +scalar staginglinea_BigDecimal -input xlayer_BlockChangedFilter { +input staginglinea_BlockChangedFilter { number_gte: Int! } -input xlayer_Block_height { - hash: xlayer_Bytes +input staginglinea_Block_height { + hash: staginglinea_Bytes number: Int number_gte: Int } -scalar xlayer_Bytes +scalar staginglinea_Bytes -type xlayer_ConnectorMeta { +type staginglinea_ConnectorMeta { id: ID! spokeDomain: BigInt hubDomain: BigInt - amb: xlayer_Bytes - rootManager: xlayer_Bytes - mirrorConnector: xlayer_Bytes + amb: staginglinea_Bytes + rootManager: staginglinea_Bytes + mirrorConnector: staginglinea_Bytes } -input xlayer_ConnectorMeta_filter { +input staginglinea_ConnectorMeta_filter { id: ID id_not: ID id_gt: ID @@ -176471,43 +176870,29 @@ 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: 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: xlayer_BlockChangedFilter - and: [xlayer_ConnectorMeta_filter] - or: [xlayer_ConnectorMeta_filter] + _change_block: staginglinea_BlockChangedFilter } -enum xlayer_ConnectorMeta_orderBy { +enum staginglinea_ConnectorMeta_orderBy { id spokeDomain hubDomain @@ -176516,48 +176901,48 @@ enum xlayer_ConnectorMeta_orderBy { mirrorConnector } -type xlayer_DestinationTransfer { +type staginglinea_DestinationTransfer { id: ID! chainId: BigInt - transferId: xlayer_Bytes + transferId: staginglinea_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: 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: xlayer_Bytes - delegate: xlayer_Bytes + to: staginglinea_Bytes + delegate: staginglinea_Bytes receiveLocal: Boolean - callData: xlayer_Bytes + callData: staginglinea_Bytes slippage: BigInt bumpSlippageCount: BigInt - originSender: xlayer_Bytes + originSender: staginglinea_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: xlayer_Bytes - asset: xlayer_Asset + canonicalId: staginglinea_Bytes + asset: staginglinea_Asset amount: BigInt routersFee: BigInt - executedCaller: xlayer_Bytes - executedTransactionHash: xlayer_Bytes + executedCaller: staginglinea_Bytes + executedTransactionHash: staginglinea_Bytes executedTimestamp: BigInt executedGasPrice: BigInt executedGasLimit: BigInt executedBlockNumber: BigInt - executedTxOrigin: xlayer_Bytes + executedTxOrigin: staginglinea_Bytes executedTxNonce: BigInt - reconciledCaller: xlayer_Bytes - reconciledTransactionHash: xlayer_Bytes + reconciledCaller: staginglinea_Bytes + reconciledTransactionHash: staginglinea_Bytes reconciledTimestamp: BigInt reconciledGasPrice: BigInt reconciledGasLimit: BigInt reconciledBlockNumber: BigInt - reconciledTxOrigin: xlayer_Bytes + reconciledTxOrigin: staginglinea_Bytes reconciledTxNonce: BigInt } -input xlayer_DestinationTransfer_filter { +input staginglinea_DestinationTransfer_filter { id: ID id_not: ID id_gt: ID @@ -176574,16 +176959,12 @@ 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: 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 @@ -176592,17 +176973,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: 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_: xlayer_Router_filter + routers_: staginglinea_Router_filter originDomain: BigInt originDomain_not: BigInt originDomain_gt: BigInt @@ -176627,40 +177008,28 @@ 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: 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: 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: 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 @@ -176677,16 +177046,12 @@ 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: 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 @@ -176703,16 +177068,12 @@ 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: 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 @@ -176733,7 +177094,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_: staginglinea_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -176750,26 +177111,18 @@ 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: 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 @@ -176802,16 +177155,12 @@ 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: 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 @@ -176820,26 +177169,18 @@ 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: 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 @@ -176872,16 +177213,12 @@ 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: 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 @@ -176891,12 +177228,10 @@ 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: staginglinea_BlockChangedFilter } -enum xlayer_DestinationTransfer_orderBy { +enum staginglinea_DestinationTransfer_orderBy { id chainId transferId @@ -176917,15 +177252,6 @@ enum xlayer_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 @@ -176946,38 +177272,28 @@ enum xlayer_DestinationTransfer_orderBy { reconciledTxNonce } -""" -8 bytes signed integer - -""" -scalar xlayer_Int8 - -type xlayer_OptimisticRootFinalized { +type staginglinea_OptimisticRootFinalized { id: ID! - aggregateRoot: xlayer_Bytes! + aggregateRoot: staginglinea_Bytes! timestamp: BigInt! blockNumber: BigInt } -input xlayer_OptimisticRootFinalized_filter { +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: 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 + 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 @@ -176995,12 +177311,10 @@ 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: staginglinea_BlockChangedFilter } -enum xlayer_OptimisticRootFinalized_orderBy { +enum staginglinea_OptimisticRootFinalized_orderBy { id aggregateRoot timestamp @@ -177008,25 +177322,25 @@ enum xlayer_OptimisticRootFinalized_orderBy { } """Defines the order direction, either ascending or descending""" -enum xlayer_OrderDirection { +enum staginglinea_OrderDirection { asc desc } -type xlayer_OriginMessage { +type staginglinea_OriginMessage { id: ID! - transferId: xlayer_Bytes + transferId: staginglinea_Bytes destinationDomain: BigInt - leaf: xlayer_Bytes + leaf: staginglinea_Bytes index: BigInt - message: xlayer_Bytes - root: xlayer_Bytes - transactionHash: xlayer_Bytes + message: staginglinea_Bytes + root: staginglinea_Bytes + transactionHash: staginglinea_Bytes blockNumber: BigInt - rootCount: xlayer_RootCount + rootCount: staginglinea_RootCount } -input xlayer_OriginMessage_filter { +input staginglinea_OriginMessage_filter { id: ID id_not: ID id_gt: ID @@ -177035,16 +177349,12 @@ 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: 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 @@ -177053,16 +177363,12 @@ 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: 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 @@ -177071,36 +177377,24 @@ 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: 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 @@ -177129,14 +177423,12 @@ 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_: staginglinea_RootCount_filter """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_OriginMessage_filter] - or: [xlayer_OriginMessage_filter] + _change_block: staginglinea_BlockChangedFilter } -enum xlayer_OriginMessage_orderBy { +enum staginglinea_OriginMessage_orderBy { id transferId destinationDomain @@ -177147,46 +177439,44 @@ enum xlayer_OriginMessage_orderBy { transactionHash blockNumber rootCount - rootCount__id - rootCount__count } -type xlayer_OriginTransfer { +type staginglinea_OriginTransfer { id: ID! chainId: BigInt - transferId: xlayer_Bytes + transferId: staginglinea_Bytes nonce: BigInt - status: xlayer_TransferStatus - messageHash: xlayer_Bytes + status: staginglinea_TransferStatus + messageHash: staginglinea_Bytes originDomain: BigInt destinationDomain: BigInt canonicalDomain: BigInt - to: xlayer_Bytes - delegate: xlayer_Bytes + to: staginglinea_Bytes + delegate: staginglinea_Bytes receiveLocal: Boolean - callData: xlayer_Bytes + callData: staginglinea_Bytes slippage: BigInt - originSender: xlayer_Bytes + originSender: staginglinea_Bytes bridgedAmt: BigInt normalizedIn: BigInt - canonicalId: xlayer_Bytes - asset: xlayer_Asset - transactingAsset: xlayer_Bytes - message: xlayer_OriginMessage + canonicalId: staginglinea_Bytes + asset: staginglinea_Asset + transactingAsset: staginglinea_Bytes + message: staginglinea_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: 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: xlayer_Bytes + txOrigin: staginglinea_Bytes txNonce: BigInt } -input xlayer_OriginTransfer_filter { +input staginglinea_OriginTransfer_filter { id: ID id_not: ID id_gt: ID @@ -177203,16 +177493,12 @@ 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: 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 @@ -177221,20 +177507,16 @@ 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: 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 @@ -177259,40 +177541,28 @@ 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: 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: 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: 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 @@ -177301,16 +177571,12 @@ 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: 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 @@ -177327,16 +177593,12 @@ 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: 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 @@ -177357,17 +177619,13 @@ 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_: 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 @@ -177388,7 +177646,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_: staginglinea_OriginMessage_filter bumpRelayerFeeCount: BigInt bumpRelayerFeeCount_not: BigInt bumpRelayerFeeCount_gt: BigInt @@ -177403,37 +177661,25 @@ 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_: 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 @@ -177466,16 +177712,12 @@ 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: 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 @@ -177485,12 +177727,10 @@ 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: staginglinea_BlockChangedFilter } -enum xlayer_OriginTransfer_orderBy { +enum staginglinea_OriginTransfer_orderBy { id chainId transferId @@ -177510,26 +177750,8 @@ enum xlayer_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 @@ -177543,20 +177765,20 @@ enum xlayer_OriginTransfer_orderBy { txNonce } -type xlayer_Relayer { +type staginglinea_Relayer { id: ID! isActive: Boolean! - relayer: xlayer_Bytes + relayer: staginglinea_Bytes } -type xlayer_RelayerFee { +type staginglinea_RelayerFee { id: ID! - transfer: xlayer_OriginTransfer! + transfer: staginglinea_OriginTransfer! fee: BigInt! - asset: xlayer_Bytes! + asset: staginglinea_Bytes! } -input xlayer_RelayerFee_filter { +input staginglinea_RelayerFee_filter { id: ID id_not: ID id_gt: ID @@ -177585,7 +177807,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_: staginglinea_OriginTransfer_filter fee: BigInt fee_not: BigInt fee_gt: BigInt @@ -177594,72 +177816,37 @@ 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: 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: xlayer_BlockChangedFilter - and: [xlayer_RelayerFee_filter] - or: [xlayer_RelayerFee_filter] + _change_block: staginglinea_BlockChangedFilter } -enum xlayer_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 xlayer_RelayerFeesIncrease { +type staginglinea_RelayerFeesIncrease { id: ID! - transfer: xlayer_OriginTransfer! + transfer: staginglinea_OriginTransfer! increase: BigInt - asset: xlayer_Bytes - caller: xlayer_Bytes! - transactionHash: xlayer_Bytes! + asset: staginglinea_Bytes + caller: staginglinea_Bytes! + transactionHash: staginglinea_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input xlayer_RelayerFeesIncrease_filter { +input staginglinea_RelayerFeesIncrease_filter { id: ID id_not: ID id_gt: ID @@ -177688,7 +177875,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_: staginglinea_OriginTransfer_filter increase: BigInt increase_not: BigInt increase_gt: BigInt @@ -177697,36 +177884,24 @@ 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: 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 @@ -177760,43 +177935,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: staginglinea_BlockChangedFilter } -enum xlayer_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 @@ -177807,7 +177951,7 @@ enum xlayer_RelayerFeesIncrease_orderBy { blockNumber } -input xlayer_Relayer_filter { +input staginglinea_Relayer_filter { id: ID id_not: ID id_gt: ID @@ -177820,34 +177964,28 @@ 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: 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: xlayer_BlockChangedFilter - and: [xlayer_Relayer_filter] - or: [xlayer_Relayer_filter] + _change_block: staginglinea_BlockChangedFilter } -enum xlayer_Relayer_orderBy { +enum staginglinea_Relayer_orderBy { id isActive relayer } -type xlayer_RootCount { +type staginglinea_RootCount { id: ID! count: BigInt } -input xlayer_RootCount_filter { +input staginglinea_RootCount_filter { id: ID id_not: ID id_gt: ID @@ -177865,31 +178003,29 @@ 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: staginglinea_BlockChangedFilter } -enum xlayer_RootCount_orderBy { +enum staginglinea_RootCount_orderBy { id count } -type xlayer_RootMessageSent { +type staginglinea_RootMessageSent { id: ID! spokeDomain: BigInt hubDomain: BigInt - root: xlayer_Bytes + root: staginglinea_Bytes count: BigInt - caller: xlayer_Bytes - transactionHash: xlayer_Bytes + caller: staginglinea_Bytes + transactionHash: staginglinea_Bytes timestamp: BigInt gasPrice: BigInt gasLimit: BigInt blockNumber: BigInt } -input xlayer_RootMessageSent_filter { +input staginglinea_RootMessageSent_filter { id: ID id_not: ID id_gt: ID @@ -177914,16 +178050,12 @@ 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: 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 @@ -177932,26 +178064,18 @@ 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: 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 @@ -177985,12 +178109,10 @@ 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: staginglinea_BlockChangedFilter } -enum xlayer_RootMessageSent_orderBy { +enum staginglinea_RootMessageSent_orderBy { id spokeDomain hubDomain @@ -178004,25 +178126,25 @@ enum xlayer_RootMessageSent_orderBy { blockNumber } -type xlayer_Router { +type staginglinea_Router { id: ID! isActive: Boolean! - owner: xlayer_Bytes - recipient: xlayer_Bytes - proposedOwner: xlayer_Bytes + owner: staginglinea_Bytes + recipient: staginglinea_Bytes + proposedOwner: staginglinea_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: staginglinea_AssetBalance_orderBy, orderDirection: staginglinea_OrderDirection, where: staginglinea_AssetBalance_filter): [staginglinea_AssetBalance!]! } -type xlayer_RouterDailyTVL { +type staginglinea_RouterDailyTVL { id: ID! - router: xlayer_Router! - asset: xlayer_Asset! + router: staginglinea_Router! + asset: staginglinea_Asset! timestamp: BigInt! balance: BigInt! } -input xlayer_RouterDailyTVL_filter { +input staginglinea_RouterDailyTVL_filter { id: ID id_not: ID id_gt: ID @@ -178051,7 +178173,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_: staginglinea_Router_filter asset: String asset_not: String asset_gt: String @@ -178072,7 +178194,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_: staginglinea_Asset_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -178090,54 +178212,37 @@ 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: staginglinea_BlockChangedFilter } -enum xlayer_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 xlayer_RouterLiquidityEvent { +type staginglinea_RouterLiquidityEvent { id: ID! - type: xlayer_RouterLiquidityEventType - router: xlayer_Router! - asset: xlayer_Asset! + type: staginglinea_RouterLiquidityEventType + router: staginglinea_Router! + asset: staginglinea_Asset! amount: BigInt! balance: BigInt! - caller: xlayer_Bytes + caller: staginglinea_Bytes blockNumber: BigInt! timestamp: BigInt! - transactionHash: xlayer_Bytes! + transactionHash: staginglinea_Bytes! nonce: BigInt! } -enum xlayer_RouterLiquidityEventType { +enum staginglinea_RouterLiquidityEventType { Add Remove } -input xlayer_RouterLiquidityEvent_filter { +input staginglinea_RouterLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -178146,10 +178251,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: staginglinea_RouterLiquidityEventType + type_not: staginglinea_RouterLiquidityEventType + type_in: [staginglinea_RouterLiquidityEventType!] + type_not_in: [staginglinea_RouterLiquidityEventType!] router: String router_not: String router_gt: String @@ -178170,7 +178275,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_: staginglinea_Router_filter asset: String asset_not: String asset_gt: String @@ -178191,7 +178296,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_: staginglinea_Asset_filter amount: BigInt amount_not: BigInt amount_gt: BigInt @@ -178208,16 +178313,12 @@ 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: 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 @@ -178234,16 +178335,12 @@ 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: 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 @@ -178253,31 +178350,14 @@ 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: staginglinea_BlockChangedFilter } -enum xlayer_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 @@ -178287,7 +178367,7 @@ enum xlayer_RouterLiquidityEvent_orderBy { nonce } -input xlayer_Router_filter { +input staginglinea_Router_filter { id: ID id_not: ID id_gt: ID @@ -178300,36 +178380,24 @@ 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: 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 @@ -178338,14 +178406,12 @@ input xlayer_Router_filter { proposedTimestamp_lte: BigInt proposedTimestamp_in: [BigInt!] proposedTimestamp_not_in: [BigInt!] - assetBalances_: xlayer_AssetBalance_filter + assetBalances_: staginglinea_AssetBalance_filter """Filter for the block changed event.""" - _change_block: xlayer_BlockChangedFilter - and: [xlayer_Router_filter] - or: [xlayer_Router_filter] + _change_block: staginglinea_BlockChangedFilter } -enum xlayer_Router_orderBy { +enum staginglinea_Router_orderBy { id isActive owner @@ -178355,13 +178421,13 @@ enum xlayer_Router_orderBy { assetBalances } -type xlayer_Sequencer { +type staginglinea_Sequencer { id: ID! isActive: Boolean! - sequencer: xlayer_Bytes + sequencer: staginglinea_Bytes } -input xlayer_Sequencer_filter { +input staginglinea_Sequencer_filter { id: ID id_not: ID id_gt: ID @@ -178374,35 +178440,29 @@ 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: 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: xlayer_BlockChangedFilter - and: [xlayer_Sequencer_filter] - or: [xlayer_Sequencer_filter] + _change_block: staginglinea_BlockChangedFilter } -enum xlayer_Sequencer_orderBy { +enum staginglinea_Sequencer_orderBy { id isActive sequencer } -type xlayer_Setting { +type staginglinea_Setting { id: ID! maxRoutersPerTransfer: BigInt! - caller: xlayer_Bytes! + caller: staginglinea_Bytes! } -input xlayer_Setting_filter { +input staginglinea_Setting_filter { id: ID id_not: ID id_gt: ID @@ -178419,41 +178479,35 @@ 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: 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: xlayer_BlockChangedFilter - and: [xlayer_Setting_filter] - or: [xlayer_Setting_filter] + _change_block: staginglinea_BlockChangedFilter } -enum xlayer_Setting_orderBy { +enum staginglinea_Setting_orderBy { id maxRoutersPerTransfer caller } -type xlayer_SlippageUpdate { +type staginglinea_SlippageUpdate { id: ID! - transfer: xlayer_DestinationTransfer! + transfer: staginglinea_DestinationTransfer! slippage: BigInt! - caller: xlayer_Bytes! - transactionHash: xlayer_Bytes! + caller: staginglinea_Bytes! + transactionHash: staginglinea_Bytes! timestamp: BigInt! gasPrice: BigInt! gasLimit: BigInt! blockNumber: BigInt! } -input xlayer_SlippageUpdate_filter { +input staginglinea_SlippageUpdate_filter { id: ID id_not: ID id_gt: ID @@ -178482,7 +178536,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_: staginglinea_DestinationTransfer_filter slippage: BigInt slippage_not: BigInt slippage_gt: BigInt @@ -178491,26 +178545,18 @@ 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: 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 @@ -178544,50 +178590,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: staginglinea_BlockChangedFilter } -enum xlayer_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 @@ -178597,16 +178605,16 @@ enum xlayer_SlippageUpdate_orderBy { blockNumber } -type xlayer_SnapshotRoot { +type staginglinea_SnapshotRoot { id: ID! spokeDomain: BigInt - root: xlayer_Bytes! + root: staginglinea_Bytes! count: BigInt! timestamp: BigInt! blockNumber: BigInt! } -input xlayer_SnapshotRoot_filter { +input staginglinea_SnapshotRoot_filter { id: ID id_not: ID id_gt: ID @@ -178623,16 +178631,12 @@ 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: 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 @@ -178658,12 +178662,10 @@ 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: staginglinea_BlockChangedFilter } -enum xlayer_SnapshotRoot_orderBy { +enum staginglinea_SnapshotRoot_orderBy { id spokeDomain root @@ -178672,12 +178674,12 @@ enum xlayer_SnapshotRoot_orderBy { blockNumber } -type xlayer_SpokeConnectorMode { +type staginglinea_SpokeConnectorMode { id: ID! mode: String! } -input xlayer_SpokeConnectorMode_filter { +input staginglinea_SpokeConnectorMode_filter { id: ID id_not: ID id_gt: ID @@ -178707,17 +178709,15 @@ 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: staginglinea_BlockChangedFilter } -enum xlayer_SpokeConnectorMode_orderBy { +enum staginglinea_SpokeConnectorMode_orderBy { id mode } -enum xlayer_TransferStatus { +enum staginglinea_TransferStatus { XCalled Executed Reconciled @@ -178725,9 +178725,9 @@ enum xlayer_TransferStatus { CompletedFast } -type xlayer__Block_ { +type staginglinea__Block_ { """The hash of the block""" - hash: xlayer_Bytes + hash: staginglinea_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" @@ -178735,7 +178735,7 @@ type xlayer__Block_ { } """The type for the top-level _meta field""" -type xlayer__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 @@ -178743,7 +178743,7 @@ type xlayer__Meta_ { and therefore asks for the latest block """ - block: xlayer__Block_! + block: staginglinea__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" @@ -180596,48 +180596,48 @@ type bnb_swap__Meta_ { hasIndexingErrors: Boolean! } -enum polygon_swap_Aggregation_interval { +enum optimism_swap_Aggregation_interval { hour day } -scalar polygon_swap_BigDecimal +scalar optimism_swap_BigDecimal -input polygon_swap_BlockChangedFilter { +input optimism_swap_BlockChangedFilter { number_gte: Int! } -input polygon_swap_Block_height { - hash: polygon_swap_Bytes +input optimism_swap_Block_height { + hash: optimism_swap_Bytes number: Int number_gte: Int } -scalar polygon_swap_Bytes +scalar optimism_swap_Bytes """ 8 bytes signed integer """ -scalar polygon_swap_Int8 +scalar optimism_swap_Int8 -type polygon_swap_LpAccount { +type optimism_swap_LpAccount { id: ID! - address: polygon_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_LpAccountBalance_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_LpAccountBalance_filter): [polygon_swap_LpAccountBalance!]! + address: optimism_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_LpAccountBalance_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_LpAccountBalance_filter): [optimism_swap_LpAccountBalance!]! } -type polygon_swap_LpAccountBalance { +type optimism_swap_LpAccountBalance { id: ID! - account: polygon_swap_LpAccount! - token: polygon_swap_LpToken! - amount: polygon_swap_BigDecimal! + account: optimism_swap_LpAccount! + token: optimism_swap_LpToken! + amount: optimism_swap_BigDecimal! block: BigInt modified: BigInt - transaction: polygon_swap_Bytes + transaction: optimism_swap_Bytes } -input polygon_swap_LpAccountBalance_filter { +input optimism_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -180666,7 +180666,7 @@ input polygon_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: polygon_swap_LpAccount_filter + account_: optimism_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -180687,15 +180687,15 @@ input polygon_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: polygon_swap_LpToken_filter - amount: polygon_swap_BigDecimal - amount_not: polygon_swap_BigDecimal - amount_gt: polygon_swap_BigDecimal - amount_lt: polygon_swap_BigDecimal - amount_gte: polygon_swap_BigDecimal - amount_lte: polygon_swap_BigDecimal - amount_in: [polygon_swap_BigDecimal!] - amount_not_in: [polygon_swap_BigDecimal!] + token_: optimism_swap_LpToken_filter + amount: optimism_swap_BigDecimal + amount_not: optimism_swap_BigDecimal + amount_gt: optimism_swap_BigDecimal + amount_lt: optimism_swap_BigDecimal + amount_gte: optimism_swap_BigDecimal + amount_lte: optimism_swap_BigDecimal + amount_in: [optimism_swap_BigDecimal!] + amount_not_in: [optimism_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -180712,23 +180712,23 @@ input polygon_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpAccountBalance_filter] - or: [polygon_swap_LpAccountBalance_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpAccountBalance_filter] + or: [optimism_swap_LpAccountBalance_filter] } -enum polygon_swap_LpAccountBalance_orderBy { +enum optimism_swap_LpAccountBalance_orderBy { id account account__id @@ -180746,7 +180746,7 @@ enum polygon_swap_LpAccountBalance_orderBy { transaction } -input polygon_swap_LpAccount_filter { +input optimism_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -180755,51 +180755,51 @@ input polygon_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: polygon_swap_Bytes - address_not: polygon_swap_Bytes - address_gt: polygon_swap_Bytes - address_lt: polygon_swap_Bytes - address_gte: polygon_swap_Bytes - address_lte: polygon_swap_Bytes - address_in: [polygon_swap_Bytes!] - address_not_in: [polygon_swap_Bytes!] - address_contains: polygon_swap_Bytes - address_not_contains: polygon_swap_Bytes - balances_: polygon_swap_LpAccountBalance_filter + address: optimism_swap_Bytes + address_not: optimism_swap_Bytes + address_gt: optimism_swap_Bytes + address_lt: optimism_swap_Bytes + address_gte: optimism_swap_Bytes + address_lte: optimism_swap_Bytes + address_in: [optimism_swap_Bytes!] + address_not_in: [optimism_swap_Bytes!] + address_contains: optimism_swap_Bytes + address_not_contains: optimism_swap_Bytes + balances_: optimism_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpAccount_filter] - or: [polygon_swap_LpAccount_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpAccount_filter] + or: [optimism_swap_LpAccount_filter] } -enum polygon_swap_LpAccount_orderBy { +enum optimism_swap_LpAccount_orderBy { id address balances } -type polygon_swap_LpToken { +type optimism_swap_LpToken { id: ID! - address: polygon_swap_Bytes! - stableSwap: polygon_swap_StableSwap! + address: optimism_swap_Bytes! + stableSwap: optimism_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: polygon_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_LpTokenEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_LpTokenEvent_filter): [polygon_swap_LpTokenEvent!]! + totalSupply: optimism_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_LpTokenEvent_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_LpTokenEvent_filter): [optimism_swap_LpTokenEvent!]! } -interface polygon_swap_LpTokenEvent { +interface optimism_swap_LpTokenEvent { id: ID! - token: polygon_swap_LpToken! - amount: polygon_swap_BigDecimal! + token: optimism_swap_LpToken! + amount: optimism_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input polygon_swap_LpTokenEvent_filter { +input optimism_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -180828,15 +180828,15 @@ input polygon_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: polygon_swap_LpToken_filter - amount: polygon_swap_BigDecimal - amount_not: polygon_swap_BigDecimal - amount_gt: polygon_swap_BigDecimal - amount_lt: polygon_swap_BigDecimal - amount_gte: polygon_swap_BigDecimal - amount_lte: polygon_swap_BigDecimal - amount_in: [polygon_swap_BigDecimal!] - amount_not_in: [polygon_swap_BigDecimal!] + token_: optimism_swap_LpToken_filter + amount: optimism_swap_BigDecimal + amount_not: optimism_swap_BigDecimal + amount_gt: optimism_swap_BigDecimal + amount_lt: optimism_swap_BigDecimal + amount_gte: optimism_swap_BigDecimal + amount_lte: optimism_swap_BigDecimal + amount_in: [optimism_swap_BigDecimal!] + amount_not_in: [optimism_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -180853,16 +180853,16 @@ input polygon_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -180872,12 +180872,12 @@ input polygon_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpTokenEvent_filter] - or: [polygon_swap_LpTokenEvent_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpTokenEvent_filter] + or: [optimism_swap_LpTokenEvent_filter] } -enum polygon_swap_LpTokenEvent_orderBy { +enum optimism_swap_LpTokenEvent_orderBy { id token token__id @@ -180893,7 +180893,7 @@ enum polygon_swap_LpTokenEvent_orderBy { nonce } -input polygon_swap_LpToken_filter { +input optimism_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -180902,16 +180902,16 @@ input polygon_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: polygon_swap_Bytes - address_not: polygon_swap_Bytes - address_gt: polygon_swap_Bytes - address_lt: polygon_swap_Bytes - address_gte: polygon_swap_Bytes - address_lte: polygon_swap_Bytes - address_in: [polygon_swap_Bytes!] - address_not_in: [polygon_swap_Bytes!] - address_contains: polygon_swap_Bytes - address_not_contains: polygon_swap_Bytes + address: optimism_swap_Bytes + address_not: optimism_swap_Bytes + address_gt: optimism_swap_Bytes + address_lt: optimism_swap_Bytes + address_gte: optimism_swap_Bytes + address_lte: optimism_swap_Bytes + address_in: [optimism_swap_Bytes!] + address_not_in: [optimism_swap_Bytes!] + address_contains: optimism_swap_Bytes + address_not_contains: optimism_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -180932,7 +180932,7 @@ input polygon_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: optimism_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -180981,22 +180981,22 @@ input polygon_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: polygon_swap_BigDecimal - totalSupply_not: polygon_swap_BigDecimal - totalSupply_gt: polygon_swap_BigDecimal - totalSupply_lt: polygon_swap_BigDecimal - totalSupply_gte: polygon_swap_BigDecimal - totalSupply_lte: polygon_swap_BigDecimal - totalSupply_in: [polygon_swap_BigDecimal!] - totalSupply_not_in: [polygon_swap_BigDecimal!] - events_: polygon_swap_LpTokenEvent_filter + totalSupply: optimism_swap_BigDecimal + totalSupply_not: optimism_swap_BigDecimal + totalSupply_gt: optimism_swap_BigDecimal + totalSupply_lt: optimism_swap_BigDecimal + totalSupply_gte: optimism_swap_BigDecimal + totalSupply_lte: optimism_swap_BigDecimal + totalSupply_in: [optimism_swap_BigDecimal!] + totalSupply_not_in: [optimism_swap_BigDecimal!] + events_: optimism_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpToken_filter] - or: [polygon_swap_LpToken_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpToken_filter] + or: [optimism_swap_LpToken_filter] } -enum polygon_swap_LpToken_orderBy { +enum optimism_swap_LpToken_orderBy { id address stableSwap @@ -181023,21 +181023,21 @@ enum polygon_swap_LpToken_orderBy { events } -type polygon_swap_LpTransferEvent implements polygon_swap_LpTokenEvent { +type optimism_swap_LpTransferEvent implements optimism_swap_LpTokenEvent { id: ID! - token: polygon_swap_LpToken! - amount: polygon_swap_BigDecimal! - from: polygon_swap_Bytes! - to: polygon_swap_Bytes! - fromBalance: polygon_swap_BigDecimal! - toBalance: polygon_swap_BigDecimal! + token: optimism_swap_LpToken! + amount: optimism_swap_BigDecimal! + from: optimism_swap_Bytes! + to: optimism_swap_Bytes! + fromBalance: optimism_swap_BigDecimal! + toBalance: optimism_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input polygon_swap_LpTransferEvent_filter { +input optimism_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -181066,51 +181066,51 @@ input polygon_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: polygon_swap_LpToken_filter - amount: polygon_swap_BigDecimal - amount_not: polygon_swap_BigDecimal - amount_gt: polygon_swap_BigDecimal - amount_lt: polygon_swap_BigDecimal - amount_gte: polygon_swap_BigDecimal - amount_lte: polygon_swap_BigDecimal - amount_in: [polygon_swap_BigDecimal!] - amount_not_in: [polygon_swap_BigDecimal!] - from: polygon_swap_Bytes - from_not: polygon_swap_Bytes - from_gt: polygon_swap_Bytes - from_lt: polygon_swap_Bytes - from_gte: polygon_swap_Bytes - from_lte: polygon_swap_Bytes - from_in: [polygon_swap_Bytes!] - from_not_in: [polygon_swap_Bytes!] - from_contains: polygon_swap_Bytes - from_not_contains: polygon_swap_Bytes - to: polygon_swap_Bytes - to_not: polygon_swap_Bytes - to_gt: polygon_swap_Bytes - to_lt: polygon_swap_Bytes - to_gte: polygon_swap_Bytes - to_lte: polygon_swap_Bytes - to_in: [polygon_swap_Bytes!] - to_not_in: [polygon_swap_Bytes!] - to_contains: polygon_swap_Bytes - to_not_contains: polygon_swap_Bytes - fromBalance: polygon_swap_BigDecimal - fromBalance_not: polygon_swap_BigDecimal - fromBalance_gt: polygon_swap_BigDecimal - fromBalance_lt: polygon_swap_BigDecimal - fromBalance_gte: polygon_swap_BigDecimal - fromBalance_lte: polygon_swap_BigDecimal - fromBalance_in: [polygon_swap_BigDecimal!] - fromBalance_not_in: [polygon_swap_BigDecimal!] - toBalance: polygon_swap_BigDecimal - toBalance_not: polygon_swap_BigDecimal - toBalance_gt: polygon_swap_BigDecimal - toBalance_lt: polygon_swap_BigDecimal - toBalance_gte: polygon_swap_BigDecimal - toBalance_lte: polygon_swap_BigDecimal - toBalance_in: [polygon_swap_BigDecimal!] - toBalance_not_in: [polygon_swap_BigDecimal!] + token_: optimism_swap_LpToken_filter + amount: optimism_swap_BigDecimal + amount_not: optimism_swap_BigDecimal + amount_gt: optimism_swap_BigDecimal + amount_lt: optimism_swap_BigDecimal + amount_gte: optimism_swap_BigDecimal + amount_lte: optimism_swap_BigDecimal + amount_in: [optimism_swap_BigDecimal!] + amount_not_in: [optimism_swap_BigDecimal!] + from: optimism_swap_Bytes + from_not: optimism_swap_Bytes + from_gt: optimism_swap_Bytes + from_lt: optimism_swap_Bytes + from_gte: optimism_swap_Bytes + from_lte: optimism_swap_Bytes + from_in: [optimism_swap_Bytes!] + from_not_in: [optimism_swap_Bytes!] + from_contains: optimism_swap_Bytes + from_not_contains: optimism_swap_Bytes + to: optimism_swap_Bytes + to_not: optimism_swap_Bytes + to_gt: optimism_swap_Bytes + to_lt: optimism_swap_Bytes + to_gte: optimism_swap_Bytes + to_lte: optimism_swap_Bytes + to_in: [optimism_swap_Bytes!] + to_not_in: [optimism_swap_Bytes!] + to_contains: optimism_swap_Bytes + to_not_contains: optimism_swap_Bytes + fromBalance: optimism_swap_BigDecimal + fromBalance_not: optimism_swap_BigDecimal + fromBalance_gt: optimism_swap_BigDecimal + fromBalance_lt: optimism_swap_BigDecimal + fromBalance_gte: optimism_swap_BigDecimal + fromBalance_lte: optimism_swap_BigDecimal + fromBalance_in: [optimism_swap_BigDecimal!] + fromBalance_not_in: [optimism_swap_BigDecimal!] + toBalance: optimism_swap_BigDecimal + toBalance_not: optimism_swap_BigDecimal + toBalance_gt: optimism_swap_BigDecimal + toBalance_lt: optimism_swap_BigDecimal + toBalance_gte: optimism_swap_BigDecimal + toBalance_lte: optimism_swap_BigDecimal + toBalance_in: [optimism_swap_BigDecimal!] + toBalance_not_in: [optimism_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -181127,16 +181127,16 @@ input polygon_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -181146,12 +181146,12 @@ input polygon_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_LpTransferEvent_filter] - or: [polygon_swap_LpTransferEvent_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_LpTransferEvent_filter] + or: [optimism_swap_LpTransferEvent_filter] } -enum polygon_swap_LpTransferEvent_orderBy { +enum optimism_swap_LpTransferEvent_orderBy { id token token__id @@ -181172,17 +181172,17 @@ enum polygon_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum polygon_swap_OrderDirection { +enum optimism_swap_OrderDirection { asc desc } -type polygon_swap_PooledToken { +type optimism_swap_PooledToken { id: ID! - asset: polygon_swap_Bytes! + asset: optimism_swap_Bytes! } -input polygon_swap_PooledToken_filter { +input optimism_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -181191,59 +181191,59 @@ input polygon_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: polygon_swap_Bytes - asset_not: polygon_swap_Bytes - asset_gt: polygon_swap_Bytes - asset_lt: polygon_swap_Bytes - asset_gte: polygon_swap_Bytes - asset_lte: polygon_swap_Bytes - asset_in: [polygon_swap_Bytes!] - asset_not_in: [polygon_swap_Bytes!] - asset_contains: polygon_swap_Bytes - asset_not_contains: polygon_swap_Bytes + asset: optimism_swap_Bytes + asset_not: optimism_swap_Bytes + asset_gt: optimism_swap_Bytes + asset_lt: optimism_swap_Bytes + asset_gte: optimism_swap_Bytes + asset_lte: optimism_swap_Bytes + asset_in: [optimism_swap_Bytes!] + asset_not_in: [optimism_swap_Bytes!] + asset_contains: optimism_swap_Bytes + asset_not_contains: optimism_swap_Bytes """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_PooledToken_filter] - or: [polygon_swap_PooledToken_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_PooledToken_filter] + or: [optimism_swap_PooledToken_filter] } -enum polygon_swap_PooledToken_orderBy { +enum optimism_swap_PooledToken_orderBy { id asset } -type polygon_swap_StableSwap { +type optimism_swap_StableSwap { id: ID! isActive: Boolean - key: polygon_swap_Bytes! - canonicalId: polygon_swap_Bytes + key: optimism_swap_Bytes! + canonicalId: optimism_swap_Bytes domain: BigInt - swapPool: polygon_swap_Bytes - lpToken: polygon_swap_Bytes + swapPool: optimism_swap_Bytes + lpToken: optimism_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [polygon_swap_Bytes!]! + pooledTokens: [optimism_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapEvent_filter): [polygon_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapExchange_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapExchange_filter): [polygon_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapHourlyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapHourlyVolume_filter): [polygon_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapDailyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapDailyVolume_filter): [polygon_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapWeeklyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapWeeklyVolume_filter): [polygon_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_StableSwapEvent_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_StableSwapEvent_filter): [optimism_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_StableSwapExchange_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_StableSwapExchange_filter): [optimism_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapHourlyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapHourlyVolume_filter): [optimism_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapDailyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapDailyVolume_filter): [optimism_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapWeeklyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapWeeklyVolume_filter): [optimism_swap_SwapWeeklyVolume!] } -type polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwapEvent { +type optimism_swap_StableSwapAddLiquidityEvent implements optimism_swap_StableSwapEvent { id: ID! - stableSwap: polygon_swap_StableSwap! - provider: polygon_swap_Bytes! + stableSwap: optimism_swap_StableSwap! + provider: optimism_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -181252,11 +181252,11 @@ type polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwap balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapAddLiquidityEvent_filter { +input optimism_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -181285,17 +181285,17 @@ input polygon_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter - provider: polygon_swap_Bytes - provider_not: polygon_swap_Bytes - provider_gt: polygon_swap_Bytes - provider_lt: polygon_swap_Bytes - provider_gte: polygon_swap_Bytes - provider_lte: polygon_swap_Bytes - provider_in: [polygon_swap_Bytes!] - provider_not_in: [polygon_swap_Bytes!] - provider_contains: polygon_swap_Bytes - provider_not_contains: polygon_swap_Bytes + stableSwap_: optimism_swap_StableSwap_filter + provider: optimism_swap_Bytes + provider_not: optimism_swap_Bytes + provider_gt: optimism_swap_Bytes + provider_lt: optimism_swap_Bytes + provider_gte: optimism_swap_Bytes + provider_lte: optimism_swap_Bytes + provider_in: [optimism_swap_Bytes!] + provider_not_in: [optimism_swap_Bytes!] + provider_contains: optimism_swap_Bytes + provider_not_contains: optimism_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -181354,16 +181354,16 @@ input polygon_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -181373,12 +181373,12 @@ input polygon_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwapAddLiquidityEvent_filter] - or: [polygon_swap_StableSwapAddLiquidityEvent_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapAddLiquidityEvent_filter] + or: [optimism_swap_StableSwapAddLiquidityEvent_filter] } -enum polygon_swap_StableSwapAddLiquidityEvent_orderBy { +enum optimism_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -181410,16 +181410,16 @@ enum polygon_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface polygon_swap_StableSwapEvent { +interface optimism_swap_StableSwapEvent { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: optimism_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapEvent_filter { +input optimism_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -181448,7 +181448,7 @@ input polygon_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: optimism_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -181465,16 +181465,16 @@ input polygon_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -181484,12 +181484,12 @@ input polygon_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwapEvent_filter] - or: [polygon_swap_StableSwapEvent_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapEvent_filter] + or: [optimism_swap_StableSwapEvent_filter] } -enum polygon_swap_StableSwapEvent_orderBy { +enum optimism_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -181514,10 +181514,10 @@ enum polygon_swap_StableSwapEvent_orderBy { nonce } -type polygon_swap_StableSwapExchange { +type optimism_swap_StableSwapExchange { id: ID! - stableSwap: polygon_swap_StableSwap! - buyer: polygon_swap_Bytes! + stableSwap: optimism_swap_StableSwap! + buyer: optimism_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -181526,11 +181526,11 @@ type polygon_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapExchange_filter { +input optimism_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -181559,17 +181559,17 @@ input polygon_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter - buyer: polygon_swap_Bytes - buyer_not: polygon_swap_Bytes - buyer_gt: polygon_swap_Bytes - buyer_lt: polygon_swap_Bytes - buyer_gte: polygon_swap_Bytes - buyer_lte: polygon_swap_Bytes - buyer_in: [polygon_swap_Bytes!] - buyer_not_in: [polygon_swap_Bytes!] - buyer_contains: polygon_swap_Bytes - buyer_not_contains: polygon_swap_Bytes + stableSwap_: optimism_swap_StableSwap_filter + buyer: optimism_swap_Bytes + buyer_not: optimism_swap_Bytes + buyer_gt: optimism_swap_Bytes + buyer_lt: optimism_swap_Bytes + buyer_gte: optimism_swap_Bytes + buyer_lte: optimism_swap_Bytes + buyer_in: [optimism_swap_Bytes!] + buyer_not_in: [optimism_swap_Bytes!] + buyer_contains: optimism_swap_Bytes + buyer_not_contains: optimism_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -181632,16 +181632,16 @@ input polygon_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -181651,12 +181651,12 @@ input polygon_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwapExchange_filter] - or: [polygon_swap_StableSwapExchange_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapExchange_filter] + or: [optimism_swap_StableSwapExchange_filter] } -enum polygon_swap_StableSwapExchange_orderBy { +enum optimism_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -181688,10 +181688,10 @@ enum polygon_swap_StableSwapExchange_orderBy { nonce } -type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableSwapEvent { +type optimism_swap_StableSwapRemoveLiquidityEvent implements optimism_swap_StableSwapEvent { id: ID! - stableSwap: polygon_swap_StableSwap! - provider: polygon_swap_Bytes! + stableSwap: optimism_swap_StableSwap! + provider: optimism_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -181700,11 +181700,11 @@ type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableS balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: polygon_swap_Bytes! + transaction: optimism_swap_Bytes! nonce: BigInt! } -input polygon_swap_StableSwapRemoveLiquidityEvent_filter { +input optimism_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -181733,17 +181733,17 @@ input polygon_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter - provider: polygon_swap_Bytes - provider_not: polygon_swap_Bytes - provider_gt: polygon_swap_Bytes - provider_lt: polygon_swap_Bytes - provider_gte: polygon_swap_Bytes - provider_lte: polygon_swap_Bytes - provider_in: [polygon_swap_Bytes!] - provider_not_in: [polygon_swap_Bytes!] - provider_contains: polygon_swap_Bytes - provider_not_contains: polygon_swap_Bytes + stableSwap_: optimism_swap_StableSwap_filter + provider: optimism_swap_Bytes + provider_not: optimism_swap_Bytes + provider_gt: optimism_swap_Bytes + provider_lt: optimism_swap_Bytes + provider_gte: optimism_swap_Bytes + provider_lte: optimism_swap_Bytes + provider_in: [optimism_swap_Bytes!] + provider_not_in: [optimism_swap_Bytes!] + provider_contains: optimism_swap_Bytes + provider_not_contains: optimism_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -181802,16 +181802,16 @@ input polygon_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: polygon_swap_Bytes - transaction_not: polygon_swap_Bytes - transaction_gt: polygon_swap_Bytes - transaction_lt: polygon_swap_Bytes - transaction_gte: polygon_swap_Bytes - transaction_lte: polygon_swap_Bytes - transaction_in: [polygon_swap_Bytes!] - transaction_not_in: [polygon_swap_Bytes!] - transaction_contains: polygon_swap_Bytes - transaction_not_contains: polygon_swap_Bytes + transaction: optimism_swap_Bytes + transaction_not: optimism_swap_Bytes + transaction_gt: optimism_swap_Bytes + transaction_lt: optimism_swap_Bytes + transaction_gte: optimism_swap_Bytes + transaction_lte: optimism_swap_Bytes + transaction_in: [optimism_swap_Bytes!] + transaction_not_in: [optimism_swap_Bytes!] + transaction_contains: optimism_swap_Bytes + transaction_not_contains: optimism_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -181821,12 +181821,12 @@ input polygon_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] - or: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] + or: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] } -enum polygon_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum optimism_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -181858,7 +181858,7 @@ enum polygon_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input polygon_swap_StableSwap_filter { +input optimism_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -181871,26 +181871,26 @@ input polygon_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: polygon_swap_Bytes - key_not: polygon_swap_Bytes - key_gt: polygon_swap_Bytes - key_lt: polygon_swap_Bytes - key_gte: polygon_swap_Bytes - key_lte: polygon_swap_Bytes - key_in: [polygon_swap_Bytes!] - key_not_in: [polygon_swap_Bytes!] - key_contains: polygon_swap_Bytes - key_not_contains: polygon_swap_Bytes - canonicalId: polygon_swap_Bytes - canonicalId_not: polygon_swap_Bytes - canonicalId_gt: polygon_swap_Bytes - canonicalId_lt: polygon_swap_Bytes - canonicalId_gte: polygon_swap_Bytes - canonicalId_lte: polygon_swap_Bytes - canonicalId_in: [polygon_swap_Bytes!] - canonicalId_not_in: [polygon_swap_Bytes!] - canonicalId_contains: polygon_swap_Bytes - canonicalId_not_contains: polygon_swap_Bytes + key: optimism_swap_Bytes + key_not: optimism_swap_Bytes + key_gt: optimism_swap_Bytes + key_lt: optimism_swap_Bytes + key_gte: optimism_swap_Bytes + key_lte: optimism_swap_Bytes + key_in: [optimism_swap_Bytes!] + key_not_in: [optimism_swap_Bytes!] + key_contains: optimism_swap_Bytes + key_not_contains: optimism_swap_Bytes + canonicalId: optimism_swap_Bytes + canonicalId_not: optimism_swap_Bytes + canonicalId_gt: optimism_swap_Bytes + canonicalId_lt: optimism_swap_Bytes + canonicalId_gte: optimism_swap_Bytes + canonicalId_lte: optimism_swap_Bytes + canonicalId_in: [optimism_swap_Bytes!] + canonicalId_not_in: [optimism_swap_Bytes!] + canonicalId_contains: optimism_swap_Bytes + canonicalId_not_contains: optimism_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -181899,26 +181899,26 @@ input polygon_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: polygon_swap_Bytes - swapPool_not: polygon_swap_Bytes - swapPool_gt: polygon_swap_Bytes - swapPool_lt: polygon_swap_Bytes - swapPool_gte: polygon_swap_Bytes - swapPool_lte: polygon_swap_Bytes - swapPool_in: [polygon_swap_Bytes!] - swapPool_not_in: [polygon_swap_Bytes!] - swapPool_contains: polygon_swap_Bytes - swapPool_not_contains: polygon_swap_Bytes - lpToken: polygon_swap_Bytes - lpToken_not: polygon_swap_Bytes - lpToken_gt: polygon_swap_Bytes - lpToken_lt: polygon_swap_Bytes - lpToken_gte: polygon_swap_Bytes - lpToken_lte: polygon_swap_Bytes - lpToken_in: [polygon_swap_Bytes!] - lpToken_not_in: [polygon_swap_Bytes!] - lpToken_contains: polygon_swap_Bytes - lpToken_not_contains: polygon_swap_Bytes + swapPool: optimism_swap_Bytes + swapPool_not: optimism_swap_Bytes + swapPool_gt: optimism_swap_Bytes + swapPool_lt: optimism_swap_Bytes + swapPool_gte: optimism_swap_Bytes + swapPool_lte: optimism_swap_Bytes + swapPool_in: [optimism_swap_Bytes!] + swapPool_not_in: [optimism_swap_Bytes!] + swapPool_contains: optimism_swap_Bytes + swapPool_not_contains: optimism_swap_Bytes + lpToken: optimism_swap_Bytes + lpToken_not: optimism_swap_Bytes + lpToken_gt: optimism_swap_Bytes + lpToken_lt: optimism_swap_Bytes + lpToken_gte: optimism_swap_Bytes + lpToken_lte: optimism_swap_Bytes + lpToken_in: [optimism_swap_Bytes!] + lpToken_not_in: [optimism_swap_Bytes!] + lpToken_contains: optimism_swap_Bytes + lpToken_not_contains: optimism_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -181967,12 +181967,12 @@ input polygon_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [polygon_swap_Bytes!] - pooledTokens_not: [polygon_swap_Bytes!] - pooledTokens_contains: [polygon_swap_Bytes!] - pooledTokens_contains_nocase: [polygon_swap_Bytes!] - pooledTokens_not_contains: [polygon_swap_Bytes!] - pooledTokens_not_contains_nocase: [polygon_swap_Bytes!] + pooledTokens: [optimism_swap_Bytes!] + pooledTokens_not: [optimism_swap_Bytes!] + pooledTokens_contains: [optimism_swap_Bytes!] + pooledTokens_contains_nocase: [optimism_swap_Bytes!] + pooledTokens_not_contains: [optimism_swap_Bytes!] + pooledTokens_not_contains_nocase: [optimism_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -182015,18 +182015,18 @@ input polygon_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: polygon_swap_StableSwapEvent_filter - exchanges_: polygon_swap_StableSwapExchange_filter - hourlyVolumes_: polygon_swap_SwapHourlyVolume_filter - dailyVolumes_: polygon_swap_SwapDailyVolume_filter - weeklyVolumes_: polygon_swap_SwapWeeklyVolume_filter + events_: optimism_swap_StableSwapEvent_filter + exchanges_: optimism_swap_StableSwapExchange_filter + hourlyVolumes_: optimism_swap_SwapHourlyVolume_filter + dailyVolumes_: optimism_swap_SwapDailyVolume_filter + weeklyVolumes_: optimism_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_StableSwap_filter] - or: [polygon_swap_StableSwap_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_StableSwap_filter] + or: [optimism_swap_StableSwap_filter] } -enum polygon_swap_StableSwap_orderBy { +enum optimism_swap_StableSwap_orderBy { id isActive key @@ -182054,14 +182054,14 @@ enum polygon_swap_StableSwap_orderBy { weeklyVolumes } -type polygon_swap_SwapDailyVolume implements polygon_swap_SwapTradeVolume { +type optimism_swap_SwapDailyVolume implements optimism_swap_SwapTradeVolume { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: optimism_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: optimism_swap_BigDecimal! } -input polygon_swap_SwapDailyVolume_filter { +input optimism_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -182090,7 +182090,7 @@ input polygon_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: optimism_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -182099,21 +182099,21 @@ input polygon_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: polygon_swap_BigDecimal - volume_not: polygon_swap_BigDecimal - volume_gt: polygon_swap_BigDecimal - volume_lt: polygon_swap_BigDecimal - volume_gte: polygon_swap_BigDecimal - volume_lte: polygon_swap_BigDecimal - volume_in: [polygon_swap_BigDecimal!] - volume_not_in: [polygon_swap_BigDecimal!] + volume: optimism_swap_BigDecimal + volume_not: optimism_swap_BigDecimal + volume_gt: optimism_swap_BigDecimal + volume_lt: optimism_swap_BigDecimal + volume_gte: optimism_swap_BigDecimal + volume_lte: optimism_swap_BigDecimal + volume_in: [optimism_swap_BigDecimal!] + volume_not_in: [optimism_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapDailyVolume_filter] - or: [polygon_swap_SwapDailyVolume_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapDailyVolume_filter] + or: [optimism_swap_SwapDailyVolume_filter] } -enum polygon_swap_SwapDailyVolume_orderBy { +enum optimism_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -182136,14 +182136,14 @@ enum polygon_swap_SwapDailyVolume_orderBy { volume } -type polygon_swap_SwapHourlyVolume implements polygon_swap_SwapTradeVolume { +type optimism_swap_SwapHourlyVolume implements optimism_swap_SwapTradeVolume { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: optimism_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: optimism_swap_BigDecimal! } -input polygon_swap_SwapHourlyVolume_filter { +input optimism_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -182172,7 +182172,7 @@ input polygon_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: optimism_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -182181,21 +182181,21 @@ input polygon_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: polygon_swap_BigDecimal - volume_not: polygon_swap_BigDecimal - volume_gt: polygon_swap_BigDecimal - volume_lt: polygon_swap_BigDecimal - volume_gte: polygon_swap_BigDecimal - volume_lte: polygon_swap_BigDecimal - volume_in: [polygon_swap_BigDecimal!] - volume_not_in: [polygon_swap_BigDecimal!] + volume: optimism_swap_BigDecimal + volume_not: optimism_swap_BigDecimal + volume_gt: optimism_swap_BigDecimal + volume_lt: optimism_swap_BigDecimal + volume_gte: optimism_swap_BigDecimal + volume_lte: optimism_swap_BigDecimal + volume_in: [optimism_swap_BigDecimal!] + volume_not_in: [optimism_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapHourlyVolume_filter] - or: [polygon_swap_SwapHourlyVolume_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapHourlyVolume_filter] + or: [optimism_swap_SwapHourlyVolume_filter] } -enum polygon_swap_SwapHourlyVolume_orderBy { +enum optimism_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -182218,13 +182218,13 @@ enum polygon_swap_SwapHourlyVolume_orderBy { volume } -interface polygon_swap_SwapTradeVolume { - stableSwap: polygon_swap_StableSwap! +interface optimism_swap_SwapTradeVolume { + stableSwap: optimism_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: optimism_swap_BigDecimal! } -input polygon_swap_SwapTradeVolume_filter { +input optimism_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -182245,7 +182245,7 @@ input polygon_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: optimism_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -182254,21 +182254,21 @@ input polygon_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: polygon_swap_BigDecimal - volume_not: polygon_swap_BigDecimal - volume_gt: polygon_swap_BigDecimal - volume_lt: polygon_swap_BigDecimal - volume_gte: polygon_swap_BigDecimal - volume_lte: polygon_swap_BigDecimal - volume_in: [polygon_swap_BigDecimal!] - volume_not_in: [polygon_swap_BigDecimal!] + volume: optimism_swap_BigDecimal + volume_not: optimism_swap_BigDecimal + volume_gt: optimism_swap_BigDecimal + volume_lt: optimism_swap_BigDecimal + volume_gte: optimism_swap_BigDecimal + volume_lte: optimism_swap_BigDecimal + volume_in: [optimism_swap_BigDecimal!] + volume_not_in: [optimism_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapTradeVolume_filter] - or: [polygon_swap_SwapTradeVolume_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapTradeVolume_filter] + or: [optimism_swap_SwapTradeVolume_filter] } -enum polygon_swap_SwapTradeVolume_orderBy { +enum optimism_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -182290,14 +182290,14 @@ enum polygon_swap_SwapTradeVolume_orderBy { volume } -type polygon_swap_SwapWeeklyVolume implements polygon_swap_SwapTradeVolume { +type optimism_swap_SwapWeeklyVolume implements optimism_swap_SwapTradeVolume { id: ID! - stableSwap: polygon_swap_StableSwap! + stableSwap: optimism_swap_StableSwap! timestamp: BigInt! - volume: polygon_swap_BigDecimal! + volume: optimism_swap_BigDecimal! } -input polygon_swap_SwapWeeklyVolume_filter { +input optimism_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -182326,7 +182326,7 @@ input polygon_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: polygon_swap_StableSwap_filter + stableSwap_: optimism_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -182335,21 +182335,21 @@ input polygon_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: polygon_swap_BigDecimal - volume_not: polygon_swap_BigDecimal - volume_gt: polygon_swap_BigDecimal - volume_lt: polygon_swap_BigDecimal - volume_gte: polygon_swap_BigDecimal - volume_lte: polygon_swap_BigDecimal - volume_in: [polygon_swap_BigDecimal!] - volume_not_in: [polygon_swap_BigDecimal!] + volume: optimism_swap_BigDecimal + volume_not: optimism_swap_BigDecimal + volume_gt: optimism_swap_BigDecimal + volume_lt: optimism_swap_BigDecimal + volume_gte: optimism_swap_BigDecimal + volume_lte: optimism_swap_BigDecimal + volume_in: [optimism_swap_BigDecimal!] + volume_not_in: [optimism_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: polygon_swap_BlockChangedFilter - and: [polygon_swap_SwapWeeklyVolume_filter] - or: [polygon_swap_SwapWeeklyVolume_filter] + _change_block: optimism_swap_BlockChangedFilter + and: [optimism_swap_SwapWeeklyVolume_filter] + or: [optimism_swap_SwapWeeklyVolume_filter] } -enum polygon_swap_SwapWeeklyVolume_orderBy { +enum optimism_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -182372,13 +182372,13 @@ enum polygon_swap_SwapWeeklyVolume_orderBy { volume } -type polygon_swap_SystemInfo { +type optimism_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input polygon_swap_SystemInfo_filter { +input optimism_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -182404,30 +182404,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: optimism_swap_BlockChangedFilter + and: [optimism_swap_SystemInfo_filter] + or: [optimism_swap_SystemInfo_filter] } -enum polygon_swap_SystemInfo_orderBy { +enum optimism_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type polygon_swap__Block_ { +type optimism_swap__Block_ { """The hash of the block""" - hash: polygon_swap_Bytes + hash: optimism_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: polygon_swap_Bytes + parentHash: optimism_swap_Bytes } """The type for the top-level _meta field""" -type polygon_swap__Meta_ { +type optimism_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -182435,55 +182435,55 @@ type polygon_swap__Meta_ { and therefore asks for the latest block """ - block: polygon_swap__Block_! + block: optimism_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -enum optimism_swap_Aggregation_interval { +enum arbitrumone_swap_Aggregation_interval { hour day } -scalar optimism_swap_BigDecimal +scalar arbitrumone_swap_BigDecimal -input optimism_swap_BlockChangedFilter { +input arbitrumone_swap_BlockChangedFilter { number_gte: Int! } -input optimism_swap_Block_height { - hash: optimism_swap_Bytes +input arbitrumone_swap_Block_height { + hash: arbitrumone_swap_Bytes number: Int number_gte: Int } -scalar optimism_swap_Bytes +scalar arbitrumone_swap_Bytes """ 8 bytes signed integer """ -scalar optimism_swap_Int8 +scalar arbitrumone_swap_Int8 -type optimism_swap_LpAccount { +type arbitrumone_swap_LpAccount { id: ID! - address: optimism_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_LpAccountBalance_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_LpAccountBalance_filter): [optimism_swap_LpAccountBalance!]! + address: arbitrumone_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_LpAccountBalance_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_LpAccountBalance_filter): [arbitrumone_swap_LpAccountBalance!]! } -type optimism_swap_LpAccountBalance { +type arbitrumone_swap_LpAccountBalance { id: ID! - account: optimism_swap_LpAccount! - token: optimism_swap_LpToken! - amount: optimism_swap_BigDecimal! + account: arbitrumone_swap_LpAccount! + token: arbitrumone_swap_LpToken! + amount: arbitrumone_swap_BigDecimal! block: BigInt modified: BigInt - transaction: optimism_swap_Bytes + transaction: arbitrumone_swap_Bytes } -input optimism_swap_LpAccountBalance_filter { +input arbitrumone_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -182512,7 +182512,7 @@ input optimism_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: optimism_swap_LpAccount_filter + account_: arbitrumone_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -182533,15 +182533,15 @@ input optimism_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimism_swap_LpToken_filter - amount: optimism_swap_BigDecimal - amount_not: optimism_swap_BigDecimal - amount_gt: optimism_swap_BigDecimal - amount_lt: optimism_swap_BigDecimal - amount_gte: optimism_swap_BigDecimal - amount_lte: optimism_swap_BigDecimal - amount_in: [optimism_swap_BigDecimal!] - amount_not_in: [optimism_swap_BigDecimal!] + token_: arbitrumone_swap_LpToken_filter + amount: arbitrumone_swap_BigDecimal + amount_not: arbitrumone_swap_BigDecimal + amount_gt: arbitrumone_swap_BigDecimal + amount_lt: arbitrumone_swap_BigDecimal + amount_gte: arbitrumone_swap_BigDecimal + amount_lte: arbitrumone_swap_BigDecimal + amount_in: [arbitrumone_swap_BigDecimal!] + amount_not_in: [arbitrumone_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -182558,23 +182558,23 @@ input optimism_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpAccountBalance_filter] - or: [optimism_swap_LpAccountBalance_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpAccountBalance_filter] + or: [arbitrumone_swap_LpAccountBalance_filter] } -enum optimism_swap_LpAccountBalance_orderBy { +enum arbitrumone_swap_LpAccountBalance_orderBy { id account account__id @@ -182592,7 +182592,7 @@ enum optimism_swap_LpAccountBalance_orderBy { transaction } -input optimism_swap_LpAccount_filter { +input arbitrumone_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -182601,51 +182601,51 @@ input optimism_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: optimism_swap_Bytes - address_not: optimism_swap_Bytes - address_gt: optimism_swap_Bytes - address_lt: optimism_swap_Bytes - address_gte: optimism_swap_Bytes - address_lte: optimism_swap_Bytes - address_in: [optimism_swap_Bytes!] - address_not_in: [optimism_swap_Bytes!] - address_contains: optimism_swap_Bytes - address_not_contains: optimism_swap_Bytes - balances_: optimism_swap_LpAccountBalance_filter + address: arbitrumone_swap_Bytes + address_not: arbitrumone_swap_Bytes + address_gt: arbitrumone_swap_Bytes + address_lt: arbitrumone_swap_Bytes + address_gte: arbitrumone_swap_Bytes + address_lte: arbitrumone_swap_Bytes + address_in: [arbitrumone_swap_Bytes!] + address_not_in: [arbitrumone_swap_Bytes!] + address_contains: arbitrumone_swap_Bytes + address_not_contains: arbitrumone_swap_Bytes + balances_: arbitrumone_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpAccount_filter] - or: [optimism_swap_LpAccount_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpAccount_filter] + or: [arbitrumone_swap_LpAccount_filter] } -enum optimism_swap_LpAccount_orderBy { +enum arbitrumone_swap_LpAccount_orderBy { id address balances } -type optimism_swap_LpToken { +type arbitrumone_swap_LpToken { id: ID! - address: optimism_swap_Bytes! - stableSwap: optimism_swap_StableSwap! + address: arbitrumone_swap_Bytes! + stableSwap: arbitrumone_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: optimism_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_LpTokenEvent_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_LpTokenEvent_filter): [optimism_swap_LpTokenEvent!]! + totalSupply: arbitrumone_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_LpTokenEvent_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_LpTokenEvent_filter): [arbitrumone_swap_LpTokenEvent!]! } -interface optimism_swap_LpTokenEvent { +interface arbitrumone_swap_LpTokenEvent { id: ID! - token: optimism_swap_LpToken! - amount: optimism_swap_BigDecimal! + token: arbitrumone_swap_LpToken! + amount: arbitrumone_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input optimism_swap_LpTokenEvent_filter { +input arbitrumone_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -182674,15 +182674,15 @@ input optimism_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimism_swap_LpToken_filter - amount: optimism_swap_BigDecimal - amount_not: optimism_swap_BigDecimal - amount_gt: optimism_swap_BigDecimal - amount_lt: optimism_swap_BigDecimal - amount_gte: optimism_swap_BigDecimal - amount_lte: optimism_swap_BigDecimal - amount_in: [optimism_swap_BigDecimal!] - amount_not_in: [optimism_swap_BigDecimal!] + token_: arbitrumone_swap_LpToken_filter + amount: arbitrumone_swap_BigDecimal + amount_not: arbitrumone_swap_BigDecimal + amount_gt: arbitrumone_swap_BigDecimal + amount_lt: arbitrumone_swap_BigDecimal + amount_gte: arbitrumone_swap_BigDecimal + amount_lte: arbitrumone_swap_BigDecimal + amount_in: [arbitrumone_swap_BigDecimal!] + amount_not_in: [arbitrumone_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -182699,16 +182699,16 @@ input optimism_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -182718,12 +182718,12 @@ input optimism_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpTokenEvent_filter] - or: [optimism_swap_LpTokenEvent_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpTokenEvent_filter] + or: [arbitrumone_swap_LpTokenEvent_filter] } -enum optimism_swap_LpTokenEvent_orderBy { +enum arbitrumone_swap_LpTokenEvent_orderBy { id token token__id @@ -182739,7 +182739,7 @@ enum optimism_swap_LpTokenEvent_orderBy { nonce } -input optimism_swap_LpToken_filter { +input arbitrumone_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -182748,16 +182748,16 @@ input optimism_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: optimism_swap_Bytes - address_not: optimism_swap_Bytes - address_gt: optimism_swap_Bytes - address_lt: optimism_swap_Bytes - address_gte: optimism_swap_Bytes - address_lte: optimism_swap_Bytes - address_in: [optimism_swap_Bytes!] - address_not_in: [optimism_swap_Bytes!] - address_contains: optimism_swap_Bytes - address_not_contains: optimism_swap_Bytes + address: arbitrumone_swap_Bytes + address_not: arbitrumone_swap_Bytes + address_gt: arbitrumone_swap_Bytes + address_lt: arbitrumone_swap_Bytes + address_gte: arbitrumone_swap_Bytes + address_lte: arbitrumone_swap_Bytes + address_in: [arbitrumone_swap_Bytes!] + address_not_in: [arbitrumone_swap_Bytes!] + address_contains: arbitrumone_swap_Bytes + address_not_contains: arbitrumone_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -182778,7 +182778,7 @@ input optimism_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: arbitrumone_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -182827,22 +182827,22 @@ input optimism_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: optimism_swap_BigDecimal - totalSupply_not: optimism_swap_BigDecimal - totalSupply_gt: optimism_swap_BigDecimal - totalSupply_lt: optimism_swap_BigDecimal - totalSupply_gte: optimism_swap_BigDecimal - totalSupply_lte: optimism_swap_BigDecimal - totalSupply_in: [optimism_swap_BigDecimal!] - totalSupply_not_in: [optimism_swap_BigDecimal!] - events_: optimism_swap_LpTokenEvent_filter + totalSupply: arbitrumone_swap_BigDecimal + totalSupply_not: arbitrumone_swap_BigDecimal + totalSupply_gt: arbitrumone_swap_BigDecimal + totalSupply_lt: arbitrumone_swap_BigDecimal + totalSupply_gte: arbitrumone_swap_BigDecimal + totalSupply_lte: arbitrumone_swap_BigDecimal + totalSupply_in: [arbitrumone_swap_BigDecimal!] + totalSupply_not_in: [arbitrumone_swap_BigDecimal!] + events_: arbitrumone_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpToken_filter] - or: [optimism_swap_LpToken_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpToken_filter] + or: [arbitrumone_swap_LpToken_filter] } -enum optimism_swap_LpToken_orderBy { +enum arbitrumone_swap_LpToken_orderBy { id address stableSwap @@ -182869,21 +182869,21 @@ enum optimism_swap_LpToken_orderBy { events } -type optimism_swap_LpTransferEvent implements optimism_swap_LpTokenEvent { +type arbitrumone_swap_LpTransferEvent implements arbitrumone_swap_LpTokenEvent { id: ID! - token: optimism_swap_LpToken! - amount: optimism_swap_BigDecimal! - from: optimism_swap_Bytes! - to: optimism_swap_Bytes! - fromBalance: optimism_swap_BigDecimal! - toBalance: optimism_swap_BigDecimal! + token: arbitrumone_swap_LpToken! + amount: arbitrumone_swap_BigDecimal! + from: arbitrumone_swap_Bytes! + to: arbitrumone_swap_Bytes! + fromBalance: arbitrumone_swap_BigDecimal! + toBalance: arbitrumone_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input optimism_swap_LpTransferEvent_filter { +input arbitrumone_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -182912,51 +182912,51 @@ input optimism_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: optimism_swap_LpToken_filter - amount: optimism_swap_BigDecimal - amount_not: optimism_swap_BigDecimal - amount_gt: optimism_swap_BigDecimal - amount_lt: optimism_swap_BigDecimal - amount_gte: optimism_swap_BigDecimal - amount_lte: optimism_swap_BigDecimal - amount_in: [optimism_swap_BigDecimal!] - amount_not_in: [optimism_swap_BigDecimal!] - from: optimism_swap_Bytes - from_not: optimism_swap_Bytes - from_gt: optimism_swap_Bytes - from_lt: optimism_swap_Bytes - from_gte: optimism_swap_Bytes - from_lte: optimism_swap_Bytes - from_in: [optimism_swap_Bytes!] - from_not_in: [optimism_swap_Bytes!] - from_contains: optimism_swap_Bytes - from_not_contains: optimism_swap_Bytes - to: optimism_swap_Bytes - to_not: optimism_swap_Bytes - to_gt: optimism_swap_Bytes - to_lt: optimism_swap_Bytes - to_gte: optimism_swap_Bytes - to_lte: optimism_swap_Bytes - to_in: [optimism_swap_Bytes!] - to_not_in: [optimism_swap_Bytes!] - to_contains: optimism_swap_Bytes - to_not_contains: optimism_swap_Bytes - fromBalance: optimism_swap_BigDecimal - fromBalance_not: optimism_swap_BigDecimal - fromBalance_gt: optimism_swap_BigDecimal - fromBalance_lt: optimism_swap_BigDecimal - fromBalance_gte: optimism_swap_BigDecimal - fromBalance_lte: optimism_swap_BigDecimal - fromBalance_in: [optimism_swap_BigDecimal!] - fromBalance_not_in: [optimism_swap_BigDecimal!] - toBalance: optimism_swap_BigDecimal - toBalance_not: optimism_swap_BigDecimal - toBalance_gt: optimism_swap_BigDecimal - toBalance_lt: optimism_swap_BigDecimal - toBalance_gte: optimism_swap_BigDecimal - toBalance_lte: optimism_swap_BigDecimal - toBalance_in: [optimism_swap_BigDecimal!] - toBalance_not_in: [optimism_swap_BigDecimal!] + token_: arbitrumone_swap_LpToken_filter + amount: arbitrumone_swap_BigDecimal + amount_not: arbitrumone_swap_BigDecimal + amount_gt: arbitrumone_swap_BigDecimal + amount_lt: arbitrumone_swap_BigDecimal + amount_gte: arbitrumone_swap_BigDecimal + amount_lte: arbitrumone_swap_BigDecimal + amount_in: [arbitrumone_swap_BigDecimal!] + amount_not_in: [arbitrumone_swap_BigDecimal!] + from: arbitrumone_swap_Bytes + from_not: arbitrumone_swap_Bytes + from_gt: arbitrumone_swap_Bytes + from_lt: arbitrumone_swap_Bytes + from_gte: arbitrumone_swap_Bytes + from_lte: arbitrumone_swap_Bytes + from_in: [arbitrumone_swap_Bytes!] + from_not_in: [arbitrumone_swap_Bytes!] + from_contains: arbitrumone_swap_Bytes + from_not_contains: arbitrumone_swap_Bytes + to: arbitrumone_swap_Bytes + to_not: arbitrumone_swap_Bytes + to_gt: arbitrumone_swap_Bytes + to_lt: arbitrumone_swap_Bytes + to_gte: arbitrumone_swap_Bytes + to_lte: arbitrumone_swap_Bytes + to_in: [arbitrumone_swap_Bytes!] + to_not_in: [arbitrumone_swap_Bytes!] + to_contains: arbitrumone_swap_Bytes + to_not_contains: arbitrumone_swap_Bytes + fromBalance: arbitrumone_swap_BigDecimal + fromBalance_not: arbitrumone_swap_BigDecimal + fromBalance_gt: arbitrumone_swap_BigDecimal + fromBalance_lt: arbitrumone_swap_BigDecimal + fromBalance_gte: arbitrumone_swap_BigDecimal + fromBalance_lte: arbitrumone_swap_BigDecimal + fromBalance_in: [arbitrumone_swap_BigDecimal!] + fromBalance_not_in: [arbitrumone_swap_BigDecimal!] + toBalance: arbitrumone_swap_BigDecimal + toBalance_not: arbitrumone_swap_BigDecimal + toBalance_gt: arbitrumone_swap_BigDecimal + toBalance_lt: arbitrumone_swap_BigDecimal + toBalance_gte: arbitrumone_swap_BigDecimal + toBalance_lte: arbitrumone_swap_BigDecimal + toBalance_in: [arbitrumone_swap_BigDecimal!] + toBalance_not_in: [arbitrumone_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -182973,16 +182973,16 @@ input optimism_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -182992,12 +182992,12 @@ input optimism_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_LpTransferEvent_filter] - or: [optimism_swap_LpTransferEvent_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_LpTransferEvent_filter] + or: [arbitrumone_swap_LpTransferEvent_filter] } -enum optimism_swap_LpTransferEvent_orderBy { +enum arbitrumone_swap_LpTransferEvent_orderBy { id token token__id @@ -183018,17 +183018,17 @@ enum optimism_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum optimism_swap_OrderDirection { +enum arbitrumone_swap_OrderDirection { asc desc } -type optimism_swap_PooledToken { +type arbitrumone_swap_PooledToken { id: ID! - asset: optimism_swap_Bytes! + asset: arbitrumone_swap_Bytes! } -input optimism_swap_PooledToken_filter { +input arbitrumone_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -183037,59 +183037,59 @@ input optimism_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: optimism_swap_Bytes - asset_not: optimism_swap_Bytes - asset_gt: optimism_swap_Bytes - asset_lt: optimism_swap_Bytes - asset_gte: optimism_swap_Bytes - asset_lte: optimism_swap_Bytes - asset_in: [optimism_swap_Bytes!] - asset_not_in: [optimism_swap_Bytes!] - asset_contains: optimism_swap_Bytes - asset_not_contains: optimism_swap_Bytes + asset: arbitrumone_swap_Bytes + asset_not: arbitrumone_swap_Bytes + asset_gt: arbitrumone_swap_Bytes + asset_lt: arbitrumone_swap_Bytes + asset_gte: arbitrumone_swap_Bytes + asset_lte: arbitrumone_swap_Bytes + asset_in: [arbitrumone_swap_Bytes!] + asset_not_in: [arbitrumone_swap_Bytes!] + asset_contains: arbitrumone_swap_Bytes + asset_not_contains: arbitrumone_swap_Bytes """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_PooledToken_filter] - or: [optimism_swap_PooledToken_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_PooledToken_filter] + or: [arbitrumone_swap_PooledToken_filter] } -enum optimism_swap_PooledToken_orderBy { +enum arbitrumone_swap_PooledToken_orderBy { id asset } -type optimism_swap_StableSwap { +type arbitrumone_swap_StableSwap { id: ID! isActive: Boolean - key: optimism_swap_Bytes! - canonicalId: optimism_swap_Bytes + key: arbitrumone_swap_Bytes! + canonicalId: arbitrumone_swap_Bytes domain: BigInt - swapPool: optimism_swap_Bytes - lpToken: optimism_swap_Bytes + swapPool: arbitrumone_swap_Bytes + lpToken: arbitrumone_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [optimism_swap_Bytes!]! + pooledTokens: [arbitrumone_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_StableSwapEvent_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_StableSwapEvent_filter): [optimism_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_StableSwapExchange_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_StableSwapExchange_filter): [optimism_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapHourlyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapHourlyVolume_filter): [optimism_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapDailyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapDailyVolume_filter): [optimism_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: optimism_swap_SwapWeeklyVolume_orderBy, orderDirection: optimism_swap_OrderDirection, where: optimism_swap_SwapWeeklyVolume_filter): [optimism_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_StableSwapEvent_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_StableSwapEvent_filter): [arbitrumone_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_StableSwapExchange_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_StableSwapExchange_filter): [arbitrumone_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapHourlyVolume_filter): [arbitrumone_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapDailyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapDailyVolume_filter): [arbitrumone_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapWeeklyVolume_filter): [arbitrumone_swap_SwapWeeklyVolume!] } -type optimism_swap_StableSwapAddLiquidityEvent implements optimism_swap_StableSwapEvent { +type arbitrumone_swap_StableSwapAddLiquidityEvent implements arbitrumone_swap_StableSwapEvent { id: ID! - stableSwap: optimism_swap_StableSwap! - provider: optimism_swap_Bytes! + stableSwap: arbitrumone_swap_StableSwap! + provider: arbitrumone_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -183098,11 +183098,11 @@ type optimism_swap_StableSwapAddLiquidityEvent implements optimism_swap_StableSw balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input optimism_swap_StableSwapAddLiquidityEvent_filter { +input arbitrumone_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -183131,17 +183131,17 @@ input optimism_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter - provider: optimism_swap_Bytes - provider_not: optimism_swap_Bytes - provider_gt: optimism_swap_Bytes - provider_lt: optimism_swap_Bytes - provider_gte: optimism_swap_Bytes - provider_lte: optimism_swap_Bytes - provider_in: [optimism_swap_Bytes!] - provider_not_in: [optimism_swap_Bytes!] - provider_contains: optimism_swap_Bytes - provider_not_contains: optimism_swap_Bytes + stableSwap_: arbitrumone_swap_StableSwap_filter + provider: arbitrumone_swap_Bytes + provider_not: arbitrumone_swap_Bytes + provider_gt: arbitrumone_swap_Bytes + provider_lt: arbitrumone_swap_Bytes + provider_gte: arbitrumone_swap_Bytes + provider_lte: arbitrumone_swap_Bytes + provider_in: [arbitrumone_swap_Bytes!] + provider_not_in: [arbitrumone_swap_Bytes!] + provider_contains: arbitrumone_swap_Bytes + provider_not_contains: arbitrumone_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -183200,16 +183200,16 @@ input optimism_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -183219,12 +183219,12 @@ input optimism_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapAddLiquidityEvent_filter] - or: [optimism_swap_StableSwapAddLiquidityEvent_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] + or: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] } -enum optimism_swap_StableSwapAddLiquidityEvent_orderBy { +enum arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -183256,16 +183256,16 @@ enum optimism_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface optimism_swap_StableSwapEvent { +interface arbitrumone_swap_StableSwapEvent { id: ID! - stableSwap: optimism_swap_StableSwap! + stableSwap: arbitrumone_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input optimism_swap_StableSwapEvent_filter { +input arbitrumone_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -183294,7 +183294,7 @@ input optimism_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: arbitrumone_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -183311,16 +183311,16 @@ input optimism_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -183330,12 +183330,12 @@ input optimism_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapEvent_filter] - or: [optimism_swap_StableSwapEvent_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapEvent_filter] + or: [arbitrumone_swap_StableSwapEvent_filter] } -enum optimism_swap_StableSwapEvent_orderBy { +enum arbitrumone_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -183360,10 +183360,10 @@ enum optimism_swap_StableSwapEvent_orderBy { nonce } -type optimism_swap_StableSwapExchange { +type arbitrumone_swap_StableSwapExchange { id: ID! - stableSwap: optimism_swap_StableSwap! - buyer: optimism_swap_Bytes! + stableSwap: arbitrumone_swap_StableSwap! + buyer: arbitrumone_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -183372,11 +183372,11 @@ type optimism_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input optimism_swap_StableSwapExchange_filter { +input arbitrumone_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -183405,17 +183405,17 @@ input optimism_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter - buyer: optimism_swap_Bytes - buyer_not: optimism_swap_Bytes - buyer_gt: optimism_swap_Bytes - buyer_lt: optimism_swap_Bytes - buyer_gte: optimism_swap_Bytes - buyer_lte: optimism_swap_Bytes - buyer_in: [optimism_swap_Bytes!] - buyer_not_in: [optimism_swap_Bytes!] - buyer_contains: optimism_swap_Bytes - buyer_not_contains: optimism_swap_Bytes + stableSwap_: arbitrumone_swap_StableSwap_filter + buyer: arbitrumone_swap_Bytes + buyer_not: arbitrumone_swap_Bytes + buyer_gt: arbitrumone_swap_Bytes + buyer_lt: arbitrumone_swap_Bytes + buyer_gte: arbitrumone_swap_Bytes + buyer_lte: arbitrumone_swap_Bytes + buyer_in: [arbitrumone_swap_Bytes!] + buyer_not_in: [arbitrumone_swap_Bytes!] + buyer_contains: arbitrumone_swap_Bytes + buyer_not_contains: arbitrumone_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -183478,16 +183478,16 @@ input optimism_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -183497,12 +183497,12 @@ input optimism_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapExchange_filter] - or: [optimism_swap_StableSwapExchange_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapExchange_filter] + or: [arbitrumone_swap_StableSwapExchange_filter] } -enum optimism_swap_StableSwapExchange_orderBy { +enum arbitrumone_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -183534,10 +183534,10 @@ enum optimism_swap_StableSwapExchange_orderBy { nonce } -type optimism_swap_StableSwapRemoveLiquidityEvent implements optimism_swap_StableSwapEvent { +type arbitrumone_swap_StableSwapRemoveLiquidityEvent implements arbitrumone_swap_StableSwapEvent { id: ID! - stableSwap: optimism_swap_StableSwap! - provider: optimism_swap_Bytes! + stableSwap: arbitrumone_swap_StableSwap! + provider: arbitrumone_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -183546,11 +183546,11 @@ type optimism_swap_StableSwapRemoveLiquidityEvent implements optimism_swap_Stabl balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: optimism_swap_Bytes! + transaction: arbitrumone_swap_Bytes! nonce: BigInt! } -input optimism_swap_StableSwapRemoveLiquidityEvent_filter { +input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -183579,17 +183579,17 @@ input optimism_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter - provider: optimism_swap_Bytes - provider_not: optimism_swap_Bytes - provider_gt: optimism_swap_Bytes - provider_lt: optimism_swap_Bytes - provider_gte: optimism_swap_Bytes - provider_lte: optimism_swap_Bytes - provider_in: [optimism_swap_Bytes!] - provider_not_in: [optimism_swap_Bytes!] - provider_contains: optimism_swap_Bytes - provider_not_contains: optimism_swap_Bytes + stableSwap_: arbitrumone_swap_StableSwap_filter + provider: arbitrumone_swap_Bytes + provider_not: arbitrumone_swap_Bytes + provider_gt: arbitrumone_swap_Bytes + provider_lt: arbitrumone_swap_Bytes + provider_gte: arbitrumone_swap_Bytes + provider_lte: arbitrumone_swap_Bytes + provider_in: [arbitrumone_swap_Bytes!] + provider_not_in: [arbitrumone_swap_Bytes!] + provider_contains: arbitrumone_swap_Bytes + provider_not_contains: arbitrumone_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -183648,16 +183648,16 @@ input optimism_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: optimism_swap_Bytes - transaction_not: optimism_swap_Bytes - transaction_gt: optimism_swap_Bytes - transaction_lt: optimism_swap_Bytes - transaction_gte: optimism_swap_Bytes - transaction_lte: optimism_swap_Bytes - transaction_in: [optimism_swap_Bytes!] - transaction_not_in: [optimism_swap_Bytes!] - transaction_contains: optimism_swap_Bytes - transaction_not_contains: optimism_swap_Bytes + transaction: arbitrumone_swap_Bytes + transaction_not: arbitrumone_swap_Bytes + transaction_gt: arbitrumone_swap_Bytes + transaction_lt: arbitrumone_swap_Bytes + transaction_gte: arbitrumone_swap_Bytes + transaction_lte: arbitrumone_swap_Bytes + transaction_in: [arbitrumone_swap_Bytes!] + transaction_not_in: [arbitrumone_swap_Bytes!] + transaction_contains: arbitrumone_swap_Bytes + transaction_not_contains: arbitrumone_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -183667,12 +183667,12 @@ input optimism_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] - or: [optimism_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] + or: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] } -enum optimism_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -183704,7 +183704,7 @@ enum optimism_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input optimism_swap_StableSwap_filter { +input arbitrumone_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -183717,26 +183717,26 @@ input optimism_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: optimism_swap_Bytes - key_not: optimism_swap_Bytes - key_gt: optimism_swap_Bytes - key_lt: optimism_swap_Bytes - key_gte: optimism_swap_Bytes - key_lte: optimism_swap_Bytes - key_in: [optimism_swap_Bytes!] - key_not_in: [optimism_swap_Bytes!] - key_contains: optimism_swap_Bytes - key_not_contains: optimism_swap_Bytes - canonicalId: optimism_swap_Bytes - canonicalId_not: optimism_swap_Bytes - canonicalId_gt: optimism_swap_Bytes - canonicalId_lt: optimism_swap_Bytes - canonicalId_gte: optimism_swap_Bytes - canonicalId_lte: optimism_swap_Bytes - canonicalId_in: [optimism_swap_Bytes!] - canonicalId_not_in: [optimism_swap_Bytes!] - canonicalId_contains: optimism_swap_Bytes - canonicalId_not_contains: optimism_swap_Bytes + key: arbitrumone_swap_Bytes + key_not: arbitrumone_swap_Bytes + key_gt: arbitrumone_swap_Bytes + key_lt: arbitrumone_swap_Bytes + key_gte: arbitrumone_swap_Bytes + key_lte: arbitrumone_swap_Bytes + key_in: [arbitrumone_swap_Bytes!] + key_not_in: [arbitrumone_swap_Bytes!] + key_contains: arbitrumone_swap_Bytes + key_not_contains: arbitrumone_swap_Bytes + canonicalId: arbitrumone_swap_Bytes + canonicalId_not: arbitrumone_swap_Bytes + canonicalId_gt: arbitrumone_swap_Bytes + canonicalId_lt: arbitrumone_swap_Bytes + canonicalId_gte: arbitrumone_swap_Bytes + canonicalId_lte: arbitrumone_swap_Bytes + canonicalId_in: [arbitrumone_swap_Bytes!] + canonicalId_not_in: [arbitrumone_swap_Bytes!] + canonicalId_contains: arbitrumone_swap_Bytes + canonicalId_not_contains: arbitrumone_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -183745,26 +183745,26 @@ input optimism_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: optimism_swap_Bytes - swapPool_not: optimism_swap_Bytes - swapPool_gt: optimism_swap_Bytes - swapPool_lt: optimism_swap_Bytes - swapPool_gte: optimism_swap_Bytes - swapPool_lte: optimism_swap_Bytes - swapPool_in: [optimism_swap_Bytes!] - swapPool_not_in: [optimism_swap_Bytes!] - swapPool_contains: optimism_swap_Bytes - swapPool_not_contains: optimism_swap_Bytes - lpToken: optimism_swap_Bytes - lpToken_not: optimism_swap_Bytes - lpToken_gt: optimism_swap_Bytes - lpToken_lt: optimism_swap_Bytes - lpToken_gte: optimism_swap_Bytes - lpToken_lte: optimism_swap_Bytes - lpToken_in: [optimism_swap_Bytes!] - lpToken_not_in: [optimism_swap_Bytes!] - lpToken_contains: optimism_swap_Bytes - lpToken_not_contains: optimism_swap_Bytes + swapPool: arbitrumone_swap_Bytes + swapPool_not: arbitrumone_swap_Bytes + swapPool_gt: arbitrumone_swap_Bytes + swapPool_lt: arbitrumone_swap_Bytes + swapPool_gte: arbitrumone_swap_Bytes + swapPool_lte: arbitrumone_swap_Bytes + swapPool_in: [arbitrumone_swap_Bytes!] + swapPool_not_in: [arbitrumone_swap_Bytes!] + swapPool_contains: arbitrumone_swap_Bytes + swapPool_not_contains: arbitrumone_swap_Bytes + lpToken: arbitrumone_swap_Bytes + lpToken_not: arbitrumone_swap_Bytes + lpToken_gt: arbitrumone_swap_Bytes + lpToken_lt: arbitrumone_swap_Bytes + lpToken_gte: arbitrumone_swap_Bytes + lpToken_lte: arbitrumone_swap_Bytes + lpToken_in: [arbitrumone_swap_Bytes!] + lpToken_not_in: [arbitrumone_swap_Bytes!] + lpToken_contains: arbitrumone_swap_Bytes + lpToken_not_contains: arbitrumone_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -183813,12 +183813,12 @@ input optimism_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [optimism_swap_Bytes!] - pooledTokens_not: [optimism_swap_Bytes!] - pooledTokens_contains: [optimism_swap_Bytes!] - pooledTokens_contains_nocase: [optimism_swap_Bytes!] - pooledTokens_not_contains: [optimism_swap_Bytes!] - pooledTokens_not_contains_nocase: [optimism_swap_Bytes!] + pooledTokens: [arbitrumone_swap_Bytes!] + pooledTokens_not: [arbitrumone_swap_Bytes!] + pooledTokens_contains: [arbitrumone_swap_Bytes!] + pooledTokens_contains_nocase: [arbitrumone_swap_Bytes!] + pooledTokens_not_contains: [arbitrumone_swap_Bytes!] + pooledTokens_not_contains_nocase: [arbitrumone_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -183861,18 +183861,18 @@ input optimism_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: optimism_swap_StableSwapEvent_filter - exchanges_: optimism_swap_StableSwapExchange_filter - hourlyVolumes_: optimism_swap_SwapHourlyVolume_filter - dailyVolumes_: optimism_swap_SwapDailyVolume_filter - weeklyVolumes_: optimism_swap_SwapWeeklyVolume_filter + events_: arbitrumone_swap_StableSwapEvent_filter + exchanges_: arbitrumone_swap_StableSwapExchange_filter + hourlyVolumes_: arbitrumone_swap_SwapHourlyVolume_filter + dailyVolumes_: arbitrumone_swap_SwapDailyVolume_filter + weeklyVolumes_: arbitrumone_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_StableSwap_filter] - or: [optimism_swap_StableSwap_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_StableSwap_filter] + or: [arbitrumone_swap_StableSwap_filter] } -enum optimism_swap_StableSwap_orderBy { +enum arbitrumone_swap_StableSwap_orderBy { id isActive key @@ -183900,14 +183900,14 @@ enum optimism_swap_StableSwap_orderBy { weeklyVolumes } -type optimism_swap_SwapDailyVolume implements optimism_swap_SwapTradeVolume { +type arbitrumone_swap_SwapDailyVolume implements arbitrumone_swap_SwapTradeVolume { id: ID! - stableSwap: optimism_swap_StableSwap! + stableSwap: arbitrumone_swap_StableSwap! timestamp: BigInt! - volume: optimism_swap_BigDecimal! + volume: arbitrumone_swap_BigDecimal! } -input optimism_swap_SwapDailyVolume_filter { +input arbitrumone_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -183936,7 +183936,7 @@ input optimism_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: arbitrumone_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -183945,21 +183945,21 @@ input optimism_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimism_swap_BigDecimal - volume_not: optimism_swap_BigDecimal - volume_gt: optimism_swap_BigDecimal - volume_lt: optimism_swap_BigDecimal - volume_gte: optimism_swap_BigDecimal - volume_lte: optimism_swap_BigDecimal - volume_in: [optimism_swap_BigDecimal!] - volume_not_in: [optimism_swap_BigDecimal!] + volume: arbitrumone_swap_BigDecimal + volume_not: arbitrumone_swap_BigDecimal + volume_gt: arbitrumone_swap_BigDecimal + volume_lt: arbitrumone_swap_BigDecimal + volume_gte: arbitrumone_swap_BigDecimal + volume_lte: arbitrumone_swap_BigDecimal + volume_in: [arbitrumone_swap_BigDecimal!] + volume_not_in: [arbitrumone_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapDailyVolume_filter] - or: [optimism_swap_SwapDailyVolume_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapDailyVolume_filter] + or: [arbitrumone_swap_SwapDailyVolume_filter] } -enum optimism_swap_SwapDailyVolume_orderBy { +enum arbitrumone_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -183982,14 +183982,14 @@ enum optimism_swap_SwapDailyVolume_orderBy { volume } -type optimism_swap_SwapHourlyVolume implements optimism_swap_SwapTradeVolume { +type arbitrumone_swap_SwapHourlyVolume implements arbitrumone_swap_SwapTradeVolume { id: ID! - stableSwap: optimism_swap_StableSwap! + stableSwap: arbitrumone_swap_StableSwap! timestamp: BigInt! - volume: optimism_swap_BigDecimal! + volume: arbitrumone_swap_BigDecimal! } -input optimism_swap_SwapHourlyVolume_filter { +input arbitrumone_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -184018,7 +184018,7 @@ input optimism_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: arbitrumone_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -184027,21 +184027,21 @@ input optimism_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimism_swap_BigDecimal - volume_not: optimism_swap_BigDecimal - volume_gt: optimism_swap_BigDecimal - volume_lt: optimism_swap_BigDecimal - volume_gte: optimism_swap_BigDecimal - volume_lte: optimism_swap_BigDecimal - volume_in: [optimism_swap_BigDecimal!] - volume_not_in: [optimism_swap_BigDecimal!] + volume: arbitrumone_swap_BigDecimal + volume_not: arbitrumone_swap_BigDecimal + volume_gt: arbitrumone_swap_BigDecimal + volume_lt: arbitrumone_swap_BigDecimal + volume_gte: arbitrumone_swap_BigDecimal + volume_lte: arbitrumone_swap_BigDecimal + volume_in: [arbitrumone_swap_BigDecimal!] + volume_not_in: [arbitrumone_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapHourlyVolume_filter] - or: [optimism_swap_SwapHourlyVolume_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapHourlyVolume_filter] + or: [arbitrumone_swap_SwapHourlyVolume_filter] } -enum optimism_swap_SwapHourlyVolume_orderBy { +enum arbitrumone_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -184064,13 +184064,13 @@ enum optimism_swap_SwapHourlyVolume_orderBy { volume } -interface optimism_swap_SwapTradeVolume { - stableSwap: optimism_swap_StableSwap! +interface arbitrumone_swap_SwapTradeVolume { + stableSwap: arbitrumone_swap_StableSwap! timestamp: BigInt! - volume: optimism_swap_BigDecimal! + volume: arbitrumone_swap_BigDecimal! } -input optimism_swap_SwapTradeVolume_filter { +input arbitrumone_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -184091,7 +184091,7 @@ input optimism_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: arbitrumone_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -184100,21 +184100,21 @@ input optimism_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimism_swap_BigDecimal - volume_not: optimism_swap_BigDecimal - volume_gt: optimism_swap_BigDecimal - volume_lt: optimism_swap_BigDecimal - volume_gte: optimism_swap_BigDecimal - volume_lte: optimism_swap_BigDecimal - volume_in: [optimism_swap_BigDecimal!] - volume_not_in: [optimism_swap_BigDecimal!] + volume: arbitrumone_swap_BigDecimal + volume_not: arbitrumone_swap_BigDecimal + volume_gt: arbitrumone_swap_BigDecimal + volume_lt: arbitrumone_swap_BigDecimal + volume_gte: arbitrumone_swap_BigDecimal + volume_lte: arbitrumone_swap_BigDecimal + volume_in: [arbitrumone_swap_BigDecimal!] + volume_not_in: [arbitrumone_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapTradeVolume_filter] - or: [optimism_swap_SwapTradeVolume_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapTradeVolume_filter] + or: [arbitrumone_swap_SwapTradeVolume_filter] } -enum optimism_swap_SwapTradeVolume_orderBy { +enum arbitrumone_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -184136,14 +184136,14 @@ enum optimism_swap_SwapTradeVolume_orderBy { volume } -type optimism_swap_SwapWeeklyVolume implements optimism_swap_SwapTradeVolume { +type arbitrumone_swap_SwapWeeklyVolume implements arbitrumone_swap_SwapTradeVolume { id: ID! - stableSwap: optimism_swap_StableSwap! + stableSwap: arbitrumone_swap_StableSwap! timestamp: BigInt! - volume: optimism_swap_BigDecimal! + volume: arbitrumone_swap_BigDecimal! } -input optimism_swap_SwapWeeklyVolume_filter { +input arbitrumone_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -184172,7 +184172,7 @@ input optimism_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: optimism_swap_StableSwap_filter + stableSwap_: arbitrumone_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -184181,21 +184181,21 @@ input optimism_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: optimism_swap_BigDecimal - volume_not: optimism_swap_BigDecimal - volume_gt: optimism_swap_BigDecimal - volume_lt: optimism_swap_BigDecimal - volume_gte: optimism_swap_BigDecimal - volume_lte: optimism_swap_BigDecimal - volume_in: [optimism_swap_BigDecimal!] - volume_not_in: [optimism_swap_BigDecimal!] + volume: arbitrumone_swap_BigDecimal + volume_not: arbitrumone_swap_BigDecimal + volume_gt: arbitrumone_swap_BigDecimal + volume_lt: arbitrumone_swap_BigDecimal + volume_gte: arbitrumone_swap_BigDecimal + volume_lte: arbitrumone_swap_BigDecimal + volume_in: [arbitrumone_swap_BigDecimal!] + volume_not_in: [arbitrumone_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SwapWeeklyVolume_filter] - or: [optimism_swap_SwapWeeklyVolume_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SwapWeeklyVolume_filter] + or: [arbitrumone_swap_SwapWeeklyVolume_filter] } -enum optimism_swap_SwapWeeklyVolume_orderBy { +enum arbitrumone_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -184218,13 +184218,13 @@ enum optimism_swap_SwapWeeklyVolume_orderBy { volume } -type optimism_swap_SystemInfo { +type arbitrumone_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input optimism_swap_SystemInfo_filter { +input arbitrumone_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -184250,30 +184250,30 @@ input optimism_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: optimism_swap_BlockChangedFilter - and: [optimism_swap_SystemInfo_filter] - or: [optimism_swap_SystemInfo_filter] + _change_block: arbitrumone_swap_BlockChangedFilter + and: [arbitrumone_swap_SystemInfo_filter] + or: [arbitrumone_swap_SystemInfo_filter] } -enum optimism_swap_SystemInfo_orderBy { +enum arbitrumone_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type optimism_swap__Block_ { +type arbitrumone_swap__Block_ { """The hash of the block""" - hash: optimism_swap_Bytes + hash: arbitrumone_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: optimism_swap_Bytes + parentHash: arbitrumone_swap_Bytes } """The type for the top-level _meta field""" -type optimism_swap__Meta_ { +type arbitrumone_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -184281,55 +184281,55 @@ type optimism_swap__Meta_ { and therefore asks for the latest block """ - block: optimism_swap__Block_! + block: arbitrumone_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" hasIndexingErrors: Boolean! } -enum arbitrumone_swap_Aggregation_interval { +enum xdai_swap_Aggregation_interval { hour day } -scalar arbitrumone_swap_BigDecimal +scalar xdai_swap_BigDecimal -input arbitrumone_swap_BlockChangedFilter { +input xdai_swap_BlockChangedFilter { number_gte: Int! } -input arbitrumone_swap_Block_height { - hash: arbitrumone_swap_Bytes +input xdai_swap_Block_height { + hash: xdai_swap_Bytes number: Int number_gte: Int } -scalar arbitrumone_swap_Bytes +scalar xdai_swap_Bytes """ 8 bytes signed integer """ -scalar arbitrumone_swap_Int8 +scalar xdai_swap_Int8 -type arbitrumone_swap_LpAccount { +type xdai_swap_LpAccount { id: ID! - address: arbitrumone_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_LpAccountBalance_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_LpAccountBalance_filter): [arbitrumone_swap_LpAccountBalance!]! + address: 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 arbitrumone_swap_LpAccountBalance { +type xdai_swap_LpAccountBalance { id: ID! - account: arbitrumone_swap_LpAccount! - token: arbitrumone_swap_LpToken! - amount: arbitrumone_swap_BigDecimal! + account: xdai_swap_LpAccount! + token: xdai_swap_LpToken! + amount: xdai_swap_BigDecimal! block: BigInt modified: BigInt - transaction: arbitrumone_swap_Bytes + transaction: xdai_swap_Bytes } -input arbitrumone_swap_LpAccountBalance_filter { +input xdai_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -184358,7 +184358,7 @@ input arbitrumone_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: arbitrumone_swap_LpAccount_filter + account_: xdai_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -184379,15 +184379,15 @@ input arbitrumone_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: arbitrumone_swap_LpToken_filter - amount: arbitrumone_swap_BigDecimal - amount_not: arbitrumone_swap_BigDecimal - amount_gt: arbitrumone_swap_BigDecimal - amount_lt: arbitrumone_swap_BigDecimal - amount_gte: arbitrumone_swap_BigDecimal - amount_lte: arbitrumone_swap_BigDecimal - amount_in: [arbitrumone_swap_BigDecimal!] - amount_not_in: [arbitrumone_swap_BigDecimal!] + token_: 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 @@ -184404,23 +184404,23 @@ input arbitrumone_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + transaction: 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpAccountBalance_filter] - or: [arbitrumone_swap_LpAccountBalance_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpAccountBalance_filter] + or: [xdai_swap_LpAccountBalance_filter] } -enum arbitrumone_swap_LpAccountBalance_orderBy { +enum xdai_swap_LpAccountBalance_orderBy { id account account__id @@ -184438,7 +184438,7 @@ enum arbitrumone_swap_LpAccountBalance_orderBy { transaction } -input arbitrumone_swap_LpAccount_filter { +input xdai_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -184447,51 +184447,51 @@ input arbitrumone_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: arbitrumone_swap_Bytes - address_not: arbitrumone_swap_Bytes - address_gt: arbitrumone_swap_Bytes - address_lt: arbitrumone_swap_Bytes - address_gte: arbitrumone_swap_Bytes - address_lte: arbitrumone_swap_Bytes - address_in: [arbitrumone_swap_Bytes!] - address_not_in: [arbitrumone_swap_Bytes!] - address_contains: arbitrumone_swap_Bytes - address_not_contains: arbitrumone_swap_Bytes - balances_: arbitrumone_swap_LpAccountBalance_filter + address: 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpAccount_filter] - or: [arbitrumone_swap_LpAccount_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpAccount_filter] + or: [xdai_swap_LpAccount_filter] } -enum arbitrumone_swap_LpAccount_orderBy { +enum xdai_swap_LpAccount_orderBy { id address balances } -type arbitrumone_swap_LpToken { +type xdai_swap_LpToken { id: ID! - address: arbitrumone_swap_Bytes! - stableSwap: arbitrumone_swap_StableSwap! + address: xdai_swap_Bytes! + stableSwap: xdai_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: arbitrumone_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_LpTokenEvent_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_LpTokenEvent_filter): [arbitrumone_swap_LpTokenEvent!]! + totalSupply: 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 arbitrumone_swap_LpTokenEvent { +interface xdai_swap_LpTokenEvent { id: ID! - token: arbitrumone_swap_LpToken! - amount: arbitrumone_swap_BigDecimal! + token: xdai_swap_LpToken! + amount: xdai_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input arbitrumone_swap_LpTokenEvent_filter { +input xdai_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -184520,15 +184520,15 @@ input arbitrumone_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: arbitrumone_swap_LpToken_filter - amount: arbitrumone_swap_BigDecimal - amount_not: arbitrumone_swap_BigDecimal - amount_gt: arbitrumone_swap_BigDecimal - amount_lt: arbitrumone_swap_BigDecimal - amount_gte: arbitrumone_swap_BigDecimal - amount_lte: arbitrumone_swap_BigDecimal - amount_in: [arbitrumone_swap_BigDecimal!] - amount_not_in: [arbitrumone_swap_BigDecimal!] + token_: 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 @@ -184545,16 +184545,16 @@ input arbitrumone_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + transaction: 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 @@ -184564,12 +184564,12 @@ input arbitrumone_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpTokenEvent_filter] - or: [arbitrumone_swap_LpTokenEvent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpTokenEvent_filter] + or: [xdai_swap_LpTokenEvent_filter] } -enum arbitrumone_swap_LpTokenEvent_orderBy { +enum xdai_swap_LpTokenEvent_orderBy { id token token__id @@ -184585,7 +184585,7 @@ enum arbitrumone_swap_LpTokenEvent_orderBy { nonce } -input arbitrumone_swap_LpToken_filter { +input xdai_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -184594,16 +184594,16 @@ input arbitrumone_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: arbitrumone_swap_Bytes - address_not: arbitrumone_swap_Bytes - address_gt: arbitrumone_swap_Bytes - address_lt: arbitrumone_swap_Bytes - address_gte: arbitrumone_swap_Bytes - address_lte: arbitrumone_swap_Bytes - address_in: [arbitrumone_swap_Bytes!] - address_not_in: [arbitrumone_swap_Bytes!] - address_contains: arbitrumone_swap_Bytes - address_not_contains: arbitrumone_swap_Bytes + address: 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 @@ -184624,7 +184624,7 @@ input arbitrumone_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter + stableSwap_: xdai_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -184673,22 +184673,22 @@ input arbitrumone_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: arbitrumone_swap_BigDecimal - totalSupply_not: arbitrumone_swap_BigDecimal - totalSupply_gt: arbitrumone_swap_BigDecimal - totalSupply_lt: arbitrumone_swap_BigDecimal - totalSupply_gte: arbitrumone_swap_BigDecimal - totalSupply_lte: arbitrumone_swap_BigDecimal - totalSupply_in: [arbitrumone_swap_BigDecimal!] - totalSupply_not_in: [arbitrumone_swap_BigDecimal!] - events_: arbitrumone_swap_LpTokenEvent_filter + totalSupply: 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpToken_filter] - or: [arbitrumone_swap_LpToken_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpToken_filter] + or: [xdai_swap_LpToken_filter] } -enum arbitrumone_swap_LpToken_orderBy { +enum xdai_swap_LpToken_orderBy { id address stableSwap @@ -184715,21 +184715,21 @@ enum arbitrumone_swap_LpToken_orderBy { events } -type arbitrumone_swap_LpTransferEvent implements arbitrumone_swap_LpTokenEvent { +type xdai_swap_LpTransferEvent implements xdai_swap_LpTokenEvent { id: ID! - token: arbitrumone_swap_LpToken! - amount: arbitrumone_swap_BigDecimal! - from: arbitrumone_swap_Bytes! - to: arbitrumone_swap_Bytes! - fromBalance: arbitrumone_swap_BigDecimal! - toBalance: arbitrumone_swap_BigDecimal! + token: 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: arbitrumone_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input arbitrumone_swap_LpTransferEvent_filter { +input xdai_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -184758,51 +184758,51 @@ input arbitrumone_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: arbitrumone_swap_LpToken_filter - amount: arbitrumone_swap_BigDecimal - amount_not: arbitrumone_swap_BigDecimal - amount_gt: arbitrumone_swap_BigDecimal - amount_lt: arbitrumone_swap_BigDecimal - amount_gte: arbitrumone_swap_BigDecimal - amount_lte: arbitrumone_swap_BigDecimal - amount_in: [arbitrumone_swap_BigDecimal!] - amount_not_in: [arbitrumone_swap_BigDecimal!] - from: arbitrumone_swap_Bytes - from_not: arbitrumone_swap_Bytes - from_gt: arbitrumone_swap_Bytes - from_lt: arbitrumone_swap_Bytes - from_gte: arbitrumone_swap_Bytes - from_lte: arbitrumone_swap_Bytes - from_in: [arbitrumone_swap_Bytes!] - from_not_in: [arbitrumone_swap_Bytes!] - from_contains: arbitrumone_swap_Bytes - from_not_contains: arbitrumone_swap_Bytes - to: arbitrumone_swap_Bytes - to_not: arbitrumone_swap_Bytes - to_gt: arbitrumone_swap_Bytes - to_lt: arbitrumone_swap_Bytes - to_gte: arbitrumone_swap_Bytes - to_lte: arbitrumone_swap_Bytes - to_in: [arbitrumone_swap_Bytes!] - to_not_in: [arbitrumone_swap_Bytes!] - to_contains: arbitrumone_swap_Bytes - to_not_contains: arbitrumone_swap_Bytes - fromBalance: arbitrumone_swap_BigDecimal - fromBalance_not: arbitrumone_swap_BigDecimal - fromBalance_gt: arbitrumone_swap_BigDecimal - fromBalance_lt: arbitrumone_swap_BigDecimal - fromBalance_gte: arbitrumone_swap_BigDecimal - fromBalance_lte: arbitrumone_swap_BigDecimal - fromBalance_in: [arbitrumone_swap_BigDecimal!] - fromBalance_not_in: [arbitrumone_swap_BigDecimal!] - toBalance: arbitrumone_swap_BigDecimal - toBalance_not: arbitrumone_swap_BigDecimal - toBalance_gt: arbitrumone_swap_BigDecimal - toBalance_lt: arbitrumone_swap_BigDecimal - toBalance_gte: arbitrumone_swap_BigDecimal - toBalance_lte: arbitrumone_swap_BigDecimal - toBalance_in: [arbitrumone_swap_BigDecimal!] - toBalance_not_in: [arbitrumone_swap_BigDecimal!] + token_: 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 @@ -184819,16 +184819,16 @@ input arbitrumone_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + transaction: 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 @@ -184838,12 +184838,12 @@ input arbitrumone_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_LpTransferEvent_filter] - or: [arbitrumone_swap_LpTransferEvent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_LpTransferEvent_filter] + or: [xdai_swap_LpTransferEvent_filter] } -enum arbitrumone_swap_LpTransferEvent_orderBy { +enum xdai_swap_LpTransferEvent_orderBy { id token token__id @@ -184864,17 +184864,17 @@ enum arbitrumone_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum arbitrumone_swap_OrderDirection { +enum xdai_swap_OrderDirection { asc desc } -type arbitrumone_swap_PooledToken { +type xdai_swap_PooledToken { id: ID! - asset: arbitrumone_swap_Bytes! + asset: xdai_swap_Bytes! } -input arbitrumone_swap_PooledToken_filter { +input xdai_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -184883,59 +184883,59 @@ input arbitrumone_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: arbitrumone_swap_Bytes - asset_not: arbitrumone_swap_Bytes - asset_gt: arbitrumone_swap_Bytes - asset_lt: arbitrumone_swap_Bytes - asset_gte: arbitrumone_swap_Bytes - asset_lte: arbitrumone_swap_Bytes - asset_in: [arbitrumone_swap_Bytes!] - asset_not_in: [arbitrumone_swap_Bytes!] - asset_contains: arbitrumone_swap_Bytes - asset_not_contains: arbitrumone_swap_Bytes + asset: 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_PooledToken_filter] - or: [arbitrumone_swap_PooledToken_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_PooledToken_filter] + or: [xdai_swap_PooledToken_filter] } -enum arbitrumone_swap_PooledToken_orderBy { +enum xdai_swap_PooledToken_orderBy { id asset } -type arbitrumone_swap_StableSwap { +type xdai_swap_StableSwap { id: ID! isActive: Boolean - key: arbitrumone_swap_Bytes! - canonicalId: arbitrumone_swap_Bytes + key: xdai_swap_Bytes! + canonicalId: xdai_swap_Bytes domain: BigInt - swapPool: arbitrumone_swap_Bytes - lpToken: arbitrumone_swap_Bytes + swapPool: xdai_swap_Bytes + lpToken: xdai_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [arbitrumone_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: arbitrumone_swap_StableSwapEvent_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_StableSwapEvent_filter): [arbitrumone_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_StableSwapExchange_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_StableSwapExchange_filter): [arbitrumone_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapHourlyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapHourlyVolume_filter): [arbitrumone_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapDailyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapDailyVolume_filter): [arbitrumone_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: arbitrumone_swap_SwapWeeklyVolume_orderBy, orderDirection: arbitrumone_swap_OrderDirection, where: arbitrumone_swap_SwapWeeklyVolume_filter): [arbitrumone_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: 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 arbitrumone_swap_StableSwapAddLiquidityEvent implements arbitrumone_swap_StableSwapEvent { +type xdai_swap_StableSwapAddLiquidityEvent implements xdai_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - provider: arbitrumone_swap_Bytes! + stableSwap: xdai_swap_StableSwap! + provider: xdai_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -184944,11 +184944,11 @@ type arbitrumone_swap_StableSwapAddLiquidityEvent implements arbitrumone_swap_St balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input arbitrumone_swap_StableSwapAddLiquidityEvent_filter { +input xdai_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -184977,17 +184977,17 @@ input arbitrumone_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - provider: arbitrumone_swap_Bytes - provider_not: arbitrumone_swap_Bytes - provider_gt: arbitrumone_swap_Bytes - provider_lt: arbitrumone_swap_Bytes - provider_gte: arbitrumone_swap_Bytes - provider_lte: arbitrumone_swap_Bytes - provider_in: [arbitrumone_swap_Bytes!] - provider_not_in: [arbitrumone_swap_Bytes!] - provider_contains: arbitrumone_swap_Bytes - provider_not_contains: arbitrumone_swap_Bytes + stableSwap_: 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!] @@ -185046,16 +185046,16 @@ input arbitrumone_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + transaction: 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 @@ -185065,12 +185065,12 @@ input arbitrumone_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] - or: [arbitrumone_swap_StableSwapAddLiquidityEvent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapAddLiquidityEvent_filter] + or: [xdai_swap_StableSwapAddLiquidityEvent_filter] } -enum arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy { +enum xdai_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -185102,16 +185102,16 @@ enum arbitrumone_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface arbitrumone_swap_StableSwapEvent { +interface xdai_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumone_swap_StableSwap! + stableSwap: xdai_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input arbitrumone_swap_StableSwapEvent_filter { +input xdai_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -185140,7 +185140,7 @@ input arbitrumone_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter + stableSwap_: xdai_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -185157,16 +185157,16 @@ input arbitrumone_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + transaction: 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 @@ -185176,12 +185176,12 @@ input arbitrumone_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapEvent_filter] - or: [arbitrumone_swap_StableSwapEvent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapEvent_filter] + or: [xdai_swap_StableSwapEvent_filter] } -enum arbitrumone_swap_StableSwapEvent_orderBy { +enum xdai_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -185206,10 +185206,10 @@ enum arbitrumone_swap_StableSwapEvent_orderBy { nonce } -type arbitrumone_swap_StableSwapExchange { +type xdai_swap_StableSwapExchange { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - buyer: arbitrumone_swap_Bytes! + stableSwap: xdai_swap_StableSwap! + buyer: xdai_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -185218,11 +185218,11 @@ type arbitrumone_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input arbitrumone_swap_StableSwapExchange_filter { +input xdai_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -185251,17 +185251,17 @@ input arbitrumone_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - buyer: arbitrumone_swap_Bytes - buyer_not: arbitrumone_swap_Bytes - buyer_gt: arbitrumone_swap_Bytes - buyer_lt: arbitrumone_swap_Bytes - buyer_gte: arbitrumone_swap_Bytes - buyer_lte: arbitrumone_swap_Bytes - buyer_in: [arbitrumone_swap_Bytes!] - buyer_not_in: [arbitrumone_swap_Bytes!] - buyer_contains: arbitrumone_swap_Bytes - buyer_not_contains: arbitrumone_swap_Bytes + stableSwap_: 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 @@ -185324,16 +185324,16 @@ input arbitrumone_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + transaction: 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 @@ -185343,12 +185343,12 @@ input arbitrumone_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapExchange_filter] - or: [arbitrumone_swap_StableSwapExchange_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapExchange_filter] + or: [xdai_swap_StableSwapExchange_filter] } -enum arbitrumone_swap_StableSwapExchange_orderBy { +enum xdai_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -185380,10 +185380,10 @@ enum arbitrumone_swap_StableSwapExchange_orderBy { nonce } -type arbitrumone_swap_StableSwapRemoveLiquidityEvent implements arbitrumone_swap_StableSwapEvent { +type xdai_swap_StableSwapRemoveLiquidityEvent implements xdai_swap_StableSwapEvent { id: ID! - stableSwap: arbitrumone_swap_StableSwap! - provider: arbitrumone_swap_Bytes! + stableSwap: xdai_swap_StableSwap! + provider: xdai_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -185392,11 +185392,11 @@ type arbitrumone_swap_StableSwapRemoveLiquidityEvent implements arbitrumone_swap balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: arbitrumone_swap_Bytes! + transaction: xdai_swap_Bytes! nonce: BigInt! } -input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { +input xdai_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -185425,17 +185425,17 @@ input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter - provider: arbitrumone_swap_Bytes - provider_not: arbitrumone_swap_Bytes - provider_gt: arbitrumone_swap_Bytes - provider_lt: arbitrumone_swap_Bytes - provider_gte: arbitrumone_swap_Bytes - provider_lte: arbitrumone_swap_Bytes - provider_in: [arbitrumone_swap_Bytes!] - provider_not_in: [arbitrumone_swap_Bytes!] - provider_contains: arbitrumone_swap_Bytes - provider_not_contains: arbitrumone_swap_Bytes + stableSwap_: 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!] @@ -185494,16 +185494,16 @@ input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: arbitrumone_swap_Bytes - transaction_not: arbitrumone_swap_Bytes - transaction_gt: arbitrumone_swap_Bytes - transaction_lt: arbitrumone_swap_Bytes - transaction_gte: arbitrumone_swap_Bytes - transaction_lte: arbitrumone_swap_Bytes - transaction_in: [arbitrumone_swap_Bytes!] - transaction_not_in: [arbitrumone_swap_Bytes!] - transaction_contains: arbitrumone_swap_Bytes - transaction_not_contains: arbitrumone_swap_Bytes + transaction: 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 @@ -185513,12 +185513,12 @@ input arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] - or: [arbitrumone_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] + or: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] } -enum arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum xdai_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -185550,7 +185550,7 @@ enum arbitrumone_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input arbitrumone_swap_StableSwap_filter { +input xdai_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -185563,26 +185563,26 @@ input arbitrumone_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: arbitrumone_swap_Bytes - key_not: arbitrumone_swap_Bytes - key_gt: arbitrumone_swap_Bytes - key_lt: arbitrumone_swap_Bytes - key_gte: arbitrumone_swap_Bytes - key_lte: arbitrumone_swap_Bytes - key_in: [arbitrumone_swap_Bytes!] - key_not_in: [arbitrumone_swap_Bytes!] - key_contains: arbitrumone_swap_Bytes - key_not_contains: arbitrumone_swap_Bytes - canonicalId: arbitrumone_swap_Bytes - canonicalId_not: arbitrumone_swap_Bytes - canonicalId_gt: arbitrumone_swap_Bytes - canonicalId_lt: arbitrumone_swap_Bytes - canonicalId_gte: arbitrumone_swap_Bytes - canonicalId_lte: arbitrumone_swap_Bytes - canonicalId_in: [arbitrumone_swap_Bytes!] - canonicalId_not_in: [arbitrumone_swap_Bytes!] - canonicalId_contains: arbitrumone_swap_Bytes - canonicalId_not_contains: arbitrumone_swap_Bytes + key: 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 @@ -185591,26 +185591,26 @@ input arbitrumone_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: arbitrumone_swap_Bytes - swapPool_not: arbitrumone_swap_Bytes - swapPool_gt: arbitrumone_swap_Bytes - swapPool_lt: arbitrumone_swap_Bytes - swapPool_gte: arbitrumone_swap_Bytes - swapPool_lte: arbitrumone_swap_Bytes - swapPool_in: [arbitrumone_swap_Bytes!] - swapPool_not_in: [arbitrumone_swap_Bytes!] - swapPool_contains: arbitrumone_swap_Bytes - swapPool_not_contains: arbitrumone_swap_Bytes - lpToken: arbitrumone_swap_Bytes - lpToken_not: arbitrumone_swap_Bytes - lpToken_gt: arbitrumone_swap_Bytes - lpToken_lt: arbitrumone_swap_Bytes - lpToken_gte: arbitrumone_swap_Bytes - lpToken_lte: arbitrumone_swap_Bytes - lpToken_in: [arbitrumone_swap_Bytes!] - lpToken_not_in: [arbitrumone_swap_Bytes!] - lpToken_contains: arbitrumone_swap_Bytes - lpToken_not_contains: arbitrumone_swap_Bytes + swapPool: 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 @@ -185659,12 +185659,12 @@ input arbitrumone_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [arbitrumone_swap_Bytes!] - pooledTokens_not: [arbitrumone_swap_Bytes!] - pooledTokens_contains: [arbitrumone_swap_Bytes!] - pooledTokens_contains_nocase: [arbitrumone_swap_Bytes!] - pooledTokens_not_contains: [arbitrumone_swap_Bytes!] - pooledTokens_not_contains_nocase: [arbitrumone_swap_Bytes!] + pooledTokens: [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!] @@ -185707,18 +185707,18 @@ input arbitrumone_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: arbitrumone_swap_StableSwapEvent_filter - exchanges_: arbitrumone_swap_StableSwapExchange_filter - hourlyVolumes_: arbitrumone_swap_SwapHourlyVolume_filter - dailyVolumes_: arbitrumone_swap_SwapDailyVolume_filter - weeklyVolumes_: arbitrumone_swap_SwapWeeklyVolume_filter + events_: 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_StableSwap_filter] - or: [arbitrumone_swap_StableSwap_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_StableSwap_filter] + or: [xdai_swap_StableSwap_filter] } -enum arbitrumone_swap_StableSwap_orderBy { +enum xdai_swap_StableSwap_orderBy { id isActive key @@ -185746,14 +185746,14 @@ enum arbitrumone_swap_StableSwap_orderBy { weeklyVolumes } -type arbitrumone_swap_SwapDailyVolume implements arbitrumone_swap_SwapTradeVolume { +type xdai_swap_SwapDailyVolume implements xdai_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumone_swap_StableSwap! + stableSwap: xdai_swap_StableSwap! timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + volume: xdai_swap_BigDecimal! } -input arbitrumone_swap_SwapDailyVolume_filter { +input xdai_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -185782,7 +185782,7 @@ input arbitrumone_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter + stableSwap_: xdai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -185791,21 +185791,21 @@ input arbitrumone_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumone_swap_BigDecimal - volume_not: arbitrumone_swap_BigDecimal - volume_gt: arbitrumone_swap_BigDecimal - volume_lt: arbitrumone_swap_BigDecimal - volume_gte: arbitrumone_swap_BigDecimal - volume_lte: arbitrumone_swap_BigDecimal - volume_in: [arbitrumone_swap_BigDecimal!] - volume_not_in: [arbitrumone_swap_BigDecimal!] + volume: 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapDailyVolume_filter] - or: [arbitrumone_swap_SwapDailyVolume_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapDailyVolume_filter] + or: [xdai_swap_SwapDailyVolume_filter] } -enum arbitrumone_swap_SwapDailyVolume_orderBy { +enum xdai_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -185828,14 +185828,14 @@ enum arbitrumone_swap_SwapDailyVolume_orderBy { volume } -type arbitrumone_swap_SwapHourlyVolume implements arbitrumone_swap_SwapTradeVolume { +type xdai_swap_SwapHourlyVolume implements xdai_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumone_swap_StableSwap! + stableSwap: xdai_swap_StableSwap! timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + volume: xdai_swap_BigDecimal! } -input arbitrumone_swap_SwapHourlyVolume_filter { +input xdai_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -185864,7 +185864,7 @@ input arbitrumone_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter + stableSwap_: xdai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -185873,21 +185873,21 @@ input arbitrumone_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumone_swap_BigDecimal - volume_not: arbitrumone_swap_BigDecimal - volume_gt: arbitrumone_swap_BigDecimal - volume_lt: arbitrumone_swap_BigDecimal - volume_gte: arbitrumone_swap_BigDecimal - volume_lte: arbitrumone_swap_BigDecimal - volume_in: [arbitrumone_swap_BigDecimal!] - volume_not_in: [arbitrumone_swap_BigDecimal!] + volume: 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapHourlyVolume_filter] - or: [arbitrumone_swap_SwapHourlyVolume_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapHourlyVolume_filter] + or: [xdai_swap_SwapHourlyVolume_filter] } -enum arbitrumone_swap_SwapHourlyVolume_orderBy { +enum xdai_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -185910,13 +185910,13 @@ enum arbitrumone_swap_SwapHourlyVolume_orderBy { volume } -interface arbitrumone_swap_SwapTradeVolume { - stableSwap: arbitrumone_swap_StableSwap! +interface xdai_swap_SwapTradeVolume { + stableSwap: xdai_swap_StableSwap! timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + volume: xdai_swap_BigDecimal! } -input arbitrumone_swap_SwapTradeVolume_filter { +input xdai_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -185937,7 +185937,7 @@ input arbitrumone_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter + stableSwap_: xdai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -185946,21 +185946,21 @@ input arbitrumone_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumone_swap_BigDecimal - volume_not: arbitrumone_swap_BigDecimal - volume_gt: arbitrumone_swap_BigDecimal - volume_lt: arbitrumone_swap_BigDecimal - volume_gte: arbitrumone_swap_BigDecimal - volume_lte: arbitrumone_swap_BigDecimal - volume_in: [arbitrumone_swap_BigDecimal!] - volume_not_in: [arbitrumone_swap_BigDecimal!] + volume: 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapTradeVolume_filter] - or: [arbitrumone_swap_SwapTradeVolume_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapTradeVolume_filter] + or: [xdai_swap_SwapTradeVolume_filter] } -enum arbitrumone_swap_SwapTradeVolume_orderBy { +enum xdai_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -185982,14 +185982,14 @@ enum arbitrumone_swap_SwapTradeVolume_orderBy { volume } -type arbitrumone_swap_SwapWeeklyVolume implements arbitrumone_swap_SwapTradeVolume { +type xdai_swap_SwapWeeklyVolume implements xdai_swap_SwapTradeVolume { id: ID! - stableSwap: arbitrumone_swap_StableSwap! + stableSwap: xdai_swap_StableSwap! timestamp: BigInt! - volume: arbitrumone_swap_BigDecimal! + volume: xdai_swap_BigDecimal! } -input arbitrumone_swap_SwapWeeklyVolume_filter { +input xdai_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -186018,7 +186018,7 @@ input arbitrumone_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: arbitrumone_swap_StableSwap_filter + stableSwap_: xdai_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -186027,21 +186027,21 @@ input arbitrumone_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: arbitrumone_swap_BigDecimal - volume_not: arbitrumone_swap_BigDecimal - volume_gt: arbitrumone_swap_BigDecimal - volume_lt: arbitrumone_swap_BigDecimal - volume_gte: arbitrumone_swap_BigDecimal - volume_lte: arbitrumone_swap_BigDecimal - volume_in: [arbitrumone_swap_BigDecimal!] - volume_not_in: [arbitrumone_swap_BigDecimal!] + volume: 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: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SwapWeeklyVolume_filter] - or: [arbitrumone_swap_SwapWeeklyVolume_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SwapWeeklyVolume_filter] + or: [xdai_swap_SwapWeeklyVolume_filter] } -enum arbitrumone_swap_SwapWeeklyVolume_orderBy { +enum xdai_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -186064,13 +186064,13 @@ enum arbitrumone_swap_SwapWeeklyVolume_orderBy { volume } -type arbitrumone_swap_SystemInfo { +type xdai_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input arbitrumone_swap_SystemInfo_filter { +input xdai_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -186096,30 +186096,30 @@ input arbitrumone_swap_SystemInfo_filter { swapCount_in: [BigInt!] swapCount_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: arbitrumone_swap_BlockChangedFilter - and: [arbitrumone_swap_SystemInfo_filter] - or: [arbitrumone_swap_SystemInfo_filter] + _change_block: xdai_swap_BlockChangedFilter + and: [xdai_swap_SystemInfo_filter] + or: [xdai_swap_SystemInfo_filter] } -enum arbitrumone_swap_SystemInfo_orderBy { +enum xdai_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type arbitrumone_swap__Block_ { +type xdai_swap__Block_ { """The hash of the block""" - hash: arbitrumone_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: arbitrumone_swap_Bytes + parentHash: xdai_swap_Bytes } """The type for the top-level _meta field""" -type arbitrumone_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 @@ -186127,55 +186127,55 @@ type arbitrumone_swap__Meta_ { and therefore asks for the latest block """ - block: arbitrumone_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 xdai_swap_Aggregation_interval { +enum polygon_swap_Aggregation_interval { hour day } -scalar xdai_swap_BigDecimal +scalar polygon_swap_BigDecimal -input xdai_swap_BlockChangedFilter { +input polygon_swap_BlockChangedFilter { number_gte: Int! } -input xdai_swap_Block_height { - hash: xdai_swap_Bytes +input polygon_swap_Block_height { + hash: polygon_swap_Bytes number: Int number_gte: Int } -scalar xdai_swap_Bytes +scalar polygon_swap_Bytes """ 8 bytes signed integer """ -scalar xdai_swap_Int8 +scalar polygon_swap_Int8 -type xdai_swap_LpAccount { +type polygon_swap_LpAccount { id: ID! - address: xdai_swap_Bytes! - balances(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_LpAccountBalance_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_LpAccountBalance_filter): [xdai_swap_LpAccountBalance!]! + address: polygon_swap_Bytes! + balances(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_LpAccountBalance_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_LpAccountBalance_filter): [polygon_swap_LpAccountBalance!]! } -type xdai_swap_LpAccountBalance { +type polygon_swap_LpAccountBalance { id: ID! - account: xdai_swap_LpAccount! - token: xdai_swap_LpToken! - amount: xdai_swap_BigDecimal! + account: polygon_swap_LpAccount! + token: polygon_swap_LpToken! + amount: polygon_swap_BigDecimal! block: BigInt modified: BigInt - transaction: xdai_swap_Bytes + transaction: polygon_swap_Bytes } -input xdai_swap_LpAccountBalance_filter { +input polygon_swap_LpAccountBalance_filter { id: ID id_not: ID id_gt: ID @@ -186204,7 +186204,7 @@ input xdai_swap_LpAccountBalance_filter { account_ends_with_nocase: String account_not_ends_with: String account_not_ends_with_nocase: String - account_: xdai_swap_LpAccount_filter + account_: polygon_swap_LpAccount_filter token: String token_not: String token_gt: String @@ -186225,15 +186225,15 @@ input xdai_swap_LpAccountBalance_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: xdai_swap_LpToken_filter - amount: xdai_swap_BigDecimal - amount_not: xdai_swap_BigDecimal - amount_gt: xdai_swap_BigDecimal - amount_lt: xdai_swap_BigDecimal - amount_gte: xdai_swap_BigDecimal - amount_lte: xdai_swap_BigDecimal - amount_in: [xdai_swap_BigDecimal!] - amount_not_in: [xdai_swap_BigDecimal!] + token_: polygon_swap_LpToken_filter + amount: polygon_swap_BigDecimal + amount_not: polygon_swap_BigDecimal + amount_gt: polygon_swap_BigDecimal + amount_lt: polygon_swap_BigDecimal + amount_gte: polygon_swap_BigDecimal + amount_lte: polygon_swap_BigDecimal + amount_in: [polygon_swap_BigDecimal!] + amount_not_in: [polygon_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -186250,23 +186250,23 @@ input xdai_swap_LpAccountBalance_filter { modified_lte: BigInt modified_in: [BigInt!] modified_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpAccountBalance_filter] - or: [xdai_swap_LpAccountBalance_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpAccountBalance_filter] + or: [polygon_swap_LpAccountBalance_filter] } -enum xdai_swap_LpAccountBalance_orderBy { +enum polygon_swap_LpAccountBalance_orderBy { id account account__id @@ -186284,7 +186284,7 @@ enum xdai_swap_LpAccountBalance_orderBy { transaction } -input xdai_swap_LpAccount_filter { +input polygon_swap_LpAccount_filter { id: ID id_not: ID id_gt: ID @@ -186293,51 +186293,51 @@ input xdai_swap_LpAccount_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: xdai_swap_Bytes - address_not: xdai_swap_Bytes - address_gt: xdai_swap_Bytes - address_lt: xdai_swap_Bytes - address_gte: xdai_swap_Bytes - address_lte: xdai_swap_Bytes - address_in: [xdai_swap_Bytes!] - address_not_in: [xdai_swap_Bytes!] - address_contains: xdai_swap_Bytes - address_not_contains: xdai_swap_Bytes - balances_: xdai_swap_LpAccountBalance_filter + address: polygon_swap_Bytes + address_not: polygon_swap_Bytes + address_gt: polygon_swap_Bytes + address_lt: polygon_swap_Bytes + address_gte: polygon_swap_Bytes + address_lte: polygon_swap_Bytes + address_in: [polygon_swap_Bytes!] + address_not_in: [polygon_swap_Bytes!] + address_contains: polygon_swap_Bytes + address_not_contains: polygon_swap_Bytes + balances_: polygon_swap_LpAccountBalance_filter """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpAccount_filter] - or: [xdai_swap_LpAccount_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpAccount_filter] + or: [polygon_swap_LpAccount_filter] } -enum xdai_swap_LpAccount_orderBy { +enum polygon_swap_LpAccount_orderBy { id address balances } -type xdai_swap_LpToken { +type polygon_swap_LpToken { id: ID! - address: xdai_swap_Bytes! - stableSwap: xdai_swap_StableSwap! + address: polygon_swap_Bytes! + stableSwap: polygon_swap_StableSwap! decimals: Int! name: String! symbol: String! - totalSupply: xdai_swap_BigDecimal! - events(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_LpTokenEvent_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_LpTokenEvent_filter): [xdai_swap_LpTokenEvent!]! + totalSupply: polygon_swap_BigDecimal! + events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_LpTokenEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_LpTokenEvent_filter): [polygon_swap_LpTokenEvent!]! } -interface xdai_swap_LpTokenEvent { +interface polygon_swap_LpTokenEvent { id: ID! - token: xdai_swap_LpToken! - amount: xdai_swap_BigDecimal! + token: polygon_swap_LpToken! + amount: polygon_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input xdai_swap_LpTokenEvent_filter { +input polygon_swap_LpTokenEvent_filter { id: ID id_not: ID id_gt: ID @@ -186366,15 +186366,15 @@ input xdai_swap_LpTokenEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: xdai_swap_LpToken_filter - amount: xdai_swap_BigDecimal - amount_not: xdai_swap_BigDecimal - amount_gt: xdai_swap_BigDecimal - amount_lt: xdai_swap_BigDecimal - amount_gte: xdai_swap_BigDecimal - amount_lte: xdai_swap_BigDecimal - amount_in: [xdai_swap_BigDecimal!] - amount_not_in: [xdai_swap_BigDecimal!] + token_: polygon_swap_LpToken_filter + amount: polygon_swap_BigDecimal + amount_not: polygon_swap_BigDecimal + amount_gt: polygon_swap_BigDecimal + amount_lt: polygon_swap_BigDecimal + amount_gte: polygon_swap_BigDecimal + amount_lte: polygon_swap_BigDecimal + amount_in: [polygon_swap_BigDecimal!] + amount_not_in: [polygon_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -186391,16 +186391,16 @@ input xdai_swap_LpTokenEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -186410,12 +186410,12 @@ input xdai_swap_LpTokenEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpTokenEvent_filter] - or: [xdai_swap_LpTokenEvent_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpTokenEvent_filter] + or: [polygon_swap_LpTokenEvent_filter] } -enum xdai_swap_LpTokenEvent_orderBy { +enum polygon_swap_LpTokenEvent_orderBy { id token token__id @@ -186431,7 +186431,7 @@ enum xdai_swap_LpTokenEvent_orderBy { nonce } -input xdai_swap_LpToken_filter { +input polygon_swap_LpToken_filter { id: ID id_not: ID id_gt: ID @@ -186440,16 +186440,16 @@ input xdai_swap_LpToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - address: xdai_swap_Bytes - address_not: xdai_swap_Bytes - address_gt: xdai_swap_Bytes - address_lt: xdai_swap_Bytes - address_gte: xdai_swap_Bytes - address_lte: xdai_swap_Bytes - address_in: [xdai_swap_Bytes!] - address_not_in: [xdai_swap_Bytes!] - address_contains: xdai_swap_Bytes - address_not_contains: xdai_swap_Bytes + address: polygon_swap_Bytes + address_not: polygon_swap_Bytes + address_gt: polygon_swap_Bytes + address_lt: polygon_swap_Bytes + address_gte: polygon_swap_Bytes + address_lte: polygon_swap_Bytes + address_in: [polygon_swap_Bytes!] + address_not_in: [polygon_swap_Bytes!] + address_contains: polygon_swap_Bytes + address_not_contains: polygon_swap_Bytes stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -186470,7 +186470,7 @@ input xdai_swap_LpToken_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter + stableSwap_: polygon_swap_StableSwap_filter decimals: Int decimals_not: Int decimals_gt: Int @@ -186519,22 +186519,22 @@ input xdai_swap_LpToken_filter { symbol_ends_with_nocase: String symbol_not_ends_with: String symbol_not_ends_with_nocase: String - totalSupply: xdai_swap_BigDecimal - totalSupply_not: xdai_swap_BigDecimal - totalSupply_gt: xdai_swap_BigDecimal - totalSupply_lt: xdai_swap_BigDecimal - totalSupply_gte: xdai_swap_BigDecimal - totalSupply_lte: xdai_swap_BigDecimal - totalSupply_in: [xdai_swap_BigDecimal!] - totalSupply_not_in: [xdai_swap_BigDecimal!] - events_: xdai_swap_LpTokenEvent_filter + totalSupply: polygon_swap_BigDecimal + totalSupply_not: polygon_swap_BigDecimal + totalSupply_gt: polygon_swap_BigDecimal + totalSupply_lt: polygon_swap_BigDecimal + totalSupply_gte: polygon_swap_BigDecimal + totalSupply_lte: polygon_swap_BigDecimal + totalSupply_in: [polygon_swap_BigDecimal!] + totalSupply_not_in: [polygon_swap_BigDecimal!] + events_: polygon_swap_LpTokenEvent_filter """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpToken_filter] - or: [xdai_swap_LpToken_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpToken_filter] + or: [polygon_swap_LpToken_filter] } -enum xdai_swap_LpToken_orderBy { +enum polygon_swap_LpToken_orderBy { id address stableSwap @@ -186561,21 +186561,21 @@ enum xdai_swap_LpToken_orderBy { events } -type xdai_swap_LpTransferEvent implements xdai_swap_LpTokenEvent { +type polygon_swap_LpTransferEvent implements polygon_swap_LpTokenEvent { id: ID! - token: xdai_swap_LpToken! - amount: xdai_swap_BigDecimal! - from: xdai_swap_Bytes! - to: xdai_swap_Bytes! - fromBalance: xdai_swap_BigDecimal! - toBalance: xdai_swap_BigDecimal! + token: polygon_swap_LpToken! + amount: polygon_swap_BigDecimal! + from: polygon_swap_Bytes! + to: polygon_swap_Bytes! + fromBalance: polygon_swap_BigDecimal! + toBalance: polygon_swap_BigDecimal! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input xdai_swap_LpTransferEvent_filter { +input polygon_swap_LpTransferEvent_filter { id: ID id_not: ID id_gt: ID @@ -186604,51 +186604,51 @@ input xdai_swap_LpTransferEvent_filter { token_ends_with_nocase: String token_not_ends_with: String token_not_ends_with_nocase: String - token_: xdai_swap_LpToken_filter - amount: xdai_swap_BigDecimal - amount_not: xdai_swap_BigDecimal - amount_gt: xdai_swap_BigDecimal - amount_lt: xdai_swap_BigDecimal - amount_gte: xdai_swap_BigDecimal - amount_lte: xdai_swap_BigDecimal - amount_in: [xdai_swap_BigDecimal!] - amount_not_in: [xdai_swap_BigDecimal!] - from: xdai_swap_Bytes - from_not: xdai_swap_Bytes - from_gt: xdai_swap_Bytes - from_lt: xdai_swap_Bytes - from_gte: xdai_swap_Bytes - from_lte: xdai_swap_Bytes - from_in: [xdai_swap_Bytes!] - from_not_in: [xdai_swap_Bytes!] - from_contains: xdai_swap_Bytes - from_not_contains: xdai_swap_Bytes - to: xdai_swap_Bytes - to_not: xdai_swap_Bytes - to_gt: xdai_swap_Bytes - to_lt: xdai_swap_Bytes - to_gte: xdai_swap_Bytes - to_lte: xdai_swap_Bytes - to_in: [xdai_swap_Bytes!] - to_not_in: [xdai_swap_Bytes!] - to_contains: xdai_swap_Bytes - to_not_contains: xdai_swap_Bytes - fromBalance: xdai_swap_BigDecimal - fromBalance_not: xdai_swap_BigDecimal - fromBalance_gt: xdai_swap_BigDecimal - fromBalance_lt: xdai_swap_BigDecimal - fromBalance_gte: xdai_swap_BigDecimal - fromBalance_lte: xdai_swap_BigDecimal - fromBalance_in: [xdai_swap_BigDecimal!] - fromBalance_not_in: [xdai_swap_BigDecimal!] - toBalance: xdai_swap_BigDecimal - toBalance_not: xdai_swap_BigDecimal - toBalance_gt: xdai_swap_BigDecimal - toBalance_lt: xdai_swap_BigDecimal - toBalance_gte: xdai_swap_BigDecimal - toBalance_lte: xdai_swap_BigDecimal - toBalance_in: [xdai_swap_BigDecimal!] - toBalance_not_in: [xdai_swap_BigDecimal!] + token_: polygon_swap_LpToken_filter + amount: polygon_swap_BigDecimal + amount_not: polygon_swap_BigDecimal + amount_gt: polygon_swap_BigDecimal + amount_lt: polygon_swap_BigDecimal + amount_gte: polygon_swap_BigDecimal + amount_lte: polygon_swap_BigDecimal + amount_in: [polygon_swap_BigDecimal!] + amount_not_in: [polygon_swap_BigDecimal!] + from: polygon_swap_Bytes + from_not: polygon_swap_Bytes + from_gt: polygon_swap_Bytes + from_lt: polygon_swap_Bytes + from_gte: polygon_swap_Bytes + from_lte: polygon_swap_Bytes + from_in: [polygon_swap_Bytes!] + from_not_in: [polygon_swap_Bytes!] + from_contains: polygon_swap_Bytes + from_not_contains: polygon_swap_Bytes + to: polygon_swap_Bytes + to_not: polygon_swap_Bytes + to_gt: polygon_swap_Bytes + to_lt: polygon_swap_Bytes + to_gte: polygon_swap_Bytes + to_lte: polygon_swap_Bytes + to_in: [polygon_swap_Bytes!] + to_not_in: [polygon_swap_Bytes!] + to_contains: polygon_swap_Bytes + to_not_contains: polygon_swap_Bytes + fromBalance: polygon_swap_BigDecimal + fromBalance_not: polygon_swap_BigDecimal + fromBalance_gt: polygon_swap_BigDecimal + fromBalance_lt: polygon_swap_BigDecimal + fromBalance_gte: polygon_swap_BigDecimal + fromBalance_lte: polygon_swap_BigDecimal + fromBalance_in: [polygon_swap_BigDecimal!] + fromBalance_not_in: [polygon_swap_BigDecimal!] + toBalance: polygon_swap_BigDecimal + toBalance_not: polygon_swap_BigDecimal + toBalance_gt: polygon_swap_BigDecimal + toBalance_lt: polygon_swap_BigDecimal + toBalance_gte: polygon_swap_BigDecimal + toBalance_lte: polygon_swap_BigDecimal + toBalance_in: [polygon_swap_BigDecimal!] + toBalance_not_in: [polygon_swap_BigDecimal!] block: BigInt block_not: BigInt block_gt: BigInt @@ -186665,16 +186665,16 @@ input xdai_swap_LpTransferEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -186684,12 +186684,12 @@ input xdai_swap_LpTransferEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_LpTransferEvent_filter] - or: [xdai_swap_LpTransferEvent_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_LpTransferEvent_filter] + or: [polygon_swap_LpTransferEvent_filter] } -enum xdai_swap_LpTransferEvent_orderBy { +enum polygon_swap_LpTransferEvent_orderBy { id token token__id @@ -186710,17 +186710,17 @@ enum xdai_swap_LpTransferEvent_orderBy { } """Defines the order direction, either ascending or descending""" -enum xdai_swap_OrderDirection { +enum polygon_swap_OrderDirection { asc desc } -type xdai_swap_PooledToken { +type polygon_swap_PooledToken { id: ID! - asset: xdai_swap_Bytes! + asset: polygon_swap_Bytes! } -input xdai_swap_PooledToken_filter { +input polygon_swap_PooledToken_filter { id: ID id_not: ID id_gt: ID @@ -186729,59 +186729,59 @@ input xdai_swap_PooledToken_filter { id_lte: ID id_in: [ID!] id_not_in: [ID!] - asset: xdai_swap_Bytes - asset_not: xdai_swap_Bytes - asset_gt: xdai_swap_Bytes - asset_lt: xdai_swap_Bytes - asset_gte: xdai_swap_Bytes - asset_lte: xdai_swap_Bytes - asset_in: [xdai_swap_Bytes!] - asset_not_in: [xdai_swap_Bytes!] - asset_contains: xdai_swap_Bytes - asset_not_contains: xdai_swap_Bytes + asset: polygon_swap_Bytes + asset_not: polygon_swap_Bytes + asset_gt: polygon_swap_Bytes + asset_lt: polygon_swap_Bytes + asset_gte: polygon_swap_Bytes + asset_lte: polygon_swap_Bytes + asset_in: [polygon_swap_Bytes!] + asset_not_in: [polygon_swap_Bytes!] + asset_contains: polygon_swap_Bytes + asset_not_contains: polygon_swap_Bytes """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_PooledToken_filter] - or: [xdai_swap_PooledToken_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_PooledToken_filter] + or: [polygon_swap_PooledToken_filter] } -enum xdai_swap_PooledToken_orderBy { +enum polygon_swap_PooledToken_orderBy { id asset } -type xdai_swap_StableSwap { +type polygon_swap_StableSwap { id: ID! isActive: Boolean - key: xdai_swap_Bytes! - canonicalId: xdai_swap_Bytes + key: polygon_swap_Bytes! + canonicalId: polygon_swap_Bytes domain: BigInt - swapPool: xdai_swap_Bytes - lpToken: xdai_swap_Bytes + swapPool: polygon_swap_Bytes + lpToken: polygon_swap_Bytes initialA: BigInt futureA: BigInt initialATime: BigInt futureATime: BigInt swapFee: BigInt adminFee: BigInt - pooledTokens: [xdai_swap_Bytes!]! + pooledTokens: [polygon_swap_Bytes!]! tokenPrecisionMultipliers: [BigInt!]! balances: [BigInt!]! adminFees: [BigInt!]! virtualPrice: BigInt! invariant: BigInt! lpTokenSupply: BigInt! - events(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_StableSwapEvent_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_StableSwapEvent_filter): [xdai_swap_StableSwapEvent!] - exchanges(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_StableSwapExchange_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_StableSwapExchange_filter): [xdai_swap_StableSwapExchange!] - hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapHourlyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapHourlyVolume_filter): [xdai_swap_SwapHourlyVolume!] - dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapDailyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapDailyVolume_filter): [xdai_swap_SwapDailyVolume!] - weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: xdai_swap_SwapWeeklyVolume_orderBy, orderDirection: xdai_swap_OrderDirection, where: xdai_swap_SwapWeeklyVolume_filter): [xdai_swap_SwapWeeklyVolume!] + events(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapEvent_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapEvent_filter): [polygon_swap_StableSwapEvent!] + exchanges(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_StableSwapExchange_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_StableSwapExchange_filter): [polygon_swap_StableSwapExchange!] + hourlyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapHourlyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapHourlyVolume_filter): [polygon_swap_SwapHourlyVolume!] + dailyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapDailyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapDailyVolume_filter): [polygon_swap_SwapDailyVolume!] + weeklyVolumes(skip: Int = 0, first: Int = 100, orderBy: polygon_swap_SwapWeeklyVolume_orderBy, orderDirection: polygon_swap_OrderDirection, where: polygon_swap_SwapWeeklyVolume_filter): [polygon_swap_SwapWeeklyVolume!] } -type xdai_swap_StableSwapAddLiquidityEvent implements xdai_swap_StableSwapEvent { +type polygon_swap_StableSwapAddLiquidityEvent implements polygon_swap_StableSwapEvent { id: ID! - stableSwap: xdai_swap_StableSwap! - provider: xdai_swap_Bytes! + stableSwap: polygon_swap_StableSwap! + provider: polygon_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!]! invariant: BigInt @@ -186790,11 +186790,11 @@ type xdai_swap_StableSwapAddLiquidityEvent implements xdai_swap_StableSwapEvent balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapAddLiquidityEvent_filter { +input polygon_swap_StableSwapAddLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -186823,17 +186823,17 @@ input xdai_swap_StableSwapAddLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - provider: xdai_swap_Bytes - provider_not: xdai_swap_Bytes - provider_gt: xdai_swap_Bytes - provider_lt: xdai_swap_Bytes - provider_gte: xdai_swap_Bytes - provider_lte: xdai_swap_Bytes - provider_in: [xdai_swap_Bytes!] - provider_not_in: [xdai_swap_Bytes!] - provider_contains: xdai_swap_Bytes - provider_not_contains: xdai_swap_Bytes + stableSwap_: polygon_swap_StableSwap_filter + provider: polygon_swap_Bytes + provider_not: polygon_swap_Bytes + provider_gt: polygon_swap_Bytes + provider_lt: polygon_swap_Bytes + provider_gte: polygon_swap_Bytes + provider_lte: polygon_swap_Bytes + provider_in: [polygon_swap_Bytes!] + provider_not_in: [polygon_swap_Bytes!] + provider_contains: polygon_swap_Bytes + provider_not_contains: polygon_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -186892,16 +186892,16 @@ input xdai_swap_StableSwapAddLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -186911,12 +186911,12 @@ input xdai_swap_StableSwapAddLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwapAddLiquidityEvent_filter] - or: [xdai_swap_StableSwapAddLiquidityEvent_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapAddLiquidityEvent_filter] + or: [polygon_swap_StableSwapAddLiquidityEvent_filter] } -enum xdai_swap_StableSwapAddLiquidityEvent_orderBy { +enum polygon_swap_StableSwapAddLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -186948,16 +186948,16 @@ enum xdai_swap_StableSwapAddLiquidityEvent_orderBy { nonce } -interface xdai_swap_StableSwapEvent { +interface polygon_swap_StableSwapEvent { id: ID! - stableSwap: xdai_swap_StableSwap! + stableSwap: polygon_swap_StableSwap! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapEvent_filter { +input polygon_swap_StableSwapEvent_filter { id: ID id_not: ID id_gt: ID @@ -186986,7 +186986,7 @@ input xdai_swap_StableSwapEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter + stableSwap_: polygon_swap_StableSwap_filter block: BigInt block_not: BigInt block_gt: BigInt @@ -187003,16 +187003,16 @@ input xdai_swap_StableSwapEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -187022,12 +187022,12 @@ input xdai_swap_StableSwapEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwapEvent_filter] - or: [xdai_swap_StableSwapEvent_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapEvent_filter] + or: [polygon_swap_StableSwapEvent_filter] } -enum xdai_swap_StableSwapEvent_orderBy { +enum polygon_swap_StableSwapEvent_orderBy { id stableSwap stableSwap__id @@ -187052,10 +187052,10 @@ enum xdai_swap_StableSwapEvent_orderBy { nonce } -type xdai_swap_StableSwapExchange { +type polygon_swap_StableSwapExchange { id: ID! - stableSwap: xdai_swap_StableSwap! - buyer: xdai_swap_Bytes! + stableSwap: polygon_swap_StableSwap! + buyer: polygon_swap_Bytes! boughtId: BigInt! tokensBought: BigInt! soldId: BigInt! @@ -187064,11 +187064,11 @@ type xdai_swap_StableSwapExchange { fee: BigInt! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapExchange_filter { +input polygon_swap_StableSwapExchange_filter { id: ID id_not: ID id_gt: ID @@ -187097,17 +187097,17 @@ input xdai_swap_StableSwapExchange_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - buyer: xdai_swap_Bytes - buyer_not: xdai_swap_Bytes - buyer_gt: xdai_swap_Bytes - buyer_lt: xdai_swap_Bytes - buyer_gte: xdai_swap_Bytes - buyer_lte: xdai_swap_Bytes - buyer_in: [xdai_swap_Bytes!] - buyer_not_in: [xdai_swap_Bytes!] - buyer_contains: xdai_swap_Bytes - buyer_not_contains: xdai_swap_Bytes + stableSwap_: polygon_swap_StableSwap_filter + buyer: polygon_swap_Bytes + buyer_not: polygon_swap_Bytes + buyer_gt: polygon_swap_Bytes + buyer_lt: polygon_swap_Bytes + buyer_gte: polygon_swap_Bytes + buyer_lte: polygon_swap_Bytes + buyer_in: [polygon_swap_Bytes!] + buyer_not_in: [polygon_swap_Bytes!] + buyer_contains: polygon_swap_Bytes + buyer_not_contains: polygon_swap_Bytes boughtId: BigInt boughtId_not: BigInt boughtId_gt: BigInt @@ -187170,16 +187170,16 @@ input xdai_swap_StableSwapExchange_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -187189,12 +187189,12 @@ input xdai_swap_StableSwapExchange_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwapExchange_filter] - or: [xdai_swap_StableSwapExchange_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapExchange_filter] + or: [polygon_swap_StableSwapExchange_filter] } -enum xdai_swap_StableSwapExchange_orderBy { +enum polygon_swap_StableSwapExchange_orderBy { id stableSwap stableSwap__id @@ -187226,10 +187226,10 @@ enum xdai_swap_StableSwapExchange_orderBy { nonce } -type xdai_swap_StableSwapRemoveLiquidityEvent implements xdai_swap_StableSwapEvent { +type polygon_swap_StableSwapRemoveLiquidityEvent implements polygon_swap_StableSwapEvent { id: ID! - stableSwap: xdai_swap_StableSwap! - provider: xdai_swap_Bytes! + stableSwap: polygon_swap_StableSwap! + provider: polygon_swap_Bytes! tokenAmounts: [BigInt!]! fees: [BigInt!] invariant: BigInt @@ -187238,11 +187238,11 @@ type xdai_swap_StableSwapRemoveLiquidityEvent implements xdai_swap_StableSwapEve balances: [BigInt!]! block: BigInt! timestamp: BigInt! - transaction: xdai_swap_Bytes! + transaction: polygon_swap_Bytes! nonce: BigInt! } -input xdai_swap_StableSwapRemoveLiquidityEvent_filter { +input polygon_swap_StableSwapRemoveLiquidityEvent_filter { id: ID id_not: ID id_gt: ID @@ -187271,17 +187271,17 @@ input xdai_swap_StableSwapRemoveLiquidityEvent_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter - provider: xdai_swap_Bytes - provider_not: xdai_swap_Bytes - provider_gt: xdai_swap_Bytes - provider_lt: xdai_swap_Bytes - provider_gte: xdai_swap_Bytes - provider_lte: xdai_swap_Bytes - provider_in: [xdai_swap_Bytes!] - provider_not_in: [xdai_swap_Bytes!] - provider_contains: xdai_swap_Bytes - provider_not_contains: xdai_swap_Bytes + stableSwap_: polygon_swap_StableSwap_filter + provider: polygon_swap_Bytes + provider_not: polygon_swap_Bytes + provider_gt: polygon_swap_Bytes + provider_lt: polygon_swap_Bytes + provider_gte: polygon_swap_Bytes + provider_lte: polygon_swap_Bytes + provider_in: [polygon_swap_Bytes!] + provider_not_in: [polygon_swap_Bytes!] + provider_contains: polygon_swap_Bytes + provider_not_contains: polygon_swap_Bytes tokenAmounts: [BigInt!] tokenAmounts_not: [BigInt!] tokenAmounts_contains: [BigInt!] @@ -187340,16 +187340,16 @@ input xdai_swap_StableSwapRemoveLiquidityEvent_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - transaction: xdai_swap_Bytes - transaction_not: xdai_swap_Bytes - transaction_gt: xdai_swap_Bytes - transaction_lt: xdai_swap_Bytes - transaction_gte: xdai_swap_Bytes - transaction_lte: xdai_swap_Bytes - transaction_in: [xdai_swap_Bytes!] - transaction_not_in: [xdai_swap_Bytes!] - transaction_contains: xdai_swap_Bytes - transaction_not_contains: xdai_swap_Bytes + transaction: polygon_swap_Bytes + transaction_not: polygon_swap_Bytes + transaction_gt: polygon_swap_Bytes + transaction_lt: polygon_swap_Bytes + transaction_gte: polygon_swap_Bytes + transaction_lte: polygon_swap_Bytes + transaction_in: [polygon_swap_Bytes!] + transaction_not_in: [polygon_swap_Bytes!] + transaction_contains: polygon_swap_Bytes + transaction_not_contains: polygon_swap_Bytes nonce: BigInt nonce_not: BigInt nonce_gt: BigInt @@ -187359,12 +187359,12 @@ input xdai_swap_StableSwapRemoveLiquidityEvent_filter { nonce_in: [BigInt!] nonce_not_in: [BigInt!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] - or: [xdai_swap_StableSwapRemoveLiquidityEvent_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] + or: [polygon_swap_StableSwapRemoveLiquidityEvent_filter] } -enum xdai_swap_StableSwapRemoveLiquidityEvent_orderBy { +enum polygon_swap_StableSwapRemoveLiquidityEvent_orderBy { id stableSwap stableSwap__id @@ -187396,7 +187396,7 @@ enum xdai_swap_StableSwapRemoveLiquidityEvent_orderBy { nonce } -input xdai_swap_StableSwap_filter { +input polygon_swap_StableSwap_filter { id: ID id_not: ID id_gt: ID @@ -187409,26 +187409,26 @@ input xdai_swap_StableSwap_filter { isActive_not: Boolean isActive_in: [Boolean!] isActive_not_in: [Boolean!] - key: xdai_swap_Bytes - key_not: xdai_swap_Bytes - key_gt: xdai_swap_Bytes - key_lt: xdai_swap_Bytes - key_gte: xdai_swap_Bytes - key_lte: xdai_swap_Bytes - key_in: [xdai_swap_Bytes!] - key_not_in: [xdai_swap_Bytes!] - key_contains: xdai_swap_Bytes - key_not_contains: xdai_swap_Bytes - canonicalId: xdai_swap_Bytes - canonicalId_not: xdai_swap_Bytes - canonicalId_gt: xdai_swap_Bytes - canonicalId_lt: xdai_swap_Bytes - canonicalId_gte: xdai_swap_Bytes - canonicalId_lte: xdai_swap_Bytes - canonicalId_in: [xdai_swap_Bytes!] - canonicalId_not_in: [xdai_swap_Bytes!] - canonicalId_contains: xdai_swap_Bytes - canonicalId_not_contains: xdai_swap_Bytes + key: polygon_swap_Bytes + key_not: polygon_swap_Bytes + key_gt: polygon_swap_Bytes + key_lt: polygon_swap_Bytes + key_gte: polygon_swap_Bytes + key_lte: polygon_swap_Bytes + key_in: [polygon_swap_Bytes!] + key_not_in: [polygon_swap_Bytes!] + key_contains: polygon_swap_Bytes + key_not_contains: polygon_swap_Bytes + canonicalId: polygon_swap_Bytes + canonicalId_not: polygon_swap_Bytes + canonicalId_gt: polygon_swap_Bytes + canonicalId_lt: polygon_swap_Bytes + canonicalId_gte: polygon_swap_Bytes + canonicalId_lte: polygon_swap_Bytes + canonicalId_in: [polygon_swap_Bytes!] + canonicalId_not_in: [polygon_swap_Bytes!] + canonicalId_contains: polygon_swap_Bytes + canonicalId_not_contains: polygon_swap_Bytes domain: BigInt domain_not: BigInt domain_gt: BigInt @@ -187437,26 +187437,26 @@ input xdai_swap_StableSwap_filter { domain_lte: BigInt domain_in: [BigInt!] domain_not_in: [BigInt!] - swapPool: xdai_swap_Bytes - swapPool_not: xdai_swap_Bytes - swapPool_gt: xdai_swap_Bytes - swapPool_lt: xdai_swap_Bytes - swapPool_gte: xdai_swap_Bytes - swapPool_lte: xdai_swap_Bytes - swapPool_in: [xdai_swap_Bytes!] - swapPool_not_in: [xdai_swap_Bytes!] - swapPool_contains: xdai_swap_Bytes - swapPool_not_contains: xdai_swap_Bytes - lpToken: xdai_swap_Bytes - lpToken_not: xdai_swap_Bytes - lpToken_gt: xdai_swap_Bytes - lpToken_lt: xdai_swap_Bytes - lpToken_gte: xdai_swap_Bytes - lpToken_lte: xdai_swap_Bytes - lpToken_in: [xdai_swap_Bytes!] - lpToken_not_in: [xdai_swap_Bytes!] - lpToken_contains: xdai_swap_Bytes - lpToken_not_contains: xdai_swap_Bytes + swapPool: polygon_swap_Bytes + swapPool_not: polygon_swap_Bytes + swapPool_gt: polygon_swap_Bytes + swapPool_lt: polygon_swap_Bytes + swapPool_gte: polygon_swap_Bytes + swapPool_lte: polygon_swap_Bytes + swapPool_in: [polygon_swap_Bytes!] + swapPool_not_in: [polygon_swap_Bytes!] + swapPool_contains: polygon_swap_Bytes + swapPool_not_contains: polygon_swap_Bytes + lpToken: polygon_swap_Bytes + lpToken_not: polygon_swap_Bytes + lpToken_gt: polygon_swap_Bytes + lpToken_lt: polygon_swap_Bytes + lpToken_gte: polygon_swap_Bytes + lpToken_lte: polygon_swap_Bytes + lpToken_in: [polygon_swap_Bytes!] + lpToken_not_in: [polygon_swap_Bytes!] + lpToken_contains: polygon_swap_Bytes + lpToken_not_contains: polygon_swap_Bytes initialA: BigInt initialA_not: BigInt initialA_gt: BigInt @@ -187505,12 +187505,12 @@ input xdai_swap_StableSwap_filter { adminFee_lte: BigInt adminFee_in: [BigInt!] adminFee_not_in: [BigInt!] - pooledTokens: [xdai_swap_Bytes!] - pooledTokens_not: [xdai_swap_Bytes!] - pooledTokens_contains: [xdai_swap_Bytes!] - pooledTokens_contains_nocase: [xdai_swap_Bytes!] - pooledTokens_not_contains: [xdai_swap_Bytes!] - pooledTokens_not_contains_nocase: [xdai_swap_Bytes!] + pooledTokens: [polygon_swap_Bytes!] + pooledTokens_not: [polygon_swap_Bytes!] + pooledTokens_contains: [polygon_swap_Bytes!] + pooledTokens_contains_nocase: [polygon_swap_Bytes!] + pooledTokens_not_contains: [polygon_swap_Bytes!] + pooledTokens_not_contains_nocase: [polygon_swap_Bytes!] tokenPrecisionMultipliers: [BigInt!] tokenPrecisionMultipliers_not: [BigInt!] tokenPrecisionMultipliers_contains: [BigInt!] @@ -187553,18 +187553,18 @@ input xdai_swap_StableSwap_filter { lpTokenSupply_lte: BigInt lpTokenSupply_in: [BigInt!] lpTokenSupply_not_in: [BigInt!] - events_: xdai_swap_StableSwapEvent_filter - exchanges_: xdai_swap_StableSwapExchange_filter - hourlyVolumes_: xdai_swap_SwapHourlyVolume_filter - dailyVolumes_: xdai_swap_SwapDailyVolume_filter - weeklyVolumes_: xdai_swap_SwapWeeklyVolume_filter + events_: polygon_swap_StableSwapEvent_filter + exchanges_: polygon_swap_StableSwapExchange_filter + hourlyVolumes_: polygon_swap_SwapHourlyVolume_filter + dailyVolumes_: polygon_swap_SwapDailyVolume_filter + weeklyVolumes_: polygon_swap_SwapWeeklyVolume_filter """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_StableSwap_filter] - or: [xdai_swap_StableSwap_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_StableSwap_filter] + or: [polygon_swap_StableSwap_filter] } -enum xdai_swap_StableSwap_orderBy { +enum polygon_swap_StableSwap_orderBy { id isActive key @@ -187592,14 +187592,14 @@ enum xdai_swap_StableSwap_orderBy { weeklyVolumes } -type xdai_swap_SwapDailyVolume implements xdai_swap_SwapTradeVolume { +type polygon_swap_SwapDailyVolume implements polygon_swap_SwapTradeVolume { id: ID! - stableSwap: xdai_swap_StableSwap! + stableSwap: polygon_swap_StableSwap! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + volume: polygon_swap_BigDecimal! } -input xdai_swap_SwapDailyVolume_filter { +input polygon_swap_SwapDailyVolume_filter { id: ID id_not: ID id_gt: ID @@ -187628,7 +187628,7 @@ input xdai_swap_SwapDailyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter + stableSwap_: polygon_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -187637,21 +187637,21 @@ input xdai_swap_SwapDailyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: xdai_swap_BigDecimal - volume_not: xdai_swap_BigDecimal - volume_gt: xdai_swap_BigDecimal - volume_lt: xdai_swap_BigDecimal - volume_gte: xdai_swap_BigDecimal - volume_lte: xdai_swap_BigDecimal - volume_in: [xdai_swap_BigDecimal!] - volume_not_in: [xdai_swap_BigDecimal!] + volume: polygon_swap_BigDecimal + volume_not: polygon_swap_BigDecimal + volume_gt: polygon_swap_BigDecimal + volume_lt: polygon_swap_BigDecimal + volume_gte: polygon_swap_BigDecimal + volume_lte: polygon_swap_BigDecimal + volume_in: [polygon_swap_BigDecimal!] + volume_not_in: [polygon_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapDailyVolume_filter] - or: [xdai_swap_SwapDailyVolume_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapDailyVolume_filter] + or: [polygon_swap_SwapDailyVolume_filter] } -enum xdai_swap_SwapDailyVolume_orderBy { +enum polygon_swap_SwapDailyVolume_orderBy { id stableSwap stableSwap__id @@ -187674,14 +187674,14 @@ enum xdai_swap_SwapDailyVolume_orderBy { volume } -type xdai_swap_SwapHourlyVolume implements xdai_swap_SwapTradeVolume { +type polygon_swap_SwapHourlyVolume implements polygon_swap_SwapTradeVolume { id: ID! - stableSwap: xdai_swap_StableSwap! + stableSwap: polygon_swap_StableSwap! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + volume: polygon_swap_BigDecimal! } -input xdai_swap_SwapHourlyVolume_filter { +input polygon_swap_SwapHourlyVolume_filter { id: ID id_not: ID id_gt: ID @@ -187710,7 +187710,7 @@ input xdai_swap_SwapHourlyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter + stableSwap_: polygon_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -187719,21 +187719,21 @@ input xdai_swap_SwapHourlyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: xdai_swap_BigDecimal - volume_not: xdai_swap_BigDecimal - volume_gt: xdai_swap_BigDecimal - volume_lt: xdai_swap_BigDecimal - volume_gte: xdai_swap_BigDecimal - volume_lte: xdai_swap_BigDecimal - volume_in: [xdai_swap_BigDecimal!] - volume_not_in: [xdai_swap_BigDecimal!] + volume: polygon_swap_BigDecimal + volume_not: polygon_swap_BigDecimal + volume_gt: polygon_swap_BigDecimal + volume_lt: polygon_swap_BigDecimal + volume_gte: polygon_swap_BigDecimal + volume_lte: polygon_swap_BigDecimal + volume_in: [polygon_swap_BigDecimal!] + volume_not_in: [polygon_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapHourlyVolume_filter] - or: [xdai_swap_SwapHourlyVolume_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapHourlyVolume_filter] + or: [polygon_swap_SwapHourlyVolume_filter] } -enum xdai_swap_SwapHourlyVolume_orderBy { +enum polygon_swap_SwapHourlyVolume_orderBy { id stableSwap stableSwap__id @@ -187756,13 +187756,13 @@ enum xdai_swap_SwapHourlyVolume_orderBy { volume } -interface xdai_swap_SwapTradeVolume { - stableSwap: xdai_swap_StableSwap! +interface polygon_swap_SwapTradeVolume { + stableSwap: polygon_swap_StableSwap! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + volume: polygon_swap_BigDecimal! } -input xdai_swap_SwapTradeVolume_filter { +input polygon_swap_SwapTradeVolume_filter { stableSwap: String stableSwap_not: String stableSwap_gt: String @@ -187783,7 +187783,7 @@ input xdai_swap_SwapTradeVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter + stableSwap_: polygon_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -187792,21 +187792,21 @@ input xdai_swap_SwapTradeVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: xdai_swap_BigDecimal - volume_not: xdai_swap_BigDecimal - volume_gt: xdai_swap_BigDecimal - volume_lt: xdai_swap_BigDecimal - volume_gte: xdai_swap_BigDecimal - volume_lte: xdai_swap_BigDecimal - volume_in: [xdai_swap_BigDecimal!] - volume_not_in: [xdai_swap_BigDecimal!] + volume: polygon_swap_BigDecimal + volume_not: polygon_swap_BigDecimal + volume_gt: polygon_swap_BigDecimal + volume_lt: polygon_swap_BigDecimal + volume_gte: polygon_swap_BigDecimal + volume_lte: polygon_swap_BigDecimal + volume_in: [polygon_swap_BigDecimal!] + volume_not_in: [polygon_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapTradeVolume_filter] - or: [xdai_swap_SwapTradeVolume_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapTradeVolume_filter] + or: [polygon_swap_SwapTradeVolume_filter] } -enum xdai_swap_SwapTradeVolume_orderBy { +enum polygon_swap_SwapTradeVolume_orderBy { stableSwap stableSwap__id stableSwap__isActive @@ -187828,14 +187828,14 @@ enum xdai_swap_SwapTradeVolume_orderBy { volume } -type xdai_swap_SwapWeeklyVolume implements xdai_swap_SwapTradeVolume { +type polygon_swap_SwapWeeklyVolume implements polygon_swap_SwapTradeVolume { id: ID! - stableSwap: xdai_swap_StableSwap! + stableSwap: polygon_swap_StableSwap! timestamp: BigInt! - volume: xdai_swap_BigDecimal! + volume: polygon_swap_BigDecimal! } -input xdai_swap_SwapWeeklyVolume_filter { +input polygon_swap_SwapWeeklyVolume_filter { id: ID id_not: ID id_gt: ID @@ -187864,7 +187864,7 @@ input xdai_swap_SwapWeeklyVolume_filter { stableSwap_ends_with_nocase: String stableSwap_not_ends_with: String stableSwap_not_ends_with_nocase: String - stableSwap_: xdai_swap_StableSwap_filter + stableSwap_: polygon_swap_StableSwap_filter timestamp: BigInt timestamp_not: BigInt timestamp_gt: BigInt @@ -187873,21 +187873,21 @@ input xdai_swap_SwapWeeklyVolume_filter { timestamp_lte: BigInt timestamp_in: [BigInt!] timestamp_not_in: [BigInt!] - volume: xdai_swap_BigDecimal - volume_not: xdai_swap_BigDecimal - volume_gt: xdai_swap_BigDecimal - volume_lt: xdai_swap_BigDecimal - volume_gte: xdai_swap_BigDecimal - volume_lte: xdai_swap_BigDecimal - volume_in: [xdai_swap_BigDecimal!] - volume_not_in: [xdai_swap_BigDecimal!] + volume: polygon_swap_BigDecimal + volume_not: polygon_swap_BigDecimal + volume_gt: polygon_swap_BigDecimal + volume_lt: polygon_swap_BigDecimal + volume_gte: polygon_swap_BigDecimal + volume_lte: polygon_swap_BigDecimal + volume_in: [polygon_swap_BigDecimal!] + volume_not_in: [polygon_swap_BigDecimal!] """Filter for the block changed event.""" - _change_block: xdai_swap_BlockChangedFilter - and: [xdai_swap_SwapWeeklyVolume_filter] - or: [xdai_swap_SwapWeeklyVolume_filter] + _change_block: polygon_swap_BlockChangedFilter + and: [polygon_swap_SwapWeeklyVolume_filter] + or: [polygon_swap_SwapWeeklyVolume_filter] } -enum xdai_swap_SwapWeeklyVolume_orderBy { +enum polygon_swap_SwapWeeklyVolume_orderBy { id stableSwap stableSwap__id @@ -187910,13 +187910,13 @@ enum xdai_swap_SwapWeeklyVolume_orderBy { volume } -type xdai_swap_SystemInfo { +type polygon_swap_SystemInfo { id: ID! exchangeCount: BigInt! swapCount: BigInt! } -input xdai_swap_SystemInfo_filter { +input polygon_swap_SystemInfo_filter { id: ID id_not: ID id_gt: ID @@ -187942,30 +187942,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: polygon_swap_BlockChangedFilter + and: [polygon_swap_SystemInfo_filter] + or: [polygon_swap_SystemInfo_filter] } -enum xdai_swap_SystemInfo_orderBy { +enum polygon_swap_SystemInfo_orderBy { id exchangeCount swapCount } -type xdai_swap__Block_ { +type polygon_swap__Block_ { """The hash of the block""" - hash: xdai_swap_Bytes + hash: polygon_swap_Bytes """The block number""" number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int """The hash of the parent block""" - parentHash: xdai_swap_Bytes + parentHash: polygon_swap_Bytes } """The type for the top-level _meta field""" -type xdai_swap__Meta_ { +type polygon_swap__Meta_ { """ Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for @@ -187973,7 +187973,7 @@ type xdai_swap__Meta_ { and therefore asks for the latest block """ - block: xdai_swap__Block_! + block: polygon_swap__Block_! """The deployment ID""" deployment: String! """If `true`, the subgraph encountered indexing errors at some past block""" diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/introspectionSchema.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/introspectionSchema.ts index 7e600dea4c..e337af032a 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/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_ArbitrumOne/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/schema.graphql index 06afc39b12..7fb65e57a2 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/schema.graphql @@ -142,6 +142,11 @@ enum arbitrumone_AggregateRoot_orderBy { blockNumber } +enum arbitrumone_Aggregation_interval { + hour + day +} + type arbitrumone_Asset { id: ID! key: arbitrumone_Bytes @@ -3943,6 +3948,12 @@ type Subscription { arbitrumone__meta(block: arbitrumone_Block_height): arbitrumone__Meta_ } +""" +A string representation of microseconds UNIX timestamp (16 digits) + +""" +scalar Timestamp + enum arbitrumone_TransferStatus { XCalled Executed @@ -3958,6 +3969,8 @@ type arbitrumone__Block_ { number: Int! """Integer representation of the timestamp stored in blocks for the chain""" timestamp: Int + """The hash of the parent block""" + parentHash: arbitrumone_Bytes } """The type for the top-level _meta field""" diff --git a/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/types.ts b/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/types.ts index cee4554b1d..92ee7de00e 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_ArbitrumOne/types.ts @@ -20,6 +20,7 @@ export type Scalars = { BigInt: any; arbitrumone_Bytes: any; arbitrumone_Int8: any; + Timestamp: any; }; export type arbitrumone_AggregateRoot = { @@ -150,6 +151,10 @@ export type arbitrumone_AggregateRoot_orderBy = | 'root' | 'blockNumber'; +export type arbitrumone_Aggregation_interval = + | 'hour' + | 'day'; + export type arbitrumone_Asset = { id: Scalars['ID']; key?: Maybe; @@ -3691,6 +3696,8 @@ export type arbitrumone__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 e337af032a..7e600dea4c 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Polygon/introspectionSchema.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Polygon/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_Polygon/schema.graphql b/packages/adapters/subgraph/.graphclient/sources/Connext_Polygon/schema.graphql index 3dc7e25cc6..2dfa7e9b6f 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Polygon/schema.graphql +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Polygon/schema.graphql @@ -142,11 +142,6 @@ enum polygon_AggregateRoot_orderBy { blockNumber } -enum polygon_Aggregation_interval { - hour - day -} - type polygon_Asset { id: ID! key: polygon_Bytes @@ -3948,12 +3943,6 @@ 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 @@ -3969,8 +3958,6 @@ 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 ff401ee054..506aa1fa4e 100644 --- a/packages/adapters/subgraph/.graphclient/sources/Connext_Polygon/types.ts +++ b/packages/adapters/subgraph/.graphclient/sources/Connext_Polygon/types.ts @@ -20,7 +20,6 @@ export type Scalars = { BigInt: any; polygon_Bytes: any; polygon_Int8: any; - Timestamp: any; }; export type polygon_AggregateRoot = { @@ -151,10 +150,6 @@ export type polygon_AggregateRoot_orderBy = | 'root' | 'blockNumber'; -export type polygon_Aggregation_interval = - | 'hour' - | 'day'; - export type polygon_Asset = { id: Scalars['ID']; key?: Maybe; @@ -3696,8 +3691,6 @@ 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 */